上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页
摘要: MySQL 官方测试库 安装测试库 安装普通的 D:\00\test_db master mysql uroot proot mysql uroot proot mysql uroot proot t mysql uroot proot t mysql 阅读全文
posted @ 2019-08-31 12:54 没有理由不会呀 阅读(2155) 评论(0) 推荐(0) 编辑
摘要: springboot整合mybatis 0.yml 配置文件 1.创建数据库表。 2.创建实体类。 3.创建 Mapper 接口 ,添加 @Mapper 注解。 4.创建 Mapper 映射文件。 yml 配置文件 创建数据库表 创建实体类 创建 Mapper 接口 使用 @Mapper 注解 创建 阅读全文
posted @ 2019-08-30 21:17 没有理由不会呀 阅读(385) 评论(0) 推荐(0) 编辑
摘要: "Redis 命令参考" "Redis 中文网" 阅读全文
posted @ 2019-08-29 20:01 没有理由不会呀 阅读(211) 评论(0) 推荐(0) 编辑
摘要: ``` jie@mozq MINGW64 /d/0xcEdu/xcEduService01 ((20ce6a5...)) $ git branch -v * (HEAD detached at 20ce6a5) 20ce6a5 eureka高可用 bug1 -DPORT=50102 -DEUREKA_SERVER=http://localhost:50101/eureka/ -DEUREKA_DO... 阅读全文
posted @ 2019-08-27 18:20 没有理由不会呀 阅读(560) 评论(0) 推荐(0) 编辑
摘要: idea每次新建项目的默认路径 每次新建项目的默认路径是上一次新建项目所在的文件夹。第一次需要手动切换。 阅读全文
posted @ 2019-08-19 09:16 没有理由不会呀 阅读(39883) 评论(0) 推荐(2) 编辑
摘要: springboot 整合 freemarker 依赖 application.yml "application 参数路径" 启动类 模板文件 Controller 阅读全文
posted @ 2019-08-16 09:25 没有理由不会呀 阅读(461) 评论(0) 推荐(0) 编辑
摘要: Linux 学习网站 Linux 公社 https://www.linuxidc.com/ C 语言中文网 http://c.biancheng.net/ Linux 下载站 http://www.linuxdown.net/ Linux 中国 https://linux.cn/ Linux就该这么 阅读全文
posted @ 2019-08-16 07:56 没有理由不会呀 阅读(467) 评论(0) 推荐(0) 编辑
摘要: springtask 的基本使用和 cron 表达式 spring 容器依赖 开启任务注解驱动。即扫描的时候扫描 springtask 相关的注解。 准备 Spring 容器 + 定时任务 为了使用 springtask 需要准备 spring 容器和定时任务。通过 main 方法创建 spring 阅读全文
posted @ 2019-08-12 18:53 没有理由不会呀 阅读(1925) 评论(0) 推荐(0) 编辑
摘要: 1 package com.mozq.multithread; 2 3 /** 4 * 深入理解Java虚拟机 volatile 关键字 和 i++ 原子性。 5 */ 6 public class VolatileTest { 7 public static volatile int race = 0; 8 9 private static final int THREADS_COUNT = 2 阅读全文
posted @ 2019-08-11 18:01 没有理由不会呀 阅读(643) 评论(0) 推荐(0) 编辑
摘要: springboot 整合 ActiveMQ pom 坐标 yml 文件 消息生产者 使用 springboot 测试类实现 ObjectMessage 被发送的对象必须实现序列化。如果嵌套,都要实现序列化。Customer 对象有个成员是 LinkMan 对象,则 Customer 和 LinkM 阅读全文
posted @ 2019-08-09 18:33 没有理由不会呀 阅读(1192) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页