摘要:
https://blog.csdn.net/hng1992/article/details/89642251 from functools import reduce data_list = [{"a": "123", "b": "321"}, {"a": "123", "b": "321"}, { 阅读全文
摘要:
pip install pyinstaller==3.1 打包 目标文件 pyinstaller -F xxx.py 阅读全文
摘要:
#查看ip print (os.popen('ipconfig').read().decode('cp936')) #查看 进程print (os.popen('tasklist /FI "IMAGENAME eq qq.exe').read().decode('cp936'))#kill 进程os 阅读全文
摘要:
1.1 简介 V8引擎本身就是用于Chrome浏览器的JS解释部分,但是Ryan Dahl这哥们,鬼才般的,把这个V8搬到了服务器上,用于做服务器的软件。 Node.js是一个专注于实现高性能Web服务器优化的专家,几经探索,几经挫折后,遇到V8而诞生的项目。 Node.js是一个让JavaScri 阅读全文
摘要:
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 阅读全文
摘要:
阅读全文