昨天升级mac os到yosemite后,因为是系统整体升级,有一些在设置会丢失,这是后话,先说说我在执行一个需要java参与的程序的时候得到如下错误:Error: JAVA_HOME is not defined correctly.We cannot execute /System/Librar...
分类:
编程语言 时间:
2014-10-19 02:39:16
阅读次数:
184
安装xcode-select工具:xcode-select --install安装完成后应该就没问题了。参考:http://apple.stackexchange.com/questions/141072/cannot-install-macvim-7-4-on-os-x-maverick-10-9...
分类:
系统相关 时间:
2014-10-18 15:14:57
阅读次数:
224
Latex Error cannot determine the size of graphic 报错的解决办法
插入jpg文件老是会报错...
追究了半天,原来是编译的命令又问题,不应该使用
latex ./hello.tex
而应该使用
pdflatex ./hello.tex
下面是我用的测...
分类:
其他好文 时间:
2014-10-18 14:06:22
阅读次数:
407
1、错误描述
Exception in thread "main" java.lang.IllegalArgumentException: Cannot format given Object as a Date
at java.text.DateFormat.format(DateFormat.java:301)
at java.text.Format.format(Format.java...
分类:
编程语言 时间:
2014-10-17 00:41:13
阅读次数:
346
方案一:如果你的word中没有“开发工具”,就在“选项”中找到“自定义功能区”,右侧列表中找到“开发工具”,添加。转到“开发工具”选项卡,com加载项,里面有个关于Powerdesigner的,反选或删除,随你。方案二:直接改注册表,方法自查,网上一大波
分类:
其他好文 时间:
2014-10-16 23:40:33
阅读次数:
249
centos 6.5 php-5.5.8 安装openssl扩展 cp config0.m4 ?config.m4 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config 遇见问题 configure: error: Cannot find OpenSSL’...
分类:
Web程序 时间:
2014-10-16 20:39:03
阅读次数:
285
eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable:
Workspace in use or cannot be created, choose a different one.
原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:
其他好文 时间:
2014-10-16 11:33:52
阅读次数:
137
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:
其他好文 时间:
2014-10-15 20:20:01
阅读次数:
227
1.开发工具:MyEclipse2.右击项目 >> Build Path >> Add External Archives (Tomcat >> lib >> servlet -api.jar) 如图1:图13.打开 >> servlet -api.jar4.完成
分类:
编程语言 时间:
2014-10-14 22:00:29
阅读次数:
226
1.打开 >> Myeclipse或Eclipse.(我使用的是Myeclipse)2.打开 >> Window >> Preferences 如图1:图13.打开 >> Preferences >> MyEclipse >> Validation >> JavaScript validator f...
分类:
编程语言 时间:
2014-10-14 21:12:09
阅读次数:
164