摘要: ls -l|grep ^d 阅读全文
posted @ 2014-08-14 08:03 wuhn 阅读(134) 评论(0) 推荐(0) 编辑
摘要: [maijunjin@localhost testGrep]$ grep 1 ./ #没有结果[maijunjin@localhost testGrep]$ grep 1 . #没有结果[maijunjin@localhost testGrep]$ ... 阅读全文
posted @ 2014-08-14 08:02 wuhn 阅读(152) 评论(0) 推荐(0) 编辑
摘要: st_atime Time whenfile data was last accessed. Changedbythe followingfunctions:creat(),mknod(),pipe(), utime(2), andread(2).st_mtime Time whendata w... 阅读全文
posted @ 2014-08-14 07:54 wuhn 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: The beginning of this chapter introduced the idea of writing code that can be applied as generally as possible. To do this, we need ways to loosen the... 阅读全文
posted @ 2014-04-19 13:54 wuhn 阅读(442) 评论(0) 推荐(0) 编辑
摘要: ​Ordinaryclassesandmethodsworkwithspecifictypes: eitherprimitivesorclasstypes.Ifyouarewritingcodethatmightbeusedacrossmoretypes,thisrigiditycanbeoverconstraining.One way that object-oriented languages allow generalization is through polymorphism. You can write (for example) a method that takes a bas 阅读全文
posted @ 2014-04-07 21:58 wuhn 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 在线中文版 JDK1.6中文版 阅读全文
posted @ 2013-09-12 15:20 wuhn 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 来自:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/execSummaryExecutes a search for a match in a specified string. Returns a result array, ornull.(在指定的字符串中寻找匹配。返回结果数组,或者null。)Method ofRegExpImplemented inJavaScript 1.2ECMAScript EditionECMAScript 3rd EditionSy 阅读全文
posted @ 2013-09-11 23:51 wuhn 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 来自:http://searun.iteye.com/blog/389186 Welcome to my Homepage Content is divided into two sections: ColdFusion Information about Macromedia ColdFusion. Wireless Information about Bluetooth, 802.11, and more. 分析这里的模式“.*”匹配了第一个段落(从到),同样可以匹配(HTML不是大小写敏感... 阅读全文
posted @ 2013-09-11 22:57 wuhn 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 来自:http://www.cnblogs.com/luckbird/archive/2008/02/01/1061048.html获取 阅读全文
posted @ 2013-09-11 20:57 wuhn 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: 一直都不明白为什么mac就是不现实8080端口,现在明白了USERtekiiMac-3:~ user$ netstat -an | grep tcp46tcp46 0 0 *.8009 *.* LISTEN tcp46 0 0 *.8080 *.* LISTEN tcp46 0 0 *.8888 *.* L... 阅读全文
posted @ 2013-09-11 16:54 wuhn 阅读(1082) 评论(0) 推荐(0) 编辑