安装xorg-dev包。 aptitude install xorg-dev
原创 2012-11-05 11:11:37
510阅读
Struts2国际化异常处理   这是找不到指定文件; 你必须把 .properties 文件,放在与这个调用文件.java 相同的目录里; Hello.java在workspace\test\src\com\lj\guojiehua下 hello_en_US.properties必须在workspace\test\src下 hello_zh_CN.propertie
原创 2010-09-10 15:23:14
5762阅读
svn: Can't find a temporary directory
推荐 原创 2014-09-28 16:39:45
2628阅读
Error:Can't find temporary directory:internal error然后试了下其他的SVN源,发现均无法提交,并且update时也出现上面的错误信息。对比项目文件时出现"不能创建目录或文件" 公司网站首页正在改版,突然出现上面的问题,导致代码管理无法使用,此时是十分着急,赶忙到google上去搜索,发现很多人出现了同样的问题,普遍的问题产生原因是:Lin
转载 2017-04-01 15:43:46
2624阅读
Can't find file: './mysql/plugin.frm' (errno: 13)100803 12:36:36 [ERROR] Can't open the mysql.plugin table.
原创 精选 2016-12-30 10:21:37
2443阅读
使用到SpringAOP的出现了如下的异常:    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dao' defined in class path resource [applicationContext.xml]: Initialization
原创 2014-03-11 22:48:45
1655阅读
有同事不能打印“页眉和页角”,在word中可以看到,但是在打印预览中却看不到,而且打印的时候也不会出现。试了一下症结在这里: File--->Print-->Option--->Drawing Objects.察看这个选项,试一下吧,应该是可以打印了!  
原创 2010-12-10 16:29:24
783阅读
It's a known issue affecting ESXi 5.x running with the below versions of the HP AMS agent:hp-ams 500.9.6.0-12.434156hp-ams-550.9.6.0-12.1198610hp-ams 500.10.0.0-18.434156hp-ams-550.10.0.0-18.1198610A
原创 2016-01-01 15:05:03
745阅读
Error,Error Access restricted! Ca
原创 2009-06-10 20:14:43
868阅读
11评论
本文出自Simmy的个人blog:西米在线 http://simmyonline.com/archives/137.html   用户点archive后,只有folder出现在archive里,邮件仍在inbox,这种情况自己遇到过几次,网上查了似乎没有解决方法,以前使用lotus notes时也遇到过。有时是archive后,有些邮件还是会留在inbox,而archive里也有一份
原创 2009-02-25 08:41:14
1784阅读
14评论
svn: Can't open file 'PATH/TO/YOUR/FILES/.svn/lock': Permission denied 如果出现上面的异常信息,说明你需要重置PATH/TO/YOUR/FILES/目录的svn权限和目录所有者,文件包括隐藏的.svn目录,这时你需要用root权限执行以下命令: # 进入需要重置权限的目录 cd /PATH/TO/MY/PROJ
转载 精选 2011-09-15 10:35:09
5251阅读
1.没有给/tmp/extmain 777的权限 2.tmp文件夹是会清东东的,有这个情况的及时调整路径。1.chmod 777 -R /tmp/extman/2.那就是编辑/var/www/extsuite/extman/webman.cf 文件,把里面的# sys_sess_dir, the session dirSYS_SESS_DIR = /tmp/extman/
转载 精选 2014-01-15 19:45:07
535阅读
无法打印 can't print
原创 2010-11-27 21:41:53
575阅读
1点赞
当你运行xterm出现错误如下:xterm Xt error: Can't open display:xterm: DISPLAY is not set我的系统centos6.2解决办法:1、首先确定你安装了x11:yum -y install xorg-x11-xauth2、其次修改配置文件:/etc/ssh/sshd_config, AllowTcpForwarding yesX11
原创 2017-01-12 20:07:52
7476阅读
加入 .bashrc 更好  export LC_CTYPE=en_US.UTF-8
翻译 2010-07-29 14:46:49
1663阅读
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xingoo' defined in class path resource [bean.xml]: Initialization of bean failed; nes
转载 精选 2015-09-29 15:20:47
880阅读
  can't to connect host "192.168.0.xxx":套接字操作尝试一个无法链接的主机   1 检测端口是否开放      当出现'目标机器积极拒绝,无法连接'或svnCan'
svn
转载 精选 2013-03-15 10:00:10
1740阅读
服务器坏了,把IP切到新的服务器上,重新做了ssh无密码认证,用脚本登录时出现下面的问题(手工用命令同步是正常的): + ssh root@192.168.103.176 /web/dorsync.sh The authenticity of host '192.168.103.176 (192.168.103.176)' can't be established. RSA key
转载 精选 2012-05-08 10:28:09
2681阅读
运行报错UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-2: ordinal not in range(128)在python的安装目录下的Lib目录,找到site.py,修改def setencoding()方法def setencoding(): ..... .... if 0:
原创 2013-11-29 20:53:37
533阅读
     在php配置文件中的修改为extension_dir = "c:/AppServ\php5\ext"; 即安装路径下的扩展块
原创 2009-05-08 09:19:36
595阅读
  • 1
  • 2
  • 3
  • 4
  • 5