使用yum获得文件包:yum install --downloadonly ******默认保存位置为:/var/cache/yum也可以更改保存位置: --downloaddir= /home/**若gnome-tweak-tool无法打开, 键入指令:export XDG_RUNTIME_DIR...
分类:
其他好文 时间:
2015-02-08 15:18:26
阅读次数:
207
在使用Eclipse进行javadoc的导出时,提示“编码 GBK 的不可映射字符”,应该就是中文注释Eclipse不认,需要在调用javadoc.exe的时候传递编码集告诉它采用什么编码去生成javadoc文档。打开eclipse,project –> Export –> javadoc 一项一项...
分类:
编程语言 时间:
2015-02-08 12:48:03
阅读次数:
192
方案一:用Eclipse自带的Export功能步骤1:准备主清单文件 “MANIFEST.MF”,由于是打包引用了第三方jar包的Java项目,故需要自定义配置文件MANIFEST.MF,在该项目下建立文件MANIFEST.MF,内容如下:Manifest-Version: 1.0Class-Pat...
分类:
编程语言 时间:
2015-02-07 22:58:25
阅读次数:
310
Android源码编译好了之后,我们就可以运行它了。1、配置环境变量:/data/data/Android$ export PATH=$PATH:$(pwd)/out/host/linux-x86/bin/data/data/Android$ export ANDROID_PRODUCT_OUT=$...
分类:
移动开发 时间:
2015-02-07 18:45:44
阅读次数:
160
报错内容:
17:21:59,843 INFO org.hibernate.tool.hbm2ddl.SchemaExport:226 - Running hbm2ddl schema export
17:21:59,859 DEBUG org.hibernate.tool.hbm2ddl.SchemaExport:242 - import file not found: /import...
分类:
Web程序 时间:
2015-02-06 21:56:36
阅读次数:
232
Came across this question on google, not sure if anyone still needs an answer here, but i got it working.To enable msbuild in Command Prompt, you simp...
分类:
其他好文 时间:
2015-02-06 18:18:35
阅读次数:
324
新加入打分邮件,针对每台db 服务器应用情况分析打分,目前支持batch、duration、cpu 3个维度。后续会支持 read io、write io、network io 等。自动化,数字化是衡量一个团队技术底蕴。飞扬转mysql了,那么国内顶尖mssql dba团队非这个团队莫属(开玩笑)。...
分类:
数据库 时间:
2015-02-06 01:53:07
阅读次数:
306
原创地址:http://www.cnblogs.com/jfzhu/p/4276212.html转载请注明出处Pivot Table是微软BI的一个重要工具,所以这里讲一下Dynamics CRM将数据导出到Excel的功能。(一)导出数据到Excel的三种类型下图中点击红框内的按钮EXPORT T...
分类:
其他好文 时间:
2015-02-06 00:44:02
阅读次数:
260
#include #include #include #include int main(void){FILE *p=NULL;int i=0;p = fopen("/sys/class/gpio/export","w");fprintf(p,"%d",38);fclose(p);p =fopen(...
分类:
其他好文 时间:
2015-02-06 00:43:05
阅读次数:
427
cmake之前需要首先设置环境变量:export BOOST_LIBRARYDIR=$BOOST_ROOT/lib64export BOOST_ROOT=/home/noah/boost_1_57_0然后cmake .make make install应该能用
分类:
其他好文 时间:
2015-02-05 21:44:49
阅读次数:
567