One Line Funny Code
-
ng build --base-href your-path
- git 部署 angular应用 -
python -m SimpleHTTPServer 3000
- python2.7 开启服务器 -
python -m http.server 3000
- python3.5 开启服务器 -
(new Koa()).listen()
- koa -
Math.round((new Date()).getTime() / 1000)
- Javascript生成unix
时间戳