E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
test.py
python网络爬虫
爬虫是封装在WebCrawler类中的,
Test.py
调用爬虫的craw函数达到下载网页的功能。
小竹zz
·
2014-09-10 12:00
python 发送http请求
原文地址:http://blog.163.com/xychenbaihu@yeah/blog/static/132229655201231085444250/测试用CGI,名字为
test.py
,放在apache
x_i_y_u_e
·
2014-08-12 20:00
解决WIN7下Sublime运行python代码出现的UnicodeEncodeError错误
Runningpython.exe-uE:\文档\
test.py
Traceback(mostrecentcalllast): File".
origin_lee
·
2014-08-05 18:00
Git 分布式版本控制 实战
1.基本概念及术语:工作区:表示当前的工作目录暂存区:存放到stagearea(gitaddfile/
test.py
)版本库:存在mas
lj-111
·
2014-08-03 17:00
ubuntu
分布式
Git
LINUX
基础与系统管理
Git 分布式版本控制 实战
1.基本概念及术语:工作区:表示当前的工作目录暂存区:存放到stagearea(gitaddfile/
test.py
)版本库:存在mas
lj-111
·
2014-08-03 17:00
ubuntu
分布式
git
python网络爬虫初步
还没成功;虽然python在语法上很容易上手,但是真实写爬虫程序的时候,费了老大的力气,还是先小小的总结一下吧:1,最简单的对于很多普通网页,获取源码直接一句话就可以:#
test.py
importurllib2
u013652219
·
2014-07-10 14:00
python
python 驱动开发环境实践
环境模版文件准备为了在vim中能够自动建立测试文件框架,需要建立模版文件,假设我在~/.vim/skeleton目录下建立需要的模版文件,目录结构如下:/home/bl/.vim/skeleton |---
test.py
BaiLiang
·
2014-07-07 08:00
cython?C一样的python
[root@saltmaster ~]# cat
test.py
#!
jastme
·
2014-06-27 15:00
【Python】Python获取命令行参数
比如下面一个程序
test.py
是通过接受命令行两个参数,并打印出这两个参数。importsys#需导入sys模块 printsys.argv[1],sys.argv[2]
xiaoguaihai
·
2014-06-17 20:00
python
冒泡排序,选择排序,插入排序,快速排序的简单性能测试
今天对四种基本的排序算法进行了简单的性能测试,测试代码如下:#filename:
test.py
importtime importrandom defquickSort(arr,l,r): if(lx
kankan231
·
2014-06-15 11:00
冒泡排序
测试
插入排序
快速排序
排序算法
Linux下执行python脚本
Test.py
文件内容:# coding=utf-8 import os dd=range(1,5) for j in dd: print j1、方法一 $pythonTest.py2、方法二换一种方法运行
stock0991
·
2014-06-09 17:41
python
脚本
arcpy
sl4a学习笔记(2)
从
test.py
中找到了昨天没成功的弹出框的创建。dr
qhshiniba
·
2014-05-31 10:00
android
sl4a
snmp开发记录2--使用python扩展
在snmpd.conf加入一行extend.1.3.6.1.4.1.2021.50pythontest/usr/bin/python/tmp/
test.py
编写/tmp/test.py#!
ruiyiin
·
2014-05-22 17:00
python程序打包成.exe
例如,你需要将
test.py
打包成exe,那么
test.py
就是被打包文件,那么打包文件呢,写一个setup.py文件,内容如下;#setup.pyfromdistutils.coreimportsetupimportpy2exesetup
lesstraveller
·
2014-05-18 02:15
python
import
文件夹
执行文件
Python全局变量和局部变量
test.py
: #!
xia7139
·
2014-05-09 00:00
命名空间
python
全局变量
shell脚本启动程序,防止重复启动
program="
test.py
"exportCLASSPATH=$programdirexportLANG=zh_CNstartup(){ res=`psaux|greppython|grep
yangzhenzhen
·
2014-04-29 13:00
django单元测试
这里只描述unittest.这里是官方文档:https://docs.djangoproject.com/en/dev/topics/testing/overview/其中的重点是:在我们的项目模块中建立
test.py
蜗牛TT
·
2014-04-19 17:00
django
单元测试
unittest
创建测试数据库
nohup & python
本来想测试下nohup的用法,去执行一个python脚本:nohup python
test.py
> out.log & 结果郁闷啊,怎么都查看不到输出!
yzyzero
·
2014-04-16 10:00
python
Python程序的执行原理
Pythontest.py会对
test.py
进行编译成字节码并
san_yun
·
2014-04-14 15:00
python
Python程序的执行原理
Pythontest.py会对
test.py
进行编译成字节码并
san_yun
·
2014-04-14 07:00
python
原理
程序
Python的执行原理
Pythontest.py会对
test.py
进行编译成字节码并
sxb0841901116
·
2014-03-18 00:00
python
技术
python 脚本操作文件
python脚本操作文件,运行
test.py
选择5,init初始化下,或者在同目录下创建test.txt文件,#-*-coding:utf-8-*-importtime,osf="test.txt"defSelect
jk409
·
2014-03-12 23:27
python
Python
python 脚本操作文件
python脚本操作文件,运行
test.py
选择5,init初始化下,或者在同目录下创建test.txt文件,#-*-coding:utf-8-*-importtime,osf="test.txt"defSelect
jk409
·
2014-03-12 23:27
python
使用PyInstaller将Python程序打包成一个单独的exe文件
1.安装步骤略过网上教程多2.用cmd进入PyInstaller的目录然后执行以下命令:pythonpyinstaller.py-FC:\
test.py
以上命令需要把Python目录加入环境变量-F的意思是生成一个单独的
开源中国首席贝斯手
·
2014-03-10 17:00
nohup python xx.py & 无输出信息
解决方法有以下几种: 1.使用-u参数,使得python不启用缓冲 ( 使用过,有效) nohup python -u
test.py
>out.log & 2.在print
MaxOmnis
·
2014-03-04 23:00
python
C语言调用PYTHON脚本
/* #
test.py
defpy_func(): print'helloworld.printfrompython' defadd(a,b): print'addfunccalled.' returna
BruceChen
·
2014-02-22 15:00
linux如何开机自动运行自己的脚本
测试环境:Fedora7,管理员:root,普通用户:test1实现目标:在Linux启动时,自动运行位于普通用户test1根目录下的脚本程序
test.py
,该程序会在每次执行时自动向本地日志文件追加一条记录
b_h_l
·
2014-01-16 11:49
linux
linux如何开机自动运行自己的脚本
测试环境:Fedora7,管理员:root,普通用户:test1实现目标:在Linux启动时,自动运行位于普通用户test1根目录下的脚本程序
test.py
,该程序会在每次执行时自动向本地日志文件追加一条记录
B_H_L
·
2014-01-16 11:00
python编程_python通过get方式,post方式发送http请求和接收http响应_import urllib模块,import urllib2模块,import httplib模块
测试用CGI,名字为
test.py
,放在apache的cgi-bin目录下:#!
chenyulancn
·
2013-12-18 15:00
python
python模块学习---getopt(命令行参数处理)
例如:
test.py
[python] viewplaincopyimport sys print "脚本名:", sys.argv[0] for i in r
xing_anksh
·
2013-12-17 15:00
python
getopt
python 与设计模式 ——工厂与装饰者
python与设计模式第二篇添加了
test.py
,里面的单元测试有使用的方法。
duoduo3_69
·
2013-11-27 23:00
Linux Shell脚本 - 统计多个文件的总大小
/
test.py
2871./diff_excel.py 3338./xml_parse
michaelpp
·
2013-10-24 14:00
linux
shell
脚本
文本
du
Python程序的执行原理
Pythontest.py会对
test.py
进行编译成字节码并
你的好我懂
·
2013-09-23 22:17
虚拟机
程序
import
Windows 同时安装python2 和python3,并设置不同的右键关联
去官网下载python2和python3的安装包此处先默认装到c盘根目录在桌面新建文件
test.py
右键会发现EditwithIDLE这是python默认的IDE,这个是默认最后安装的如果最后安装python3
yangwei19680827
·
2013-09-01 15:00
[python 开发]python小实例
1、将下面内容存为文件
test.py
后执行即可。
jiayanhui2877
·
2013-08-27 17:00
python手记(43)
>>>runfile(r'K:\testpro\
test.py
',wdir=r'K:\testpro')http://blog.csdn.net/
[email protected]
u010255642
·
2013-08-26 10:00
算法
python
声音
python中关于with及contextlib的用法
12withfile('
test.py
','r')asf: print f.readline() with的作用,类似try...finally...
q454684431
·
2013-08-19 15:00
python
异常
Android基础命令
237743Android命令:命令简介示例adbdevices查看PC连接的设备adbshell进入设备的shelladbpushfromto往设备扔文件,即从PC往设备发送文件adbpush/work/
test.py
go4awalk
·
2013-08-17 22:51
Android
adb
Android基础命令
237743Android命令:命令简介示例adbdevices查看PC连接的设备adbshell进入设备的shelladbpushfromto往设备扔文件,即从PC往设备发送文件adbpush /work/
test.py
go4awalk
·
2013-08-17 22:51
android
adb
python IDLE的执行py文件
如运行
test.py
文件:improttest但是对于一个文件,improt只能在第一次导入时运行文件。在第一次导入之后,其他的导入都不会再工作,甚至在另一个窗口中改变并保存了模块的源代码文件也不行。
zongzhankui
·
2013-08-03 10:00
Python脚本中使用命令行管道数据
Python脚本中使用命令行管道数据的示例
test.py
:importsys; printsys.argv; names={} names=sys.stdin.readlines() printnames
michaelpp
·
2013-07-30 19:00
编程
python
脚本
命令行
管道
python try/except/finally
x='abc'deffetcher(obj,index):returnobj[index]fetcher(x,4)输出:File"
test.py
",line6,infetcher(x,4)File"
test.py
spch2008
·
2013-07-16 15:48
Python
python try/except/finally
x='abc' deffetcher(obj,index): returnobj[index] fetcher(x,4)输出:File"
test.py
",line6,in fetcher(x,4) File"
test.py
spch2008
·
2013-07-16 15:00
python __file__ 与相对路径
用__file__ 来获得脚本所在的路径是比较方便的,但这可能得到的是一个相对路径,比如在脚本
test.py
中写入: #!
younglibin
·
2013-07-12 14:00
python
python __file__ 与相对路径
用__file__ 来获得脚本所在的路径是比较方便的,但这可能得到的是一个相对路径,比如在脚本
test.py
中写入: #!
younglibin
·
2013-07-12 14:00
python
(Python学习9)Python虚拟机中的一般表达式
构建工具co_dist.py:source=open('
test.py
').read() co=co
·
2013-07-09 15:00
python
(Python学习9)Python虚拟机中的一般表达式
构建工具co_dist.py:source=open('
test.py
').read()co=comp
efeics
·
2013-07-08 17:03
Python
(Python学习9)Python虚拟机中的一般表达式
构建工具co_dist.py:source=open('
test.py
').read() co=com
efeics
·
2013-07-08 17:00
Python获取shell管道数据/输入的2种方法: subprocess子进程 和 sys.stdin
今天发现了更方便的方式,就是用subprocess模块,创建子进程,然后用管道来进行交互,而这种方式在shell中非常普遍,比如:catxxx.file|
test.py
就是用的管道,另外,在hadoop
jesterxu
·
2013-07-05 15:01
python
Stream
程序
管道
在Linux中开机自动运行普通用户脚本程序
测试环境:Fedora7,管理员:root,普通用户:test1实现目标:在Linux启动时,自动运行位于普通用户test1根目录下的脚本程序
test.py
,该程序会在每次执行时自动向本地日志文件追加一条记录
secsky
·
2013-07-03 22:34
linux
python
import
管理员
根目录
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他