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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月1日

摘要: Requests: HTTP for Humans — Requests 0.11.1 documentationRequests: HTTP for Humans¶Release v0.11.1. (Installation)Requests is an ISC Licensed HTTP library, written in Python, for human beings.Python’s... 阅读全文
posted @ 2012-04-01 22:05 lexus 阅读(328) 评论(0) 推荐(0)

摘要: https://github.com/larroy/mycelium 阅读全文
posted @ 2012-04-01 17:28 lexus 阅读(390) 评论(0) 推荐(0)

摘要: An easy-to-use Ruby web spider frameworkWhat is it?Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions o... 阅读全文
posted @ 2012-04-01 17:11 lexus 阅读(437) 评论(0) 推荐(0)

摘要: rubypythonGet Version0.5.3contentsDescriptionWhereSynopsisBasic UsageSpecific Python VersionVirtualEnvIterator supportPython to Ruby callbacksPython-style GeneratorsPython named arguments (Experimenta... 阅读全文
posted @ 2012-04-01 16:51 lexus 阅读(546) 评论(0) 推荐(0)

摘要: Don't call it an interface.Call it an inter-FACE.Introducing Ubuntu for EyewearGroundbreaking face-mounted productivity solutionReplace cumbersome PCs and smartphones with a single, lightweight device... 阅读全文
posted @ 2012-04-01 16:42 lexus 阅读(331) 评论(0) 推荐(0)

摘要: 你的OS是64位,但你的python是32位的。你试试看import sys; print sys.maxint,看看是不是2147483647就知道了。python里dict的entry是放在一个连续的数组里的。在32位的python里,这个数组的最大长度大概就在44739243左右。除了换python的版本以外,你还可以想一些workaround,比如,申请16个dict,以k % 16的结果... 阅读全文
posted @ 2012-04-01 15:26 lexus 阅读(940) 评论(0) 推荐(0)

摘要: Sinon.JSStandalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework. 阅读全文
posted @ 2012-04-01 14:53 lexus 阅读(490) 评论(0) 推荐(0)

摘要: http://javascriptmvc.com/docs.html#!JavaScriptMVC DocumentationJavaScriptMVC (JMVC) is a MIT licensed, client-side, JavaScript framework that builds maintainable, error-free, lightweight applications ... 阅读全文
posted @ 2012-04-01 14:52 lexus 阅读(315) 评论(0) 推荐(0)

摘要: 在QtScript中问候一下EnvjsPosted by齐亮on2011/03/10原文链接:Kent Hansen–Say Hello to Envjs for QtScript在我的在QtScript中伪造一个网页浏览器博文发表之后,一些朋友提到了Envjs。这里引用Envjs网站的一句话:Envjs是用一个JavaScript写成的模拟浏览器环境。胜于伪造,Envjs真正地实现了这些API,... 阅读全文
posted @ 2012-04-01 14:51 lexus 阅读(889) 评论(0) 推荐(0)

摘要: thatcher/env-js= envjs : pilot fish =env.js : A pure JavaScript browser environment.The New Envjs ProjectEnvjshas moved! Here! We are currently looking for volunteer team members to help make Envjs th... 阅读全文
posted @ 2012-04-01 14:50 lexus 阅读(264) 评论(0) 推荐(0)

摘要: EnvJSpageEnvJSis a simulated browser environment. It can be used for running FuncUnitunit tests. EnvJS can't be used for functional tests because it doesn't accurately implement event simulation.UseTh... 阅读全文
posted @ 2012-04-01 14:49 lexus 阅读(601) 评论(0) 推荐(0)

摘要: HOME›HOW TO¬Rhino and EnvjsNO COMMENTSSEPTEMBER 6THHOW TO,JAVASCRIPT,WEB DESIGN -DEVPREV POSTNEXT POSTRhinois an open source implementation of JavaScript in Java andenvjsis a simulated browser environ... 阅读全文
posted @ 2012-04-01 14:41 lexus 阅读(614) 评论(0) 推荐(0)

摘要: Browserless AJAX Testing with Rhino and Envjs, Part 1.Tuesday, February 08, 2011tags:javascript,dom,django,envjs,ajax,python,test,rhinoUpdates - 5/27/2011Since this original post, there has been a lot... 阅读全文
posted @ 2012-04-01 14:39 lexus 阅读(442) 评论(0) 推荐(0)

摘要: 测试驱动的JavaScript开发(JavaScript敏捷测试指南) - china-pub网上书店测试驱动的JavaScript开发(JavaScript敏捷测试指南) 阅读全文
posted @ 2012-04-01 14:38 lexus 阅读(249) 评论(0) 推荐(0)

摘要: unningsee also..API1.2 - Latest1.11.0The goal of Envjs is to provide a highly portable javascript implementation of the Browser as a scripting environment (often referred to as a 'headless' browser).T... 阅读全文
posted @ 2012-04-01 14:34 lexus 阅读(546) 评论(0) 推荐(0)

摘要: An Introduction to Tkinter (Work inProgress)An Introduction to Tkinter (Work inProgress) This is the Tkinter introduction, last updated in November 2005. This is a work in progress. Quick Navigation:... 阅读全文
posted @ 2012-04-01 14:34 lexus 阅读(446) 评论(0) 推荐(1)

摘要: 3.3.2 Rhino与env.js2012-03-09 16:55 赵勇 等译 机械工业出版社 我要评论(0) 字号:T | T综合评级:想读() 在读() 已读() 品书斋鉴() 已有人发表书评《测试驱动的JavaScript开发》第3章行业工具,在本章中,我们将会介绍“行业工具”—对支持测试驱动工作流必要而有用的工具。最重要的工具当然是测试框架,在简要介绍完测试框架后,我们将会花一点时间来安... 阅读全文
posted @ 2012-04-01 14:30 lexus 阅读(614) 评论(0) 推荐(0)

摘要: https://github.com/larrymyers/jasmine-reportersJasmine ReportersJasmine Reporters is a collection of javascript jasmine.Reporter classes that can be used with theJasmineBDD testing framework.Right now... 阅读全文
posted @ 2012-04-01 14:27 lexus 阅读(432) 评论(0) 推荐(0)

摘要: BDD for JavaScriptJasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a cl... 阅读全文
posted @ 2012-04-01 14:27 lexus 阅读(307) 评论(0) 推荐(0)

摘要: TutorialWriting ScrapersThe core of a pjscrape script is the definition of one or more scraper functions. Here's what you need to know:Scraper functions are evaluated in a full browser context. This m... 阅读全文
posted @ 2012-04-01 14:19 lexus 阅读(563) 评论(0) 推荐(0)

摘要: LibraryWelcome to the PythonWare ® library.Python Imaging Library (PIL)Python Imaging Library Handbook for 1.1.5(online)Python Imaging Library Handbook for 1.1.3(PDF)TkinterAn Introduction to Tkinter(... 阅读全文
posted @ 2012-04-01 13:48 lexus 阅读(238) 评论(0) 推荐(0)

摘要: PySide教程:第一个PySide应用作者:meegoq.com发布时间: 2011-01-31 12:57阅读: 1364 次原文链接全屏阅读 [收藏]PySide安装:请参考 http://www.meegoq.com/thread-1161-1-1.html使用你已经安装了PySide,那么现在你应该已经拥有完整的PySide拷贝,并且可以使用Qt+Python的方式开发GUI应用程序。就... 阅读全文
posted @ 2012-04-01 13:46 lexus 阅读(642) 评论(0) 推荐(0)

摘要: PySide 路在何方?分类:PythonPyQt4/PySide2011-08-24 11:134463人阅读评论(4)收藏举报早上一爬起来,就看到一个不好的消息,Matti Airas 在PySide邮件列表中说:Currently, the vast majority of the PySide core development is done by the OpenBossa INdT t... 阅读全文
posted @ 2012-04-01 13:42 lexus 阅读(273) 评论(0) 推荐(0)

摘要: 24.1. Tkinter — Python interface to Tcl/Tk — Python v2.7.2 documentationTkinter — Python interface to Tcl/Tk¶ The Tkinter module (“Tk interface”) is the standard Python interface to the Tk GUI toolkit... 阅读全文
posted @ 2012-04-01 13:37 lexus 阅读(364) 评论(0) 推荐(0)

摘要: V2EX › 郁闷于Python GUI开发,有没有好的框架啊?郁闷于Python GUI开发,有没有好的框架啊? By ectotherm at 2 months, 2 weeks ago, 1130 hits Tkinter是最好的,但是在OS X上有几个硬伤:1. 不支持原生快捷键;2. 不支持中文输入。 wxPython比较复杂,通过下载2.9的代码可以在OS X Lion上构建64位版本... 阅读全文
posted @ 2012-04-01 13:29 lexus 阅读(357) 评论(0) 推荐(0)

摘要: Posts tagged pyqt4使用phantomjs抓取ITC和android market的安装统计数据同事用python抓各大andriod市场的页面分析软件下载量,发现andriod market的数据是通过ajax加载的,而且貌似加密过了,没法直接解析。后来俺发现了phantomjs这个命令行的webkit,在可以在命令行渲染网页,这样不论数据怎么加载,怎么加密,对于标准的浏览器都无... 阅读全文
posted @ 2012-04-01 13:14 lexus 阅读(337) 评论(0) 推荐(0)

摘要: Posts tagged pyqt4使用phantomjs抓取ITC和android market的安装统计数据同事用python抓各大andriod市场的页面分析软件下载量,发现andriod market的数据是通过ajax加载的,而且貌似加密过了,没法直接解析。后来俺发现了phantomjs这个命令行的webkit,在可以在命令行渲染网页,这样不论数据怎么加载,怎么加密,对于标准的浏览器都无... 阅读全文
posted @ 2012-04-01 13:14 lexus 阅读(182) 评论(0) 推荐(0)

摘要: http://packages.ubuntu.com/precise/all/python-pyphantomjs/downloadhttps://github.com/ariya/phantomjs/commit/f6c29b16c1 阅读全文
posted @ 2012-04-01 13:12 lexus 阅读(175) 评论(0) 推荐(0)

摘要: pjscrape: A web-scraping framework written in Javascript, using PhantomJS and jQueryOverview pjscrape is a framework for anyone who's ever wanted a command-line tool for web scraping using Javascript... 阅读全文
posted @ 2012-04-01 12:02 lexus 阅读(292) 评论(0) 推荐(0)

摘要: CasperJSis a navigation scripting & testing utility forPhantomJS, written in JavascriptGet startedBrowse thesample examples repository. Getsupport. Checkout thecode at Github. Don't hesitate to fork a... 阅读全文
posted @ 2012-04-01 11:52 lexus 阅读(233) 评论(0) 推荐(0)

摘要: miniBits - Free Wordpress Themes and More at Fresheezy!miniBits by CreativeBits Italy Type: Wordpress Added: Jul 30, 2007 6157 Downloads Live DemoDownload 1 2 3 4 5 6 7 8 9 10 Currently 7.1/10 Rating:... 阅读全文
posted @ 2012-04-01 09:38 lexus 阅读(202) 评论(0) 推荐(0)

摘要: http://www.softwareishard.com/blog/ 阅读全文
posted @ 2012-04-01 09:32 lexus 阅读(164) 评论(0) 推荐(0)

摘要: HTTP Archive Specificationby HonzaPublished:October 21st, 2009Comments:4 CommentsCategory:Firebug,HAR,NetExport,Planet MozillaWe have been working withSimon PerkinsandSteve Souderson an open format fo... 阅读全文
posted @ 2012-04-01 08:04 lexus 阅读(488) 评论(0) 推荐(0)