在看swift教程中"接口和扩展"这小部分. 在编写时提示"type 'simple Class' does not conform to protocol 'Example Protocol'"的错误.原因是simpleClass没有全然实现protocol中定义的方法. 检查了下代码,原来是自己把方法名给写错了. mutating 仅仅针对 struct 和 enum .…
1.2 前言部分 1.2.1 导读和注意事项 各位技术爱好者,看完本文后,你可以掌握如下的技能,也可以学到一些其它你所不知道的知识,~O(∩_∩)O~: ① 告警日志中频繁出现Using deprecated SQLNET.ALLOWED_LOGON_VERSION parameter.ORA-28040: No matching authentication protocol错误,9i的客户端连接到12c高版本的解决方案 ② Windows下使用oerr命令 Tips: ① 本文在itpu…
Vagrant is a tool that manages oracle virtual boxes 1.本地下载https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.6/providers/virtualbox.box下载该box作为base, (https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=&q=homes…
Fiddler.大神推荐的.名字老忘. 用wireshark在wifi共享精灵共享出来的无线网上抓包,发现一个SSDP(简单服务发现协议)一直在尝试找连上这个网络上的设备. 连上NEXUS4后出现了ICMPv6( Internet Control Message Protocol,错误侦测,维护路由)以及DHCP.TCP的一些信息.…
在SSH Secure Shell 连接Linux centos的时候,遇到F-Secure SSH File Transfer错误"too many authentication failures for root".A protocol error was detected.This usually indicates a bug in the SSH application(either client or server). 网上有种方法是这样的:修改了客户端的设置Edit-&…