Run the following command first to start the mongo servermongod run --config /usr/local/etc/mongod.confAssuming you installed mongo usingBrew.More inf...
分类:
数据库 时间:
2014-08-26 00:10:15
阅读次数:
554
1.Start and stop the windows servicesnet stop net start net pause net continue A full list of the exact services is found in the registry (run regedit...
分类:
其他好文 时间:
2014-08-25 20:53:04
阅读次数:
203
http://herongyang.com/jtool/jdb.htmlhttp://www.rhcedan.com/2010/06/22/killing-a-java-thread/用处:上去杀死一个线程,!"jdb" Command"jdb": A command line tool that ...
分类:
数据库 时间:
2014-08-25 19:10:54
阅读次数:
508
题意:A biologist experimenting with DNA modification of bacteria has found a way to make bacterial colonies sensitive to the surrounding population dens...
分类:
编程语言 时间:
2014-08-25 18:32:14
阅读次数:
252
原文:http://www.hxhlb.cn/article/32142aaeb67bbc05379369c3.html那一天,我装上了RAD Studio XE5.当天晚上,我就写了一个小小的Android程序.但是,苦于没有好手机,没办法进行测试.今天,下载了一晚上,终于把Android所有的s...
分类:
移动开发 时间:
2014-08-25 09:58:14
阅读次数:
335
setup.py install 报错
error: command 'mt.exe' failed: No such file or directory
或者 Unable to find vcvarsall.bat
于是 用 setup.py insall build --compiler=mingw32
担心没装 mingw32,但是喜悦地发现以前装 ...
分类:
其他好文 时间:
2014-08-25 02:20:13
阅读次数:
238
个人学习整理,如有不足之处,请不吝指教。转载请注明:@CSU-Max
今天写了一个小的 JavaWeb 项目传到 SAE 上,访问的时候出错。本地测试是正常的,而且以前做微信平台开发的时候上传的项目就可以正常访问。于是花了两个小时的时间终于找出了错误的原因。
错误信息如下:
Error 404 – Not Found.No context on this server...
分类:
编程语言 时间:
2014-08-24 18:05:42
阅读次数:
235
Hooray! Agent Bauer has shot the terrorists, blown upthe bad guy base, saved the hostages, exposed the moles in the government,prevented an environmental catastrophe, and found homes for three orphan...
分类:
其他好文 时间:
2014-08-24 14:14:42
阅读次数:
169
#!/bin/baship="172.16.1.113"command="ssh$ip"expect-c"spawn$command;expect{\"Areyousureyouwanttocontinueconnecting(yes/no)?\"{send\"yes\r\";exp_continue}}"
分类:
其他好文 时间:
2014-08-24 10:23:32
阅读次数:
414