App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’ ...
分类:
移动开发 时间:
2017-04-25 13:21:16
阅读次数:
191
1.创建新项目用到 进行网络请求请求时,报下面的错: “App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can ...
分类:
移动开发 时间:
2017-04-17 14:25:15
阅读次数:
225
#ExecStart=/usr/bin/docker -d -insecure-registry 106.75.85.214:5000 -H fd:// 下载镜像daocloud db2adm/wasver6.0 372894523@qq.com docker -d docker run -p 80 ...
分类:
其他好文 时间:
2017-04-06 17:01:40
阅读次数:
233
brew install msmtp vi ~/.mailrc set sendmail=/usr/local/bin/msmtp wq! vi ~/.msmtprc # Use an external SMTP server with insecure authentication. # (man... ...
分类:
系统相关 时间:
2017-04-01 00:49:33
阅读次数:
274
MySQL 5.7 GA版本的发布,也就是说从现在开始5.7已经可以在生产环境中使用,有任何问题官方都将立刻修复。 MySQL 5.7主要特性: 更好的性能:对于多核CPU、固态硬盘、锁有着更好的优化,每秒100W QPS已不再是MySQL的追求,下个版本能否上200W QPS才是吾等用户更关心的 ...
分类:
数据库 时间:
2017-03-30 17:19:16
阅读次数:
492
关于mysql中Warning:Usingapasswordonthecommandlineinterfacecanbeinsecure.解决办法此问题在zabbix监控mysql的时候出现:zabbix调用脚本对mysql进行监控,脚本如下:result=`/usr/local/mysql/bin/mysqladmin-u$MYSQL_USER-h$MYSQL_HOST-p${MYSQL_PWD}-S$MYSQL_SOCKextended-..
分类:
其他好文 时间:
2017-03-29 21:26:01
阅读次数:
195
对于公司的私有Gitlab仓库,没有对https支持,在使用最新版本的go get命令时,需要使用-insecure参数来支持http,但如果导入的包里边依赖了需要https的仓库,就不好使了,折腾了一下,解决方案如下: 一、为Gitlab添加SSH Keys 1.生成 ssh keys ssh-k ...
分类:
Web程序 时间:
2017-03-27 13:23:49
阅读次数:
335
因为要迁移服务,我重新搭建了一套环境,然后想在搭建的本地镜像库里把需要的服务pull下来,结果出现了配置文件不生效的问题,具体如下:配置文件添加:root@ubuntu:~#vim/etc/default/docker
DOCKER_OPTS="-H0.0.0.0:2375--insecure-registry192.168.10.249:5000"
root@ubuntu..
分类:
系统相关 时间:
2017-03-20 19:51:42
阅读次数:
828
Postman-CI集成Jenkins(3) Postman-简单使用 Postman-进阶使用 Postman-CI集成Jenkins Newman 官方说明:Postman's command-line companion lets you do amazing things! With New ...
分类:
其他好文 时间:
2017-03-18 01:13:21
阅读次数:
227
场景:主机A和主机B在局域网内,之前一直在主机A上用计划任务在跑mysqldump去备份主机B上的数据库,前两天突然出现:Warning:Usingapasswordonthecommandlineinterfacecanbeinsecure.之前的计划任务的代码是:mysqldump-h10.255.xxx.xxx-uroot-pxxxxdbxxx|gzip>/root/Db/Bac..
分类:
数据库 时间:
2017-03-13 16:55:17
阅读次数:
594