今天在测试使用sqlyog或者navicat 去 连接MySQL8.0 的时候,出现如下报错提示:ERROR 2059 (HY000): Authentication plugin ‘caching_sha2_password‘ cannot be loaded: ?ò2?μ????¨μ??£?é?£看样子是验证插件问题的,排查下:SELECT `user`, `host`, `a
分类:
数据库 时间:
2018-07-10 12:52:14
阅读次数:
1634
Github+Jenkins+Docker持续集成这次要做的就是我本地git push到github后,jenkins自动构建注意:本次课程jenkins必须有公网ip,保证github可以通知jenkins构建。公网ip服务器登陆githubhttps://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the
分类:
其他好文 时间:
2018-07-08 14:37:09
阅读次数:
177
我们的游戏IOS版在接入易接SDK后,启动出现如下错误 经过google后找到这个帖子 https://stackoverflow.com/questions/32730312/reason-no-suitable-image-found 里面给出了一些解决方法,包括清理缓存数据、重新安装证书等等。 ...
分类:
移动开发 时间:
2018-07-06 11:35:33
阅读次数:
224
C. Covered Points Count time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output You are given nn ...
分类:
其他好文 时间:
2018-07-05 14:58:36
阅读次数:
274
网盘下载:STL源码剖析简体中文完整版(高清晰扫描带目录)PDF下载 – 易分享电子书PDF资源网 作者: 侯捷 出版社: 华中科技大学出版社 出版年: 2002-6 页数: 493 定价: 68.00元 装帧: 平装 ISBN: 9787560926995 内容简介 · · · · · · 学习编 ...
分类:
其他好文 时间:
2018-07-03 14:43:32
阅读次数:
433
2018-07-02 21:43:13 Yum报错 [root@db yum.repos.d]# yum makecache Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from ...
分类:
其他好文 时间:
2018-07-02 22:07:08
阅读次数:
1496
Useful Decomposition time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Ramesses knows a lot ...
分类:
其他好文 时间:
2018-07-01 15:53:23
阅读次数:
228
这是因为编译.o文件时没有一起生成调试信息,应该在makefile中的编译命令中制定-g参数,如下: 1 sort:main.o bubble.o 2 gcc -o sort main.o bubble.o 3 4 main.o:main.c bubble.h 5 gcc -g -c main.c ...
分类:
数据库 时间:
2018-06-30 21:24:00
阅读次数:
440
要放在Loaded事件中 private void Expand() { List<int> list = new List<int>(); TreeNodeModel node = vm.selNode; while (node != null) { if (node.Parent != null ...
分类:
其他好文 时间:
2018-06-29 22:31:11
阅读次数:
237
CentOS7中执行 会报错Failed to start iptables.service: Unit iptables.service failed to load: No such file or directory. 在CentOS 7或RHEL 7或Fedora中防火墙由firewalld ...
分类:
其他好文 时间:
2018-06-29 17:19:49
阅读次数:
3930