摘要: http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-listReference Style - All LevelsA Tour of C++(Bjarne Stroustrup) The "tour" is a quick (about 180 pages and 14 chapters) tutorial overview of all of standard C++ (language and standard library,and using C++11) at a m 阅读全文
posted @ 2014-02-12 13:39 一天不进步,就是退步 阅读(730) 评论(1) 推荐(0) 编辑
摘要: 1. 事件模型。从事件角度说,事件驱动程序的基本结构是由一个事件收集器、一个事件发送器和一个事件处理器组成。事件收集器专门负责收集所有事件,包括来自用户的(如鼠标、键盘事件等)、来自硬件的(如时钟事件等)和来自软件的(如操作系统、应用程序本身等)。事件发送器负责将收集器收集到的事件分发到目标对象中。事件处理器做具体的事件响应工作。2. PV(Page View)页面访问量。 UV(Unique vistor) 独立用户。 LVS(linux Virtual Server)虚拟机 CDN(Content delivery Network 内容分发网络) PB(1PB=1024TB=10485.. 阅读全文
posted @ 2014-02-12 10:50 一天不进步,就是退步 阅读(288) 评论(0) 推荐(0) 编辑