会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
1156740846
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
38
下一页
2022年9月12日
springboot插件模式
摘要: 自定义一个validator package com.runachina.sc.designer.domain.validator; import com.runachina.sc.designer.domain.validator.annotations.IconExist; import com
阅读全文
posted @ 2022-09-12 14:23 1156740846
阅读(408)
评论(0)
推荐(0)
2022年9月9日
Filter, Interceptor, Validator, Aop 执行顺序
摘要: 顺序如下 1 filter 2.1 interceptor-pre 3 valid参数校验 4.1 aop-pre 5 业务方法 4.2 aop-post(校验失败,异常时_不执行) 2.2 interceptor-post(校验失败,异常时_不执行) 6 全局异常捕获 2.3 intercepto
阅读全文
posted @ 2022-09-09 13:32 1156740846
阅读(153)
评论(0)
推荐(0)
2022年9月7日
influxdb 导入导出数据
摘要: 导入导出命令 # 导出,两个dir目录在influxdb.conf中有配置 influx_inspect export -datadir "/var/lib/influxdb/data" -waldir "/var/lib/influxdb/wal" -out "/data/test123456"
阅读全文
posted @ 2022-09-07 17:53 1156740846
阅读(2492)
评论(0)
推荐(0)
2022年9月5日
文件后缀对应文件类型表 metadata
摘要: 文件后缀对应文件类型表 private static IDictionary<string, string> _mappings = new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase) { #regio
阅读全文
posted @ 2022-09-05 14:25 1156740846
阅读(373)
评论(0)
推荐(0)
2022年8月18日
maven安装jar到远程仓库
摘要: 首先pom文件要指定远程仓库地址 确认maven安装目录下的settings.xml文件中配置的server的id与pom文件中的repository的id一致 win + r 打开 cmd 路径切换到pom文件所在路径,执行命令 mvn deploy:deploy-file -DgroupId=c
阅读全文
posted @ 2022-08-18 11:30 1156740846
阅读(455)
评论(0)
推荐(0)
2022年8月9日
编程语言排行榜
摘要: 编程语言排名 https://www.tiobe.com/tiobe-index/ 时序数据库排名 https://db-engines.com/en/ranking/time+series+dbms
阅读全文
posted @ 2022-08-09 16:38 1156740846
阅读(112)
评论(0)
推荐(0)
2022年8月3日
fastdfs部署及官网
摘要: 官方网站:https://github.com/happyfish100/ 配置文档:https://github.com/happyfish100/fastdfs/wiki/ 参考资料:https://www.oschina.net/question/tag/fastdfs Java客户端:htt
阅读全文
posted @ 2022-08-03 14:33 1156740846
阅读(2238)
评论(0)
推荐(1)
2022年8月2日
下载Centos
摘要: 下载Centos阿里云站点:http://mirrors.aliyun.com/centos/7/isos/x86_64/ 进入阿里云站点,选择 CentOS-7-x86_64-DVD-1804.iso下载 各个版本的ISO镜像文件说明: CentOS-7-x86_64-DVD-1708.iso 标
阅读全文
posted @ 2022-08-02 14:37 1156740846
阅读(233)
评论(0)
推荐(0)
2022年7月15日
vscode记住git用户名密码
摘要: 一、git bush中设置Git 全局设置[可以跳过,直接去第二步,这样在你下次输入完用户名密码后,就不需要输入第二次了 git config --global user.name "用户名" git config --global user.email "用户邮箱" 二、设置让VSCode记住gi
阅读全文
posted @ 2022-07-15 09:54 1156740846
阅读(1789)
评论(0)
推荐(0)
2022年7月14日
vue踩坑
摘要: 引包千万不要引框架src下的 否则会报类型错误,而且会导致 pnpm run lint --fix 类型检查的命令检查插件框架下的源码ts类型
阅读全文
posted @ 2022-07-14 17:25 1156740846
阅读(18)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
38
下一页
公告