摘要:
location basaed file sharing 阅读全文
posted @ 2012-04-22 06:52
lexus
阅读(388)
评论(0)
推荐(0)
|
摘要:
分类: IDE 使用技术 2009-09-21 21:44 5661人阅读 评论(2) 收藏 举报qt 中文乱码初学Linux,直接进阶QT编程。然而,第一个Demo程序就碰到了中文乱码,巨汗!环境:1、RedHat AS52、QT4.4.03、LANG="zh_CN.GB18030"程序:...QTextCodec::setCodecForTr(QTextCodec:... 阅读全文
posted @ 2012-04-21 20:16
lexus
阅读(702)
评论(0)
推荐(0)
摘要:
python ./google_appengine/dev_appserver.py --clear_datastore gae_test/python ./google_appengine/appcfg.py update gae_test/https://github.com/mlzboy/mlzboy-toymy pastebin deploy to appenginealso my blo... 阅读全文
posted @ 2012-04-21 17:18
lexus
阅读(235)
评论(0)
推荐(0)
摘要:
python ./google_appengine/dev_appserver.py --clear_datastore gae_test/python ./google_appengine/appcfg.py update gae_test/https://github.com/mlzboy/mlzboy-toymy pastebin deploy to appenginealso my blo... 阅读全文
posted @ 2012-04-21 17:18
lexus
阅读(229)
评论(0)
推荐(0)
摘要:
Uploading Your Application - Google App Engine — Google DevelopersUploading Your ApplicationYou create and manage applications in App Engine using the Administration Console. Once you have registered ... 阅读全文
posted @ 2012-04-21 16:54
lexus
阅读(319)
评论(0)
推荐(0)
摘要:
最新分享_分享_百度空间正则 : “正向预查” 与 “ 反(逆)向预查”有如下一些字符: [abccsds ] [awefwe] [ sfw ] [ abwe ] [ a b ab awf] 我想找出除了[ab 之外的其他东西。 我的第1反应是: /\[[^ab].*?\]/ 这是多么低级的错误,[]表示的是一个集合,在[后加上^表示匹配[]内的所有字符之外的字符 第2反应: /\[[^... 阅读全文
posted @ 2012-04-21 13:59
lexus
阅读(284)
评论(0)
推荐(0)
摘要:
【原创】说说JSON和JSONP,也许你会豁然开朗,含jQuery用例 - 随它去吧 - 博客园【原创】说说JSON和JSONP,也许你会豁然开朗,含jQuery用例Posted on 2012-04-19 23:37 随它去吧 阅读(5380) 评论(64) 编辑 收藏 前言: 由于Sencha Touch 2这种开发模式的特性,基本决定了它原生的数据交互行为几乎只能通过AJAX来实现。当然了,... 阅读全文
posted @ 2012-04-21 13:05
lexus
阅读(262)
评论(0)
推荐(0)
摘要:
Pygments — Python syntax highlighterThis is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that ne... 阅读全文
posted @ 2012-04-21 11:36
lexus
阅读(445)
评论(0)
推荐(0)
摘要:
QTester web 自动化测试工具软件|QTester web 自动化测试工具 1.0.0.0 下载 - 华军软件园 - 软件免费下载 - 网络辅助QTester是一种自动化的网络应用程序测试工具。它可以模拟出几乎所有的针对浏览器的动作。支持复杂的场景录制、运行、调试和结果分析。您并不需要高深的计算机知识,就可以很轻松地上手,开始您的软件测试工作。脚本可以随着鼠标的动作自动生成,同时软件也支持... 阅读全文
posted @ 2012-04-21 11:24
lexus
阅读(563)
评论(0)
推荐(0)
摘要:
stunnel: stunnel - multiplatform SSL tunneling proxyThe stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be u... 阅读全文
posted @ 2012-04-21 01:14
lexus
阅读(489)
评论(0)
推荐(0)
摘要:
用Python写socks5服务器端 « Xiaoxia[PG]用Python写socks5服务器端参考自RFC1928: http://xiaoxia.org/?p=2672直接运行这个程序就给本机建立了一个socks5的代理服务器。代码如下:view plaincopy to clipboardprint?importsocket,sys,select,SocketServer,struct,... 阅读全文
posted @ 2012-04-21 01:13
lexus
阅读(244)
评论(0)
推荐(0)
摘要:
TelluriumQuickStart - telluriumdoc - Tellurium快速上手指南. - Tellurium中文文档项目 - Google Project HostingTelluriumQuickStartTellurium快速上手指南.Phase-Implementation,Phase-Support,FeaturedUpdated Jun 18, 2009by Jo... 阅读全文
posted @ 2012-04-20 22:18
lexus
阅读(61)
评论(0)
推荐(0)
摘要:
How to properly use relative or absolute imports in Python modules? - Stack OverflowDitch relative imports: you should think of your package namespace as a global one, anyway.The trick to making this ... 阅读全文
posted @ 2012-04-20 13:47
lexus
阅读(308)
评论(0)
推荐(0)
摘要:
import - Python: Importing modules from parent folder - Stack OverflowPython: Importing modules from parent folderimport - Python: Importing modules from parent folder - Stack Overflowhat's wrong with... 阅读全文
posted @ 2012-04-20 13:05
lexus
阅读(680)
评论(0)
推荐(0)
摘要:
Python模块学习 ---- time 日期时间处理 - 成长的点滴,记录与分享 - 博客频道 - CSDN.NETtime.strftime('%Y-%m-%d%H:%M:%S',time.gmtime()) 阅读全文
posted @ 2012-04-20 13:03
lexus
阅读(338)
评论(0)
推荐(0)
摘要:
翻译解释rotate是什么意思,rotate在线翻译,英语rotate的中文解释,rotate的音标读音发音及例句用法 - Dict.CN 海词词典 logrotate 功能设置 改进词条 求助词友 词形变化: rotatable rotated rotated rotating rotates v.轮流,(使)旋转The post of chairman rotates among me... 阅读全文
posted @ 2012-04-20 10:40
lexus
阅读(171)
评论(0)
推荐(0)
摘要:
PDF - Ubuntu中文Poppler后端的软件安装poppler-data支持更多语言。Okular官网KDE下的PDF/PS/Chm/djvu文件阅读工具,后端poppler,推荐安装Evince官网GNOME下的PDF/PS/djvu文件阅读工具,某些情况中文乱码,极力推荐安装xpdf官网xpdf是一个小巧的pdf阅读器,中文支持较好,evince的根基安装AdobeReader官网PD... 阅读全文
posted @ 2012-04-20 09:51
lexus
阅读(226)
评论(0)
推荐(0)
摘要:
ubuntu下chm和PDF阅读器 « 小居ubuntu自带的chm和PDF阅读器不怎么好用,功能有限,而且很卡。后来chm换了chmsee,用起来不错,可是没有搜索功能。如果是看普通的电子文档倒也没什么,可是如果是看比如技术手册之类的文档,没了这个,想找个函数的使用方法就烦死人了。至于PDF,后来换的是Adobe的,可是,一如Windows下的表现,大不但且,还不怎么好用,在ubuntu下更是卡... 阅读全文
posted @ 2012-04-20 09:44
lexus
阅读(454)
评论(0)
推荐(0)
|