项目结构 知识点 创建项目,编写 __init__ 文件 使用 setuptools 模块,编写 setup.py 和 MANIFEST.in 文件 创建源文件的发布版本 项目注册&上传到 PyPI 实验步骤 本实验阐述了一个完整的 Python 项目结构,你可以使用什么样的目录布局以及怎样发布软件 ...
分类:
编程语言 时间:
2017-02-10 20:42:52
阅读次数:
363
第1步,了解Appium 服务关键字 文档地址:https://github.com/appium/appium/blob/master/docs/cn/writing-running-appium/caps.cn.md 第2步,在python安装相应的模块 1、appium-python-clie ...
分类:
移动开发 时间:
2017-02-09 15:44:27
阅读次数:
317
批处理基本知识以及进阶 将以要执行的程序指令 , 像在 dos 模式下一下写入记事本 , 保存成 bat 文件 , 就可以执行了 一 . 简单批处理内部命令简介 1.Echo 命令 打开回显或关闭请求回显功能,或显示消息。如果没有任何参数, echo 命令将显示当前回显设置。 语法 : echo [ ...
分类:
其他好文 时间:
2017-02-09 00:42:49
阅读次数:
265
nginx在生产环境中的应用越来越广泛,所以需要对nginx的性能状态做一些监控,来发现出来出现的问题。nginx处理流程图具体如下:注释:Accepts(接受)、Handled(已处理)、Requests(请求数)是一直在增加的计数器。Active(活跃)、Waiting(等待)、Reading(读)、Writing..
分类:
其他好文 时间:
2017-02-05 01:08:39
阅读次数:
886
A large field has a dog and a gopher. The dog wants to eat the gopher, while the gopher wants to run to safety through one of several gopher holes dug ...
分类:
其他好文 时间:
2017-02-02 12:10:51
阅读次数:
174
来源于:https://www.mkyong.com/java/apache-poi-reading-and-writing-excel-file-in-java/ In this article, we will discuss about how to read and write an exc ...
分类:
编程语言 时间:
2017-01-31 23:33:20
阅读次数:
377
来自于:http://springtutorials.com/spring-ecosystem/ Hello and Welcome to Spring Tutorials Blog! Is it fair to assume you have at least heard of Spring Fr ...
分类:
编程语言 时间:
2017-01-22 10:38:56
阅读次数:
281
GeoHash Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the publ ...
分类:
其他好文 时间:
2017-01-20 15:43:32
阅读次数:
208
NSIS Error:Error writing temporary file. Make sure your temp folder is valid的解决 NSIS Error:Error writing temporary file. Make sure your temp folder is ...
分类:
其他好文 时间:
2017-01-18 00:43:19
阅读次数:
196
安装 hive后 在命令行 如输入 Hive -h -后面随便输入。让让他报错进入命令提示界面 -d 定义一个变量 两种形式 -d A=B or --define A=B -e 执行sql语句 hive -e "select * from a" -f 执行一个sql片段。或者包含sql语句的文本文件 ...
分类:
其他好文 时间:
2017-01-16 11:12:29
阅读次数:
458