第一种方法:直接打开了class文件后,在文件中点attach source 按钮,然后添加,如下图:但有时候,class文件中没出现 Attach Source...按钮(不知道为什么)第二种方法:右点击项目-Properties-Java Build Path-Libraries-展开要添加源码...
分类:
系统相关 时间:
2014-06-26 18:57:13
阅读次数:
276
MAVEN项目编译时报错:'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing。解决方案:POM.xml文件中maven-compiler-plugin插件缺少版本信息...
分类:
其他好文 时间:
2014-06-25 20:43:15
阅读次数:
187
【Application.LoadLevel】 只有在File->Build Setting中设置了的按钮才能被加载。 当level加载完成后,MonoBehaviour.OnLevelWasLoaded is called on all active game objects。 When...
分类:
移动开发 时间:
2014-06-25 19:43:36
阅读次数:
254
1.首先下载FlexPaper的源码。下载地址2.本人不懂flash,只是百度下,然后自己瞎弄弄的。我用的flash build 4.5提供个key:1499-4181-9296-6452-2998-3656首先在flash build中新建一个flex项目,第一步填写项目名称-flexpaper,...
分类:
其他好文 时间:
2014-06-25 17:39:15
阅读次数:
189
为避免以下某个软件安装时不自动安装 build-essential 不妨先执行:sudo apt-get install build-essential[编辑]anjutaAnjuta DevStudio 的官方地址:http://anjuta.sourceforge.net/Anjuta是一个C/...
分类:
编程语言 时间:
2014-06-25 12:16:23
阅读次数:
324
http://blog.csdn.net/baiwz/article/details/9298431http://blog.csdn.net/macky0668/article/details/5655810http://www.penglixun.com/tech/system/build_web...
分类:
Web程序 时间:
2014-06-25 09:31:24
阅读次数:
214
创意来自:http://www.html5tricks.com/demo/html5-3d-cube/index.html , 同学给我发的例子...
分类:
Web程序 时间:
2014-06-25 06:56:23
阅读次数:
235
1 #!/bin/bash 2 3 # Create a log file of the build as well as displaying the build on the tty as it runs 4 exec > >(tee build_gstreamer.log) 5 exe...
分类:
其他好文 时间:
2014-06-25 00:44:22
阅读次数:
324
. 准备工作
(1)安装svn、ssh
sudo apt-get install ssh subversion
(2)安装texinfo(为了编译man包)
sudo apt-get install texinfo
(3)安装编译所需的支持包,依环境而定
sudo apt-get build-dep emacs21 libgtk2.0-dev xserver-xorg-...
分类:
其他好文 时间:
2014-06-24 21:56:52
阅读次数:
353
安装 http://c-ares.haxx.se/
安装 http://concurrencykit.org/
\cp build/ck.pc /usr/lib64/pkgconfig/
$ ./autogen.sh
$ ./configure
$ make
$ make check
$ sudo make install
错误1:
修改cpplint.py, def...
分类:
其他好文 时间:
2014-06-24 17:34:43
阅读次数:
294