浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 218 219 220 221 222 223 224 225 226 ··· 630 下一页

2013年1月17日

摘要: 惊帆之静默 » Blog Archive » ThreadPool的使用ThreadPool的使用ThreadPool的使用笔记:gashero目录1简介2简单的使用3接口文档4ThreadPool的递归任务管理问题5回调函数的使用 5.1使用 sys.exc_info() 信息1简介Nicky介绍给我使用的,其接口与其他很多线程池包装都差不多,不过因为只有一个模块,比较容易附带在程序中,所以研... 阅读全文
posted @ 2013-01-17 19:57 lexus 阅读(791) 评论(0) 推荐(0)

摘要: Python线程指南 - AstralWind - 博客园Python线程指南 本文介绍了Python对于线程的支持,包括“学会”多线程编程需要掌握的基础以及Python两个线程标准库的完整介绍及使用示例。 注意:本文基于Python2.4完成,;如果看到不明白的词汇请记得百度谷歌或维基,whatever。 尊重作者的劳动,转载请注明作者及原文地址 >.<1. 线程基础1.1. 线程状态线程有5种... 阅读全文
posted @ 2013-01-17 19:54 lexus 阅读(749) 评论(0) 推荐(0)

摘要: python 的os.fork() - shuhuai007的专栏 - 博客频道 - CSDN.NET python 的os.fork() 分类: python 2012-03-23 14:36 636人阅读 评论(1) 收藏 举报看socket编程顺便看python守护进程,一个网上都照抄,啥也看不明白,试验下就才看懂简单测试fork函数#! /usr/bin/pyt... 阅读全文
posted @ 2013-01-17 17:43 lexus 阅读(3751) 评论(0) 推荐(0)

摘要: captchacker - Captcha Breaking using Support Vector Machines - Google Project HostingThe Captchacker Project: Captcha Breaking using Support Vector MachinesAbstractThe Captchacker Project exploits the... 阅读全文
posted @ 2013-01-17 17:43 lexus 阅读(356) 评论(0) 推荐(0)

摘要: python fork - 挨踢骚客的旅途 - 博客频道 - CSDN.NETpython fork 分类: python 2009-05-08 00:50 2911人阅读 评论(0) 收藏 举报fork 是python linux下os 模块下的一个方法,用来创建一个子进程。今天遇到这个问题,所以找文章来稍微了解一下。以下来自http://www.myelin.co.... 阅读全文
posted @ 2013-01-17 17:38 lexus 阅读(277) 评论(0) 推荐(0)

摘要: Thinking in Apache Thrift One|王晨的博客Thinking in Apache Thrift OnePosted on September 15, 2010 by wangchen什么是Thrift?关于背景信息可以Google,我就不赘述了,这里只用一句话介绍它产生的目的: 解决跨语言的远程调用问题下面是废话:可以忽略所谓技术牛人往往极端,他发明了一种语言就要用它去做... 阅读全文
posted @ 2013-01-17 17:36 lexus 阅读(196) 评论(0) 推荐(0)

摘要: Learning Scrapy|王晨的博客Learning ScrapyPosted on May 29, 2011 by wangchen学习中⋯⋯先不多说了,分享两篇相关的中文文章:- 入门文章:Scrapy 轻松定制网络爬虫- 6个月以上实践的经验分享:使用scrapy进行大规模抓取 阅读全文
posted @ 2013-01-17 17:35 lexus 阅读(280) 评论(0) 推荐(0)

摘要: Simple spider with wget|王晨的博客Simple spider with wgetPosted on February 2, 2012 by wangchen一些临时且定制程度很高的抓取工作,使用系统化的爬虫往往没有使用Shell 效率高,下面是一些思路。事先用脚本分析出下载连接,存放在一个文件中,然后用split 切割成若干个文件,文件数取决于希望的并发下载进程数量。 使用... 阅读全文
posted @ 2013-01-17 17:32 lexus 阅读(264) 评论(0) 推荐(0)

摘要: 简单的Python 多进程异步处理|王晨的博客简单的Python 多进程异步处理Posted on May 30, 2011 by wangchen它启动后,监视队列,如果有新的请求进来,就fork 一个子进程去处理。 为了更易理解,删减了一些异常处理、日志等代码。#!/usr/bin/env python #encoding: utf-8 import logging import os imp... 阅读全文
posted @ 2013-01-17 17:31 lexus 阅读(596) 评论(0) 推荐(0)

摘要: xtoi (Hex to Integer) C function - Nanoseconds Networkxtoi (Hex to Integer) C function Tuesday, June 20, 2006 6:06 PM by cvegaYou mean "int to h... 阅读全文
posted @ 2013-01-17 16:06 lexus 阅读(1044) 评论(0) 推荐(0)

摘要: NewsFeed 3.0 发布,移植到 Python 3 - 开源中国 OSChina.NETNewsFeed 3.0 发布了,该版本唯一的改变就是移植到 Python 3.x 版本。NewsFeed 是一个支持RSS/RDF/Atom的RSS阅读器,采用 Python/Tk 开发,支持各种操作系统,当有新的条目出现时会以声音提醒使用者。 阅读全文
posted @ 2013-01-17 14:29 lexus 阅读(185) 评论(0) 推荐(0)

摘要: Boost Pre-Built BinariesBoost Pre-Built Binaries 阅读全文
posted @ 2013-01-17 11:43 lexus 阅读(240) 评论(0) 推荐(0)

摘要: Beyond the C++ Standard Library: An Introduction to Boost: Björn Karlsson: 9780321133540: Amazon.com: BooksBeyond the C++ Standard Library: An Introduction to Boost 阅读全文
posted @ 2013-01-17 11:31 lexus 阅读(197) 评论(0) 推荐(0)

摘要: Install C++ Boost on Ubuntu | Shi Chuan's blogInstall C++ Boost on UbuntuPosted on February 16, 2009 by Shi ChuanTweetBoost is probably the most popular C++ library, to install C++ Boost on Ubuntu is ... 阅读全文
posted @ 2013-01-17 11:29 lexus 阅读(195) 评论(0) 推荐(0)

摘要: Install C++ Boost on Ubuntu | Shi Chuan's blogInstall C++ Boost on UbuntuPosted on February 16, 2009 by Shi ChuanTweetBoost is probably the most popular C++ library, to install C++ Boost on Ubuntu is ... 阅读全文
posted @ 2013-01-17 11:25 lexus 阅读(514) 评论(0) 推荐(0)

摘要: 《Python For Delphi---更好地协同》,作者:garfieldtom,原文链接:http://www.cnblogs.com/GarfieldTom/archive/2013/01/14/2860206.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-17 06:06 lexus 阅读(400) 评论(0) 推荐(0)

摘要: 《归并排序 详解》,作者:理想空间,原文链接:http://www.cnblogs.com/jianboqi/archive/2013/01/15/2860500.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-17 06:05 lexus 阅读(228) 评论(0) 推荐(0)

摘要: 《Vitamio 3.0 新手教程》,作者:农民伯伯,原文链接:http://www.cnblogs.com/over140/archive/2013/01/15/2860653.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-17 06:04 lexus 阅读(326) 评论(0) 推荐(0)

摘要: 《对于拷贝构造函数和赋值构造函数的理解》,作者:GOD_YCA,原文链接:http://www.cnblogs.com/GODYCA/archive/2013/01/16/2862885.html 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-17 06:01 lexus 阅读(231) 评论(0) 推荐(0)

摘要: 《既有算法,何必亲自写作?》,原文链接:http://news.cnblogs.com/n/169311/ 分享自:博客园Android客户端(http://android.walkingp.com/cnblogs/) 阅读全文
posted @ 2013-01-17 05:53 lexus 阅读(232) 评论(0) 推荐(0)

上一页 1 ··· 218 219 220 221 222 223 224 225 226 ··· 630 下一页