上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 115 下一页
摘要: https://blog.csdn.net/hng1992/article/details/89642251 from functools import reduce data_list = [{"a": "123", "b": "321"}, {"a": "123", "b": "321"}, { 阅读全文
posted @ 2020-11-09 19:18 AngDH 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: pip install pyinstaller==3.1 打包 目标文件 pyinstaller -F xxx.py 阅读全文
posted @ 2020-10-26 13:33 AngDH 阅读(97) 评论(0) 推荐(0) 编辑
摘要: #查看ip print (os.popen('ipconfig').read().decode('cp936')) #查看 进程print (os.popen('tasklist /FI "IMAGENAME eq qq.exe').read().decode('cp936'))#kill 进程os 阅读全文
posted @ 2020-10-26 11:24 AngDH 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-09 21:01 AngDH 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-05 22:33 AngDH 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-05 22:12 AngDH 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.1 简介 V8引擎本身就是用于Chrome浏览器的JS解释部分,但是Ryan Dahl这哥们,鬼才般的,把这个V8搬到了服务器上,用于做服务器的软件。 Node.js是一个专注于实现高性能Web服务器优化的专家,几经探索,几经挫折后,遇到V8而诞生的项目。 Node.js是一个让JavaScri 阅读全文
posted @ 2020-10-03 09:32 AngDH 阅读(1277) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-01 00:52 AngDH 阅读(129) 评论(0) 推荐(0) 编辑
摘要: vim /etc/crontab [root@localhost /]# vim /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs 阅读全文
posted @ 2020-09-30 10:13 AngDH 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 115 下一页