摘要:
做一个网络对账单 阅读全文
posted @ 2012-05-03 21:03
lexus
阅读(235)
评论(0)
推荐(0)
摘要:
GuruDigger - 我们帮助靠谱的互联网产品找到志同道合的创业合作工程师。MockingBot - 做最好用的Mobile App原型工具 https://mockingbot.com产品近况 (更新于 2012.05.02)03.12 完成核心功能,开始Beta测试 03.16 支持⌘+z撤销/⌘+y重做 03.18 增加智能停靠 03.22 可以点击垃圾桶删除控件 03.28 增加一键... 阅读全文
posted @ 2012-05-03 20:54
lexus
阅读(294)
评论(1)
推荐(0)
摘要:
某运营商广告投放系统SQL注射漏洞 | WooYun-2012-06396 | WooYun.org 漏洞概要 关注数(13) 关注此漏洞 缺陷编号: WooYun-2012-06396 漏洞标题: 某运营商广告投放系统SQL注射漏洞 相关厂商: 不知道啊,也不敢说 漏洞作者: wokao 提交时间: 2012-04-26 公开时间: 2012-04-26 漏洞类型: SQL注射漏洞 危害等级: ... 阅读全文
posted @ 2012-05-03 20:28
lexus
阅读(350)
评论(0)
推荐(0)
摘要:
突破优酷等站点对应非大陆IP的封锁(非代理) - V2EX突破优酷等站点对应非大陆IP的封锁(非代理)By Semidio at 45 天前, 1849 次点击 -1Chrome下使用Change HTTP Request Header插件 https://chrome.google.com/webstore/detail/ppmibgfeefcglejjlpeihfdimbkfbbnm ... 阅读全文
posted @ 2012-05-03 20:13
lexus
阅读(636)
评论(0)
推荐(0)
摘要:
rails制作html5的mobile app » 社区 | Ruby Chinarails制作html5的mobile app2月前 由 terry 在 Rails 节点 中发起最后由 hisea 于2月前回复 , 195次阅读想用rails开发html5的mobile app. 有什么好的gem推荐或者模版推荐吗? 另外有哪些需要注意的要点? 3人喜欢 截止 2月前, 共... 阅读全文
posted @ 2012-05-03 20:10
lexus
阅读(323)
评论(0)
推荐(0)
摘要:
crawler 0.1.0 : Python Package Indexcrawler 0.1.0python crawler.Latest Version: 0.1.2 python crawler.
=====
## Example
===== from crawler.crawler import Crawler mycrawler = Crawler()
seeds = ['http... 阅读全文
posted @ 2012-05-03 17:27
lexus
阅读(375)
评论(0)
推荐(0)
摘要:
A Basic Website Crawler, in Python, in 12 Lines of Code. « Null ByteStep 1 Layout the logic.OK, as far as crawlers (web spiders) go, this one cannot be more basic. Well, it can, if you remove lines 11... 阅读全文
posted @ 2012-05-03 17:15
lexus
阅读(331)
评论(0)
推荐(0)
摘要:
spider.py 0.5 : Python Package Indexspider.py 0.5Multithreaded crawling, reporting, and mirroring for Web and FTPThis module provides multithreaded crawling, reporting, and mirroring for Web and FTP i... 阅读全文
posted @ 2012-05-03 17:12
lexus
阅读(309)
评论(0)
推荐(0)
摘要:
Orchid 1.1 : Python Package IndexOrchid 1.1Generic Multi Threaded Web CrawlerOrchid is a python crawler I developed for one of my graduate courses. It is a generic multi-threaded web crawler complete ... 阅读全文
posted @ 2012-05-03 17:10
lexus
阅读(247)
评论(0)
推荐(0)
摘要:
Introduction to Computing Using Python: An Application Development Focus: Safari Books OnlineGOOD BOOKTable of ContentsIntroduction to Computing Using Python: An Application Development FocusCopyright... 阅读全文
posted @ 2012-05-03 17:08
lexus
阅读(412)
评论(0)
推荐(0)
摘要:
pythonthreadpool - A Python ThreadPool Implementation - Google Project HostingThreadPool ComponentThe ThreadPool is a component in which other components can get jobs executed.The API has three import... 阅读全文
posted @ 2012-05-03 15:13
lexus
阅读(156)
评论(0)
推荐(0)
摘要:
Thread pool with same API as (multi)processing.Pool « Python recipes « ActiveState CodeThread pool with same API as (multi)processing.Pool(Python recipe)by david decotignyActiveState Code (http://code... 阅读全文
posted @ 2012-05-03 15:12
lexus
阅读(466)
评论(0)
推荐(0)
摘要:
Java代码构建一个线程池 - fishriver的专栏 - 博客频道 - CSDN.NET Java代码构建一个线程池 2005-10-26 16:42 652人阅读 评论(0) 收藏 举报本示例程序由三个类构成,第一个是TestThreadPool类,它是一个测试程序,用来模拟客户端的请求,当你运行它时,系统首先会显示线程池的初始化信息,然后提示你从键盘上输入字符串,并按下回车键,这时你会发现... 阅读全文
posted @ 2012-05-03 15:05
lexus
阅读(338)
评论(0)
推荐(0)
摘要:
Thread pool mixin class for use with SocketServer.TCPServer « Python recipes « ActiveState Code Thread pool mixin class for use with SocketServer.TCPServer (Python recipe) by Michael Palmer ActiveStat... 阅读全文
posted @ 2012-05-03 15:00
lexus
阅读(475)
评论(0)
推荐(0)
摘要:
argparse – Command line option and argument parsing. - Python Module of the Weekargparse – Command line option and argument parsing.¶ Purpose:Command line option and argument parsing.Available In:2... 阅读全文
posted @ 2012-05-03 14:55
lexus
阅读(658)
评论(0)
推荐(0)
摘要:
Python模块学习——optparse - Jack.gao - 博客园Python模块学习——optparse Python 有两个内建的模块用于处理命令行参数:一个是 getopt,《Deep in python》一书中也有提到,只能简单处理 命令行参数;另一个是 optparse,它功能强大,而且易于使用,可以方便地生成标准的、符合Unix/Posix 规范的命令行说明。示例下面是一个使用... 阅读全文
posted @ 2012-05-03 14:20
lexus
阅读(272)
评论(0)
推荐(0)
摘要:
知道创宇 - 中文版putty后门事件分析中文版putty后门事件分析近几日,中文版putty等SSH远程管理工具被曝出存在后门,该后门会自动窃取管理员所输入的SSH用户名与口令,并将其发送至指定服务器上。知道创宇安全研究小组在第一时间获取该消息后,对此次事件进行了跟踪和分析。根据分析,此次事件涉及到来自putty.org.cn、putty.ws、winscp.cc和sshsecure.com站点... 阅读全文
posted @ 2012-05-03 13:47
lexus
阅读(361)
评论(0)
推荐(0)
摘要:
My Wiki: How to read a properties file in a web applicationHow to read a properties file in a web applicationThe code to do this is pretty simple. But going by the number of people who keep asking thi... 阅读全文
posted @ 2012-05-03 11:55
lexus
阅读(248)
评论(0)
推荐(0)
摘要:
it seems most cnblogs audices comes from baidu,cnblogs currently didn't face to or optiminize for the global developer so i open an english blogscribefire also support sync artilce to multple blog jus... 阅读全文
posted @ 2012-05-03 11:53
lexus
阅读(196)
评论(0)
推荐(0)
摘要:
it seems most cnblogs audices comes from baidu,cnblogs currently didn't face to or optiminize for the global developer so i open an english blogscribefire also support sync artilce to multple blog jus... 阅读全文
posted @ 2012-05-03 11:53
lexus
阅读(184)
评论(0)
推荐(0)
|