Amos的随笔

Java/Python/Go,软件测试等等

导航

12 2017 档案

pycharm修改file type
摘要:原因 添加一个文件 config.ini, 理论上说该文件会以ini文件格式打开,但是不知道咋的手贱用Text格式打开了。 .ini正确打开方式 .Text正确打开方式 手贱操作后的样子 解决 File - Setting - Editor - File Types 搜索Text,然后选中,找到co 阅读全文

posted @ 2017-12-13 19:19 AmosChen 阅读(7) 评论(0) 推荐(0)

windows查看端口使用进程
摘要:查看端口进程 比如现在端口1099被占用,我想知道是什么进程占用 C:\Users\chenjun λ netstat -ano | findstr "1099" TCP 0.0.0.0:1099 0.0.0.0:0 LISTENING 6900 TCP [::]:1099 [::]:0 LISTE 阅读全文

posted @ 2017-12-12 13:12 AmosChen 阅读(10) 评论(0) 推荐(0)