摘要: synchronized 方法级别代码:public class Thread1 { private int num = 0; public synchronized void printNum(String arg){ if (arg.equals("a"... 阅读全文
posted @ 2018-01-14 14:29 gent95 阅读(250) 评论(1) 推荐(0) 编辑
摘要: sql server2008密钥 Developer: PTTFM-X467G-P7RH2-3Q6CG-4DMYB Enterprise: JD8Y6-HQG69-P9H84-XDTPG-34MBBMicrosoft SQL Server 2008 R2序列号密钥 开发版32位:MC... 阅读全文
posted @ 2017-12-05 10:18 gent95 阅读(13560) 评论(0) 推荐(0) 编辑
摘要: http://binux.cn/2017/03/05/FastDFS-Install/ 阅读全文
posted @ 2017-12-04 10:35 gent95 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 链接:http://pan.baidu.com/s/1geT09ij 密码:yotv 阅读全文
posted @ 2017-10-27 11:14 gent95 阅读(518) 评论(0) 推荐(0) 编辑
摘要: from : http://blog.csdn.net/keenweiwei/article/details/42780805/环境是 win7, 64 bit装了 visio 2013 , 可以却不能用它来画图,在网上找了一些破解工具,大都不能解决问题。网上不靠谱的广告型文章太多了... 阅读全文
posted @ 2017-10-19 11:44 gent95 阅读(692) 评论(1) 推荐(0) 编辑
摘要: #!/bin/bashStack=$1if [ "${Stack}" = "" ]; then Stack="install"else Stack=$1fiinstall_vsftp(){ echo "#######################" echo... 阅读全文
posted @ 2017-09-14 10:46 gent95 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 方法一:http://www.cnblogs.com/suiyueqiannian/p/6754091.html方法二:http://www.98key.com/idea 阅读全文
posted @ 2017-09-13 16:20 gent95 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 首先: 到goeasy官网goeasy.io 第一步:注册账号,创建免费应用或者付费应用 第二部:查看创建应用的appkey java代码: GoEasy goEasy = new GoEasy("your appkey");goEasy.publish("channel","me... 阅读全文
posted @ 2017-09-07 15:54 gent95 阅读(137) 评论(0) 推荐(0) 编辑
摘要: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage 原因是Jboss的soap实现的是老的javax.xml.soap.S... 阅读全文
posted @ 2017-09-02 09:54 gent95 阅读(581) 评论(0) 推荐(0) 编辑
摘要: //transform text in utf8 format to stringfunction u2str(text){ return unescape(text.replace(/&#x/g,'%u').replace(/;/g,''));}function str2u... 阅读全文
posted @ 2017-08-28 10:45 gent95 阅读(160) 评论(0) 推荐(0) 编辑