上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页
摘要: 自定义一个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 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 顺序如下 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 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 导入导出命令 # 导出,两个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 阅读(2305) 评论(0) 推荐(0) 编辑
摘要: 文件后缀对应文件类型表 private static IDictionary<string, string> _mappings = new Dictionary<string, string> (StringComparer.InvariantCultureIgnoreCase) { #regio 阅读全文
posted @ 2022-09-05 14:25 1156740846 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 首先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 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 编程语言排名 https://www.tiobe.com/tiobe-index/ 时序数据库排名 https://db-engines.com/en/ranking/time+series+dbms 阅读全文
posted @ 2022-08-09 16:38 1156740846 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 官方网站: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 阅读(1491) 评论(0) 推荐(1) 编辑
摘要: 下载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 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 一、git bush中设置Git 全局设置[可以跳过,直接去第二步,这样在你下次输入完用户名密码后,就不需要输入第二次了 git config --global user.name "用户名" git config --global user.email "用户邮箱" 二、设置让VSCode记住gi 阅读全文
posted @ 2022-07-15 09:54 1156740846 阅读(1539) 评论(0) 推荐(0) 编辑
摘要: 引包千万不要引框架src下的 否则会报类型错误,而且会导致 pnpm run lint --fix 类型检查的命令检查插件框架下的源码ts类型 阅读全文
posted @ 2022-07-14 17:25 1156740846 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页