void test2() { Process process = new Process(); //C:\\Users\\Administrator\\Desktop\\ffmpeg\\bin\\ffmpeg.exe ...
解决Tomcat 7.0 进入项目管理页面时的密码问题根据红框中的提示得知缺少manager管理角色,所以我们到Tomcat的conf文件夹下找到tomcat-users.xml文件,添加管理角色,添加完后显示为1 2 3 4 5 6 7 注:登录名:admin 密码:...
分类:
移动开发 时间:
2014-10-15 19:48:21
阅读次数:
184
Integer InquiryOne of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and h...
分类:
其他好文 时间:
2014-10-15 19:35:31
阅读次数:
226
如果你使用NDK r10构建Cocos2d-x v3.2,将会遇到所有测试用例编译错误以及Lua测试用例链接错误。1. 编译错误错误信息是:12345678/Users/minggo/SourceCode/cocos2d-x/build/../cocos/./3d/CCBundleReader.cp...
分类:
其他好文 时间:
2014-10-15 18:40:01
阅读次数:
205
安装文件:myeclipse-8.6.1-win32.exe
安装目录:D:\MyEclipse\8.6
运行安装:
MyEclipse Install Directory -->C:\Users\Administrator\AppData\Local\Genuitec\MyEclipse-8.6
修改为:D:\MyEclipse\8.6.1\MyEclipse
这样的话,后面所有配...
分类:
系统相关 时间:
2014-10-15 16:57:52
阅读次数:
748
1在MacOSX中可以很方便的通过开启“Web共享”启用Apache服务:sudoapachectlstart2更改默认Web目录:做如下更改即可:1.打开/etc/apache2/httpd.conf文件sudovim/etc/apache2/httpd.conf2.找到/Library/WebServer/Documents替换成/Users/{username}/Sites其中{username}是你登..
分类:
Web程序 时间:
2014-10-15 15:57:11
阅读次数:
195
npm是Node.js中维护第三方库、模块的工具,但是国外的速度很悲剧,这里有一个中国的源cnpm。
http://cnpmjs.org/
需要在命令行中运行
npm install -g cnpm --registry=http://r.cnpmjs.org
然后所有使用npm的地方直接使用cnpm来替代
第三方的模块的安装目录
C:\Users\当前用户\AppData\Roami...
分类:
Web程序 时间:
2014-10-15 14:25:30
阅读次数:
230
在配置文件中添加下面一行: mks.noBeep = "TRUE" 不同操作系统下的配置文件位置 Linux ~/.vmware/config Windows XP C:\Documents and Settings\All Users\Application Data\VMware\VMware_...
分类:
系统相关 时间:
2014-10-14 22:50:09
阅读次数:
250
从某个程序中截取的一个示例代码:List users = userDao.selectAll(); //mybatis java orm Iterator iter = users.iterator(); while(iter.hasNext()){ ...
分类:
编程语言 时间:
2014-10-14 20:56:29
阅读次数:
160
//不可变字符串方法 //新建一个字符串对象,将文件的内容读出来 NSString *html=[NSString stringWithContentsOfFile:@"/Users/apple/Desktop/txt1.html" encoding:NSUTF8StringEncoding ...
分类:
Web程序 时间:
2014-10-14 00:56:17
阅读次数:
227