会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
huangui
博客园
首页
新随笔
联系
管理
订阅
2022年10月6日
redis
摘要:
阅读全文
posted @ 2022-10-06 18:26 huangui
阅读(54)
评论(0)
推荐(0)
2020年12月22日
centos7.6镜像
摘要: centos7.6镜像 https://archive.kernel.org/centos-vault/7.6.1810/isos/x86_64/
阅读全文
posted @ 2020-12-22 20:33 huangui
阅读(1014)
评论(0)
推荐(0)
2020年11月19日
可变长参数
摘要: 可变参数在方法的声明中,在指定参数类型后加一个省略号(...)。一个方法中只能指定一个可变参数,它必须是方法的最后一个参数。任何普通的参数必须在它之前声明 public static void main(String[] args) { Demo08 demo08=new Demo08(); dem
阅读全文
posted @ 2020-11-19 23:00 huangui
阅读(99)
评论(0)
推荐(0)
2020年10月29日
Java基础
摘要: Java基础 1.Java入门准备 1.1.JDK,JRE,JVM三者的关系,以及JDK、JRE包含的主要结构有哪些? JDK=JRE+Java的开发工具(javac.exe,java.exe,javadoc.exe) JRE=JVM+Java核心类库 1.2为什么要配置path环境变量?如何配置?
阅读全文
posted @ 2020-10-29 22:35 huangui
阅读(142)
评论(0)
推荐(0)
2020年10月2日
微服务论文
摘要: https://martinfowler.com/articles/microservices.html
阅读全文
posted @ 2020-10-02 16:47 huangui
阅读(546)
评论(0)
推荐(0)
2020年8月22日
thymeleaf依赖
摘要: <!--thymeleaf模板--> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency> <dependency> <groupId>org.th
阅读全文
posted @ 2020-08-22 11:21 huangui
阅读(1903)
评论(0)
推荐(0)
2020年8月19日
大四了
摘要: 很快就要大四了,发现同学伙伴们都在准备秋招了,然后现在我发现我需要学的还差很多,很纠结很焦虑。 希望自己少一些迷茫,多一些清醒。 最后对自己说,如果你觉得难,那么就说明你在走上坡路。
阅读全文
posted @ 2020-08-19 16:55 huangui
阅读(151)
评论(0)
推荐(0)
2020年7月25日
maven项目资源导出问题
摘要: maven由于他的约定大于配置,我们之后可以能遇到我们写的配置文件,无法被导出或者生效的问题,解决方案: <!--在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resou
阅读全文
posted @ 2020-07-25 08:51 huangui
阅读(824)
评论(0)
推荐(0)
2020年7月16日
mybatis中xml配置文件头部
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.d
阅读全文
posted @ 2020-07-16 22:24 huangui
阅读(1525)
评论(0)
推荐(0)
spring中.xml配置文件头部
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2020-07-16 22:20 huangui
阅读(993)
评论(0)
推荐(0)
下一页