shoudi_study

导航

2014年11月11日 #

error: C++ preprocessor "/lib/cpp" fails sanity check

摘要: 在安装protobuf,知悉./Configure时候报错“error: C++ preprocessor "/lib/cpp" fails sanity check”下面是转载过来的 mark主要就是安装个buildf-essential包,这个包包含很多基本库转 在某些软件的时候,运行./co... 阅读全文

posted @ 2014-11-11 15:44 better_me 阅读(713) 评论(0) 推荐(0)

2014年11月10日 #

eclipse快捷键用不了

摘要: ctrl+shift+R是eclipse最常用的快捷键之一,用于打开资源,输入文件名或文件名中的前几个字母,就可以打开工作区中任意文件今天在打开eclipse,使用该快捷键时,提示“该快捷方式所指向的项目已经更改或移动”字样,选择是否删除。。点击删除后,该快捷键就无法使用了然后点击eclipse的w... 阅读全文

posted @ 2014-11-10 12:12 better_me 阅读(1083) 评论(0) 推荐(0)

2014年11月8日 #

hello world!

摘要: 呵呵哈嘿!public class Helloworld { public static void main(String[] args){ System.out.println("hello world!"); System.out.println("I'm coming!"); ... 阅读全文

posted @ 2014-11-08 11:32 better_me 阅读(112) 评论(0) 推荐(0)