Let eclipse use your java vm directly!Put these lines at the end of eclipse.ini (located in the directory where eclipse.exe is present):-vm/bin/javaw....
分类:
编程语言 时间:
2015-04-09 21:34:27
阅读次数:
138
[root@ptr228 ~]# yum install php-mcryptSetting up Install ProcessNo package php-mcrypt available.Error: Nothing to do原来CentOS 官方默认不在对mcrypt模块进行支持,所以必须...
分类:
其他好文 时间:
2015-04-09 19:17:49
阅读次数:
127
把Haproxy用在生产环境后,经常会遇到Haproxy误报"backend xxx_server has no server available!"的消息,而实际上,xxx_server是正常运行的。
最近误报越来越多,已经严重影响服务器的使用,之前几个月间或google了一些资料,都没有坚决这个问题。于是决定腾出时间从Haproxy的源码找原因。
仔细在Haproxy的源码里找了找,发现是...
分类:
其他好文 时间:
2015-04-08 18:10:06
阅读次数:
595
给192.168.1.244设定为固定Ip 1.找到文件并作如下修改: vim?/etc/network/interfaces 修改结果为如下部分: # This file describes the network interfaces available on your system # and how to activate th...
分类:
系统相关 时间:
2015-04-07 15:51:06
阅读次数:
156
需求: 根据传入的参数批量 删除数据:
DAO:
List ll = new ArrayList();
for(int i=10;i<25;i++){
ll.add(i);
}
int res = userMapper.delUser(li);
System.out.println(res);
xml:
delete from users whe...
分类:
其他好文 时间:
2015-04-06 23:16:48
阅读次数:
1106
汉化版的sublimetext安装软件包的时候报错如下:There are no packages available for install打开控制台,ctrl+~,然后看到如下错误:Package Control: Channel http://www.anchen8.net/channel.p...
分类:
其他好文 时间:
2015-04-06 23:03:20
阅读次数:
630
A complete click-by-click, step-by-step video of this article is available here.OR… You can read the article, line-by-line.It all starts with a Linux....
1. 找到文件并作如下修改: vim?/etc/network/interfaces 修改如下部分: #?This?file?describes?the?network?interfaces?available?on?your?system
#?and?how?to?activate?them.?For?more?i...
分类:
其他好文 时间:
2015-04-03 11:43:13
阅读次数:
118
All submissions for this problem are available.Read problems statements in Mandarin Chinese and Russian.This problem's statement is really a short on....
分类:
其他好文 时间:
2015-03-31 22:09:45
阅读次数:
223
运行时报错:
net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '宋体' is not available to the JVM. See the Javadoc for more details.
解决方案:
在项目中的classpath目录下
1.添加你在需要的字体集(如:在windows的fonts下找到你要...