Yanzheng

Results 3 issues of Yanzheng

# 在 *UINavigationController+JZExtension.m* 文件中57行处,将方法 *- (void)jz_viewDidLoad* 进行修改: ```lua - (void)jz_viewDidLoad { // 注释原有代码 /** * NSAssert(!self.delegate, @"Set delegate should be invoked when viewDidLoad"); * self.delegate = nil; * [self.interactivePopGestureRecognizer setValue:@NO...

### 问题 启动后日志正常,但访问interface-ui页面空白,一直在加载,无响应 ### 环境 * JDK 1.8 * MySql 8 * SpringBoot 2.2.6.RELEASE ### 说明 manve配置**pom.xml** ```xml org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-data-jdbc mysql mysql-connector-java runtime com.alibaba druid-spring-boot-starter 1.1.22 net.hasor hasor-spring...

### 问题 服务启动正常,通过应用执行任意数据库操作时,mycat报错,如下: (io.mycat.net.FrontendConnection.writeErrMessage(FrontendConnection.java:210)) - ServerConnection [id=1, schema=TESTDB, host=127.0.0.1, user=root,txIsolation=3, autocommit=true, schema=TESTDB, executeSql=null]Unknown system variable 'query_cache_size'java.lang.Thread .getStackTrace1559 ### 信息 * Mac OS 10.15.5 * Java 1.8.0_231 * Mycat 1.6.7.5 *...