V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  watzds  ›  全部回复第 111 页 / 共 111 页
回复总数  2203
1 ... 102  103  104  105  106  107  108  109  110  111  
2015-02-02 03:03:29 +08:00
回复了 zxtasa 创建的主题 问与答 为森么 csdn 上的人喜欢用证件照呢
因为只有证件照吧
2015-01-28 20:41:45 +08:00
回复了 saxon 创建的主题 程序员 弱弱的问一下 MFC 现在还有必要学习么...
我当年就是因为觉得学MFC很有挑战性,才自学MFC的,在windows上的某些程序用这个还是不错的。当然这框架总体上说是过时了的。
2014-08-03 19:52:22 +08:00
回复了 andybest 创建的主题 问与答 这个代码逻辑怎么优化?
List<Deal> pendingDeals=new ArrayList<Deal>();
while(iterator.hasNext()){
  pendingDeals.add(iterator.next());
  if(!pendingDeals.isEmpty() && (pendingDeals.size()%10==0 || !iterator.hasNext())){
    process(pendingDeals);
  }
}
1 ... 102  103  104  105  106  107  108  109  110  111  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1963 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 16:21 · PVG 00:21 · LAX 08:21 · JFK 11:21
Developed with CodeLauncher
♥ Do have faith in what you're doing.