摘要:
测了server及desktop均如此,在80G时ok 阅读全文
posted @ 2010-05-22 11:16
lexus
阅读(268)
评论(0)
推荐(0)
摘要:
测了server及desktop均如此,在80G时ok 阅读全文
posted @ 2010-05-22 11:16
lexus
阅读(268)
评论(0)
推荐(0)
摘要:
http://hi.baidu.com/fdwm_lx/blog/item/48726e33598c1af31a4cff83.html 阅读全文
posted @ 2010-05-21 16:40
lexus
阅读(215)
评论(0)
推荐(0)
摘要:
http://stackoverflow.com/questions/1031851/python-best-way-to-exchange-keys-with-values-in-a-dictionaryanswer is: 阅读全文
posted @ 2010-05-21 08:22
lexus
阅读(205)
评论(0)
推荐(0)
摘要:
http://stackoverflow.com/questions/1031851/python-best-way-to-exchange-keys-with-values-in-a-dictionaryanswer is: 阅读全文
posted @ 2010-05-21 08:10
lexus
阅读(229)
评论(0)
推荐(0)
摘要:
别随便升级版本,除非有一个功能是你非常非常需要的,一般来讲,升级和你没有多大关系,因为新的系统,很可能包的安装方法又不一样了,意味着你又要重新折腾一遍,而且,没几个小时下不来的。 阅读全文
posted @ 2010-05-20 16:09
lexus
阅读(147)
评论(0)
推荐(1)
摘要:
install fastestmirror 阅读全文
posted @ 2010-05-20 16:07
lexus
阅读(235)
评论(0)
推荐(1)
摘要:
install fastestmirror 阅读全文
posted @ 2010-05-20 15:31
lexus
阅读(211)
评论(0)
推荐(1)
摘要:
i have spent 1 day to find this issue,it made me sad,i need another virtual machine to apply pymssql app,oooooops 阅读全文
posted @ 2010-05-19 19:14
lexus
阅读(168)
评论(0)
推荐(1)
摘要:
change default python to python26,use mv commandeasy_install rediseasy_install drequechange the python back to original python interperteryum -y install gccyum install kernel-headerschnage to the new ... 阅读全文
posted @ 2010-05-19 18:10
lexus
阅读(142)
评论(0)
推荐(1)
摘要:
change default python to python26,use mv commandeasy_install rediseasy_install drequechange the python back to original python interperteryum -y install gccyum install kernel-headerschnage to the new ... 阅读全文
posted @ 2010-05-19 18:10
lexus
阅读(303)
评论(0)
推荐(1)
摘要:
reference:http://www.linuxquestions.org/questions/debian-26/change-default-python-version-605397/Well, if the link exists, remove it: "rm /usr/bin/python". Then make the link with ln -sIn my example o... 阅读全文
posted @ 2010-05-19 17:56
lexus
阅读(235)
评论(0)
推荐(1)
摘要:
download rpm from fedora epelyum install tixrpm -ivh python26-2.6.5-3.el5.i386.rpm python26-test-2.6.5-3.el5.i386.rpm python26-devel-2.6.5-3.el5.i386.rpm python26-tools-2.6.5-3.el5.i386.rpm python26-l... 阅读全文
posted @ 2010-05-19 17:14
lexus
阅读(228)
评论(0)
推荐(0)
摘要:
vi ~/.bash_profilealias python='/usr/bin/python26'alias easy_install='/usr/bin/easy_install' 阅读全文
posted @ 2010-05-19 13:40
lexus
阅读(187)
评论(0)
推荐(1)
摘要:
easy_install cythonwget http://pymssql.googlecode.com/files/pymssql-1.9.908.tar.gztar -zxvf pymssql-1.9.908.tar.gzcd pymssql-1.9.908sudo python2.6 setup.py install#CAUTION:choose the right version pyt... 阅读全文
posted @ 2010-05-19 09:58
lexus
阅读(577)
评论(0)
推荐(1)
摘要:
referencehttp://blog.mcmoyer.com/2009/2/21/getting-freetds-to-work-on-centos-5-2- in the global section change “tds version” to 8.0 阅读全文
posted @ 2010-05-19 09:29
lexus
阅读(396)
评论(0)
推荐(1)
摘要:
import cPicklef=open("f.txt","w")cPickle.dump("aa",f)f.close()f=open("f.txt",'r')o=cPickle.load(f)f.closeprint o 阅读全文
posted @ 2010-05-18 14:50
lexus
阅读(169)
评论(0)
推荐(1)
摘要:
我花了半年的时间做这块东西,发现自己心浮气躁,不太适合做这块的东西,我还是擅长做工程,单纯叫我研究一个算法还成,要把人工智能一整套的东西都掌握下来,等于要我脱胎换骨,爷还是用我山寨的方式解决吃饭的问题,不玩这个了 阅读全文
posted @ 2010-05-17 18:33
lexus
阅读(190)
评论(0)
推荐(0)
摘要:
没学之前觉得挺高深的,学了之后,就是安装配置不太人性化,多大的事啊,刚开始玩苹果的时候,还有点生疏,切换到ubuntu上来后就马上上道了。所以各位想学习的不用胆怯哈 阅读全文
posted @ 2010-05-17 15:01
lexus
阅读(216)
评论(0)
推荐(0)
|