由买买提看人间百态

topics

全部话题 - 话题: components
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e***y
发帖数: 4472
1
来自主题: Hardware版 - Chrome好像有点可怕
Google Chrome Terms of Service
These Terms of Service apply to the executable code version of Google Chrome
. Source code for Google Chrome is available free of charge under open
source software license agreements at http://code.google.com/chromium/terms.html.
1. Your relationship with Google
1.1 Your use of Google’s products, software, services and web sites (
referred to collectively as the “Services” in this document and excluding
any services provided to you by Google under a separate writte... 阅读全帖
z****u
发帖数: 15
2
来自主题: Java版 - How to scroll an JInternalFrame

think
in
Correct. The scrollpane is basically a viewport of the underlying
component you want to display. Of course the component's size is
bigger than the view port because that's the sole reason of the
scrollpane's existence. So if your rectangle is relative to the
underlying component, then you should use the component's coordinate
system.
I think the problem here is you did not set the SIZE OF YOUR IMAGE
PANEL (not the scrollpane. There's no need to set the size of the
scrollpane because by
w******t
发帖数: 1422
3
来自主题: Java版 - rational rose question
I want to use rose to draw a deploy diagram, however, in the diagram I want to
add component "icons".
unfortunately, component icon only available in component diagram, and I
cannot draw it in deploy diagram - do you guys here know how I can copy the
component icon into the deploy diagram?
many thanks.
(ps. in XDE, it can be done)
T*****e
发帖数: 361
4
怎样才知道是不是呢?修改方法?
从configure tomcat进去,在java下,jvm用的是jdk-1.5.0_2的。
java classpath:
D:\yye\gias\components\tomcat-5.5\bin\bootstrap.jar
java options:
-Dcatalina.home=D:\yye\gias\components\tomcat-5.5
-Djava.endorsed.dirs=D:\yye\gias\components\tomcat-5.5\common\endorsed
-Djava.io.tmpdir=D:\yye\gias\components\tomcat-5.5\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
有什么不对的地方么?
c*****t
发帖数: 1879
5
Both are good, and there pros and cons.
If I remember correctly, jogl can be used using Swing component,
but performance may suffer. If you are using heavy weight component
(such as Canvas), then there are issues with mixing with Swing
components, although it is fairly easy to deal with. If you are
using some sort of docking frameworks, however, then you will
experience some difficulties dealing with heavy weight component.
For SWT, it has GLCanvas, although the documentation seems to
indicate
k***r
发帖数: 4260
6
来自主题: Java版 - @goodbug: Wicket vs JSF
JSF也是component-based framework,而且还有icefaces, richfaces
之类的又rich又漂亮的GUI library,而wicket的components看上去
又少又弱,你们选择wicket有特别的原因吗?
http://component-showcase-test.icefaces.org/component-showcase/showcase.iface
t*******e
发帖数: 684
7
来自主题: Java版 - JSF, Wicket, and Vaadin
Comparing the 3 web technologies, I have an interesting finding.
JSF has page layout, and component trees (in the form of JSF tags) both
declared in XHTML files.
Wicket maintains page layout in HTML, while component trees are defined in
Java classes. Component IDs in Java classes and the HTML placeholders have
to match.
Vaadin have both page layout and component trees defined in Java.
Obviously, Vaadin resembles SWING, in the sense that it is ajax event
driven, hides the HTML native code and req
h*********e
发帖数: 247
8
来自主题: Java版 - jetty疑问
是这样的,我本来在试<> by David Winterfeldt中的例子,
svn co http://svn.springbyexample.org/enterprise/simple-spring-web-services/tags/1.1.2/ simple-spring-web-services
在命令行mvn clean install successfully,
但是在eclipse中,我运行junit tests 得到如下error,所以我就想先熟悉熟悉jetty,
我找到http://wiki.eclipse.org/Jetty/Tutorial/Jetty_and_Maven_HelloWorld
试了试Developing a Standard WebApp with Jetty and Maven, 我自己没有做任何改
动,就是想先走一遍文中的步骤,结果发现这个contextroot问题。
总结一下就是:
1. follow http://wiki.eclipse.org/Jetty/Tutorial/Jetty_and_M... 阅读全帖
m**i
发帖数: 301
9
来自主题: Java版 - 找干java的,踊跃报名啊!
1) Sr. Java/JSP Developer in MD
2) 2 Front-end JavaScript Developer in MD
3) 1 Sr. Java Team Lead (but definitely contract to hire) in MD
4) 3 Front-End JavaScript Developers in Georgetown
5) 1 Front-End JavaScript opening in Sterling, VA
-------
Job Title: Front-End Web Developer
Job #: 2657
Date Posted: 06/15/2012
Job Location: Chevy Chase, MD
IDR Office: Washington, DC
Job Description:
TITLE: Front-End Web Developer
LOCATION: Chevy Chase, MD
DESCRI... 阅读全帖
x****d
发帖数: 1766
10
It is mainly about loose coupled, right? if you don't care loose coupled,
why use services? I guess it is not about how cool it is doing a app on
iphone to connect whatever thing with http, but it is about code reuse and
loose couple.
Making component services, web services just mean it is on http, the you can
orchestra all your component together with ESB/ BPEL/ BPMN. In case one
component become obsolete, you can replace that with a new one, all others
still there. You see it is about loose c... 阅读全帖
g*****g
发帖数: 34805
11
来自主题: Java版 - JavaServer Faces 和 Java Servlet
server side component based is not going anywhere. For two major issues.
1. Poor separation of backend and frontend personnel. web pages tend to be
more flashy than traditional desktop UI. While components are handy, it's
painful to customize CSS, and creating new components is difficult too.
2. Performance, this takes lots of memory and it's not suitable for websites
that can serve 10s of millions of users. It's probably an OK choice for
internal websites.
With html5/JS components getting stron... 阅读全帖
t*******e
发帖数: 684
12
来自主题: Java版 - JavaServer Faces 和 Java Servlet
Not the first time you made such a statement. The truth is, component model
is an abstraction layer hiding programming complexity in HTML/JS. Given that
UI components are managed and enriched constantly by software vendors, the
same set of components rendering HTML today can generate HTML5 tomorrow. A
component-based website can be upgraded to HTML5 with new features almost
effortlessly.
e*****t
发帖数: 1005
13
来自主题: Java版 - JavaServer Faces 和 Java Servlet
I think everyone is on the same page.
For us, we need to build our own js component libraries on top of 3rd party
js frameworks (namely jquery and etc).
3rd party js component only deal with very low level components, and we need
bigger more integrated components. They typically have the data exchange in
terfaces well defined. Advantages are:
1. Consistent look and feel across different modules
2. easier css customization
3. underlying techonology agnostic, it can be java, ruby, even php.
c******n
发帖数: 4965
14
来自主题: Java版 - what is really hard is testing
--- "@Component is like a global service that has namespace"
what is the namespace ?
if in 2 libraries, written by 2 people, both mark
@Component
public class AuthorA implements SomeInterface {
}
@Component
public class AuthorB implements SomeInterface {
}
now in my application code, I just want to grab an "author", and do
public class MyTestSuite {
@Autowired
SomeInterface blah;
...
}
here since AuthorA and AuthorB are both discovered as "@Component", they are
like global variables, and makes... 阅读全帖
d*********s
发帖数: 777
15
来自主题: Java版 - java架构问题
初步的需求是这样的
有一些结构化的电信数据,总的来说是两部分,一部分是topology的数据,各个site的
属性,地理位置等,在每个site内部有一些不同种类的components,每个component有
不同的接口,接口之间是link,总的来说就是一个graph。另一部分是在整个graph上
components,接口,link上的数据,根据现有的数据来做分析,预测。
业务流程就是先把数据都load到数据库,然后前端可以显示出来整个的graph,可以查
看各个site,component,protocal,link的属性,数据。再做一些简单的仿真之后,
可以查看比如六个月之后各个结点的数据。
一开始的数据量可能不大,GB级别的原始数据通过浏览器调用web service的API load
到数据库。
数据库和应用服务器可以先放在一台server上,然后用户应该也不多,大概就10个,通
过内网连接。
gradle vs maven
weblogic vs tomcat
spring vs EJB vs vert.x vs Play
spring data vs hibernate
... 阅读全帖

发帖数: 1
16
来自主题: Java版 - spring mvc 静态文件访问不了
found the following error in catalina log file:
SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.
addChildInternal ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start component [
StandardEngine[Catalina].StandardHost[localhost].StandardContext[/wechatEE]]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:158)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:724)
at org.apache.catali... 阅读全帖
mn
发帖数: 46
17
If you're interested in working for SAS, #1 best place to work. PM me.
Thanks.
===
Job Description
Software Developer-11003071
Description
Join the world's leading statistical software company and make a difference
in the way that analytical software is developed and deployed. SAS is
expanding its software for high-performance analytics.
In this position you will develop and support SAS software components for
high-performance computing. You will work closely with Ph.D. specialists in
statistics... 阅读全帖
g*****g
发帖数: 34805
18
来自主题: Programming版 - 请推荐一本JavaScript 入门书
Well, I think it's a properly implemented framework that shows
the future. Remember VB days. There are limited set of components,
and you can use it to develop enterprise app nonetheless, there're
companies selling components as well. I think this is the most
productive way to do it. A few programmers who are very good at
javascript can work on components, the others can simple build on these
rich components using their favorite language and not worry about
js and the cross-platform compatibilit... 阅读全帖
g*****g
发帖数: 34805
19
来自主题: Programming版 - 《C# 5.0 核心技术》第5版[PDF]
你就吹吧,看看MSDN咋说的,再出来丢人现眼吧。微软的所谓back-compatiblity
根本就是半吊子。
Backward Compatibility and the .NET Framework 4.5
The .NET Framework 4.5 is backward-compatible with applications that were
built with the .NET Framework versions 1.1, 2.0, 3.0, 3.5, and 4. In other
words, applications and components built with previous versions of the .NET
Framework will work on the .NET Framework 4.5.
However, in practice, this compatibility can be broken by seemingly
^^^^^^^^^^^^
... 阅读全帖
S*********t
发帖数: 78
20
来自主题: Programming版 - zz: Is Angular 2.0 Worth It
Is Angular 2.0 Worth It
Author: Torgeir Helgevold
Published: Sat Sep 05 2015
I have over the past months spent quite a bit of time working with Angular 2
.0 by writing sample components and going through the Angular 2.0 source
code. At this point I have decided to write down some of my thoughts around
my experiences with Angular 2.0. Keep in mind, these are just my own
personal experiences, so I am very interested in hearing from other
developers who might have totally different views on this.
S... 阅读全帖
y*******n
发帖数: 20
21
来自主题: Programming版 - react is total crap
我觉得react不错。最近用react搞了一个SPA。
https://my.pkgrun.com/
angular我不太喜欢,太复杂,而且以前被google坑过,所以用g家的东西提心吊胆。
React比较轻,所以心理负担小一点。
关于这个inline styles,这个不是必须的,我上面这个例子里面inline用的很少。主
要还是css。
而且inline style这个也不能一棒子打死。
react这种把所有东西都component化的思路,确实比较适合inline style(并非必须)。
把css单独弄出去的好处是 html这里比较clean。但是时间久了,一个项目里的css文件
就无比复杂,很多东西要删起来很痛苦。
React这种component自带style的,你不用的话,自己写一个component替换掉就是了,
这边整个component扔掉就行。不用操心要清除js代码,清理不用的css。
上面这个项目里面,用了material ui,用起来就很clean。不会污染其他地方。
a*****g
发帖数: 19398
22
Deep Learning Isn’t a Dangerous Magic Genie. It’s Just Math
Deep learning is rapidly ‘eating’ artificial intelligence. But let’s not
mistake this ascendant form of artificial intelligence for anything more
than it really is. The famous author Arthur C. Clarke wrote, “Any
sufficiently advanced technology is indistinguishable from magic.” And deep
learning is certainly an advanced technology—it can identify objects and
faces in photos, recognize spoken words, translate from one language to
another... 阅读全帖
m***c
发帖数: 177
23
来自主题: Biology版 - 大家讨论一下synthetic biology吧
I am not a synthetic biology guy. By saying that, my work is not even close
to synthetic biology although we may share tools or knowledge in many
aspects of biological base.
Here are my $0.02.
1. Key difference between traditional molecular biologist or genetist:
Synthetist like to put genetic components into a bulk system to see how the
components work or if a living system can be created, while molecular
biologist uses 'molecular kung fu' to remove genetic components from a
living system to se... 阅读全帖
m***c
发帖数: 177
24
来自主题: Biology版 - 大家讨论一下synthetic biology吧
I am not a synthetic biology guy. By saying that, my work is not even close
to synthetic biology although we may share tools or knowledge in many
aspects of biological base.
Here are my $0.02.
1. Key difference between traditional molecular biologist or genetist:
Synthetist like to put genetic components into a bulk system to see how the
components work or if a living system can be created, while molecular
biologist uses 'molecular kung fu' to remove genetic components from a
living system to se... 阅读全帖
z*t
发帖数: 863
25
Beutler得奖,Medzhitov会不会有意见?
http://www.sciencedirect.com/science/article/pii/S1074761309002
Ruslan Medzhitov
This year marks the 20th anniversary of a publication (Janeway, 1989) that
in many ways revolutionized our understanding of the immune system. As part
of the proceedings of the Cold Spring Harbor Symposium on Immune Recognition
, the paper authored by the late Charles A. Janeway, Jr. was not a standard
peer-reviewed publication. In fact, Charlie used to refer to it as “the
best paper I've ... 阅读全帖
f*****t
发帖数: 122
26
BaO is not the active component, it is the promoter. There must be other
transition metals as the main active components for your catalysts.
Basically, alkaline metals, such as K, Ba etc., are used to adjust the
electronic properties of the active metals by their interaction with the
main components, thus affecting the catalytic performance .
You are asking if BaO reacts with CO2 to form BaCO3, if I understand
correctly. Well, that might happen. The point is the nature of the active
components.
mn
发帖数: 46
27
If you're interested in working for SAS, #1 best place to work. PM me.
Thanks.
===
Job Description
Software Developer-11003071
Description
Join the world's leading statistical software company and make a difference
in the way that analytical software is developed and deployed. SAS is
expanding its software for high-performance analytics.
In this position you will develop and support SAS software components for
high-performance computing. You will work closely with Ph.D. specialists in
statistics... 阅读全帖
K**********n
发帖数: 1197
28
来自主题: EE版 - 版上有人懂这个技术没?
学术界珍稀有限的原版外文资料,
Remote Mind Control Technology

Reprinted from SECRET AND SUPPRESSED: BANNED IDEAS AND HIDDEN
HISTORY, edited by Jim Keith, $12.95, available from
1-800-680-INET.
There had been an ongoing controversy over health effects of electromagnetic
fields (EMF) for years (e.g., extremely low frequency radiation and the
Navy's Project Seafarer; emissions of high power lines and video display
terminals; radar and other military and industrial sources of radio
frequencies and micr... 阅读全帖
b***e
发帖数: 3337
29
来自主题: GeoSpace版 - 为什么gps计算高度不容易?
In general the vertical component has a greater standard deviation than the horizontal components. This is due to the fact that the vertical component is not as constrained and is more sensitive to errors in tropospheric delay. Precision in the vertical component increases with a larger number of satellites being observed simultaneously as the correlation coefficient between the vertical station coordinate and zenith tropospherical delay decreases.
a*****g
发帖数: 19398
30
Deep Learning Isn’t a Dangerous Magic Genie. It’s Just Math
Deep learning is rapidly ‘eating’ artificial intelligence. But let’s not
mistake this ascendant form of artificial intelligence for anything more
than it really is. The famous author Arthur C. Clarke wrote, “Any
sufficiently advanced technology is indistinguishable from magic.” And deep
learning is certainly an advanced technology—it can identify objects and
faces in photos, recognize spoken words, translate from one language to
another... 阅读全帖
j*e
发帖数: 1987
31
要求有micro-fluidic 系统设计经验。
需要内推请站内联系。属senior level职位。entry level请勿联系。
Mechanical Engineer - Fluidics
Location
Wilmington, MA
Salary/Pay Rate
Based on level experience and skill
Employment Type
Full Time
Job Description
Position Summary:
Be a key contributor to the leading edge and highly motivated development
team. The Staff Mechanical Engineer is responsible for mechanical system
design and development for a MEMS-based, hand-held micro fuel cell used to
power portable consumer electronics.
Essent... 阅读全帖
k******e
发帖数: 80
32
来自主题: Nursing版 - 我的加州申请过程
我是08年10月底开始申请加州考试的,今年1月底通过审核。中间因为找学校教务处盖
章很麻烦,耽误了2个多月,材料才得以从学校寄出。个人觉得申请算是比较顺利。把
我当时准备的情况跟大家说一下也许对将要申请的人有一点帮助。
我个人从这里寄出去的材料包括:
1.国内护士执照的公正,在这里网上找的公证处,在纽约,叫最佳公正,电话
7183212810
2.指纹卡,就在我住的地方的警察局办的,free
3.handbook上的申请表,贴一张照片在右下角(handbook链接:http://www.rn.ca.gov/pdfs/applicants/exam-app.pdf
这一页有一项是填社会安全号,我当时没有就空着的,没有关系。
4.两张支票,一张办指纹的($51),一张申请的($75)
5.写了一封信,表示感谢,一张纸,很客气的几句话
从学校寄出的材料:
1.中英文成绩单(学校有,我来之前到学校教务处办好的)
2.学位证书和毕业证书中英文版(来之前自己办好到学校教务处办好的,盖好了章)
3.课程描述9门(内外妇儿、精神科护理、生理、解剖、免疫、微生物,好像是这些,
请参考的人自己再斟酌。)... 阅读全帖
f******e
发帖数: 57
33
来自主题: Quant版 - C++ developer openning (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: fatbruce (fatbruce), 信区: JobHunting
标 题: C++ developer openning
发信站: BBS 未名空间站 (Sun Aug 30 19:34:15 2015, 美东)
Please contact the email address given at the end if you are interested in
this position.
============================================================================
======
Please let me know if you’d know of anyone interested in taking a look into
a position like this. It’s with a Buy Side firm in Midtown Manhattan. Feel
free to pass the job description... 阅读全帖
l***a
发帖数: 12410
34
来自主题: Statistics版 - what's the difference of PCA and FA?
I know Principal Component Analysis is the technique to reduce variable;
Factor Analysis is to find the latent factor. But here are some questions:
1. What makes the difference between the principal components and the latent
factors?
2. Doesn't FA also serve to reduce your number of variables?
3. How do you decide if you want latent factor or principal component?
4. Heck... isn't principal component also latent?
o****o
发帖数: 8077
35
【 以下文字转载自 Computation 讨论区 】
发信人: mn (照澜院院士), 信区: Computation
标 题: High Performance Computing software engineer wanted @ Cary NC
发信站: BBS 未名空间站 (Fri Jan 13 15:30:27 2012, 美东)
If you're interested in working for SAS, #1 best place to work. PM me.
Thanks.
===
Job Description
Software Developer-11003071
Description
Join the world's leading statistical software company and make a difference
in the way that analytical software is developed and deployed. SAS is
expanding its software for high-performa... 阅读全帖
m**i
发帖数: 301
36
EAD F1 OPT CPT students interested in an IT / Software Career
If you have a B.S/M.S degree in Computer Science , Electrical Engineering ,
other engineering MIS , or any other related area , and have a passion for
creating Web Applications , using HTML5, CSS , JavaScript or Java or have
prior 0-1 year industry experience , please call us or email your resumes if
interested. you should be willing to relocate.
1) Sr. Java/JSP Developer in MD
2) 2 Front-end JavaScript Developer in MD
3) ... 阅读全帖
s**********8
发帖数: 25265
37
来自主题: MedicalDevice版 - 学术第一贴 - 美国器械分类.
510K
Premarket Notification (510k)
Introduction
What is Substantial Equivalence
Who is Required to Submit a 510(k)
When a 510(k) is Required
When a 510(k) is not Required
Third Party Review Program
Introduction
Each person who wants to market in the U.S., a Class I, II, and III device
intended for human use, for which a Premarket Approval (PMA) is not required
, must submit a 510(k) to FDA unless the device is exempt from 510(k)
requirements of the Federal Food, Drug, and Cosmetic Act (the Act) ... 阅读全帖
s**********8
发帖数: 25265
38
来自主题: MedicalDevice版 - medical device - by wiki
A medical device is a product which is used for medical purposes in patients
, in diagnosis, therapy or surgery[citation needed]. Whereas medicinal
products (also called pharmaceuticals) achieve their principal action by
pharmacological, metabolic or immunological means. Medical devices act by
other means like physical, mechanical, physico-chemical or chemical means.
Medical devices are included in the category: Medical technology.
Medical devices include a wide range of products varying in comp... 阅读全帖
l***z
发帖数: 45
39
【 以下文字转载自 Medicine 讨论区 】
发信人: luluz (luluz), 信区: Medicine
标 题: 罕见风湿免疫类(?)怪病求助,跪谢指点
发信站: BBS 未名空间站 (Thu Feb 19 16:05:31 2015, 美东)
诚恳地谢谢大家的意见。这应该去风湿科看么?还有什么检查要做?可能的病因?跪谢!
病人:男性,30岁左右。
症状描述:12月2号开始感觉身体不适,发低烧(37度1-2),喉咙痛,胸腔难受,全身
乏力,12月底出去游玩了一趟,受了凉,开始鼻塞,症状有所加重。后来鼻塞症状消失
,但低烧持续不退,体温略有上升,胸腔难受,疲劳乏力。3个月以来,一直在发低烧
(37度3-4),皮肤过敏发红,胸腔难受,心跳过快。
就医过程:12月初开始看家庭医生,她认为不算发烧不开药。12月中耳鼻喉科专科医生
认为有鼻窦炎,但只开了泰诺和nasal spray。1月底,发烧持续,而且上升到37度3-4
,血检中的一项:类风湿因子RHEUMATOID FACTOR过高,家庭医生推荐到了风湿免疫科
的专科医生处。这位专科医生的诊断结果是:未知原因弥漫性结缔组织疾病... 阅读全帖
z*******n
发帖数: 1034
40
Facebook Announces Apollo, a New NoSQL Database for On-line Low Latency
Storage
by Charles Humble on Jun 13, 2014 | Discuss

Speaking at QCon New York on Wednesday Jeff Johnson, from the core data
group at Facebook, announced Apollo, Facebook’s Paxos-like NoSQL database.
Written in C++11 on top of the Apache Thrift 2 RPC framework, Apollo is a
hierarchical storage system where all the data is split into shards, very
much analogous to region servers in HBase. The sweet-spot for it, Johnson
expl... 阅读全帖
w*******y
发帖数: 60932
41
Credit to jbserra @ FW.
I'm sure this will get red because it's Monster, but I'm also guessing
Logitech gets a piece of the pie which doesn't make me happy. My 890 died
just over a year with no recourse from Logitech. I swore them off and bought
a Philips remote from Woot which does OK.
Anyway, I can't deny the functionalit y of the Harmony remotes, and this
one is based on the Harmony 890 Pro and is only $59.99. It might as well say
Bose on it. Buy it or don't, but I think I might have to fina... 阅读全帖
w*******y
发帖数: 60932
42
I've been watching the prices on TV's for a while now and this looks like a
killer deal for an LED, 55" 1080p, WITH WIRELESS WIFI included, 4 HDMI ports
, and 120hz.
What's it missing?
Link:
http://www.amazon.com/Toshiba-55UX600U-55-Inch-1080p-Black/dp/B0038JED9E/ref=sr_1_1?s=tv&ie=UTF8&qid=1290558608&sr=1-1
55-inch LED-backlit HDTV with Full 1080p HD resolution; ClearFrame 120Hz
screen refresh rate for minimizing motion blur in sports and action movies
Net TV on-demand entertainment from VUDU M... 阅读全帖
w*******y
发帖数: 60932
43
Link:
http://accessories.us.dell.com/sna/productdetail.aspx?sku=A3913945
The 42" class (42" diagonal) LC-42SB48UT, with full HD spec 1080p resolution
and an elegant design, produces superb picture quality. The LC-42SB48UT
features high contrast, a fast response time and wide viewing .
Market Value1 $949.99
Total Savings $490.00
Dell Price $459.99
10% cashback from Discover Card if you shop through their site and pay using
their CC.
Highlights
Experience full HD 1080p... 阅读全帖
w*******y
发帖数: 60932
44
apply coupon code for $50 off: EMCZNNW46.
Link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16824001392&nm_mc=EMC-IGNEFL122810&cm_mmc=EMC-IGNEFL122810-_-EMC-122810-Index-_-LCDMonitors-_-24001392-L07D
Display
Screen Size
27"
Widescreen
Yes
Recommended Resolution
1920 x 1080
Viewing Angle
170H) / 160V)
Display Colors
16.7 Million
Brightness
300 cd/m2
Contrast Ratio
DC 50,000:1(1000:1)
Response Time
5ms
Panel
TN
Connectivity
Input Video Compatibility
... 阅读全帖
w*******y
发帖数: 60932
45
It's from geeks.com through deals.ebay.com. Don't know too much about it,
except what the advertisement says. Sorry for the lousy formatting, btw.
Link:
http://cgi.ebay.com/Monster-Cable-AVL300-Harmony-Universal-Remo
#ht_2717wt_1070" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '2852513 - monster-cable-avl300-harmony-
universal-remote-control-nternally-identical-to-the-logitech-harmony-890-pro
-67.99-w-free-shipping']);">http://cgi.ebay.com/Monster-Cable.... 阅读全帖
w*******y
发帖数: 60932
46
Newegg has the Onkyo HT-RC360 receiver for $279 with promo code EMCJJKB83
Link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16882120178
Processing
Power Output
Front L/R:
100 W + 100 W (8 ohms, 20 Hz-20 kHz, 0.08%, 2 channels driven, FTC)
125 W + 125 W (6 ohms, 1 kHz, 0.1%, 2 channels driven, FTC)
Center:
100 W (8 ohms, 20 Hz-20 kHz, 0.08%, 2 channels driven, FTC)
125 W (6 ohms, 1 kHz, 0.1%, 2 channels driven, FTC)
Surround L/R:
100 W + 100 W (8 ohms, 20 Hz-20 kHz, 0.08%, 2 channels driv... 阅读全帖
w*******y
发帖数: 60932
47
NOTE -- this deal is not for everyone. If you only want one cable, go to
Meritline. If you need lots of quality cables, this is a steal. I just
placed my third order here:
Link:
https://www.shoponkyo.com/products.cfm?group_id=2
I got:
AV6 6-Foot Stereo Audio / Video Cable (T2) 4 $0.99
COMAV6 6-Foot Component Video / Optical Cable (T2) 8 $0.99
COMPV6 6-Foot Component Video Cable (T2) 1 $0.99
COMPV12 12-Foot Component Video Cable (T2) 2 $0.99
OPT6 6-Foot Optical Cable (T2) 4 $0.99
AUD12 12... 阅读全帖
w*******y
发帖数: 60932
48
I have been watching this case for a few weeks now. When the Cosmos II came
out Newegg lowered the price from $190 to $149 for a week. Tiger Direct has
it for $140 with free shipping.
Link:
http://www.tigerdirect.com/applications/SearchTools/item-detail
Cooler Master SGC-5000-KKN1 CM Storm Trooper Full Tower Case
Build the ultimate computing machine using the Cooler Master SGC-5000-KKN1
CM Storm Trooper Full Tower Case. With its ATX full-tower form factor, you
can install the latest computer com... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)