会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
何从e何去
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2020年8月31日
eslint 错误提示
摘要: “Missing semicolon.” : “缺少分号.”, “Use the function form of \”use strict\”.” : “使用标准化定义function.”, “Unexpected space after ‘-’.” : “在’-'后面不应出现空格.”, “Exp
阅读全文
posted @ 2020-08-31 07:48 何从e何去
阅读(479)
评论(0)
推荐(0)
Linux常用命令大全
摘要: 端口监听查看: ss -tln 查看TCP的listen的端口 ss -tlnp 查看哪些进程使用了监听端口 防火墙 systemctl status iptables (或service iptables status) 查看防火墙状态 systemctl stop iptables(或servi
阅读全文
posted @ 2020-08-31 07:26 何从e何去
阅读(153)
评论(0)
推荐(0)
vscode 使用Prettier插件格式化配置使用代码详解
摘要: 参考 使用ESLint+Prettier来统一前端代码风格 vscode 配置vue+vetur+eslint+prettier自动格式化功能 问题描述 最近用Nodejs + express 写了一个zip文件上传的功能,代码给了别人看,各种吐槽,代码不规范,没有按照eslint,编辑器打开就是各
阅读全文
posted @ 2020-08-31 07:25 何从e何去
阅读(7588)
评论(0)
推荐(0)