C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2015-10-28 17:03:52
http://segmentfault.com/q/1010000000341014首先,sys.setdefaultencoding is evil。其次,不会用 Requests 就去看文档,不要乱来。如果 Requests 检测不到正确的编码,那么你告诉它正确的是什么:response.encoding = 'gbk' print response.text 原始内容在&nbs.........【阅读全文】
发布时间:2015-09-22 14:19:47
x = [-2.1, -1, 4.3]<br />y = [3, 1.1, 0.12]<br />X = np.vstack((x,y))<br />X <pre style="box-sizing:border-box;overflow:auto;font-size:14px;padding:0px;margin-top:0px;margin-bottom:0px;line-height:17.0000591278076px;word-break:break-all;border:0px;border-radius:0px;white-.........【阅读全文】
发布时间:2015-09-17 17:02:50
原文地址:http://blog.sina.com.cn/s/blog_662dcb820102vu3d.html
......【阅读全文】
发布时间:2015-09-15 14:00:36
pip install ipython==3.2.1
ipython profile create nbserver
vi ~/.ipython/profile_nbserver/ipython_config.py
c = get_config()
c.IPKernelApp.pylab = 'inline'
c.NotebookApp.ip = '*'
c.NotebookApp.open_browser = False
c.NotebookApp.password = u'sha1:e09...'......【阅读全文】
发布时间:2015-09-14 20:36:42
原文地址:<a href="http://www.4byte.cn/question/757805/rename-index-of-a-pandas-dataframe.html" target="_blank">http://www.4byte.cn/question/757805/rename-index-of-a-pandas-dataframe.html</a><br /><div class="row" style="box-sizing:border-box;margin-right:-15px;margin-left:-15px;color:#666666;font-.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。