摘要: 请在迅雷或者其他下载器中键入以下下载链接直接下载: http://download.oracle.com/otn/nt/oracle12c/121020/winx64_12102_database_1of2.zip http://download.oracle.com/otn/nt/oracle12 阅读全文
posted @ 2020-07-01 11:26 春风十里骚的起 阅读(25256) 评论(2) 推荐(1) 编辑
摘要: 参考文章: https://learnku.com/articles/35773 http://www.365jz.com/article/24273 欢迎关注我的技术公众号,一起成长! 阅读全文
posted @ 2020-02-25 14:53 春风十里骚的起 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://blog.csdn.net/heniancheng/article/details/49966253 欢迎关注我的技术公众号,一起成长! 阅读全文
posted @ 2020-02-25 14:51 春风十里骚的起 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://www.logicbig.com/tutorials/java-ee-tutorial/jpa/jpql-inner-join.html 阅读全文
posted @ 2020-02-25 14:49 春风十里骚的起 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 参考文章: How to convert List to Set (ArrayList to HashSet) https://mkyong.com/java/how-to-convert-list-to-set-arraylist-to-hastset/ 欢迎关注我的技术公众号,一起成长! 阅读全文
posted @ 2020-02-25 14:47 春风十里骚的起 阅读(2307) 评论(0) 推荐(0) 编辑
摘要: 上次在git官网下载git安装包,速度实在是太慢了,然后奇思妙想觉得应该有镜像mirror可以提供下载,于是在google中键入: git.exe mirror 果然找到了git安装包下载的镜像地址,速度飞起! 地址: https://npm.taobao.org/mirrors/git-for-w 阅读全文
posted @ 2020-02-25 14:44 春风十里骚的起 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 参考以下两篇博客: https://yq.aliyun.com/articles/695269 https://www.jianshu.com/p/f93989f77e9c 欢迎关注我的技术公众号,一起成长! 阅读全文
posted @ 2020-02-25 14:36 春风十里骚的起 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 参考文章: hibernate中的inverse(反转)属性的作用 https://www.cnblogs.com/shiguangshuo/p/4052936.html 欢迎关注我的技术公众号,一起成长! 阅读全文
posted @ 2019-09-23 12:07 春风十里骚的起 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 参考文章: MySQL索引原理及慢查询优化 https://tech.meituan.com/2014/06/30/mysql-index.html MySQL索引背后的数据结构及算法原理 http://blog.codinglabs.org/articles/theory-of-mysql-ind 阅读全文
posted @ 2019-09-22 22:47 春风十里骚的起 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 参考文章: 数据库设计 3 个范式 http://ningg.top/database-nf/ 总结: 第 1 范式:列不可分,原子性;例如:地址信息,提取省份和城市。 第 2 范式:非主键列完全依赖主键列,一张表格只保存一类数据;例如:学生选课信息,学号、课程名称、学分,需要将课程信息(课程名称、 阅读全文
posted @ 2019-09-22 19:58 春风十里骚的起 阅读(119) 评论(0) 推荐(0) 编辑