摘要:
select * from product.login_info where username not in (select username from stat.totaluser) vs. select a.* from product.login_info as a left join sta 阅读全文
摘要:
<<角斗士>>有一句台词很好,“士兵,好久不练,你的剑被冻住拔不出来了!”//一,新项目开始重构老项目代码才发现这个bug std::string s = "something"; std::string r = "some"; int n; if( n = s.find_first_of(r) ! 阅读全文
摘要:
Linux是一种开源的类unix系统,开源的好处就是一旦有好的 idea ,就可以在Linux上捣鼓起来,改改内核,重新编译,践行自己 idea 的可行性。反之windows就没那么快了。另外类unix系统有一个统一的posix ABI界面,这让你的学习能触类旁通,相反windows系统每一个大类功 阅读全文