2017-07-17 17:52:16
- window激活
- 安装mongodb
- 跑一遍express和mongoose注册
- 安装sourcetree
2017-07-19 11:03:42
- 科学上网install chrome postman
- chrome 插件 allow-control-allow-origin
2017-07-20 17:39:21
- nginx 反向代理跨域
- node 同步跑程序,获取开放的api
2017-07-21 18:03:08
First do it, then do it right, then do it better. Ever tried. Ever failed. No matter. Try again. Fail again. Fail better.
2017-07-24 09:40:26
- nginx如何代理静态资源,与nodejs的对比
- mongodb mongoose如何分页
- mongodb 文档结构和设计原则,字段规范
2017-07-25 14:33:50
- npm i 再次添加包的时候,很慢很卡,除了考虑周全一次性添加全部包以外,还能怎么样
- go back and try yarn
- install react-devtool
2017-07-26 14:35:36
- sublime 先把package-disable,然后再remove
- 抽时间翻译一下 https://github.com/SeekYou/react-beginner 中的readme.md
2017-07-27 11:10:53
- 增加了几个sublime snippet,创建一个仓库放进去备份
- 修改html标签,在自定义设置中,按照 https://github.com/emmetio/emmet/blob/master/lib/snippets.json 中对应着改
2017-07-28 10:40:27
- Vue SSR and React SSR 在前后端分离的场景中,利用各自的服务端渲染,来达到SEO和首屏加载的目的,同时最大化利用了http响应。
- 创建下个next应用前,看看yarn是不是已经install了express
- 下次运行Vue、React 客户端渲染时,降低网速,看看空白期影响多大
2017-07-31 10:40:06
-
remove gitlab project
-
install phantomjs and add PATH
-
need 同步一下sublime snippet
-
SQl 中查看某一字段(like name)中都有谁有重复
select name ,count(name )from dbo.BitAppeal group by name having count(name )>1
-
react 的设计理念是什么
-
sublime 参数注解插件
2017-08-01 17:28:36
- express 413 Payload Too Large
- mongoose model find _id
- 了解一下算法的时间空间复杂度
2017-08-02 13:14:47
- 禁止firefox flash 提示
进入firefox的 about:config 找到extensions.blocklist.enbaled 修改值为false
- SSH Key
ssh-keygen -t rsa -C ""
2017-08-03 16:28:17
- pretty json 需要命令
- 试一下test命令
2017-08-04 17:58:41
- cleaver幻灯片
- 总结ECMAScript创建对象和继承方式
- 整理前后端分离
- 重温React+next.js搭配express实现SSR
- nodejs的http-proxy-middleware开启代理
2017-08-07 17:19:52
- install DocBlockr into sublime
- study Redux flux是模式,
2017-08-08 10:46:26
- win+w funny
- create-react-app and 深入浅出react和redux
2017-08-09 17:54:10
- Redux
- go back to continue todolist demo
- about me.md to edit