https://www.cnblogs.com/ivictor/p/5311607.html 该阻止会一直生效,直到采取以下操作: 1. mysql> flush hosts; 2. # mysqladmin flush-hosts 3. truncate table performance_sch ...
分类:
数据库 时间:
2020-01-30 20:55:08
阅读次数:
95
今天写一个多表连接删除的DELETE语句,在执行的时候发现报错:unknown table in mulit delete,这里记录下原因。 原来报错的DELETE语句: delete sys_project from sys_project as aa left join ( select min ...
分类:
数据库 时间:
2020-01-30 09:34:18
阅读次数:
80
查找设备 <C++> #include <iostream> #include <Windows.h> #include <UPnP.h> #pragma comment(lib, "ole32.lib") #pragma comment(lib, "oleaut32.lib") using nam ...
如何自定义服务数据 string name Uint8 age Uint8 sex Uint8 unknown =0 Uint8 male =1 Uint8 female = 2 (上面的是Request数据) --- 数据分割线 string result (上面的Response数据) Pers ...
分类:
其他好文 时间:
2020-01-27 19:25:20
阅读次数:
127
查看pod的标签 [root@master pod]# kubectl get pods --show-labels NAME READY STATUS RESTARTS AGE LABELS cv-podh 1/2 CrashLoopBackOff 15 55m app=myapp,tier=fr ...
分类:
其他好文 时间:
2020-01-25 18:09:57
阅读次数:
215
详细错误: 1 java.sql.SQLException: Unknown system variable 'query_cache_size' 2 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:959) 3 at com. ...
分类:
数据库 时间:
2020-01-23 18:16:01
阅读次数:
83
Find minimal ops to convert one str to another Description Given two alphabet strings str1 and str2. You can change the characters in str1 to any alph ...
分类:
其他好文 时间:
2020-01-22 12:49:47
阅读次数:
112
Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003. To minimize ...
分类:
其他好文 时间:
2020-01-21 23:30:26
阅读次数:
99
所以,整个的解决办法是在web的pom.xml中 加上PageHelper和Mybatis的依赖。 1 <dependency> 2 <groupId>com.github.pagehelper</groupId> 3 <artifactId>pagehelper</artifactId> 4 </ ...
分类:
移动开发 时间:
2020-01-21 16:12:51
阅读次数:
118
今天在写代码的过程中遇到了这样一个warning:PytestUnknownMarkWarning: Unknown pytest.mark.test - is this a typo? 处理办法: 参考文档:https://docs.pytest.org/en/latest/mark.html 单 ...
分类:
其他好文 时间:
2020-01-20 14:47:39
阅读次数:
264