关闭 mysql8 binlog 2020年6月23日 | Leave a comment 问题: mysql8 以后系统会自动启用 binlog ,特殊情况想关掉 binlog 解决: … Read More
【转】将 github 用作 maven 仓库来发布自己的库 2020年6月19日 | Leave a comment 原文: https://www.jianshu.com/p/a64fb4322c55  … Read More
cocoapods link Undefined symbols 2020年5月31日 | Leave a comment 问题: 升级老项目配置好后 xcode build 报错 解决: link flag 改成 $(… Read More
gitlab-runner register certificate signed by unknown authority 2020年5月26日 | Leave a comment 问题: ERROR: Unregistering runner from GitLab fail… Read More
caddy 1.x 反向代理 2020年5月26日 | Leave a comment 问题: 解决: a.com { gzip proxy / http://127.0.0.1:1111 { transparent } } 123456 a.com { gzip proxy / http://127.0.0.1:1111 { transparent }} … Read More
caddy 1.x + docker wordpress 部署 2020年5月25日 | Leave a comment 问题: 解决: mysql8 + caddy1 创建数据库 [crayon-6745dc9d4a… Read More
【未解决】javax.enterprise.context.ContextNotActiveException: interface javax.enterprise.context.RequestScoped 2020年5月25日 | Leave a comment 问题: 在新线程中访问 entityManager 报错 [crayon-6745… Read More