上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 110 下一页
摘要: https://mp.weixin.qq.com/s/1LcO3EqGV2iRlZ1aIrQeqw 阅读全文
posted @ 2018-06-03 23:37 脚本小娃子 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 1、python使用flask+flask_restfull框架写的api接口,做为服务 2、curl 做为客户端发送数据 from flask import request curl发送json的方法:curl -H "Content-Type: application/json" -X POST 阅读全文
posted @ 2018-06-03 23:34 脚本小娃子 阅读(1008) 评论(0) 推荐(0) 编辑
摘要: 在python中,解析xml文件时,会选用ElementTree或者cElementTree,那么两者有什么不同呢? 1、cElementTree速度上要比ElementTree快,比较cElementTree是用c语音写的; 2、debug调试的时候,cElementTree是看不到解析的字段内容 阅读全文
posted @ 2018-06-01 16:39 脚本小娃子 阅读(549) 评论(1) 推荐(0) 编辑
摘要: 使用方法,及查看方法: https://blog.csdn.net/xiemanR/article/details/73368440 阅读全文
posted @ 2018-05-30 10:49 脚本小娃子 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: 使用方法: 1、sshpass -p 123456 ssh admin@1.1.1.1 "touch file" 远程创建文件file 2、sshpass -p 123456 scp file1 admin@1.1.1.2:~ 把本地文件file1传入远程机器1.1.1.2上的用户目录下 阅读全文
posted @ 2018-05-29 21:22 脚本小娃子 阅读(832) 评论(0) 推荐(0) 编辑
摘要: 在linux的用户目录下的.ssh文件下,touch config;注意config的权限控制,-rw-r--r--. 配置内容: 参考:http://www.worldhello.net/2010/04/08/1026.html https://deepzz.com/post/how-to-set 阅读全文
posted @ 2018-05-29 21:19 脚本小娃子 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 参考:http://api.jquery.com/jquery.ajax/ 阅读全文
posted @ 2018-05-29 20:01 脚本小娃子 阅读(3324) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/haiyuexinming/article/details/78130668 参考:https://www.jianshu.com/p/86665d0398d4 阅读全文
posted @ 2018-05-29 20:01 脚本小娃子 阅读(3371) 评论(0) 推荐(0) 编辑
摘要: 参考: 1、https://zhuanlan.zhihu.com/p/24629177 2、https://github.com/shengulong/LearnPython/blob/master/python_restful_api.py 3、http://www.ruanyifeng.com/ 阅读全文
posted @ 2018-05-28 14:36 脚本小娃子 阅读(1236) 评论(0) 推荐(0) 编辑
摘要: 目标:数据表的时间列在其他列内容更新的时候,自动更新时间列到更新的时间 方法:数据库表模型如下:server_default表示初始时间,onupdate表示更新的时间 参考: 1、https://blog.zengrong.net/post/2628.html 2、https://cloud.te 阅读全文
posted @ 2018-05-28 14:32 脚本小娃子 阅读(3738) 评论(1) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 110 下一页