前言: 注:如果需要得到支持批Python3.x以及包含了勘误表,附录,和说明的更新版规范,请查看PEP
3333 摘要: 这篇文档详细说明了一套在web服务器与Python
web应用程序(web框架)之间的已提出的标准接口,从而方便web应用在各种web服务器之间的移植。理论和目标 Python...
分类:
编程语言 时间:
2014-05-09 16:52:10
阅读次数:
721
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
原文:WinForm
LED循环显示信息,使用定时器Threading.Timer这里用一个示例来演示timer如何使用。示例:LED屏幕显示描述:这个示例其实很简单,LED屏幕上显示3个信息:
1:排队叫号 2:催缴费 3:等待列表。因为LED屏幕大小的关系,列表需要分页显示。 正常情况下,这3个...
刚好用到,这篇文章写得不错,转过来收藏。 转载自道可道|Python 标准库 urllib2
的使用细节Python 标准库中有很多实用的工具类,但是在具体使用时,标准库文档上对使用细节描述的并不清楚,比如 urllib2 这个 HTTP
客户端库。这里总结了一些 urllib2 库的使用细节。1 ...
分类:
编程语言 时间:
2014-05-08 21:53:59
阅读次数:
432
部分整理自:http://flysnowxf.iteye.com/blog/1327677启动调试:python -m pdb xxx.py常用命令说明:l
#查看运行到哪行代码n #单步运行,跳过函数s #单步运行,可进入函数p 变量 #查看变量值b 行...
分类:
编程语言 时间:
2014-05-08 20:58:40
阅读次数:
426
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;using
System.IO;namespace DirectoryCopy...
分类:
其他好文 时间:
2014-05-08 20:30:59
阅读次数:
381
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;using
System.Net;using ...
分类:
其他好文 时间:
2014-05-08 20:30:34
阅读次数:
389
python中re模块1.正则匹配基础知识(1)通配符..ython可以匹配
aython,jython,只有一个字符如果要匹配a.py的话需要进行转义a\.py,r如果这样写a.py那么会匹配成aapy(2)字符集[][a-z]ython
可以匹配a-z之间任意一个字符 yython[a-zA-Z...
分类:
其他好文 时间:
2014-05-08 20:01:49
阅读次数:
264
Django is a high-level Python Web framework
that encourages rapid development and clean, pragmatic design.Model: The
application dataView: which data ...
分类:
移动开发 时间:
2014-05-07 20:02:08
阅读次数:
453
using System;using System.Collections;using
System.Collections.Generic;using System.IO;using System.Linq;using
System.Text;using System.Threading.Task...
分类:
其他好文 时间:
2014-05-07 19:10:55
阅读次数:
387