A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
最近帮同事解决一个eclipse闪退解决的问题,从网上找了N多方法皆无效,最后用一个园友的博客上的方法解决了,特转载一下。解决办法:删除文件 [workspace]/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi原博文地址:http...
分类:
系统相关 时间:
2014-06-27 00:21:54
阅读次数:
323
string ls_excelpath,docnameinteger li_rtnli_rtn = GetFileOpenName("Select File", ls_excelpath, docname, "XLS", + "Text Files (*.XLS),*.XLS," + "Doc F....
分类:
其他好文 时间:
2014-06-26 23:53:24
阅读次数:
291
将.a文件加入工程,很多教程讲的都是:右键选择Add->Existing Files…,选择.a文件和相应的.h头文件。或者将这两个文件拖入XCode工程目录结构中,在弹出的界面中勾选Copy items into destination group's folder(if needed),并确保A...
分类:
移动开发 时间:
2014-06-26 21:26:26
阅读次数:
296
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:
其他好文 时间:
2014-06-26 20:20:52
阅读次数:
262
1、下载boost相关的库的安装包
网址:http://www.boost.org/
其中1.55.0版本的下载地址是:http://sourceforge.net/projects/boost/files/boost/1.55.0/
截图:
2.boost开发相关的软件:
boost_1_55_0.tar.gz Linux平台下面的boost源码包
boost_1_55_0...
分类:
其他好文 时间:
2014-06-26 13:32:13
阅读次数:
302
右点击Eclipse快捷键,然后点击属性, 把目标(target)内容修改如下:clipse -data c:\myworkspace -vm c:\ j2sdk1.5\jre\bin\javaw"这里填你Eclipse.exe 程序的目录" -data "这里填你workspace的目录,注意不能有空格目录" -showlocation以后点击快捷就会自动加载你设置的workspace...
分类:
系统相关 时间:
2014-06-26 06:52:53
阅读次数:
313
网站代码主要使用GBK编码格式,Eclipse默认打开的是UTF8编码,所以经常是需要进行转换一下的,否则一些中文字符就会乱码显示。1.配置workspace的编码格式:windows->Preferences->general->Workspace,右侧Text file encoding,选择O...
分类:
系统相关 时间:
2014-06-25 13:54:26
阅读次数:
275
linux下查看动态链接库依赖关系的命令 x86:ldd *.soarm:arm-linux-readelf -d *.so实际例子:以项目中用到的库librtsp.so分析:lijun@ubuntu:~/workspace$ arm-hisiv100nptl-linux-ld -d librtsp...
分类:
其他好文 时间:
2014-06-25 13:15:18
阅读次数:
299
1. 安装包下载
从http://sourceforge.net/projects/staf/files/staf/V3.4.17/下载所需安装包,有Windows、Linux、Solaris、Mac等不同平台不同的版本的安装包,我下载的是大小为109.1MB的: STAF3418Beta1-setup-winamd64.exe,这里有些疑惑的是为什么后缀有winamd的字眼,因为我...