SCHOOL OF ARCHITECTURE, COMPUTING &ENGINEERINGSubmission instructions Cover sheet to be attached to the front of the assignment when submitted Questio ...
分类:
其他好文 时间:
2019-01-27 21:50:20
阅读次数:
128
1.Mysql 使用 Navicat连接时报错: 报错内容:Client does not support authentication protocol requested by server; 解决方法: 1.use mysql; 2.alter user 'root'@'localhost' ...
分类:
数据库 时间:
2019-01-25 16:32:59
阅读次数:
222
在你下了 Yii 框架,配置完路由 urlManager 后,路由访问页面会报错“the requested URL was not found on this server”,url类似于这种“https://www.cnblogs.com/site/index”。 解决方法: 方法一:删除项目下 ...
分类:
Web程序 时间:
2019-01-25 14:10:56
阅读次数:
1109
原文来源: https://stackoverflow.com/questions/48306528/python socket error cannot assign requested address 问: 我写了一个聊天服务器,但是我不能够将socket绑定到一个IP地址,具体代码如下: 我得 ...
分类:
编程语言 时间:
2019-01-23 21:33:58
阅读次数:
423
Navicat连接Mysql报错:Client does not support authentication protocol requested by server; 刚安装Mysql,想用Navicat去连接,然后就报错了,此处记录报错解决。 Navicat连接MySQL Server8.0版 ...
分类:
数据库 时间:
2019-01-15 14:34:15
阅读次数:
260
ERROR [KafkaServer id=1] Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)at kafka.network.Acceptor.openServerSoc ...
分类:
其他好文 时间:
2019-01-15 14:10:01
阅读次数:
1136
由于在写md的时候截图是用的微博的图床,上传到github才发现不让在其他网站使用,所有本文只有一张图片。 刚才进行网站测试的时候,微博秀这个插件不能显示出来,一直是空白, 然后我把本地域名改成了127.0.0.1,显示出来了。 可是部署到github以后还是显示空白,我以为是网络问题, 但是检查了 ...
分类:
Web程序 时间:
2019-01-14 23:09:16
阅读次数:
491
loadRunner录制:登陆订机票网址->订机票的过程 loadRunner回访脚本时报Error -27987: Requested image not found [MsgId: MERR-27987] 解决方法: 1、进入Recording Options 2、进入Recording,在HT ...
分类:
其他好文 时间:
2019-01-13 23:30:46
阅读次数:
427
requested URL not found http://stackoverflow.com/questions/21458080/the-requested-url-projectname-users-was-not-found-on-this-server-laravel DocumentR ...
分类:
其他好文 时间:
2019-01-10 13:55:17
阅读次数:
216
DRCP配置及测试 一. DRCP介绍 数据库提供会话进程在数据库中使用资源的方式: 1)Dedicated Server,一个会话在数据库中对应一个专有进程,一对一服务(资源数据库占用过多,一般使用中间件应用层面进行会话数量管控及会话资源重用) 当接收到Client Server的请求之后,Dis ...
分类:
数据库 时间:
2019-01-05 12:12:22
阅读次数:
207