
java工程
文章平均质量分 87
lucky-laoA
蚂蚁搬家
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
web服务器运维脚本
#!/bin/bash # #this is a main() interface # author:Haibin Wang # Version: 1.0.0.0 # # _hostname=$(hostname | awk -F "." '{print $1}') #the port of nginx _pnginx=80 #the port of Chines原创 2013-08-04 18:45:20 · 863 阅读 · 0 评论 -
Tomcat+Memcached Session共享
type="org.apache.catalina.UserDatabase" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" pathname="conf/tomcat-users.xml"原创 2013-08-10 00:12:48 · 532 阅读 · 0 评论 -
tomcat远程管理系统雏形
一、Vsftpd搭建 1、软件安装 yum –y install vsftpd* 2、配置服务 vim /etc/vsftpd/vsftpd.conf chroot_local_user=YES anonymous_enable=NO #非匿名访问方式 user_deny=YES #开启白名单 use原创 2013-10-12 18:00:37 · 706 阅读 · 0 评论