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

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

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

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 阅读(325) 评论(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 阅读(434) 评论(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 阅读(545) 评论(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 阅读(329) 评论(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 阅读(938) 评论(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 阅读(488) 评论(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 阅读(310) 评论(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 阅读(888) 评论(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 阅读(263) 评论(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 阅读(600) 评论(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 阅读(613) 评论(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 阅读(248) 评论(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 阅读(444) 评论(0) 推荐(1)

摘要: 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 阅读(543) 评论(0) 推荐(0)

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