上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: /sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT /etc/rc.d/init.d/iptables save /etc/init.d/iptables restart 阅读全文
posted @ 2018-09-01 14:48 十黎九夏 阅读(16031) 评论(0) 推荐(0)
摘要: var formData = new FormData($("#form")[0]); $.ajax({ url:'${pageContext.request.contextPath}/manage/matrix/add', type:'post', d... 阅读全文
posted @ 2018-08-31 15:08 十黎九夏 阅读(707) 评论(0) 推荐(0)
摘要: 上面代码中find方法是combobox的loader调用的方法 阅读全文
posted @ 2018-08-29 17:41 十黎九夏 阅读(1807) 评论(0) 推荐(0)
摘要: var DateFormat = { formatTime:function(time){ if (time != "" && time != null && time != "null") { var datetime = new Date(); datetime.setTime(time); va... 阅读全文
posted @ 2018-08-29 16:14 十黎九夏 阅读(1046) 评论(0) 推荐(0)
摘要: 第一步:把fastDFS都上传到linux系统。 第二步:安装FastDFS之前,先安装libevent工具包。 yum -y install libevent 第三步:安装libfastcommonV1.0.7工具包。 1、解压缩 2、./make.sh 3、./make.sh install 4 阅读全文
posted @ 2018-08-23 23:55 十黎九夏 阅读(242) 评论(0) 推荐(0)
摘要: ### 设置Logger输出级别和输出目的地 ### log4j.rootLogger=debug,stdout,logfile ### 把日志信息输出到控制台 ### log4j.appender.stdout=org.apache.log4j.ConsoleAppender #log4j.appender.stdout.Target=System.err log4j.appender.s... 阅读全文
posted @ 2018-08-23 17:15 十黎九夏 阅读(84) 评论(0) 推荐(0)
摘要: upload组件使用时得关闭搜狗输入法,换成其他输入法,不然点击上传时浏览器就炸了。 阅读全文
posted @ 2018-08-23 16:59 十黎九夏 阅读(3023) 评论(0) 推荐(1)
摘要: 安装两个tomcat,修改端口号 然后打开Nginx的配置文件 启动nginx 负载均衡 配置权重 阅读全文
posted @ 2018-08-22 23:18 十黎九夏 阅读(138) 评论(0) 推荐(0)
摘要: 上代码 然后所有的实体类继承这个方法即可 其中 阅读全文
posted @ 2018-08-22 10:10 十黎九夏 阅读(1923) 评论(1) 推荐(0)
摘要: 在/usr/local/nginx/conf目录下nginx.conf文件是nginx的配置文件。 vim nginx.conf 最后片段加上 上面html81不存在,所以需要创建一个 修改html81里面的index.html文件 修改防火墙 vim /etc/sysconfig/iptables 阅读全文
posted @ 2018-08-22 00:10 十黎九夏 阅读(123) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页