C++,python,热爱算法和机器学习
全部博文(1214)
发布时间:2014-02-12 15:36:06
文章来源:classmethod:类方法staticmethod:静态方法在python中,静态方法和类方法都是可以通过类对象和类对象实例访问。但是区别是:@classmethod 是一个函数修饰符,它表示接下来的是一个类方法,而对于平常我们见到的则叫做实例方法。 类方法的第一个参数cls,而实例方法的第一个参数是self,表示.........【阅读全文】
发布时间:2014-02-12 10:33:57
v8是chrome用来执行javascript的引擎,据说是最快的js引擎,通过pyv8的封装,可以在python中使用。1.安装pyv8 (Mac OS)点击(此处)折叠或打开mkdir pyv8cd pyv8wget https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx.zipunzip pyv8-.........【阅读全文】
发布时间:2014-02-11 11:08:45
文章来源:http://pymotw.com/2/contextlib/The contextlib module contains utilities for working with context managers and the with statement.Note Context managers are tied to the with statement. Since with is officially part of Python 2.6,.........【阅读全文】
发布时间:2014-02-10 14:35:09
文章来源:http://blog.csdn.net/lxstar01/article/details/12779715两个格式要转换的话,最好就是找个中间格式JSONpython字典如下[python] view plaincopyprint?dict = { 'param_1':1,  .........【阅读全文】
发布时间:2014-02-08 19:18:53
Author: 张丹(Conan)Email: bsspirit@gmail.comBlog: http://blog.fens.meWeibo: @Conan_ZDate: 2013-5-31MongoDB部署实验系列文章MongoDB做为NoSQL数据库,最近几年持续升温,越来越多的企业都开始尝试用MongoDB代替原有Database做一些事情。MongoDB也在集群,分片,复制上也有相当不错的的表现。我通.........【阅读全文】
chinaunix网友2009-10-12 16:19
你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。