摘要: 数组排序内置函数 // 系统内置排序函数,.sort() // 排序帖子 https://blog.csdn.net/qq_34595425/article/details/122851284 // key如果有数字以外的其它内容则不能输出正常排序结果 Object.keys(); // .sort 阅读全文
posted @ 2021-12-16 15:19 散人长情 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1.查看和关闭指定端口进程 查找指定端口进程 netstat -o -n -a | findstr :8080 C:\Users>user>netstat -o -n -a | findstr :8080 TCP 0.0.0.0:8080 0.0.0.0:0 LISTENING 6988 TCP [ 阅读全文
posted @ 2021-12-16 15:09 散人长情 阅读(35) 评论(0) 推荐(0) 编辑