07 2012 档案

摘要:命名约定Rails约定安装和调试ruby186-27_rc2.exe: 这个包含编辑工具scite、语言例子代码、Programming Ruby书等本地安装:rails-2.2.2.zip 解压后gem install rails –l rails-2.2.2.gem联网安装最新的版本gem install rails 阅读全文
posted @ 2012-07-29 09:53 2012 阅读(373) 评论(0) 推荐(0) 编辑
摘要:• In Ruby’s object-oriented world, we work with objects and methods. Unlike VB .NET, where some subroutines return a value (Functions) and others do not (Subs), all Ruby methods must return a value. When an explicit return statement is not used, the last-evaluated expression automatically becomes th 阅读全文
posted @ 2012-07-25 20:47 2012 阅读(395) 评论(0) 推荐(0) 编辑
摘要:应用中需要识别应用层协议,可以使用wireshark 具体的代码使用的参考:wireShark 1.6.5依赖于winpcap 4.1.2版本WireShark winpcap区别winpcap是链路层的抓包[采用驱动程序,和TCP/IP协议栈工作于一个层次,平行的结构]WireShark 是对数据包的分析,执行多种协议,插件结构实现,方便扩展编译方法developer-guide-us.pdf 是开发文档,用前看一遍1、wireshark-win32-libs-1.6.rar:是各种第三方库,默认编译需要联网脱机时处理办法:将内容放到C:\wireshark-win32-libs-1.6下2 阅读全文
posted @ 2012-07-22 10:51 2012 阅读(2994) 评论(0) 推荐(0) 编辑
摘要:WebPageTest 原本是由AOL开发内部使用的工具,后来在Google Code上开源, 是一款非常优秀的网页前端性能测试工具。 在线版本http://www.webpagetest.orgGoogle Code:http://code.google.com/p/webpagetest/部署WebPageTest 私有实例参考资料http://testing.etao.com/node/303http://testing.etao.com/node如下是作者提供的客户端实现分析the networking stack on Windows from a browser’s perspec 阅读全文
posted @ 2012-07-21 11:10 2012 阅读(11409) 评论(0) 推荐(0) 编辑
摘要:官方的内容http://en.wikipedia.org/wiki/C%2B%2B11The C++ Standards Committeehttp://www.open-std.org/jtc1/sc22/wg21/编译器的支持http://msdn.microsoft.com/en-us/library/hh409293(v=vs.110).aspxhttp://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.aspxhttp://gcc.gnu.org/projects/cxx0x.htmlhttp://en.cppreferenc 阅读全文
posted @ 2012-07-14 10:55 2012 阅读(642) 评论(1) 推荐(0) 编辑
摘要:C# 5.0 in a Nutshell The Definitive Reference WinRT C# 5.0 also interoperates with Windows Runtime (WinRT) libraries. WinRT is an execution interface and runtime environment for accessing libraries in a language-neutral and object-oriented fashion. It ships with Windows 8 and is (in part) an enhan.. 阅读全文
posted @ 2012-07-08 20:33 2012 阅读(2187) 评论(0) 推荐(0) 编辑
摘要:托马斯.库恩提出“科学的革命”的范式论之后,Robert Floyd在1979年图灵奖的颁奖演说中使用了编程范式一词。编程范式一般包括三个方面,以OOP为例:1.学科的逻辑体系:如类/对象、继承、动态绑定、方法改写、对象替换等等机制。2.心理认知因素:按照面向对象编程之父Alan Kay的观点,“计算就是模拟”。OO范式极其重视隐喻(metaphor)的价值,通过拟人化,按照自然的方式模拟自然。3.自然观:强调程序的组织技术,视程序为松散耦合的对象/类的集合,以继承机制将类组织成一个层次结构,把程序运行视为相互服务的对象们之间的对话。 简单的说,编程范式是程序员看待程序应该具有的观点百度百.. 阅读全文
posted @ 2012-07-07 15:47 2012 阅读(841) 评论(0) 推荐(0) 编辑