02 2014 档案

摘要:2、It could happen to anyone./That happens.谁都可能会遇到这种情况3、I’m a laundry virgin.(注意virgin的用法,体会老美说话之鲜活)8、I think it works for me.(work为口语中极其重要的小词)9、Rachel, you are out of my league(等级,范畴).你跟我不是同一类人11、Given your situation, the options with the greatest chances for success would be surrogacy.(given表示考虑到的意 阅读全文
posted @ 2014-02-27 13:05 holycrap 阅读(449) 评论(0) 推荐(0)
摘要:What are you trying to say?(你到底想说什么?)Don't be silly.(别胡闹了。)How strong are your glasses?(你近视多少度?)Just because.(没有别的原因。)It isn't the way I hoped it would be.(这不是我所盼望的。)You will never guess.(你永远猜不到。)No one could do anything about it.(众人对此束手无措。)I saw something deeply disturbing.(深感事情不妙。)Money is 阅读全文
posted @ 2014-02-27 13:04 holycrap 阅读(388) 评论(0) 推荐(0)
摘要:1. 不要使用extern来做函数和变量的定义extern int g_test=10;这样做编译器会认为是变量定义而非声明;2. 尽量避免使用extern来处理全局变量和函数声明使用了extern说明,使用了其他模块的全局变量,或者在头文件中没有声明的函数。正确的解决办法应该是模块间接口应该定义清楚,而不是用extern来进行跨模块处理 阅读全文
posted @ 2014-02-22 16:55 holycrap 阅读(191) 评论(0) 推荐(0)