c******a 发帖数: 160 | 1 扯淡。那些户外用的显示器,以现在的技术,根本看不清。 |
|
|
k*n 发帖数: 1203 | 3 真TM难得,从家长,俩小孩,到老师,都选长得奇形怪状,不白不黄,邪邪乎乎的混血
。那找的? |
|
|
g*********e 发帖数: 14401 | 5 下一款新产品叫做iCube, 7 inch diag for each side。这样每个面可以运行一个app
。 2013年6月发售。starting at $1499
再下一款叫做iSphere, 7 inch diameter, 2014年10月发售. starting at $999
2015年发售iCube 2, 可以将cube unfold,形成更大的多功能display。starting at $
1499.
2个月后发售iSphere 2, 透明显示玻璃,像一个水晶球一样。 1199
2016年,秘密研制8年之久的iCar终于上市,电动车,苹果专用充电接口。造型就是一
个大的mac mouse. Dash board is a big iPad. 用iPod touch的重力仪做方向盘。 up
to 300/500/700 miles per charge. 2 seat. 马力都是400hp.没有备用电池。苹果在
美国造了无数充电站。
starting at 59999 MSRP. |
|
|
j*********5 发帖数: 6221 | 7 glass这玩意不错
无人驾驶果子肯定追不上了
不是说原来jobs要搞icar吗 |
|
s*x 发帖数: 8041 | 8 还是icar吧,一定要有augmented reality |
|
I***e 发帖数: 1136 | 9 I ordered one from TMobile as a gift too.
I spoke to one apple rep on the phone before ordering mine: he said you _DO_
NOT_ need to open and unlock if you only want to use the phone in China. The
phone is locked to TMobile in the US only, and is unlocked for
international providers.
-iCare- |
|
N*******r 发帖数: 118 | 10 Thanks iCare.
I got the similar info when I called rep. The second time I call them again,
the gave me a different answer. Apple just make it confusing. But I think,
it is true that it is unlocked to international carrier. It would be great
if somebody could confirm.
BYW, the phone is not available for sale yet in my region. how about in your
region? |
|
g*********e 发帖数: 14401 | 11 可以研发iCube iWall iBall iSphere iBed iWater iCar iBike iShoe
tons of ideas there is. |
|
|
r**********y 发帖数: 2774 | 13 感觉挺好,这样的好处是显而易见的。
最重要的是安全,和车的中央控制隔离开。
充分利用iphone的data, 这样车本身不需要其他4g网络或者卫星的网络,也不需要什
么车载40g, 60g硬盘。
以后买车,也必然选是iCar,还是gCar,或者BBCar, 哈哈
想到再加 |
|
|
N*******3 发帖数: 2589 | 15 这样的大件,不是靠粉不粉就能买或不买的。
还是看具体做出来的东西吧 |
|
|
|
c*******9 发帖数: 9032 | 18 估计5年后才出来吧。那时候应该能跑500迈,如果电池技术不比tesla差太多的话。 |
|
|
|
I***e 发帖数: 1136 | 21 Yoga only has 128GB -- can it use a SD card in the slot as a hard drive?
It's screen is quite nice. Are there other products in the market has
similar sized IPS screen with multitouch? i don't care much re using it as a
tablet... But touch interface is rather cool.
Thanks in advance,
-iCare- |
|
I***e 发帖数: 1136 | 22 这几年,从100%Windows到每一次新的购买都是苹果系列,又到昨天终于去买了一台
Yoga13超级本,又回到微软的世界里。觉得两个阵营都有优缺点,但是这次微软似乎有
了可以向苹果叫板的资本了。
刚刚用了一天,就感觉到很多的不同。和IPad比起来,Win8超级本的用户体验只能说“
不一样”。IPad在很多简单的功能上面强于Yoga13。可是,当你想用一个轻便的移动电
脑来做一些稍微复杂的事时,Yoga就完胜了。触摸屏使得即使是传统的windows程序也
有了新的体验,比如IE,或者Paint。Yoga的10点多触屏很有趣。1600x900的13寸IPS屏
幕放HD电影效果惊人的好。
我忽然觉得,可能以后很多时候会背着yoga而不是IPad了。呵呵。
-iCare- |
|
I***e 发帖数: 1136 | 23 Got 7860DW today (paid $200 to Amazon). It took me 2 hours to set up. But
now it seems nice.
Two lessons learned:
1. Wifi connection failed many times, until i did some googling and found a
solution -- simply unplug the router for 15 seconds solved this. I know, I
didn't believe that can work either.
2. Then I found scan-to-PC didn't work. This time I was able to go into
Windows Firewall and enable private network access for "Brother Network
Scanner". Then it works like a charm.
This printer is ... 阅读全帖 |
|
I***e 发帖数: 1136 | 24 I have a few classes accessing a "data.txt" file. I want to create a .jar file
and package everything in. However, how do I point to the data.txt file
inside the jar?
If it is outside I can easily use something like
FileWriter fw=new FileWriter("C:\\data.txt");
Now what should I do?
Thanks.
-iCare- |
|
I***e 发帖数: 1136 | 25 I understand that part. Howver, if I say synchronized(a){...}
and then elsewhere synchronized(b){...} where b is a reference to a
B type object, which happened to be the object that a.b is reference of,
do these two locks affect each other?
Basically, if you acquire a lock on a, do you have a lock on all of 'a''s
member objects?
Thanks,
-iCare-
and |
|
I***e 发帖数: 1136 | 26
Thanks.
Thanks to goodbug too.
no bug is like goodbug.
-iCare- |
|
I***e 发帖数: 1136 | 27 呵呵, 我的问题其实是"如何从.jar文件中去掉一些class".
用什么命令呢? "jar -??"
还是要用什么特殊的工具?
当然去掉的是不需要的类啦.
谢谢.
-iCare- |
|
I***e 发帖数: 1136 | 28 在编一个多线程程序.遇到如下问题望高手赐教:
public class x{
final Object A;
...
public void func1(){
synchronized(A){
Thread runthis=new Thread(){
public void run(){
...
...
}
};
runthis.start();
}
}
}
问题是, 这个Thread有没有object A的lock?
谢谢.
-iCare- |
|
I***e 发帖数: 1136 | 29 Our firm provide .jar files to our customers to use in
their systems. Besides randoming variable and function
names, what other approaches can we take to make
decompiling and reverse-engineering our code more
difficult?
Thanks in advance.
-iCare- |
|