Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4466769
  • 博文数量: 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-01-09 22:00:43

Python中递归层级太多,会抛出异常:RuntimeError: maximum recursion depth exceededPython中尾递归没有优化功能,网上看到一个代码片段,捕获堆栈异常,再怎么捣鼓赋值,有让其恢复正常。Python语言: 高亮代码由发芽网提供#!/usr/bin/env python2.4# This program shows off a python decorator(# which .........【阅读全文】

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

发布时间:2015-01-07 19:01:57

文章来源:http://www.cnblogs.com/stephen-liu74/archive/2012/04/23/2290803.htmlPosted on 2012-04-23 07:42 Stephen_Liu 阅读(11845) 评论(9) 编辑 收藏一、表的定义:    对于任何一种关系型数据库而言,表都是数据存储的最核心、最基础的对象单元。现在就让.........【阅读全文】

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

发布时间:2015-01-07 13:37:26

有两张表T1,T2,表结构和数据如下:create table t1 (  id int);create table t2 (  id int,  finished int);insert into t1 values (1);insert into t1 values (2);.........【阅读全文】

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

发布时间:2015-01-06 13:33:51

原文地址:http://www.mobify.com/blog/http-requests-are-hard/Posted by John Boxall on October 7 2014A lot of things can go wrong when requesting information over HTTP from a remote web server: requests timeout, servers fail, government operatives cut undersea cable.........【阅读全文】

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

发布时间:2015-01-06 13:28:50

原文地址:http://mindonmind.github.io/2013/02/08/ipython-notebook-interactive-computing-new-era/在使用 Python/IPython, R, Matlab 等工具进行探索性数据分析时,你是否经常会遇到以下情景:在命令行中输入了许多语句后,希望将其部分或全部保存至一个脚本文件中以便记录计算过程。脚本运行出错,需.........【阅读全文】

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

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

登录 注册