a*****n 发帖数: 748 | 1 前两天local看到一个70-200,买了半年不到。按电话里给的地址去看货,去了个带car
wash的gas station, 心里嘀咕,想老头子给人看个破店还玩se影?
进去了后,第一眼看到老爷子大概70岁样子。那小破office里放了个无敌兔, 带个L定
,上面还扣了个hood,土人我一下子没认出来。老爷子看我口水的样子,来劲了!说这
是我新买的85L, 然后,翘着拇指说,good! 我萨! 老人还挺幽默。然后,他从抽屉里
拿了XXBIS出来,说你就随便试吧。
我就掏出我的7D往上套,看见我的7D,老头更来劲了,他说我也有一个,然后从他的抽
屉里又摸了一个出来,7D带个35L! 然后翘着拇指又说,good! 我萨! 这下口水真忍不
住了。我就问他你要那么多机子,这是干嘛? 老爷子说,没啥就是玩呗? 给我小孙女拍
照,portraits ! 哦,然后说我现在卖了好多东西,年初把两家restaurant 卖了,这
个car washer shop也是我的。现在我要把zoom lens 都卖了,就用prime. 我本来想老
爷子是不是要把他的85L/35L 也出了?? 看来是没戏了。我说... 阅读全帖 |
|
|
l***s 发帖数: 5 | 3 因为工作原因需要马上在Canon XSi和Canon T3之间选一款,会用很长的时间,好像
Canon XSi review更好一些。恳请各位高手提提意见。谢谢先。 |
|
a***e 发帖数: 27968 | 4 没事,用用挺好,在来个50/1.8就齐了
不过不要光放在auto档拍,这种功能受限的机子可能逼着你多学点摄影:)
18MP比12MP其实更糟糕,不知道T3的12MP是不是Xsi的那一块
其实买个XSi应该比T3划算 |
|
h******o 发帖数: 976 | 5 只用入门机拍拍家人,所以大佬们别笑。最近赶deal入了官翻的SL1来替换好几年前的
官翻XSi,发现auto white balance出来的室内片子好黄啊,加了闪光灯(420Ex)也还是
觉得黄,以前的xsi出来都是该白就白,这次sl1如果不手动设置或者用raw调整的话经
常黄的没法看,什么原因啊。。。是机子有问题么? |
|
J*****s 发帖数: 185 | 6 没有用过max,也不怎么感兴趣,因为大部分用max的studio都是做游戏的。
用过 Maya8.5, Maya 2008和2009。
Softimage XSI用过6.5和7.0。
XSI建模比Maya方便多了,很多工具设计得非常人性化。其他的两者大同小异,rigging
我个人更喜欢用Maya。
后期用过Adobe After Effects和Premiere,CS3和CS4。 |
|
|
|
|
c******n 发帖数: 4965 | 11 I don't think so
if you check the following simple code
///////////////////////
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TTT {
private String p ;
public String getP() { return p;}
public void setP(String p) { this.p = p;}
public void fun() {
System.out.println("value" + p);
}
public static void main(String args[]) {
ApplicationContext ctx ... 阅读全帖 |
|
r*****s 发帖数: 985 | 12 maven一开始上手确实痛苦,
Stabilized就好了。
有一点about windows Xp env,
if you are using it.
by default maven saves all jars under your home dir .m2
but on xp it could be a long dir name with space in it,
e.g.C:\Documents and Settings\youruname\.m2
some compiler/maven plugin may fail because of that.
the solution is to put a settings.xml under the dir to re-direct
it somewhere else:
http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocat... 阅读全帖 |
|
|
b***i 发帖数: 3043 | 14 最近折腾了一段时间,搞清楚了Spring JDBC。现在继续折腾JPA。求高手指点。
OpenShift上的Spring-quickstart架在jboss eap上,使用了h2,这是个内存中的数据库
,我想改为Mysql。Readme说,只要把persistene.xml里面的
java:jboss/datasources/ExampleDS
改成
java:jboss/datasources/MysqlDS
就行了。但是我试了不行,页面为the page was not found。我觉得,至少得把Mysql的
用户名密码什么的写了吧?我使用的是Eclipse,没有安装jboss,所以找不到
standalone.xml,也没有module.xml。相关的有一个文件spring-quickstart-ds.xml,
里面有
http://www.jboss.org/ironjacamar/schema"
... 阅读全帖 |
|
x******m 发帖数: 736 | 15 跟着网上的tutorial学习,一模一样的code,总是出错。
第一个class
package com.springinaction.springidol;
public class SpellChecker {
public SpellChecker(){
System.out.println("Inside SpellChecker constructor." );
}
public void checkSpelling() {
System.out.println("Inside checkSpelling." );
}
}
第二个class
package com.springinaction.springidol;
public class TextEditor {
private SpellChecker spellChecker;
public TextEditor(SpellChecker spellChecker) {
... 阅读全帖 |
|
|
I*******r 发帖数: 211 | 17 【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: IExplorer (Powered by .COM), 信区: Linux
标 题: 救命, 怎样用SOAP::Lite访问.NET WEB Service?
发信站: Unknown Space - 未名空间 (Thu Jun 10 19:52:27 2004) WWW-POST
我可以调用函数, 但传如的值为空. Request Message 基本上和SERVICE 提供的消息一致
, 只是 有这点区别:
要求:
http://192.168.0.118/WebService1/">
string
string
生成:
http://192.168.0.118/WebService1/">
string
string
|
|
I*******r 发帖数: 211 | 18 【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: IExplorer (Powered by .COM), 信区: Linux
标 题: 救命, 怎样用SOAP::Lite访问.NET WEB Service?
发信站: Unknown Space - 未名空间 (Thu Jun 10 19:52:27 2004) WWW-POST
我可以调用函数, 但传如的值为空. Request Message 基本上和SERVICE 提供的消息一致
, 只是 有这点区别:
要求:
http://192.168.0.118/WebService1/">
string
string
生成:
http://192.168.0.118/WebService1/">
string
string
|
|
w*******y 发帖数: 60932 | 19 Hello Everyone, Just found this on Amazon.com. Seems like a pretty good
deal.
The Photive PH-RC-6 Wireless Remote for Canon Digital SLRs is a must-have
tiny infrared wireless remote, and should be a part of any serious
photographer's tool box. Point the PH-RC-6 Wireless Remote toward the front
of the camera (line of sight) and take full control the shutter. Eliminate
vibrations caused by touching the shutter release button (for lengthy
exposures or macro photography, for example). You can and ... 阅读全帖 |
|
w*******y 发帖数: 60932 | 20 I have ordered Neewer IR Wireless Remote Control RC-6 shutter release for
Canon EOS T1i/500D / T2i/550D / 5D Mark II / 7D / 60D / T3i / 600D / XSi /
450D/ XSi / 450D at amazon sold by: Red Star SuperMall for 0.99 with free
shipping. The seller rating is 92% positive. The link: Link:
http://www.amazon.com/Neewer-Wireless-Control-shutter-release/d
|
|
t****z 发帖数: 8931 | 21 比如蒙特利尔多媒体
Jurassic Park, Titanic, The Matrix, Star Wars 这些好莱乌大片的特效合成软件是
由蒙特利尔的Softimage, Discreet和 Kaydara公司开发的。
第一部全数字技术制作的电影“The Baroness and the Pig”,出自蒙特利尔的Media
Principia公司。
◎即将为全球电影发行带来革命的卫星数字电影发行技术Pixnet,全部由蒙特利尔的
Daniel Langlois'工作室研制开发。
◎国际著名的DC Studio(英国),Nintendo,Sony ,3DO, Voodoo Arts,Ubi等大牌公
司在蒙特利尔设有总部或者制作室。这些事实使世界领教了魁北克在多媒体领域的厉害。
但鲜为人知的是魁北克在动画视觉特效领域的历史。早在计算机问世以前,从1940年国
家电影局(National Film Board)成立以来,在动画特效方面有过两次飞跃,
一次是1960年IMAX电影院的成立, IMAX是加拿大影视发明,一次是1985年第一个电脑
动画制作的电影“Tony de Peltie... 阅读全帖 |
|
|
S******l 发帖数: 14311 | 23 Brand new
Billpay or check
please pm your zip |
|
S******l 发帖数: 14311 | 24 Brand new
Billpay or check
please pm your zip |
|
|
d********f 发帖数: 43471 | 26 pls read this:
With this Canon Telephoto Zoom Lens, you have everything you need to take
your digital images to the next level. The Canon EF-S 55-250 f/4-5.6 IS
Optical Image Stabilizer Telephoto Zoom Lens is only available with this
value bundle. Purchase with the Xsi and save!
EF-S 55-250 f/4-5.6 IS
ebay $180 shipped |
|
|
|
|
|
|
|
|
|
b*****d 发帖数: 1900 | 35 邮寄canon 55-250的镜头走usps +insurance吗?
canon rebel xsi kit价位多少合适?谢谢 |
|
|
b*****d 发帖数: 1900 | 37 不是。。。人家就是liquidation.
基本就是乱标价。。那个经理压根就是根据盒子外观。。拿个marker随便写价。。。
还看到k开头的哪款,,50.也没敢买
就买了点镜头 和xsi。 |
|
|
k*****n 发帖数: 458 | 39 是哦。
xsi的18-55mm 才 ¥80呢。 |
|
|
|
|
S******l 发帖数: 14311 | 43 Brand new
Billpay or check
please pm your zip |
|
|
|
S******l 发帖数: 14311 | 46 Brand new, not display
Billpay or check
please pm your zip |
|
|
|
|
|