Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4626036
  • 博文数量: 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)

发布时间:2016-05-17 18:02:21

原文地址:http://www.chengxuyuans.com/Python/67370.htmlPython 用下划线作为变量前缀和后缀指定特殊变量/方法。主要存在四种情形1.    1. object # public    2. __object__ # special, python system use, user should not define like it    3. __object # priva.........【阅读全文】

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

发布时间:2016-05-04 21:20:30

原文地址:http://my.oschina.net/u/1024140/blog/188154近期找工作略不顺。技术无用。晚上写下了这点东西。首先说下最近在找工作的x的大概相关技术加点路线。py 3年+,linux日常熟练,限于不擅web、手机app开发,一直无太好的可展示的东西。前段时间从一家小公司离职。年前投下,没啥的话,年后再看下。先投的py爬.........【阅读全文】

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

发布时间:2016-02-19 18:08:00

原文地址:https://pyformat.info/Python has had awesome string formatters for many years but the documentation on them is far too theoretic and technical. With this site we try to show you the most common use-cases covered by the oldand new style string formatting API with prac.........【阅读全文】

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

发布时间:2016-02-02 15:51:26

原文地址:https://jakevdp.github.io/blog/2012/12/01/a-primer-on-python-metaclasses/Python, Classes, and ObjectsMost readers are aware that Python is an object-oriented language. By object-oriented, we mean that Python can define classes, which bundle data and funct.........【阅读全文】

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

发布时间:2015-12-30 12:49:30

原文地址:http://python-china.org/t/725Python 可以在模块级别暴露接口:__all__ = ["foo", "bar"] 很多时候这么做还是很有好处的……提供了哪些是公开接口的约定不像 Ruby 或者 Java,Python 没有语言原生的可见性控制,而是靠一套需要大家自觉遵守的”约定“下工作。比如下划线开头的应该对外部不可.........【阅读全文】

阅读(1283) | 评论(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版本是多少? 谢谢。

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

登录 注册