摘要: 通配地址就是全0的地址,由内核随机选取 阅读全文
posted @ 2017-04-22 00:29 raindream 阅读(365) 评论(0) 推荐(0)
摘要: The only times finally won't be called are: 以上来自:Does finally always execute in Java? 另见Sun Tutorials中的note: Note: If the JVM exits while the try or c 阅读全文
posted @ 2017-04-22 00:15 raindream 阅读(260) 评论(0) 推荐(0)
摘要: 使用本地指定目录下jar包 阅读全文
posted @ 2017-04-22 00:11 raindream 阅读(165) 评论(0) 推荐(0)
摘要: 转自:Linux shell ${}简单用法 为了完整起见,我这里再用一些例子加以说明 ${ } 的一些特异功能:假设我们定义了一个变量为:file=/dir1/dir2/dir3/my.file.txt我们可以用 ${ } 分别替换获得不同的值:${file#*/}:拿掉第一条 / 及其左边的字符 阅读全文
posted @ 2017-04-22 00:11 raindream 阅读(382) 评论(0) 推荐(0)