Blog icon indicating copy to clipboard operation
Blog copied to clipboard

一些日常记录

Results 4 Blog issues
Sort by recently updated
recently updated
newest added

## 背景 最近撸了个搬瓦工 $49.99 年付的VPS,在翻阅秋水逸冰大佬博客时发现 SS 安装文档已被删除,通过网页快照找到了,本着`好记性不如烂笔头`的原则🤦‍♂️🤦‍♂️🤦‍♂️,从网页快照提取出来作为记录。 > 网页快照 > http://webcache.googleusercontent.com/search?q=cache:W27YwuOi5uAJ:teddysun.com/486.html+&cd=2&hl=zh-CN&ct=clnk ## 秋水逸冰《Shadowsocks 一键安装脚本(四合一)》原文 #### 本脚本适用环境 - 系统支持:CentOS 6+,Debian 7+,Ubuntu 12+ - 内存要求:≥128M - 日  期:2019 年 01 月 11...

之前的配置弄丢了,在这里备份一下吧 主要用于前端开发(Vue、小程序) 使用eslint-standard规范 > 吐槽: > 1. vscode有单引号规则配置,但format时却没有效果 > 2. prettier不支持定义函数参数括号前的空格的处理方式 ### VSCode配置Settings.json ```jsonc { "editor.tabSize": 2, "editor.renderWhitespace": "boundary", "editor.formatOnType": true, "editor.formatOnPaste": true, "editor.renderControlCharacters": true, "editor.quickSuggestions": { "strings": true },...

![npm list -g --depth 0](https://upload-images.jianshu.io/upload_images/2782997-24353241554eaae6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ### 解释一下 `npm list`显示安装过的包 | 命令 | 解释 | | ------------- |-------------| | g | 指全局安装过的包 | | depth | 限制输出模块层级,后跟层数 |