何从e何去

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年8月31日

摘要: “Missing semicolon.” : “缺少分号.”, “Use the function form of \”use strict\”.” : “使用标准化定义function.”, “Unexpected space after ‘-’.” : “在’-'后面不应出现空格.”, “Exp 阅读全文
posted @ 2020-08-31 07:48 何从e何去 阅读(468) 评论(0) 推荐(0) 编辑

摘要: 端口监听查看: ss -tln 查看TCP的listen的端口 ss -tlnp 查看哪些进程使用了监听端口 防火墙 systemctl status iptables (或service iptables status) 查看防火墙状态 systemctl stop iptables(或servi 阅读全文
posted @ 2020-08-31 07:26 何从e何去 阅读(146) 评论(0) 推荐(0) 编辑

摘要: 参考 使用ESLint+Prettier来统一前端代码风格 vscode 配置vue+vetur+eslint+prettier自动格式化功能 问题描述 最近用Nodejs + express 写了一个zip文件上传的功能,代码给了别人看,各种吐槽,代码不规范,没有按照eslint,编辑器打开就是各 阅读全文
posted @ 2020-08-31 07:25 何从e何去 阅读(7427) 评论(0) 推荐(0) 编辑