03 2015 档案
Spring3自定义环境配置 <beans profile="">
摘要:Spring 3.1的功能,以后就不用为了区分Test, Dev, Production环境,搞几个只有细微区别的application.xml, application-test.xml及引用它们的web.xml了。首先,将applicationContext.xml中的namespace从3.0... 阅读全文
posted @ 2015-03-30 14:14 adolfmc 阅读(3522) 评论(0) 推荐(1)
Redis常用命令
摘要:1 查询redis数据库里面有所用key127.0.0.1:6379> keys *启动 Redis 服务src/redis-server或者src/redis-server redis.confsrc/redis-server redis.conf 1>log.log 2>errlog.log1为... 阅读全文
posted @ 2015-03-18 15:34 adolfmc 阅读(1204) 评论(0) 推荐(0)
设置SecureCRT会话的缓冲区大小
摘要:一、使用securecrt5.0.1时,设置自动日志记录功能。1、在C:\Program Files\SecureCRT\下新建一个文件夹(也就是你的CRT可执行文件的路径),命名为Logs;2、点击Options -> Global Options -> Default Session -> Ed... 阅读全文
posted @ 2015-03-18 15:17 adolfmc 阅读(9031) 评论(0) 推荐(0)