摘要: 引用:http://cloudsdocker.github.io/2016/09/02/2016-09-02-Design-Principals/ 在开发设计中有一些常用原则或者潜规则,根据笔者的经验,这里稍微总结一下最最常用的,以飨读者。 DRY 这里的DRY是Do Not Repeat Your 阅读全文
posted @ 2016-10-11 09:58 Dlimeng 阅读(9) 评论(0) 推荐(0)
摘要: var fullindex=1; function fullscreen(){ if ($.browser.msie && $.browser.version.indexOf("8") == 0) { if(typeof window.ActiveXObject != "undefined") { 阅读全文
posted @ 2016-10-11 09:08 Dlimeng 阅读(8) 评论(0) 推荐(0)
摘要: var fullindex=1; function fullscreen(){ if ($.browser.msie && $.browser.version.indexOf("8") == 0) { if(typeof window.ActiveXObject != "undefined") { 阅读全文
posted @ 2016-10-11 09:08 Dlimeng 阅读(11) 评论(0) 推荐(0)
摘要: 可以用yum install net-tools安装net-tools组件,将ifconfig命令找回来。 可以使用vi /etc/hostname 修改主机名字 未完待续! 阅读全文
posted @ 2016-10-09 00:25 Dlimeng 阅读(8) 评论(0) 推荐(0)
摘要: 可以用yum install net-tools安装net-tools组件,将ifconfig命令找回来。 可以使用vi /etc/hostname 修改主机名字 未完待续! 阅读全文
posted @ 2016-10-09 00:25 Dlimeng 阅读(6) 评论(0) 推荐(0)
摘要: please make your choice from ['1' to enter the License information spoke] ter the license information spoke | 'q' to quit |'c' to continue |'r' to ref 阅读全文
posted @ 2016-10-08 21:08 Dlimeng 阅读(6) 评论(0) 推荐(0)
摘要: please make your choice from ['1' to enter the License information spoke] ter the license information spoke | 'q' to quit |'c' to continue |'r' to ref 阅读全文
posted @ 2016-10-08 21:08 Dlimeng 阅读(5) 评论(0) 推荐(0)
摘要: 1 redis介绍 1.1 什么是NoSql NoSql是为了解决高并发、高可扩展、高可用以及高写入而产生的数据库解决方案。 NoSql就是Not Only sql。Nosql是非关系型数据库,它是关系型数据库的良好补充,而不能替代关系型数据库。 1.1 Nosql数据库分类 n 键值(Key-Va 阅读全文
posted @ 2016-10-04 11:40 Dlimeng 阅读(9) 评论(0) 推荐(0)
摘要: 1 redis介绍 1.1 什么是NoSql NoSql是为了解决高并发、高可扩展、高可用以及高写入而产生的数据库解决方案。 NoSql就是Not Only sql。Nosql是非关系型数据库,它是关系型数据库的良好补充,而不能替代关系型数据库。 1.1 Nosql数据库分类 n 键值(Key-Va 阅读全文
posted @ 2016-10-04 11:40 Dlimeng 阅读(10) 评论(0) 推荐(0)
摘要: 网址: Linux基础01:http://blog.csdn.net/qq_19968255/article/details/52732932 Linux基础02:http://blog.csdn.net/qq_19968255/article/details/52732962 Linux基础03: 阅读全文
posted @ 2016-10-04 11:16 Dlimeng 阅读(8) 评论(0) 推荐(0)