上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页
摘要: 1. CSRF参考 1. https://www.ibm.com/developerworks/cn/web/1102_niugang_csrf/ 2. https://en.wikipedia.org/wiki/Cross site_request_forgery 3. http://itinde 阅读全文
posted @ 2018-06-02 10:13 Rocin 阅读(158) 评论(0) 推荐(0)
摘要: 参考 1. https://segmentfault.com/q/1010000002898735 2. https://stackoverflow.com/questions/1338728/delete commits from a branch in git 方法一可行,但貌似不建议,留坑 1 阅读全文
posted @ 2018-06-01 20:27 Rocin 阅读(1549) 评论(0) 推荐(0)
摘要: 一对多关系、多对一关系和一对一关系 1. 至少都有一侧是单个实体,所以记录之间的联系通过外键实现,让外键指向这个实体。 2. 实现这种关系时,要在“多”这一侧加入一个外键,指向“一”这一侧联接的记录。 多对多关系 1. 解决方法是添加第三个表,这个表称为关联表。 2. 多对多关系可以分解成原表和关联 阅读全文
posted @ 2018-05-30 18:07 Rocin 阅读(2664) 评论(0) 推荐(0)
摘要: 传送门:https://www.bilibili.com/bangumi/play/ep120260/ 小贴士传送门:https://www.bilibili.com/video/av11887055?spm_id_from=666.10.bangumi_player.19 总结 1. 睡眠一般要6 阅读全文
posted @ 2018-05-29 17:44 Rocin 阅读(594) 评论(0) 推荐(0)
摘要: 流程 1. 注册账号,上传头像 2. https://secure.gravatar.com/avatar/ 就可以获取到头像 参数 例子flasky git reset hard 10c 阅读全文
posted @ 2018-05-27 09:59 Rocin 阅读(183) 评论(0) 推荐(0)
摘要: 参考 1. https://www.zhihu.com/question/20148405/answer/107071448 2. http://www.cnblogs.com/indream/p/3602348.html 3. https://www.liaoxuefeng.com/wiki/00 阅读全文
posted @ 2018-05-26 18:47 Rocin 阅读(254) 评论(0) 推荐(0)
摘要: 参考 1. https://www.zhihu.com/question/27785028/answer/48096396 2. wiki太学术化了 3. http://www.ruanyifeng.com/blog/2011/09/restful.html 4. http://www.ruanyi 阅读全文
posted @ 2018-05-26 18:16 Rocin 阅读(256) 评论(0) 推荐(0)
摘要: 参考 1. https://stackoverflow.com/questions/2124190/how do i implement interfaces in python 2. https://stackoverflow.com/questions/372042/difference bet 阅读全文
posted @ 2018-05-26 12:35 Rocin 阅读(14295) 评论(0) 推荐(1)
摘要: flasky中git reset hard 8e 问题 1. 使用flask mail通过163邮箱的smtp服务发送token认证邮件,要关闭TLS才能发送 原理 1. 还在研究中 结果 阅读全文
posted @ 2018-05-24 16:25 Rocin 阅读(123) 评论(0) 推荐(0)
摘要: 参考 1. https://code.tutsplus.com/tutorials/3 key software principles you must understand net 25161 (3 Key Software Principles You Must Understand) 2. h 阅读全文
posted @ 2018-05-23 16:56 Rocin 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 27 下一页