ERROR 1130 : HOST "XXXX" is not allowed to connect to this MySQL server 在 数据库mysql 下 的 db host user 三个表中 把 HOST 添加值 “%” 就 OK了 mysql>use mysql; mysql>u ...
分类:
数据库 时间:
2021-03-09 13:45:08
阅读次数:
0
How to deploy EBS CSI on AWS EKS in China region? ISSUE Cannot access k8s.gcr.io repository in China region. Prerequisites Fetch the Account ID and sa ...
分类:
其他好文 时间:
2021-03-08 13:03:04
阅读次数:
0
OpenCASCADE Connect Edges to Wires eryar@163.com 1 Introduction 在边界表示法(BREP)中,WIRE是由首尾依次相连的EDGE组成的闭合结构,有的内核也叫做LOOP。BREP结构中,就是通过WIRE来限定FACE的边界范围。FACE中的 ...
分类:
其他好文 时间:
2021-03-06 15:04:48
阅读次数:
0
我主要参考这篇文章来搭建easy-mock,但是在自己搭建的过程中遇到一些其它的问题,所以写了这边文章来记录搭建的细节,也算是对这篇文章的补充吧。 搭建easy-mock主要分成两种途径:一、需要分别安装node、mogonDB、Redis,而且node 的版本不能超过v9;二、基于docker-c ...
static int tcp_open_socket(unsigned short port, const char *bindaddr, const char *ifname){ int fd = -1, n, af, opt; struct sockaddr_in si; struct sock ...
分类:
其他好文 时间:
2021-03-03 12:28:42
阅读次数:
0
Some think we can acquire knowledge from news reports. Others believe we cannot trust journalists. What do you think? What important qualities should ...
分类:
其他好文 时间:
2021-03-02 12:39:13
阅读次数:
0
1 1 import pymysql 2 2 3 3 db = pymysql.connect(host='localhost', user='root', password='123456', database='jddj',port=3306) 4 4 cursor = db.cursor() ...
分类:
数据库 时间:
2021-03-02 12:38:55
阅读次数:
0
异常: java.lang.IllegalArgumentException: When allowCredentials is true, allowedOrigins cannot contain the special value "*"since that cannot be set on ...
分类:
编程语言 时间:
2021-03-02 12:28:35
阅读次数:
0
本地安装的是Python 3.7,拿到的是Python 3.8的项目,一运行报:Cannot run program "D:\python\python.exe" ,这个路径是别人电脑上的Python解析器路径,而我本地根本没有这个路径 解决办法:关闭Pycharm,然后将项目下的.idea文件删除 ...
分类:
编程语言 时间:
2021-03-02 12:11:15
阅读次数:
0
http请求信息和响应信息的格式 Request: 1、请求行 1.1 请求方法 请求路径 所用的协议 1.2 HTTP的请求方法有GET、POST、HEAD、PUT、DELETE、OPTIONS、TRACE、CONNECT 2、请求头信息 请求头由键/值对组成,每行一对,键与值之间用冒号分隔。常见 ...
分类:
Web程序 时间:
2021-03-02 11:48:36
阅读次数:
0