上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页
摘要: https://www.jianshu.com/p/78dcf6de23eb 阅读全文
posted @ 2019-01-17 15:40 chenzquan 阅读(116) 评论(0) 推荐(0) 编辑
摘要: http://www.ruanyifeng.com/blog/2017/07/neural-network.html 阅读全文
posted @ 2019-01-11 20:59 chenzquan 阅读(104) 评论(0) 推荐(0) 编辑
摘要: https://zhaoda.net/webpack-handbook/install.html 阅读全文
posted @ 2018-12-26 22:31 chenzquan 阅读(112) 评论(0) 推荐(0) 编辑
摘要: git常用命令 git init # 初始化本地git环境 git clone # 克隆一份代码到本地仓库 git pull # 把远程库的代码更新到工作台 git pull -- rebase origin master # 强制吧远程库的代码更新到当前分支上 git fetch # 把远程库的代 阅读全文
posted @ 2018-12-11 12:22 chenzquan 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/dedb0467e3e2 阅读全文
posted @ 2018-12-06 20:11 chenzquan 阅读(117) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/adu198888/article/details/54092857 阅读全文
posted @ 2018-12-06 18:17 chenzquan 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1f1d3193d9e3 阅读全文
posted @ 2018-12-03 09:58 chenzquan 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gfd54gd5f46/article/details/54918168 阅读全文
posted @ 2018-11-30 15:48 chenzquan 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ## READ THIS: This example file is NOT an exhaustive list of vsftpd options.# Please read the vsftpd.conf.5 manual page to get a full idea of vsftpd's 阅读全文
posted @ 2018-11-29 21:09 chenzquan 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 分层领域模型规约: DO( Data Object):与数据库表结构一一对应,通过DAO层向上传输数据源对象。 DTO( Data Transfer Object):数据传输对象,Service或Manager向外传输的对象。 BO( Business Object):业务对象。 由Service层 阅读全文
posted @ 2018-11-28 22:31 chenzquan 阅读(299) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页