Skip to content

Instantly share code, notes, and snippets.

View xyzdata's full-sized avatar
🏠
Working from home

xyzdata xyzdata

🏠
Working from home
View GitHub Profile
@xyzdata
xyzdata / json-viewer.md
Last active June 22, 2017 01:47
json viewer Chrome canary

json viewer Chrome canary

windows 7 OK

 
@xyzdata
xyzdata / cmd-copy-clipboard-clip.md
Last active June 26, 2017 01:58
how to copy to clipboard using windows cmd
@xyzdata
xyzdata / multi-react-root-dom-nodes.md
Created June 22, 2017 08:22
Multi React root DOM node
@xyzdata
xyzdata / property-initializer-syntax-auto-bind-this.md
Created July 3, 2017 07:58
ES7 & Property initializer syntax & React auto bind this

ES7 & Property initializer syntax

React auto bind this

property-initializer-syntax-auto-bind-this

babel-plugin

babel-plugin-transform-class-properties

@xyzdata
xyzdata / U盘-error.md
Created July 4, 2017 08:12
U盘打开为空白不显示内容怎么办

U盘打开为空白不显示内容怎么办

bash shell

$ cd U:

$ ls -al
# check files
@xyzdata
xyzdata / regex.md
Last active July 4, 2017 08:46
regex

regex

    
//regex

const regex = /^(\w+)\:\/\/([^\/]+)\/(.*)$/;

let url = `https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions`;
@xgqfrms-GitHub
xgqfrms-GitHub / 前端性能优化:静态资源版本更新与缓存.md
Last active July 4, 2017 08:59
前端性能优化:静态资源版本更新与缓存