摘要: scp 复制命令 Eg. scp -6 -r /tmp/q1 root@[::]/home 1.命令格式: scp [参数] [原路径] [目标路径] 2.命令功能: scp是 secure copy的缩写, scp是linux系统下基于ssh登陆进行安全的远程文件拷贝命令。linux的scp命令可以在linux服务器之间复制文件和目录。 3.命令参数: -1 强制scp命令使用... 阅读全文
posted @ 2016-07-25 17:07 云飘 阅读(348) 评论(0) 推荐(0) 编辑
摘要: __file__ “ here = os.path.abspath(os.path.dirname(__file__)) 当"print os.path.dirname(__file__)"所在脚本是以完整路径被运行的, 那么将输出该脚本所在的完整路径,domain_path = here + '/names.txt' if os.path.exists(here + '/names.txt') ... 阅读全文
posted @ 2016-07-25 16:36 云飘 阅读(200) 评论(0) 推荐(0) 编辑
摘要: curl 获取web curl www.baidu.com 阅读全文
posted @ 2016-05-15 00:37 云飘 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 安装supervisor sudo apt-get install supervsor 配置 打开 /etc/supervisor/supervisor.conf 可以看到 同目录文件夹下的 con.d 里面的.conf 都会被包含 编辑app.conf文件 [program : app] command = python ... 阅读全文
posted @ 2016-05-15 00:33 云飘 阅读(752) 评论(0) 推荐(0) 编辑
摘要: 链接: https://blog.yunpiao.site 原文 http://blog.csdn.net/zhanh1218/article/details/37562167 主题 Python eval()函数十分强大,官方demo解释为:将字符串str当成有效的表达式来求值并返回计算结果。 s 阅读全文
posted @ 2016-05-06 22:15 云飘 阅读(23308) 评论(0) 推荐(0) 编辑
摘要: Request属性 元属性 method host path environ headers data body中的内容 最安全 解析后 remote_addr args form values args集合 json cookie... 阅读全文
posted @ 2016-05-06 21:04 云飘 阅读(537) 评论(0) 推荐(0) 编辑
摘要: Microsoft Visual Studio 2015 安装 python 连接包 mysql-python出错 第一种 pip安装方式 安装Microsoft Visual C++ Compiler for Python 2.7 安装后错误改变 无用 _mysql.c(42) : fatal error C... 阅读全文
posted @ 2016-04-30 22:57 云飘 阅读(505) 评论(0) 推荐(0) 编辑
摘要: ubuntu连接mysql 需要安装mysql-python 出现can not find mysql-config 文件错误 先安装 sudo apt-get install libmysqld-dev 安装后出现 linux-gcc错误 apt-get install python-dev 接下来... 阅读全文
posted @ 2016-04-30 22:25 云飘 阅读(659) 评论(0) 推荐(0) 编辑
摘要: Convent.ToInt32(string ) 可以转化字符串 其他 * .tostring(); (int ) char //强制类型转换 不能转化字符串 阅读全文
posted @ 2016-04-29 21:59 云飘 阅读(1826) 评论(0) 推荐(0) 编辑
摘要: URL 刷新次数 刷新频率 开始 停止 阅读全文
posted @ 2016-04-29 21:49 云飘 阅读(232) 评论(0) 推荐(0) 编辑