上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: @Test public void test1() { System.out.println(getRandomString(10)); } public static String getRandomString(int length) { String str = "abcdefghijklmn 阅读全文
posted @ 2022-11-25 15:54 Sunray0330 阅读(19) 评论(0) 推荐(0) 编辑
摘要: package com.google.thread3; import java.lang.management.ManagementFactory; import java.lang.management.ThreadInfo; import java.lang.management.ThreadM 阅读全文
posted @ 2022-11-25 15:45 Sunray0330 阅读(49) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhangruibo_code/article/details/107046341 https://blog.csdn.net/qq_34846877/article/details/126409347 阅读全文
posted @ 2022-11-24 14:16 Sunray0330 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1:创建数据库 create database 数据库名 2:create database 数据库名称 on(name=数据库,filename='数据库路径') 3:查看数据库 sp_helpdb 数据库名 4:表操作 use 数据库名称 go create table 表名 ( 列名 ,数据类 阅读全文
posted @ 2022-11-14 11:43 Sunray0330 阅读(31) 评论(0) 推荐(0) 编辑
摘要: SpringMVC+MyBatis+git+mavne springcloud五大组件: 1、Eureka实现服务治理; 关键注解 @EnableEurekaServer @EnableEurekaClient 作用:实现服务治理(服务注册与发现) 简介:Spring Cloud Eureka是Sp 阅读全文
posted @ 2022-11-14 10:43 Sunray0330 阅读(20) 评论(0) 推荐(0) 编辑
摘要: package org.apache.test; import java.util.ArrayList; import java.util.List; public class JavaDemo { /** * 将一个list均分成n个list * * @param source * @return 阅读全文
posted @ 2022-08-18 11:17 Sunray0330 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(211) 评论(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 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-04-27 17:40 Sunray0330 阅读(29) 评论(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 阅读(1191) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页