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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 403 404 405 406 407 408 409 410 411 ··· 630 下一页

2012年4月1日

摘要: 你的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)

摘要: 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 阅读(234) 评论(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 阅读(636) 评论(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 阅读(271) 评论(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 阅读(362) 评论(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 阅读(355) 评论(0) 推荐(0)

上一页 1 ··· 403 404 405 406 407 408 409 410 411 ··· 630 下一页