上一页 1 ··· 193 194 195 196 197 198 199 200 201 ··· 229 下一页
摘要: reference:http://www.egrappler.com/javascript-chart-and-graph-libraries-for-developers/BYTEAMEGRAPPLER· MARCH 4, 2014Graphs and charts are used to simplify complex data and make it easy to read and understand. There is a growing number of Open Source and commercial solutions for pure JavaScript 阅读全文
posted @ 2014-03-10 16:03 一天不进步,就是退步 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: reference:http://examples.javacodegeeks.com/core-java/lang/string/java-string-class-example/1. IntroductionIn this example we are going to discuss about the basic characteristics ofJava String Class.Stringis probably one of the most used types in Java programs. That’s why Java provides a number of A 阅读全文
posted @ 2014-03-10 14:59 一天不进步,就是退步 阅读(622) 评论(0) 推荐(0) 编辑
摘要: reference:http://java.dzone.com/articles/caching-best-practicesThere is an irresistible attraction to writing custom caching solutions, since it seems to be the easiest path to “improving” the overall application performance. Well, caching is a great technique, but there are few steps to consider be 阅读全文
posted @ 2014-03-10 14:58 一天不进步,就是退步 阅读(347) 评论(0) 推荐(0) 编辑
摘要: reference:http://blog.couchbase.com/topology-architecture-distributed-systemsYou can’t judge a book by its cover, but you can judge the architecture of a distributed system by its topology.If two distributed systems are equally effective, is the one with the simpler topology the one with the better 阅读全文
posted @ 2014-03-10 09:58 一天不进步,就是退步 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1. 定义Facade Patternprovides a unified interface to a set of interfaces in subsystems. Facade defines a higher-level interface that makes the subsystem easier to use.p. 185, Design Patterns, Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Jonhson, Johb Vlissides.2. 作 阅读全文
posted @ 2014-03-10 09:47 一天不进步,就是退步 阅读(444) 评论(0) 推荐(0) 编辑
摘要: reference:http://blog.codacy.com/top-10-faster-code-reviews/This is a blog post of ourCode Reading Wednesdaysfrom Codacy (http://www.codacy.com): we make code reviews easier and automatic.Follow the discussion onRedditandHacker NewsHow frequent is it for you to be reviewing code at 3am?When code rev 阅读全文
posted @ 2014-03-10 09:26 一天不进步,就是退步 阅读(367) 评论(0) 推荐(0) 编辑
摘要: reference:http://www.coolcoder.in/2013/12/common-linux-log-files-name-and-usage.htmlif you spend lot of time in Linux environment, it is essential that you know where the log files are located, and what is contained in each and every log file.When your system is running smoothly, take some time to l 阅读全文
posted @ 2014-03-10 09:14 一天不进步,就是退步 阅读(305) 评论(0) 推荐(0) 编辑
摘要: reference :http://crybit.com/tar-command-usages-with-examples/The ‘tar’ saves many files together into a single tape or disk archive, and can restore individual files from the archive. It is very useful in such conditions like when we want to send a lot of files via email, transfer files from one ma 阅读全文
posted @ 2014-03-10 08:53 一天不进步,就是退步 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 源地址没有找到,间接引用地址:http://wushank.blog.51cto.com/3489095/1156004DoS到底是什么?接触PC机较早的同志会直接想到微软磁盘操作系统的DOS--DiskOperationSystem?不,此DoS非彼DOS也,DoS即DenialOfService,拒绝服务的缩写。 DoS是Denial of Service的简称,即拒绝服务,造成DoS的攻击行为被称为DoS攻击,其目的是使计算机或网络无法提供正常的服务。最常见的DoS攻击有计算机网络带宽攻击和连通性攻击。一、概念理解: 作个形象的比喻来理解DoS。街头的餐馆是为大众提供餐饮服务,如果一群地 阅读全文
posted @ 2014-03-09 22:50 一天不进步,就是退步 阅读(13928) 评论(0) 推荐(0) 编辑
摘要: 引用地址:http://pangge.blog.51cto.com/6013757/1273087基础认知篇DNS服务的概述DNS是Domain Name System 的缩写,即域名系统。DNS服务主要功能是将域名转换为相应的IP地址,提供DNS服务的系统就是DNS服务器。形如它能够把www.baidu.com这样的域名转换为61.135.169.125这样的IP地址;没有DNS,浏览baidu.com这个网站时,就必须用61.135.169.125这么难记的数字来访问。DNS服务器可以分为3种,即主域名服务器(Master DNS)、辅助域名服务器(Slave DNS)、缓存服务器。uMa 阅读全文
posted @ 2014-03-09 22:29 一天不进步,就是退步 阅读(18835) 评论(1) 推荐(1) 编辑
上一页 1 ··· 193 194 195 196 197 198 199 200 201 ··· 229 下一页