上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: http://interactivepython.org/courselib/static/pythonds/index.html 阅读全文
posted @ 2017-08-01 10:06 idlewith 阅读(159) 评论(0) 推荐(0)
摘要: docker exec it app bash (running a virtaul bash) INSTALL DOCKER uname r curl sSL https://get.docker.com/ | sh docker v Docker version 1.11.2 build b9f 阅读全文
posted @ 2017-07-31 11:27 idlewith 阅读(255) 评论(0) 推荐(0)
摘要: ``` Learning C++ as a New Language(中译文)、《C++ Primer》第四版、《C++编程规范》、《Accelerated C++》和《C++必知必会》 ``` 阅读全文
posted @ 2017-07-16 16:34 idlewith 阅读(170) 评论(0) 推荐(0)
摘要: ``` 底层系统:进一步回归 C语言,更强的控制力,更精确的操作。 网页开发:2006年左右,C++和 fastcgi就被一起赶出 web世界了。 高性能服务:varnish, nginx, redis 等新的高性能网络服务器都是纯C开发的。 分布式应用:2007年左右, C++被java和其他动态语言彻底赶跑。 游戏服务端:2008年后进一步进化为 C 和 脚本,完全看不到胖C++服务端了。 并... 阅读全文
posted @ 2017-07-16 15:28 idlewith 阅读(164) 评论(0) 推荐(0)
摘要: ``` from collections import Counter from log_list import log_list print [k for k, v in dict(Counter(log_list)).items() if v != 1] ``` 阅读全文
posted @ 2017-07-12 18:31 idlewith 阅读(113) 评论(0) 推荐(0)
摘要: ``` [DllImport("kernel32.dll", EntryPoint = "SetProcessWorkingSetSize")] public static extern int SetProcessWorkingSetSize(IntPtr process, int minSize, int maxSize); private ... 阅读全文
posted @ 2017-06-28 13:16 idlewith 阅读(238) 评论(0) 推荐(0)
摘要: 1 1 2 3 General Target Extension: 4 VC++ Directories Include Directories: Library Directories: 2 1 2 阅读全文
posted @ 2017-06-13 09:53 idlewith 阅读(170) 评论(0) 推荐(0)
摘要: 转载自 https://yijingping.github.io/2013/01/02/%E6%88%91%E7%9A%84%E7%9F%A5%E8%AF%86%E4%BD%93%E7%B3%BB.html 职业规划 方向:金融大数据(量化投资),突破口是该行业内的技术架构师 目标:在40岁以前实现 阅读全文
posted @ 2017-06-05 11:11 idlewith 阅读(235) 评论(0) 推荐(0)
摘要: java ee read code 阅读全文
posted @ 2017-06-05 09:16 idlewith 阅读(356) 评论(0) 推荐(0)
摘要: Java基础入门类: 《Java编程思想》、《Agile Java》这些目前应该都有中文版,如果英文好的,可以看英文版,原汁原味 Java基础提高类: 《Java解惑》、《Java与模式》、《JAVA并发编程实践》 Java进阶类: 《深入Java虚拟机》、《重构 改善既有代码的设计》、《测试驱动开 阅读全文
posted @ 2017-05-25 10:09 idlewith 阅读(604) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页