在aws的instance选项中的第一个:amazon自己的linux instance上,想要跑java程序,可是会出现javac:command not found的错误。
一般方案是检测jdk有没有安装以及JAVA_HOME有没有设置正确,不过!!!!
最简单的解决方案:
sudo yum install java-devel...
分类:
编程语言 时间:
2014-07-22 22:48:55
阅读次数:
309
前天在编译软件时,需要 libtool 包,运行 sudo yum install libtool 总是提示HTTP 404 page?not found,开始以为是网络出问题了,因为最近几个月网络抽风似乎是正常现象 。 后来查了一下资料,才知道是本地缓存...
分类:
其他好文 时间:
2014-07-22 09:06:07
阅读次数:
198
最新升级IDEA12到13版本,升级后发现IDEA中SVN无法正常使用,但文件夹下能够正常使用。 并且报错:svn: E204899: Cannot run program "svn" (in directory "G:\code\langchao\.idea"): CreateProcess error=2, ?...
分类:
其他好文 时间:
2014-07-22 08:19:34
阅读次数:
227
今天尝鲜用VMWare安装了CentOS7,选择了最小安装包模式,安装完毕之后想查看一下本机的ip地址,发现报错 #?ifcon -bash:?ifconfig:?command?not?found 谷歌了一下,整理了一下解决思路 ?查看ifconfig命令是...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
205
时间: 2014-7-20 11:30地点: andon问题: 研究xu库文件的创建,编译-链接通过后,执行文件时./ProjectC ./ProjectC: error while loading shared libraries: libProjectC.so: cannot open s...
分类:
其他好文 时间:
2014-07-21 10:26:43
阅读次数:
167
3.1搜索的简单实现1.创建IndexReaderpackagecom.mzsx.index;
importjava.io.File;
importjava.io.IOException;
importorg.apache.lucene.index.CorruptIndexException;
importorg.apache.lucene.index.IndexReader;
importorg.apache.lucene.store.Directory;
importorg.apac..
分类:
其他好文 时间:
2014-07-20 15:26:11
阅读次数:
313
今天用uploadify插件做文件上传的功能。当auto置为true的时候,怎么上传都没有问题。把auto置为了false,想让文件随表单一起上传,相同的代码,点击提交都却报404 not found!
很纳闷,这个路径明明是刚刚auto=true时的路径。
无奈现在的项目用Chrome访问没法跟踪自己写的js,也就进不了源码进行debug。google下这方面的原因,...
分类:
其他好文 时间:
2014-07-20 09:29:18
阅读次数:
301
In this article, I gathered up all the dumps, who found. If you see something new table will be updated.If you want to replenish the base - write in c...
分类:
移动开发 时间:
2014-07-19 23:12:35
阅读次数:
867
previous:[工作记录] Android OpenGL ES 2.0: square texture not supported on some devicerecently I found that it is the mipmap of a non-square texture thatc...
分类:
移动开发 时间:
2014-07-19 23:09:07
阅读次数:
260
参考:http://www.cnblogs.com/hlizard/p/3627792.html报错类似以下错误\"F:/GitExtensions/GitCredentialWinStore/git-credential-winstore.exe\" get: "F:/GitExtensions/...