Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4447249
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

C++,python,热爱算法和机器学习

文章分类

全部博文(1214)

文章存档

2021年(13)

2020年(49)

2019年(14)

2018年(27)

2017年(69)

2016年(100)

2015年(106)

2014年(240)

2013年(5)

2012年(193)

2011年(155)

2010年(93)

2009年(62)

2008年(51)

2007年(37)

发布时间: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...'......【阅读全文】

阅读(1923) | 评论(0) | 转发(0)

发布时间: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-.........【阅读全文】

阅读(1097) | 评论(0) | 转发(0)

发布时间:2015-09-04 22:27:15

原文地址:<a href="http://blog.csdn.net/blogdevteam/article/details/8148451" target="_blank">http://blog.csdn.net/blogdevteam/article/details/8148451</a><br /><span style="color:#555555;font-family:'microsoft yahei';font-size:15px;line-height:35px;white-space:normal;background-color:#FFFFFF;">Ansj .........【阅读全文】

阅读(1459) | 评论(0) | 转发(0)

发布时间:2015-08-27 21:27:14

    Nose是最流行的针对Python的测试库之一(可以从http://code.google.com/p/python-nose/ 免费下载)。一、待测试的模块为:temperature.pydef to_celsius(t):      return (t-32.0)*5.0/9.0def above_freezing(t):  &.........【阅读全文】

阅读(872) | 评论(0) | 转发(0)

发布时间:2015-08-27 11:10:27

原文地址:<a href="http://blog.csdn.net/morewindows/article/details/6709644" target="_blank">http://blog.csdn.net/morewindows/article/details/6709644</a><br />讲的不错,代码有问题。<br /><br /><span style="color:#333333;font-family:Arial;line-height:26px;white-space:normal;font-size:18px;backgrou.........【阅读全文】

阅读(584) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册