Skip to content

newming/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

置顶-如何超过大多数人

我的代码笔记,基于 vuepress。注意相对路径 /css/ 前后的 / 不可以缺少,如果是 .md 的路径,最好不要省略 .md 的后缀

gitbook 本地安装的说明

已废弃,现在使用 vuepress

  • 首先安装全局的 gitbook 命令行 npm install -g gitbook-cli (相当于 nvm 的作用)
  • 然后通过 gitbook 安装真正使用的 gitbook 版本 gitbook --help 查看
  • gitbook fetch [version]
  • 编译代码的帮助命令 gitbook help
  • gitbook serve 生成静态文件

脑残网站

Zepto 源码分析

王福朋

浏览器进程线程文章

vscode 下终端 nvm 问题

# brew 安装 yarn 同时不安装 node
brew install yarn --ignore-dependencies

30secondsofcode

redis

brew install redis
brew services start redis # redis 服务常驻,开机自启动
redis-server /usr/local/etc/redis.conf # 启动redis服务
redis-cli # 链接 redis
set [key] [val] # redis 设置命令
get [key] # 获取命令
keys * # 获取所有的key

编辑器相关

源码下载

源码下载

前沿技术信息获取

weekly

About

我的代码笔记

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages