上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 115 下一页
摘要: 端口占用查看 阅读全文
posted @ 2016-10-21 09:32 这个名字想了很久~ 阅读(5090) 评论(0) 推荐(0)
摘要: 原文:http://www.cnblogs.com/hoojo/archive/2012/05/17/2506769.html Openfire 的安装和配置 1、 下载最新的openfire安装文件 官方下载站点:http://www.igniterealtime.org/downloads/in 阅读全文
posted @ 2016-10-20 18:12 这个名字想了很久~ 阅读(2480) 评论(1) 推荐(0)
摘要: 加入以下类: 这个是xml格式的,解析时可以将xml转成map,参数可自由定义 消息发送时将自定义的消息带上(示例用的是smack) 阅读全文
posted @ 2016-10-20 18:06 这个名字想了很久~ 阅读(1694) 评论(0) 推荐(0)
摘要: web.xml配置 数据源配置 配置_Druid和Spring关联监控配置 阅读全文
posted @ 2016-10-20 17:50 这个名字想了很久~ 阅读(6194) 评论(0) 推荐(0)
摘要: 后台增加filter,注意不要把druid也屏蔽了 web.xml加入过滤器配置,注意不要把druid也屏蔽了,url-pattern可以指定过滤的东西 在公共的js文件中加入以下全局控制ajax的配置 阅读全文
posted @ 2016-10-20 15:37 这个名字想了很久~ 阅读(4401) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/our_sky/article/details/51362676 一、Tomcat 安装 官网:http://tomcat.apache.org/ Tomcat8官网下载地址:http://tomcat.apache.org/download-80.c 阅读全文
posted @ 2016-10-20 12:34 这个名字想了很久~ 阅读(2391) 评论(0) 推荐(0)
摘要: 原文:http://blog.chinaunix.net/uid-20662363-id-3049712.html nginx的upstream目前支持5种方式的分配 1、轮询(默认) 每个请求按时间顺序逐一分配到不同的后端服务器,如果后端服务器down掉,能自动剔除。 2、weight 指定轮询几 阅读全文
posted @ 2016-10-20 11:23 这个名字想了很久~ 阅读(1474) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { int a = 8; String s = String.format("%04d", a); System.out.println(s); } length代表的是格式化后字符串的总长度d是个占位符,会被参数a所替换。0... 阅读全文
posted @ 2016-10-20 10:14 这个名字想了很久~ 阅读(4044) 评论(0) 推荐(0)
摘要: 原文:http://hbiao68.iteye.com/blog/1769053 阅读全文
posted @ 2016-10-20 10:07 这个名字想了很久~ 阅读(1747) 评论(0) 推荐(0)
摘要: import java.util.UUID; public class T { public static String getOrderIdByUUId() { int machineId = 1;//最大支持1-9个集群机器部署 int hashCodeV = UUID.randomUUID().toString().hash... 阅读全文
posted @ 2016-10-20 10:04 这个名字想了很久~ 阅读(39430) 评论(2) 推荐(0)
上一页 1 ··· 97 98 99 100 101 102 103 104 105 ··· 115 下一页