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

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

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

2012年4月10日

摘要: qtboostintegration - Qt Boost Integration allows you to connect boost::functions to Qt signals - Google Project HostingQtBoostIntegration is a small library which enables you to connect anything that ... 阅读全文
posted @ 2012-04-10 23:28 lexus 阅读(101) 评论(0) 推荐(0)

摘要: pyjamaspyjamas build AJAX apps in Python (like Google did for Java)Getting Started with pyjamasProgramming with pyjamas needs a little bit of rethinking about the way that you do Web application deve... 阅读全文
posted @ 2012-04-10 23:24 lexus 阅读(372) 评论(0) 推荐(0)

摘要: Pyjamas - Python Javascript Compiler, Desktop Widget Set and RIA Web FrameworkWhat is Pyjamas?Pyjamas is a Rich Internet Application (RIA) Development Platform for both Web and Desktop.It contains a P... 阅读全文
posted @ 2012-04-10 23:22 lexus 阅读(524) 评论(0) 推荐(0)

摘要: STDOUT.puts self.projects: Hybrid Qt applications with PySide and DjangoHybrid Qt applications with PySide and DjangoThis article describes some thoughts and experiments on developing applications tar... 阅读全文
posted @ 2012-04-10 23:21 lexus 阅读(417) 评论(0) 推荐(0)

摘要: PyQt作品 – PingTester – 多点Ping测试工具 | Felix's BlogPyQt作品 – PingTester – 多点Ping测试工具 Felix Yan | 2011-07-12 | 316 views由于猫每次在一个临时测试点此测试一大片服务器的延迟和丢包, 一个个去跑太蛋疼, 于是用PyQt做了这么个小工具来测试各种线路的延迟丢包等信息. 这是我的第二个PyQt作品... 阅读全文
posted @ 2012-04-10 23:17 lexus 阅读(957) 评论(0) 推荐(0)

摘要: Differences_Between_PySide_and_PyQt | Qt Wiki | Qt Developer NetworkDifferences Between PySide and PyQtAPI differencesDifferent import name (PySide instead of PyQt4)PySide uses a different library nam... 阅读全文
posted @ 2012-04-10 23:08 lexus 阅读(553) 评论(0) 推荐(0)

摘要: Eric+PyQt打造完美的Python集成开发环境 — Smart TestingEric+PyQt打造完美的Python集成开发环境Posted on 2011年10月8日 by sam最近为了实现测试中的一些自动化开始接触脚本语言、首选就是Python。为了能够找一个适合自己的IDE开发工具我基本上使用了Eclipes+pydev、ActivePython、Python(x,y)、Gvim以... 阅读全文
posted @ 2012-04-10 23:05 lexus 阅读(825) 评论(0) 推荐(0)

摘要: PyQT TutorialTutorial: Creating GUI Applications in Python with QT by Alex FedosovPython is a great language with many awesome features, but its default GUI package (TkInter) is rather ugly. Besides, ... 阅读全文
posted @ 2012-04-10 23:04 lexus 阅读(296) 评论(0) 推荐(0)

摘要: PyQt - 维基百科,自由的百科全书PyQt 维基百科,自由的百科全书 跳转到: 导航, 搜索 PyQt 开发者Riverbank Computing稳定版本4.8.3/ 2011年1月23日;13个月前(2011-01-23)编程语言Python[1]操作系统跨平台许可协议GNU GPL 和商业授权网站PyQt官方网站PyQt是Python语言的GUI编程解决方案之一。可以用来代替Pytho... 阅读全文
posted @ 2012-04-10 23:03 lexus 阅读(1655) 评论(0) 推荐(0)

摘要: GUI Programming with PyQTGUI Programming with Python: QT EditionGUI Programming with Python: QT EditionBoudewijn RemptCopyright © 2001 by Commandprompt, IncCopyright (c) 2001 by Command Prompt, Inc. T... 阅读全文
posted @ 2012-04-10 23:01 lexus 阅读(499) 评论(0) 推荐(0)

摘要: [CPyUG] 抓取网页数据时遇到的中文编码问题 解释一下from __future__ import unicode_literalspython2在windows环境中,由于系统内码是gbk,所以当有# coding:utf-8的时候,你要输出文字必须:print u'要输出的文字'否则就是乱码。这是因为默认字符串实际上是字节串,并非宽字符集。from __future__ import un... 阅读全文
posted @ 2012-04-10 22:53 lexus 阅读(198) 评论(0) 推荐(0)

摘要: 对等架构简洁协议 阅读全文
posted @ 2012-04-10 22:50 lexus 阅读(136) 评论(0) 推荐(0)

摘要: http://docs.python.org/library/select.htmlHelp on built-in function select in module select:select(...) select(rlist, wlist, xlist[, timeout]) -> (rlist, wlist, xlist) Wait until one or more file des... 阅读全文
posted @ 2012-04-10 22:48 lexus 阅读(1040) 评论(0) 推荐(0)

摘要: #!/usr/bin/env python#encoding=utf-8import sysfor line in sys.stdin.readlines(): print line.strip()python ./stdin_test.py < a.txt 阅读全文
posted @ 2012-04-10 22:40 lexus 阅读(3292) 评论(0) 推荐(0)

摘要: df -h check the disk usage friendlydb=dbm.open("aaa.db","c")db["key"]="1"db.close()不是特别好用,value必须是字符串,数字不行,XXnot useful 阅读全文
posted @ 2012-04-10 22:13 lexus 阅读(196) 评论(0) 推荐(0)

摘要: recently nokia bussine future seems not good ,we were worried about future of QT,http://www.developer.nokia.com/Community/Wiki/CS001504_-_Creating_an_SQLite_database_in_Qthttp://www.qtcentre.org/threa... 阅读全文
posted @ 2012-04-10 15:56 lexus 阅读(202) 评论(0) 推荐(0)

摘要: Qt中translate、tr关系 与中文问题_1+1=2_百度空间Qt中translate、tr关系 与中文问题2010-09-22 0:15题外话:何时使用 tr ?在论坛中漂,经常遇到有人遇到tr相关的问题。用tr的有两类人:(1)因为发现中文老出问题,然后搜索,发现很多人用tr,于是他也开始用tr(2)另一类人,确实是出于国际化的需要,将需要在界面上显示的文件都用tr包起来,这有分两种: ... 阅读全文
posted @ 2012-04-10 15:49 lexus 阅读(399) 评论(0) 推荐(0)

摘要: 微雨燕双飞,落花人独立 。是什么意思_百度知道 微雨燕双飞,落花人独立 。是什么意 | 浏览次数:7840次 微雨燕双飞,落花人独立 请问一下,这两句诗是什么意思啊?? 谢谢 我来帮他解答 2006-10-5 10:44 满意回答 天下着小雨,雨中燕子双双飞,雨滴打落花瓣,人在雨中孤独地站立。 形容人在雨天看见燕子双飞、落花不禁心理忧愁起来。 阅读全文
posted @ 2012-04-10 15:41 lexus 阅读(1328) 评论(0) 推荐(0)

摘要: HttpParams params = new SyncBasicHttpParams(); // 关于redirect的设置 params.setBooleanParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, true); params.setIntParameter(ClientPNames.MAX_REDIRECTS, 20); 阅读全文
posted @ 2012-04-10 15:33 lexus 阅读(365) 评论(0) 推荐(0)

摘要: ... 阅读全文
posted @ 2012-04-10 14:49 lexus 阅读(435) 评论(0) 推荐(0)