Geek

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页

2020年10月20日 #

摘要: Springboot autoconfigure 这个东西是专门 用来定义默认配置的 点进去 查看一下 WebMvcAutoConfiguration.java 凡是有 webjars/** 的请求,都会被导入到 resources/webjars 路径里去 阅读全文
posted @ 2020-10-20 15:47 .geek 阅读(75) 评论(0) 推荐(0)

摘要: @Component public class AppBeanPostProcessor implements BeanPostProcessor { @Override public Object postProcessBeforeInitialization(Object bean, Strin 阅读全文
posted @ 2020-10-20 15:10 .geek 阅读(75) 评论(0) 推荐(0)

2020年10月15日 #

摘要: shell 编程入门 1. 系统环境变量 1. 全局配置文件 /etc/profile /etc/profile.d/*.sh /etc/bashrc 2. 个人配置文件 当前用户 /.bash_profile 当前用户 /.bashrc shell 环境变量分离: 在 linux系统中,环境变量按 阅读全文
posted @ 2020-10-15 22:10 .geek 阅读(85) 评论(0) 推荐(0)

摘要: /** * 获取登录信息 * @param url 输入的 url * @return */ @GetMapping("/ouath/url") public Result<?> jumpToApp(@RequestParam(defaultValue = "",required = false) 阅读全文
posted @ 2020-10-15 11:17 .geek 阅读(301) 评论(0) 推荐(0)

2020年10月12日 #

摘要: <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %highlight(%-5level) [%X{_traceId}] [%15.15(%thread)] %cyan(%-40.40(%logger{40})) : %msg%n</pattern> package top. 阅读全文
posted @ 2020-10-12 20:22 .geek 阅读(158) 评论(0) 推荐(0)

2020年10月11日 #

摘要: VSC version control system 版本控制系统 git 是一个分布式的 管理系统 github 是一个代码托管平台 git 核心 四大核心 git 工作流程 一个快照 就是单链表中的 一个节点, head 指针指向这个节点,节点保存项目内容的 如果要回到过去,修改过去的代码,一般 阅读全文
posted @ 2020-10-11 20:50 .geek 阅读(206) 评论(0) 推荐(0)

2020年10月10日 #

摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2020-10-10 15:45 .geek 阅读(208) 评论(0) 推荐(0)

2020年10月9日 #

摘要: 1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= 阅读全文
posted @ 2020-10-09 00:27 .geek 阅读(290) 评论(0) 推荐(0)

2020年10月8日 #

摘要: 阅读全文
posted @ 2020-10-08 13:18 .geek 阅读(1389) 评论(0) 推荐(0)

2020年10月3日 #

摘要: https://www.rabbitmq.com/getstarted.html 具体要看官方链接: 直连模式: 工作模式 阅读全文
posted @ 2020-10-03 22:46 .geek 阅读(187) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页