摘要:
环境信息 ubuntu 12.04 64位 桌面版 Log-Log4perl 的介绍网址:http://search.cpan.org/~mschilli/Log-Log4perl-1.49/lib/Log/Log4perl.pm 下载链接 安装 测试LOG4perl 模块的配置文件 log.con 阅读全文
posted @ 2017-06-16 14:26
chenfool
阅读(1284)
评论(0)
推荐(0)
摘要:
1 去掉显示隐藏文件的默认配置 找到 将LS_OPTIONS="-A -N $LS_OPTIONS -T 0" 修改为 LS_OPTIONS="-N $LS_OPTIONS -T 0" 参考:http://blog.csdn.net/jianxinmail01/article/details/642 阅读全文
posted @ 2017-06-16 11:42
chenfool
阅读(811)
评论(0)
推荐(0)
摘要:
性能较好的Tomcat 配置文件内容 Resource 重要参数说明:factory 使用哪种连接池的库maxActive 连接池的最大连接上限maxIdle 最大空闲连接数,空闲的连接如果超过 minEvictableIdleTimeMillis 参数设置的值,空闲连接将被释放minIdle 最小 阅读全文
posted @ 2017-06-16 11:39
chenfool
阅读(4585)
评论(0)
推荐(0)
摘要:
perl 离线安装 Net::OpenSSH 库 Net::OpenSSH 库 下载地址https://metacpan.org/pod/Net::OpenSSH 直接获取安装包命令 编译方式 Net::OpenSSH 库 还需要用到IO:Pty 库,所以我们还需要继续安装 IO:Pty 库 IO: 阅读全文
posted @ 2017-06-16 11:34
chenfool
阅读(903)
评论(0)
推荐(0)