springboot 时间/时区设置 - 简书

springboot 设置时区===============修改application.yml```ymlspring.datasource.url: jdbc:mysql://dev50:3306/ci?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&useLegacyDatetimeCode=fals...
阅读全文

Mybatis Generator 无法生成selectByPrimaryKey、deleteByPrimaryKey、updateByPrimaryKey MySQL_Java_rchm8519的专栏-CSDN博客 ---- 正解 ---- 亲测可用

问题现象:最近因为一张表新加了字段,重新使用 mybatisgenerator 生成了一下mapper文件,结果发现新生成的文件比之前少了xxxByPrimaryKey 的几个方法,对应的xml文件中同样也少了这几个, 并且xml文件中的resultMap节点里主键id使用的是result标签,而不是id标签。排查原因:首先想到的是:难道表没有主键了,于是赶紧检查了一下我的表结...
阅读全文

git 多分支开发问题集 被打断了 再完整

Branch dev_v2 already exists and has commits which do not exist in origin/dev_v2. Would you like to rebase or reset them?Checkout and Rebase Overwrite Cancel
阅读全文

统一角色分析----做法.md

统一角色分析----做法.md
阅读全文

查找工具包maven pom 引用地 工具网站

https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/4.4.0
阅读全文

msyql8 phpmyadmin root 权限问题

```bash1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNE...
阅读全文

laravel 使用 composer 安装组件遇到的问题解决 - 简书 ---- 补充

1. Failed to initialize global composer: Composer could not find the config file: /root/.composer/composer.json composer config l g 在输出的结果中,其中的 【home】 配置项内容就是了composer的主目录,然后进入vendor\\bin,将这个路...
阅读全文

lombok 使用比较多的开源项目记录 ---- 王培森

https://gitee.com/binary/weixinjavatools班纳瑞提供微信企业号项目的源码
阅读全文

walle 2.0 nginx 配置

```javaupstream webservers { server 127.0.0.1:5000 weight=1; 负载设置}server { listen 80; server_name deploy.superdesk.cn; 域名设置 access_log /usr/local/nginx/logs/wall...
阅读全文

goldmark首页、文档和下载 - 用 Go 语言编写的 markdown 解析器 - OSCHINA

goldmark 是用 Go 语言编写的 markdown 解析器。易于扩展,符合标准(CommonMark),结构合理。特性: 符合标准:goldmark 完全符合最新的 CommonMark 规范 可扩展:可以轻松地在 goldmark 中完成添加 @username 提及语法等操作。可以添加 AST 节点、用于块级元素的解析器、用于内联级元素的解析器、用于段落的转换器、用于...
阅读全文