
python
你不想睡我却想睡
这个作者很懒,什么都没留下…
展开
-
python小工具
读取文件夹文佳 拼接文件名 和文件内容import osfilepath = "D:\ckmsg\jt"fileHandle = open("result.txt", mode="w",encoding="UTF-8")for file in os.listdir(filepath): file_path = os.path.join(filepath, file) print(file[:-4]) handle = open(file_path, 'r',enco.原创 2021-09-28 14:32:26 · 143 阅读 · 0 评论 -
tmux操作
ctrl+b s 退出 tmux 到列表ctrl+b d 退出到roottmux ls 查看所有窗口tmux kill-window -t 2 杀掉编号为2的窗口tumx a 上一次进入的窗口tmux new -s py 新建窗口cd /usr/local/freeswitch/scripts/call_outivr python listen_event_process.py 启动esl监听程序cd /usr/local/freeswitch ./free...原创 2021-09-28 13:39:00 · 169 阅读 · 0 评论 -
pip安装flask失败
pip install flask -i https://pypi.douban.com/simple用上面这个原创 2021-09-24 20:16:20 · 369 阅读 · 0 评论