Tag/
共346个网摘 [
1 2 3 4 5 6 7 8 9 ...
12 ]
上一页 |
下一页 |
AppZ收录,使用标签:learn, python, collect,时间:2008-5-19 13:17:07 | 相关网摘,我也收藏
我的标签: pythoncookbook
Python天天美味(25) - 深入理解yield CoderZh 2008-05-18 17:01 阅读:808 评论:6
Python天天美味(24) - 初始化多维数组 CoderZh 2008-05-18 14:40 阅读:57 评论:0
Python天天美味(23) - enumerate遍历数组 CoderZh 2008-05-17 20:04 阅读:25 评论:2
Python天天美味(22) - 拷贝对象(深拷贝deepcopy与浅拷贝copy) CoderZh 2008-05-17 19:49 阅读:24 评论:0
Python天天美味(21) - httplib,smtplib CoderZh 2008-05-17 17:58 阅读:28 评论:0
Python天天美味(20) - 命令行参数sys.argv CoderZh 2008-05-16 19:31 阅读:27 评论:0
Python天天美味(19) - 时间处理datetime CoderZh 2008-05-16 19:19 阅读:24 评论:0
Python天天美味(18) - linecache.getline()读取文件中特定一行 CoderZh 2008-05-10 21:52 阅读:421 评论:0
Python天天美味(17) - open读写文件 CoderZh 2008-05-10 17:32 阅读:28 评论:0
Python天天美味(16) - 过滤字符串的技巧,map与itertools.imap CoderZh 2008-05-09 16:22 阅读:77 评论:2
Python天天美味(15) - Python正则表达式操作指南(re使用)(转) CoderZh 2008-05-06 19:54 阅读:31 评论:0
Python天天美味(14) - splitlines CoderZh 2008-05-05 20:05 阅读:26 评论:0
Python天天美味(13) - struct.unpack CoderZh 2008-05-04 11:29 阅读:43 评论:2
Python天天美味(12) - 条件判断的缩写 CoderZh 2008-05-04 11:08 阅读:33 评论:0
Python天天美味(11) - 可爱的大小写 CoderZh 2008-05-04 10:32 阅读:1563 评论:14
Python天天美味(10) - 除法小技巧 CoderZh 2008-05-04 09:55 阅读:28 评论:2
Python天天美味(9) - translator CoderZh 2008-05-03 22:10 阅读:1414 评论:5
Python天天美味(8) - 字符串中的字符倒转 CoderZh 2008-05-03 20:43 阅读:27 评论:0
Python天天美味(7) - 连接字符串(join %) CoderZh 2008-05-03 20:27 阅读:32 评论:0
Python天天美味(6) - strip lstrip rstrip CoderZh 2008-05-02 19:11 阅读:27 评论:0
Python天天美味(5) - ljust rjust center CoderZh 2008-05-02 18:36 阅读:30 评论:0
Python天天美味(4) - isinstance判断对象类型 CoderZh 2008-05-02 16:47 阅读:40 评论:0
Python天天美味(3) - 字符转换 CoderZh 2008-05-02 16:24 阅读:51 评论:0
Python天天美味(2) - 字符遍历的艺术 CoderZh 2008-04-30 14:14 阅读:89 评论:0
Python天天美味(1) - 交换变量 CoderZh 2008-04-29 22:01 阅读:121 评论:0
http://www.cnblogs.com/coderzh/tag/pythoncookbook/
AppZ收录,使用标签:learn, collect, packing, distributing,时间:2008-5-15 9:31:56 | 相关网摘,我也收藏
Python has lovely built-in distribution tools. They’re great to use if you need a nice, repeatable, easy way to distribute your source code and have it install cleanly on a platform that has its $PATH set up correctly. However, if you want to distribute Python as part of a commercial software package, to platforms that may not even have Python installed, the procedure is not as clean or clear-cut. We devised a way to do it that mostly works, though we have to tweak it somewhat for each release. I’ll show you here our method for doing just that, using the Snakefood program for dependency extraction and a custom script to fill in the gaps that Snakefood can’t quite bridge.
http://blog.magnetk.com/2008/05/13/packing-it-all-in-distributing-python-with-an-app/
AppZ收录,使用标签:learn, linux, collect,时间:2008-5-13 13:53:11 | 相关网摘,我也收藏
排程工具 Crontab 進階使用
Published on 06/30,2006
cron 的問題在於,儘管 crontab 中可用的所有不同選項提供了各種不同的可能性,但仍然有一些惱人的局限。
每月的最後一天
例如,要在 cron 中每月最後一天運行命令很困難,因為沒有辦法直接指定此信息。相反,您必須單獨指定月份和其對應的最後一天。例如,在不是閏年的年份,可以結合使用以下三行語句:
59 23 31 1,3,5,7,8,10,12 * do-something
59 23 30 4,6,9,11 * do-something
59 23 28 2 * do-something
http://alangnet.blogdns.net/index.php?op=ViewArticle&articleId=87&blogId=1
AppZ收录,使用标签:learn, collect, mail, pop3,时间:2008-5-13 13:25:28 | 相关网摘,我也收藏
Magic Mail Monitor (MMM) is a free POP3 mail monitor with multiple accounts support. It sits silently in your system tray, and notifies you about new messages in your mailboxes. Then you can preview messages and delete unwanted mail in order to avoid spam and viruses.
http://mmm3.sourceforge.net/index.html
AppZ收录,使用标签:learn, collect,时间:2008-5-12 10:05:25 | 相关网摘,我也收藏
Welcome to SQLCourse.com!
This unique introductory SQL tutorial not only provides easy-to-understand SQL instructions, but it allows you to practice what you learn using the on-line SQL interpreter. You will receive immediate results after submitting your SQL commands. You will be able to create your own unique tables as well as perform selects, inserts, updates, deletes, and drops on your tables. This SQL tutorial currently supports a subset of ANSI SQL. The basics of each SQL command will be covered in this introductory tutorial. Unless otherwise stated, the interpreter will support everything covered in this course.
http://www.sqlcourse.com/
AppZ收录,使用标签:learn, class, lib, collect,时间:2008-5-12 9:00:01 | 相关网摘,我也收藏
LibFetion 介绍
LibFetion是一款支持多操作系统,使用C/C++语言,针对中国移动IM飞信通信协议开发的第三方应用程序库。
LibFetion封装了飞信通信协议并存储相关数据,给开发者提供简洁、丰富的API接口。使用LibFetion飞信客户端的开发者只需专注于GUI(图形用户界面)的设计开发,因此大大提高飞信客户端的开发速度和降低开发难度。使得飞信在多个操作系统平台上运行,达到“fetion anywhere“。
LibFetion是针对嵌入式设备系统设计的,它只使用了C库,socket和posix线程库(预留线程库替换为本地平台线程库的接口),因此具有较强的可移植性。目前 LibFetion已在Linux,Mac OS X,Windows,ucLinux,Ecos操作系统上成功运行。
http://www.libfetion.cn/
AppZ收录,使用标签:learn, collect, java,时间:2008-5-7 10:05:54 | 相关网摘,我也收藏
2006 年底,Sun 公司发布了 Java Standard Edition 6(Java SE 6)的最终正式版,代号 Mustang(野马)。跟 Tiger(Java SE 5)相比,Mustang 在性能方面有了不错的提升。与 Tiger 在 API 库方面的大幅度加强相比,虽然 Mustang 在 API 库方面的新特性显得不太多,但是也提供了许多实用和方便的功能:在脚本,Web service,XML,编译器 API,数据库,JMX,网络和 Instrumentation 方面都有不错的新特性和功能加强。
本系列文章主要介绍 Java SE 6 在 API 库方面的部分新特性,通过讲解一些例子,帮助开发者在编程实践当中更好的运用 Java SE 6,提高开发效率。
http://www.ibm.com/developerworks/cn/java/j-lo-jse6/
共346个网摘 [
1 2 3 4 5 6 7 8 9 ...
12 ]
上一页 |
下一页