上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 235 下一页
摘要: This post is covering one of the Java built-in concepts calledFinalizer. This concept is actually both well-hidden and well-known, depending whether y... 阅读全文
posted @ 2014-05-14 11:02 一天不进步,就是退步 阅读(861) 评论(0) 推荐(0)
摘要: Stringis an immutable class in Java. An immutable class is simply a class whose instances cannot be modified. All information in an instance is initia... 阅读全文
posted @ 2014-05-14 10:43 一天不进步,就是退步 阅读(404) 评论(0) 推荐(0)
摘要: 前面介绍过在Linux中如何查看文件的属性,在Linux文件权限详解中我们介绍了Linux文件的三种身份和四种权限,三种身份分别为:u:文件的拥有者g:文件所属的群组o:其他用户对于每个身份,又有四种权限,分别为:r:读取文件的权限(read)w:写入文件的权限(write)x:执行的权限(exec... 阅读全文
posted @ 2014-05-13 21:58 一天不进步,就是退步 阅读(788) 评论(0) 推荐(0)
摘要: 1.简介sed是非交互式的编辑器。它不会修改文件,除非使用shell重定向来保存结果。默认情况下,所有的输出行都被打印到屏幕上。sed编辑器逐行处理文件(或输入),并将结果发送到屏幕。具体过程如下:首先sed把当前正在处理的行保存在一个临时缓存区中(也称为模式空间),然后处理临时缓冲区中的行,完成后... 阅读全文
posted @ 2014-05-13 18:25 一天不进步,就是退步 阅读(376) 评论(0) 推荐(0)
摘要: I am using the Spring SimpleFormControllerexampleto illustrate the build process. The figure below shows the structure of the web application.All the ... 阅读全文
posted @ 2014-05-13 11:28 一天不进步,就是退步 阅读(425) 评论(0) 推荐(0)
摘要: 原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://xz159065974.blog.51cto.com/8618592/14058121、本文的架构图:阐述各服务器用途: 1、haproxy在本构架中实现的是:负载均衡 2、keepal... 阅读全文
posted @ 2014-05-09 14:38 一天不进步,就是退步 阅读(8561) 评论(0) 推荐(1)
摘要: 转自:http://blog.chinaunix.net/uid-20357359-id-1963662.html这个问题之前没有怎么留意过,是最近在面试过程中遇到的一个问题,面了两家公司,两家公司竟然都面到到了这个问题,不得不使我开始关注这个问题。说起CLOSE_WAIT状态,如果不知道的话,还是... 阅读全文
posted @ 2014-05-08 21:01 一天不进步,就是退步 阅读(1489) 评论(0) 推荐(0)
摘要: http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis overview is also maintained at the Xing "Load-Balancin... 阅读全文
posted @ 2014-05-08 19:41 一天不进步,就是退步 阅读(412) 评论(0) 推荐(0)
摘要: 《编程之道》出自美国一位资深的程序设计师 Geoffrey James 之手。相传作者早起打太极拳的时候,突然开悟,悟到了编程之道。本文章我自己整理的番外篇,哈哈哈,有点儿无节操。1.1程序员见禅师:我学了 hello world 和水仙花数,想自己开发个操作系统,希望大师指点。禅师笑而不语,抓来一... 阅读全文
posted @ 2014-05-08 19:28 一天不进步,就是退步 阅读(2680) 评论(0) 推荐(0)
摘要: byHIMANSHU ARORAonOCTOBER 16, 2012http://www.thegeekstuff.com/2012/10/15-linux-split-and-join-command-examples-to-manage-large-files/Linux split and j... 阅读全文
posted @ 2014-05-08 11:06 一天不进步,就是退步 阅读(713) 评论(0) 推荐(0)
上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 235 下一页