Jay.M.Hu
Jay.M.Hu
## Yeoman Generators 仓库:http://yeoman.io/generators/ ## React 1、https://github.com/newtriks/generator-react-webpack Using React with Webpack via Babel 2、https://github.com/kriasoft/react-starter-kit React.js projects based on React Starter Kit (ES6+, Babel, React.js, Express, Webpack, BrowserSync) 3、https://github.com/stylesuxx/generator-react-webpack-redux React Webpack...
创建容器时,如果选用Host模式,连暴露的端口啥的都不知道。想写在备注中
 当删除一个镜像后,搜索栏会清空。
在docker服务器运行一段时间后,一般会积累较多的本地镜像(其中大部分已经是废弃的镜像),这个时候,我们可以在服务器的镜像管理界面中删除。  当镜像较多时,挨个删除非常费力,希望增加批量删除功能。
DB设计:[https://github.com/chengdujs/cd-it-job/blob/master/docs/DbDesign.md](https://github.com/chengdujs/cd-it-job/blob/master/docs/DbDesign.md) 简易MOCK UI:[点此进入下载页](https://github.com/chengdujs/cd-it-job/blob/master/docs/IT-Job%20UI%E8%AE%BE%E8%AE%A1%E7%A8%BF.mp) (使用mockplus软件打开) 功能点拆分: [it-job功能点拆分](http://naotu.baidu.com/file/17529aeae249249bec55f9dd54d9c6bd?token=b8c13bb7676a3f36) 
收集API需求
请各位把需要实现的API以评论的方式列举在下面,谢谢! 举例如下: 获取所有的职位信息(带分页,带搜索条件:名称/工作年限/学历,用于职位查找) 根据用户获取推荐的职位信息(带分页,用于首页数据,分页是为了懒加载)
需求,来吧!
该issue用于记录项目需求,包括API项目的需求,也一并记录在此。
When I changed the window size,the snow will show in a line.
postMessage或者是navigator都支持直接send object,这里为什么仅仅提供字符串的msg呢?求解惑。 个人比较喜欢直接发送{eventName: 'xxx', data: object} 这种对象。