Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4140136
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2018-10-11 16:53:20

......【阅读全文】

阅读(1091) | 评论(0) | 转发(0)

发布时间:2018-10-11 14:56:28

1 Create a Root CA and generate a server certificate, private key, client certificate, and client key.openssl genrsa -des3 -out ca.key 4096openssl req -new -x509 -days 365 -key ca.key -out ca.crt -subj "/C=CN/ST=beijing/L=haidianO=changyang/CN=Self-Signed CA"openssl genrsa -out client.key 4096.........【阅读全文】

阅读(1330) | 评论(0) | 转发(0)

发布时间:2018-08-28 17:37:04

windows下安装mysql 5.7首先必须运行在Administrator权限下面创建data目录运行 UPDATE. authentication_string () password_expired ;FLUSHPRIVILEGES......【阅读全文】

阅读(1391) | 评论(0) | 转发(0)

发布时间:2018-06-26 10:18:40

For posting data:curl --data "param1=value1¶m2=value2" http://hostname/resourceFor file upload:curl --form "fileupload=@filename.txt" http://hostname/resourcecurl -X POST -F 'image=@/path/to/pictures/picture.jpg' http://domain.tld/uploadRESTful HTTP Post:curl -X POST -d @filename h.........【阅读全文】

阅读(1391) | 评论(0) | 转发(0)

发布时间:2018-06-25 18:24:17

很多人给的解决方案是这样的,修改 /etc/my.cnf , 然后重启服务.点击(此处)折叠或打开[mysqld] skip-host-cacheskip-name-resolve......【阅读全文】

阅读(1695) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册