Jay.M.Hu

Results 50 issues of 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...

Note

创建容器时,如果选用Host模式,连暴露的端口啥的都不知道。想写在备注中

![image](https://user-images.githubusercontent.com/4043284/28106324-0a495226-6716-11e7-95cf-3ea2847b1a5f.png) 当删除一个镜像后,搜索栏会清空。

enhancement

在docker服务器运行一段时间后,一般会积累较多的本地镜像(其中大部分已经是废弃的镜像),这个时候,我们可以在服务器的镜像管理界面中删除。 ![image](https://user-images.githubusercontent.com/4043284/28105069-9e137e6a-6710-11e7-954a-92022fe8d111.png) 当镜像较多时,挨个删除非常费力,希望增加批量删除功能。

enhancement

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) ![image](https://cloud.githubusercontent.com/assets/4043284/21810080/48d86e9e-d785-11e6-96df-062e35a7b0da.png)

请各位把需要实现的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} 这种对象。