按类别查询搜索结果
关于关键词 的检测结果,共 721
kinfinger | 2016-07-08 13:58:24 | 阅读(0) | 评论(0)
python,list,comprehension【阅读全文】
kinfinger | 2016-07-03 23:29:49 | 阅读(0) | 评论(0)
geneator,send,next,yield【阅读全文】
kinfinger | 2016-07-03 18:43:48 | 阅读(0) | 评论(0)
decorator,wraps【阅读全文】
【Python/Ruby】 python小-字符编码
kinfinger | 2016-07-03 17:05:48 | 阅读(0) | 评论(0)
python,unicode,from __future__ import unicode_literals【阅读全文】
kinfinger | 2016-07-03 00:02:17 | 阅读(0) | 评论(0)
python,map,lambda,filter,reduce,functional,decorator, equal forma【阅读全文】
【Python/Ruby】 python 小-CGI-WSGI
kinfinger | 2016-07-02 16:51:40 | 阅读(0) | 评论(0)
CGI,WSGI,PYTHON,SERVER,MIDDLE,APP,REGISTER【阅读全文】
【Python/Ruby】 python小-装饰器
kinfinger | 2016-06-30 23:12:31 | 阅读(0) | 评论(0)
python,wrapper,decorator,decorated,PACKAGE,MODULE,FUNCTION【阅读全文】
kinfinger | 2016-06-30 22:41:47 | 阅读(0) | 评论(0)
python,yield,MAP,FILTER,REDUCE【阅读全文】
duoyidian | 2016-06-29 14:47:31 | 阅读(560) | 评论(0)
使用python开发时,由于python的开源生态圈非常的给力,对于实现同一个功能,往往在这方面的类库非常多,而开发者也同样面临着如何选择最佳的 类库作为辅助开发的工具。本文将记录本人在使用python处理xml格式数据时测试过的类库,有些类库由于先天不足,无法支持一些特性,涉及的类库或模 块有xml(python自带)、libxml2 ...【阅读全文】
Aexn | 2016-06-28 14:15:30 | 阅读(410) | 评论(0)
【Python/Ruby】 python 内部机制小
kinfinger | 2016-06-26 23:05:42 | 阅读(0) | 评论(0)
python,protocol,description,datadescription,property,yield,genrator,iterator,callable【阅读全文】
kinfinger | 2016-06-25 17:09:31 | 阅读(2520) | 评论(0)
WEB,CGI,FASTCGI,WSGI,FLASK,FORMAT,PACKAGE,SQLALCHEMY,__INIT__,__ALL__,__DOC__【阅读全文】
夜色58 | 2016-06-21 15:22:05 | 阅读(2170) | 评论(0)
日志格式如下:127.0.0.1 - - [03/Feb/2013:14:18:10 +0800] "GET /ucenterrvicecenter/SCenterRequest.php HTTP/1.0" 302 242127.0.0.1 - - [03/Feb/2013:14:18:10 +0800] "GET /ucenterrvicecenter/SCenterRequest.php HTTP/1.0" 200 -111.111.111.35 - - [03/Feb/2013:14:18:32 +0800] "GET /myadmin/ HTTP/1.1...【阅读全文】
laoliulaoliu | 2016-05-20 12:05:39 | 阅读(1030) | 评论(0)
原文地址:http://www.zouyesheng.com/generator-for-async.html使用生成器展平异步回调结构邹业盛 2015-09-30 15:15 更新关于异步回调什么是生成器把生成器应用于异步回调后话1. 关于异步回调异步机制,从某个角度,可以看成是——使用非阻塞...【阅读全文】
jelon521 | 2016-05-18 14:15:34 | 阅读(1500) | 评论(0)
不用再担心脚本输出的日志文件过大爆满磁盘,log_rotater.sh可让你高枕无忧,肆无忌惮地重定向日志到文件中。 log_rotater.zip   #!/bin/sh# Writed by yijian on 2012/7/22# 本脚本功能:# 1) 实现一个通用的按大小的日志滚动# 2) 要求日志文件扩展名为“.lo...【阅读全文】
douyaqiang123 | 2016-05-18 11:27:05 | 阅读(2310) | 评论(0)
不用再担心脚本输出的日志文件过大爆满磁盘,log_rotater.sh可让你高枕无忧,肆无忌惮地重定向日志到文件中。 log_rotater.zip   #!/bin/sh# Writed by yijian on 2012/7/22# 本脚本功能:# 1) 实现一个通用的按大小的日志滚动# 2) 要求日志文件扩展名为“.lo...【阅读全文】
laoliulaoliu | 2016-05-17 18:02:21 | 阅读(820) | 评论(0)
原文地址:http://www.chengxuyuans.com/Python/67370.htmlPython 用下划线作为变量前缀和后缀指定特殊变量/方法。主要存在四种情形1.    1. object # public    2. __object__ # special, python system use, user should not define like it    3. __object # priva...【阅读全文】
zhongtang | 2016-05-15 02:03:42 | 阅读(2930) | 评论(0)
python下urllib2用法总结,包括设置cookie,自定义agent,打开调试开关,如何判断redirect等。【阅读全文】
Larpenteur | 2016-05-09 23:35:45 | 阅读(1500) | 评论(0)
不用再担心脚本输出的日志文件过大爆满磁盘,log_rotater.sh可让你高枕无忧,肆无忌惮地重定向日志到文件中。 log_rotater.zip   #!/bin/sh# Writed by yijian on 2012/7/22# 本脚本功能:# 1) 实现一个通用的按大小的日志滚动# 2) 要求日志文件扩展名为“.lo...【阅读全文】
呆若 | 2016-05-09 14:22:56 | 阅读(1490) | 评论(0)
task_master.txttask_worker.txt点击(此处)折叠或打开#!/usr/bin/env python3#-*- coding:utf-8 -*-''''''import time,random,queuefrom multiprocessing.managers import BaseManagertask_...【阅读全文】