测试md
约 327 字大约 1 分钟
摘要生成位置,66666666
内容目录
测试md h1
基础概 h2
Java 语言 h3
有哪些特 h4
有哪些特 h5
有哪些特 h6
视频
引入B站视频
代码折叠
点击查看代码
console.log('你好,VuePress!')
插入PDF文件
<PDF url="/java/pdf/date.pdf" :height="420" />
<PDF url="https://topjfk.oss-cn-chengdu.aliyuncs.com/docker/01.为什么要学习.pdf" />
<!-- @include: ./test-i.md{6-} -->
导入文件测试
使用 <!-- @include: filename -->
导入文件。
如果要部分导入文件,你可以指定导入的行数
<!-- @include: filename{start-end} -->
<!-- @include: filename{start-} -->
<!-- @include: filename{-end}-->
同时你也可以导入文件区域:
<!-- @include: filename#snippet-data -->
域内容被 #region
和 #endregion
注释包围。
## Hello world
<!-- #region snippet-data -->
Lorem ipsum dolor sit amet consectetur adipisicing
<!-- #endregion snippet-data -->
Veniam harum illum
能让你热闹热闹如
能让你热闹热闹如
哪些特哪 些特 哪些特哪 些特 哪些特
哪 些特 哪
些特哪些特哪些
特哪些特
重中之重走着走着
自作主张自增
- 简单易学;
- 面向对象(封装,继承,多态);
- 平台无关。
- aaa
- 手动阀手动阀
- 了了离开了
表格
参数 | |
---|---|
name | xxx22 |
age | 22 |
xx | xx xx xx实现平台无关性xsdfsdf |
xx | xx xx xx实现平台无关性x |
代码块
spring:
profiles:
# prod、 `dev`、test
active: dev
cloud:
nacos:
config:
shared-configs:
- data-id: application-${spring.profiles.active}
group: ${spring.profiles.active}
refresh: true
/**
* @author jf
* @version 1.0
* @description 描述
* @date 2022/07/05 15:46
*/
@Configuration
public class FeignConfig {
@Bean("requestInterceptor")
public RequestInterceptor requestInterceptor() {
return new RequestInterceptor() {
...
};
}
}