11 2018 档案

mysql ON DUPLICATE KEY UPDATE重复插入时更新
摘要:mysql ON DUPLICATE KEY UPDATE重复插入时更新 阅读全文

posted @ 2018-11-19 15:12 andy_1 阅读(179) 评论(0) 推荐(0) 编辑

python的MD5
摘要:import hashlib def md5(str0): hl = hashlib.md5()# 创建md5对象 hl.update(str0.encode(encoding='utf-8'))#此处必须声明encode #print('MD5加密前为 :' + str);print('MD5加密后为 :' + hl.hexdigest()) return hl... 阅读全文

posted @ 2018-11-12 16:29 andy_1 阅读(147) 评论(0) 推荐(0) 编辑

用 Python 排序数据的多种方法
摘要:用 Python 排序数据的多种方法 阅读全文

posted @ 2018-11-08 10:15 andy_1 阅读(185) 评论(0) 推荐(0) 编辑

使用Python进行描述性统计
摘要:https://www.cnblogs.com/jasonfreak/p/5441512.html 阅读全文

posted @ 2018-11-07 13:56 andy_1 阅读(198) 评论(0) 推荐(0) 编辑

python操作文件
摘要:https://www.cnblogs.com/feeland/p/4463682.html 阅读全文

posted @ 2018-11-05 16:44 andy_1 阅读(136) 评论(0) 推荐(0) 编辑

apache显示目录文件列表
摘要:在apache服务器下访问一个目录,如果没有index.html/index.php,则会报错。 为了访问文件夹: 1. 在 /var/www/html 目录下新建 /d/ mkdir d 2. touch .htaccess vi .htaccess #写入: <Files *> Options 阅读全文

posted @ 2018-11-05 11:58 andy_1 阅读(6535) 评论(0) 推荐(0) 编辑

python实现FTP服务器
摘要:python实现FTP服务器 阅读全文

posted @ 2018-11-03 17:01 andy_1 阅读(196) 评论(0) 推荐(0) 编辑

python openpyxl 操作 excel
摘要:python openpyxl 操作 excel 制作一个excel模板, 并将新数据 都填到这个模板中,实现excel自定义格式化输出python的数据。 (项目中这段代码作废了,好可惜。) 阅读全文

posted @ 2018-11-02 19:30 andy_1 阅读(343) 评论(0) 推荐(0) 编辑

Python的CGI编程实现-通过接口运行服务器py脚本
摘要:yum 安装apcche 【apache】yum 安装Apache(Centos 6.9) https://www.cnblogs.com/lauren1003/p/5993654.html只需一行命令:yum instal httpd -y #安装service httpd start #启动ap 阅读全文

posted @ 2018-11-01 15:51 andy_1 阅读(586) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示