上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: package com.util; import org.mybatis.generator.api.MyBatisGenerator; import org.mybatis.generator.config.Configuration; import org.mybatis.generator.c 阅读全文
posted @ 2021-04-30 10:17 Sunray0330 阅读(204) 评论(0) 推荐(0) 编辑
摘要: package com.util; import java.io.Reader; import java.sql.Clob; import java.util.Random; /** * * @ClassName: StringUtils * @Description: 字符串工具类 * @vers 阅读全文
posted @ 2021-04-27 17:46 Sunray0330 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-27 17:40 Sunray0330 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http:// 阅读全文
posted @ 2021-04-27 17:33 Sunray0330 阅读(1184) 评论(0) 推荐(0) 编辑
摘要: 1:VUE生命周期 2:Spring注入方式 3:单例模式 4:tomcat 的性能优化 阅读全文
posted @ 2021-04-06 14:06 Sunray0330 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-16 09:54 Sunray0330 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1:环境准备 使用idea 2017 使用maven 3.3.9 使用jdk1.8 2:一般maven方式创建 3:快速创建SpringBoot程序 4:总结 阅读全文
posted @ 2019-11-27 15:47 Sunray0330 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kongzhongqijing/articles/3630264.html 阅读全文
posted @ 2019-11-04 09:56 Sunray0330 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1:类加载机制概述: 虚拟机把描述类的数据从Class文件加载到内存,并对数据进行校验,解析和初始化,最终形成可以被虚拟机直接使用的Java类型,这就是虚拟机的类加载机制。 2:懒加载 windows的懒加载方式 3:及时加载 4:类加载器,自定义的类加载器。网络类加载器读取网络上的数据。 OSGI 阅读全文
posted @ 2019-11-04 09:52 Sunray0330 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 1;安装liunx 3:安装 4:解压hadoop 5:配置相关文件 1:配置core-site.xml文件 2:配置hdfs-site.xml文件 3:配置yarn-site.xml文件 4:配置mapred-site.xml文件 5:配置环境变量 /etc/hosts文件配置 /etc/sysc 阅读全文
posted @ 2019-11-04 09:50 Sunray0330 阅读(93) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页