上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 66 下一页
摘要: 1:libs 2:web.xml 3:applicationContext.xml 4:config.properties 5:SendService.java 6:JmsReceiver.java 7:TestServlet.java 阅读全文
posted @ 2017-08-29 16:12 yshy 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 在配置文件中增加: 阅读全文
posted @ 2017-08-28 14:02 yshy 阅读(488) 评论(0) 推荐(0) 编辑
摘要: package com.microwisdom.utils; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.geom.AffineTransform... 阅读全文
posted @ 2017-08-21 15:45 yshy 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 0:Nginx日志格式配置 1:统计PV数 (1)统计所有的PV数 (2)统计当天的PV数 (3)统计指定某一天的PV数 如果要是获取某一天的则修改日期即可。 2:获取访问IP数 3:获取每分钟的请求数量 通过cat、awk等Linux脚本工具,输出成csv文件,然后用excel打开,生成柱状图。 阅读全文
posted @ 2017-08-20 20:10 yshy 阅读(3917) 评论(0) 推荐(0) 编辑
摘要: public static byte[] fileToZip(){ ZipOutputStream append = null; ByteArrayOutputStream bos = new ByteArrayOutputStream(); try { append = new Zip... 阅读全文
posted @ 2017-08-20 13:21 yshy 阅读(805) 评论(0) 推荐(0) 编辑
摘要: 1:ip.config 192.168.3.15 1;192.168.3.10 1;192.168.0.8 1; 2:nginx.conf #geoIP的白名单 geo $remote_addr $ip_whitelist { default 0; include ip.conf; } locati 阅读全文
posted @ 2017-08-18 14:13 yshy 阅读(8484) 评论(0) 推荐(0) 编辑
摘要: 1:通过SPY++获得地址栏的层次结构,然后一层一层获得 2:代码 3:运行结果 阅读全文
posted @ 2017-08-14 19:49 yshy 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 1:打开VS2012新建工程以及打开项目报一下错误提示 2:是由于.NET Framework 4.5 补丁造成的 从:https://www.microsoft.com/zh-CN/download/details.aspx?id=36020 下载补丁安装即可。 阅读全文
posted @ 2017-08-11 08:51 yshy 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1:在resources目录下面创建logback.xml配置文件 2:TestCtrl.java测试 3:build.gradle 阅读全文
posted @ 2017-08-07 13:42 yshy 阅读(967) 评论(0) 推荐(0) 编辑
摘要: 1:集群中的机器信息 IP PORT 192.168.3.10 7000,7001,7002 192.168.3.11 7004,7005,7006 2:安装Redis 分别在10与11机器上面安装Redis。 (1)解压安装 #tar -zxvf redis-3.2.5.tar.gz #cd re 阅读全文
posted @ 2017-08-06 13:40 yshy 阅读(2880) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 66 下一页