关键字:final;关键字:abstract;关键字:interface;代理模式;内部类 ...
分类:
编程语言 时间:
2020-06-10 13:20:23
阅读次数:
46
一.curl // 指定出口ip或设备curl --interface IP/设备 www.baidu.com// 指定域名ipcurl http://www.baidu.com -x 1.1.1.1:80 二.nslookup// 用指定dns server解析域名nslookup www.bai ...
分类:
其他好文 时间:
2020-06-10 12:44:46
阅读次数:
47
https://rules.sonarsource.com/csharp/RSPEC-3925 The ISerializable interface is the mechanism to control the type serialization process. If not impleme ...
分类:
其他好文 时间:
2020-06-10 11:26:30
阅读次数:
60
创建账号 useradd test1 passwd test1 在创建账号的同时系统也会创建一个同名的组,这个组是这个账号的初始组。 一个账号可以加入到多个组,该账号拥有所有组的权限,这是针对已存在的文件,如果该账号新建一个文件,那么所属组则是有效用户组, 使用groups命令查看账号的所有组,显示 ...
分类:
系统相关 时间:
2020-06-10 11:18:06
阅读次数:
66
sudo touch if_interface_up.shsudo chmod 777 if_interface_up.sh sudo vi if_interface_up.sh #!/bin/bashwhile true do result=`cat /sys/class/net/enp0/car ...
分类:
系统相关 时间:
2020-06-09 20:17:09
阅读次数:
66
案例一、角色校验 项目中,对某些方法需要用户具备指定角色权限才能执行。 /** * 角色校验注解 */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface HasRole { String ...
分类:
编程语言 时间:
2020-06-09 18:18:54
阅读次数:
68
#####1、交换机基本配置 以太网交换机工作在OSI参考模型的数据链路层,主要功能是提供网络数据包优化和转发 交换机的连接方式有级联和堆叠 终端访问安全配置: 配置交换机ip,交换机所有端口默认属于vlan 1 interface vlan 1 ip address 192.168.1.4 255 ...
分类:
系统相关 时间:
2020-06-08 19:00:32
阅读次数:
99
1、配置交换机 a.连接AP的交换机接口需要配置成trunk,并更改native vlan interface GigabitEthernet1/0/10 description "To_AP" switchport trunk native vlan 2 switchport mode trunk ...
分类:
其他好文 时间:
2020-06-08 14:31:25
阅读次数:
153
API:Application Programming Interface -- 应用程序编程接口SDK:Software Development Kit -- 软件开发工具包MFC:Microsoft Foundations Classes -- 微软基础类API:应用程序编程接口 应用程序接口为 ...
分类:
编程语言 时间:
2020-06-08 13:01:40
阅读次数:
85
原因没有在mybatis-config.xml配置文件中注册Mapper.xml ...
分类:
移动开发 时间:
2020-06-08 11:01:44
阅读次数:
68