上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
http://andylin02.iteye.com/blog/508963 Read More
posted @ 2013-02-28 17:35 lein.wang Views(77) Comments(0) Diggs(0)
gedit ~/.bashrc //编辑环境变量ps -ef |grep python //查看python进程How to reload your bashrc file Here’s a quick way to reload your bachrc file without having... Read More
posted @ 2013-02-28 16:21 lein.wang Views(174) Comments(0) Diggs(0)
http://www.cyberciti.biz/faq/command-to-show-linux-version/ Read More
posted @ 2013-02-28 15:59 lein.wang Views(141) Comments(0) Diggs(0)
注册一个developer帐号A后,paypal会建议你建两个test account,一个buyer,一个seller。这没什么。但是如果你想测试一个买,一个卖的流程,只用一个帐号是做不了的。你需要再申请一个新的developer帐号B,再建test account。用A的buyer去买B的sel... Read More
posted @ 2013-02-27 16:01 lein.wang Views(249) Comments(0) Diggs(0)
https://docs.djangoproject.com/en/1.4/howto/legacy-databases/ Read More
posted @ 2013-02-25 17:26 lein.wang Views(113) Comments(0) Diggs(0)
python + mysql,数据库文件已导入。# check versionpython -c "import django; print(django.get_version())"#install pipsudo apt-get install python-pip#install newes... Read More
posted @ 2013-02-25 17:21 lein.wang Views(536) Comments(0) Diggs(0)
Map: 映射Reduce : 分解个人理解,打个比方:你想在一个有1亿条记录的文本中,找到”hello"这个单词出现的次数,你有10台服务器拟用,你发出要求,结果10台有一台生病了,只有9台能跑,这就是Map这9台电脑数完了之后,把结果汇总相加,这就是Reduce如果只有1台电脑来做这个事,会累屎... Read More
posted @ 2013-02-19 16:47 lein.wang Views(89) Comments(0) Diggs(0)
class CouchSimple { function CouchSimple($options) { foreach($options AS $key => $value) { $this->$key = $value; } } ... Read More
posted @ 2013-02-19 16:46 lein.wang Views(119) Comments(0) Diggs(0)
Xcopy尼玛,我一度以为这种方式是要敲神马命令的,结果仔细一看,原来就是手动拷贝。原来所谓的Xcopy就是手动拷贝啊!!!法克1. winform项目: 把release下面那两文件拷到任意一个文件夹里都能运行2. web项目:建好虚拟目录,拷之(这岂不是连源代码都给拷过来了???)Publish... Read More
posted @ 2013-02-19 16:45 lein.wang Views(317) Comments(0) Diggs(0)
http://blog.csdn.net/xiaosu_521/article/details/2160458我下载的是二进制包,然后把路径放到path变量 Read More
posted @ 2013-02-19 16:45 lein.wang Views(95) Comments(0) Diggs(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页