码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
Eclipse配置问题:Error :- java runtime environment JRE or java development kit must be available in order to run eclipse
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
CentOS yum安装mcrypt详细图解教程
[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误报"backend xxx_server has no server available!"
把Haproxy用在生产环境后,经常会遇到Haproxy误报"backend xxx_server has no server available!"的消息,而实际上,xxx_server是正常运行的。 最近误报越来越多,已经严重影响服务器的使用,之前几个月间或google了一些资料,都没有坚决这个问题。于是决定腾出时间从Haproxy的源码找原因。 仔细在Haproxy的源码里找了找,发现是...
分类:其他好文   时间:2015-04-08 18:10:06    阅读次数:595
Ubuntu设置固定IP
给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
MyBatis批量操作报错:Parameter 'xxxList' not found. Available parameters are [list]
需求: 根据传入的参数批量 删除数据: 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
sublime text install packages报错
汉化版的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
Running a Remote Desktop on a Windows Azure Linux VM (远程桌面到Windows Azure Linux )-摘自网络
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....
分类:Windows程序   时间:2015-04-06 12:39:31    阅读次数:361
unbuntu14.04 server修改静态IP
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
【CODECHEF】【phollard rho + miller_rabin】The First Cube
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
iReport在操作系统没相关“字符集”时的处理方法,比如Windows英文版下,fonts中就没有“宋体”
运行时报错: net.sf.jasperreports.engine.util.JRFontNotFoundException: Font '宋体' is not available to the JVM. See the Javadoc for more details. 解决方案: 在项目中的classpath目录下 1.添加你在需要的字体集(如:在windows的fonts下找到你要...
分类:Windows程序   时间:2015-03-31 10:55:03    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!