上一页 1 ··· 186 187 188 189 190 191 192 193 194 ··· 234 下一页
摘要: ref:http://bash.cyberciti.biz/guide/Getting_User_Input_Via_KeyboardYou can accept input from the keyboard and assign an input value to a user defined ... 阅读全文
posted @ 2014-05-28 15:33 一天不进步,就是退步 阅读(1444) 评论(0) 推荐(0)
摘要: There are two types of bash for loops available. One using the “in” keyword with list of values, another using the C programming like syntax. This a... 阅读全文
posted @ 2014-05-28 15:08 一天不进步,就是退步 阅读(967) 评论(0) 推荐(0)
摘要: byEugen ParaschivonMay 23, 2014inHttpClienthttp://www.baeldung.com/httpclient-multipart-upload1. OverviewIn this tutorial we will illustrate how to do... 阅读全文
posted @ 2014-05-28 14:14 一天不进步,就是退步 阅读(1285) 评论(0) 推荐(0)
摘要: One of the nice features of Java language is that it provides you the opportunity to execute native system commands and in this tutorial we will see h... 阅读全文
posted @ 2014-05-28 11:58 一天不进步,就是退步 阅读(258) 评论(0) 推荐(0)
摘要: Server Side Includes(SSI) is a simple interpretedserver-side scriptinglanguage used almost exclusively for theWeb.The most frequent use of SSI is to i... 阅读全文
posted @ 2014-05-27 17:54 一天不进步,就是退步 阅读(1695) 评论(0) 推荐(0)
摘要: 简单理解四层和七层负载均衡:①所谓四层就是基于IP+端口的负载均衡;七层就是基于URL等应用层信息的负载均衡;同理,还有基于MAC地址的二层负载均衡和基于IP地址的三层负载均衡。 换句换说,二层负载均衡会通过一个虚拟MAC地址接收请求,然后再分配到真实的MAC地址;三层负载均衡会通过一个虚拟IP地址... 阅读全文
posted @ 2014-05-27 17:41 一天不进步,就是退步 阅读(632) 评论(0) 推荐(0)
摘要: 语法为:java weblogic.security.utils.AdminAccount directory例子: C:\bea103\user_projects\domains\7001_Domain\security>java weblogic.security.utils.AdminAc... 阅读全文
posted @ 2014-05-27 11:00 一天不进步,就是退步 阅读(3868) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/jakee304/article/details/1792830(一)Get Start最简单的find用法莫过于如此:$find.查找当前目录下的所有文件。find命令的一般格式为:find[-H][-L][-P][path...][expressi... 阅读全文
posted @ 2014-05-26 18:53 一天不进步,就是退步 阅读(8519) 评论(1) 推荐(0)
摘要: http://technet.microsoft.com/en-us/library/cc756878(v=ws.10).aspxIn this sectionNetwork Load Balancing Terms and DefinitionsNetwork Load Balancing Arc... 阅读全文
posted @ 2014-05-25 23:11 一天不进步,就是退步 阅读(496) 评论(0) 推荐(0)
摘要: http://technet.microsoft.com/en-us/library/bb742455.aspxAbstractNetwork Load Balancing, a clustering technology included in the Microsoft Windows 2000... 阅读全文
posted @ 2014-05-25 22:50 一天不进步,就是退步 阅读(701) 评论(0) 推荐(0)
上一页 1 ··· 186 187 188 189 190 191 192 193 194 ··· 234 下一页