摘要:
1. debug 相关 1.1 问题: Intellij Debugger slow: Method breakpoints may dramatically slow down debugging 解答: From the JetBrains Team: "Method breakpoints w 阅读全文
摘要:
多租户系统, 忽略租户 使用 TenantBroker 多数据源 1. 源代码位置:com.pig4cloud.pigx.common.datasource.config.JdbcDynamicDataSourceProvider#executeStmt 初始化多数据源 主数据源配置在配置文件中 其 阅读全文
摘要:
数据库模型设计——历史与版本设计 前端问题解决: 缓存问题, token失效不容易复现 解决方案:新开窗口使用chrome 无痕模式, 不使用缓存。 前端问题:网速太快, 看不清楚 请求携带参数 描述:可能处理掉之后,跳转到新页面了, 看不到原来跳转地址(携带参数) 解决方案:chrome - ne 阅读全文
摘要:
支持word导出:https://github.com/Sayi/poi-tl (不支持latex公式), http://deepoove.com/poi-tl/支持word导出, 支持latex:https://github.com/draco1023/poi-tl-ext, $, $$ 收尾的标 阅读全文
摘要:
相关资料 1. https://www.w3cschool.cn/gradle_user_guide/gradle_user_guide-prvm26j0.html 2. https://zhuanlan.zhihu.com/p/570009095 3. 使用 Gradle 图形化用户界面 : ht 阅读全文
摘要:
一、 spring-boot-starter-data-jpa spring-boot-starter-jdbc 区别 参考1: spring-boot-starter-data-jpa 与 spring-boot-starter-jdbc spring-boot-starter-data-jpa 阅读全文
摘要:
bladex 与 blade 不一致 blade 本地文档地址: file:///D:/codeSpace/normalCodeSpace/Blade%E7%B3%BB%E5%88%97%E5%9F%BA%E7%A1%80%E6%96%87%E6%A1%A3/SpringBlade%20%E5%BC 阅读全文
摘要:
解决方案一: https://blog.csdn.net/Right__/article/details/127647744 也就是修改nginx配置 解决方案二: 原因分析:返回的数据过多 措施: 1. 分页,减少每次返回的数量 2. 减少返回不必要的字段。 阅读全文
摘要:
查询问题 方式一: LambdaQueryWrapper<Tenant> wrapper = new LambdaQueryWrapper<>(); wrapper.like(Func.isNotEmpty(tenantPage.getTenantName()), Tenant::getTenant 阅读全文
摘要:
git操作 1. 操作之前先从远程同步最新的代码 2. 操作需要是串行的, 保证一个操作完成之后, 再去执行下一个操作, 防止数据出现错乱。 3. 一个操作结果不符合预期之后, 先停下来解决问题, 不要继续操作, 造成更麻烦的问题。 阅读全文
摘要:
前端知识总结: 1. 查看元素大小 右键-- 检查-- elements 光标防止到对应元素上(如图中圈中), 页面显示大小。 阅读全文
摘要:
@SneakyThrows注解 有的jar包,没有源码看到的class 文件时这样的 public BladeFile putFile(MultipartFile file) { try { return this.putFile(this.ossProperties.getBucketName() 阅读全文