1、拓扑结构 2、过程 1)交换机 0 上创建 vlan 101和vlan 102; 2)交换机 0 的 1,2,3 端口访问模式设置为 access; 3) 交换机 0 的 1端口划分到 vlan101, 2端口划分到vlan 102, 3端口划分到 vlan 103; 4) 交换机 0 的 1, ...
分类:
系统相关 时间:
2020-07-19 15:53:12
阅读次数:
77
root@ubuntu:/home/ubuntu# ps -elf | grep r3 0 S root 22962 22933 0 80 0 - 1367 select 19:41 pts/10 00:00:00 bash --norc -mis mininet:mgntr3 4 S root 2 ...
分类:
Web程序 时间:
2020-07-18 22:57:12
阅读次数:
144
上一章,我们讲解了Interop的引用错误和修改方法,本章开始引出新的问题。 每当想生活再好点,新问题就出来了 繁多的Interop,还要雨露均沾 上文已经找到并解决了Interop错误问题,此时就可以开开心心的引用这些劳动成果,并编译出我们心爱的C#项目。可是每次我们想发版给客户的时候,都会非常郁 ...
今天用springboot搭建服务的时候发现,总是报错误 java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO),上午查了很多东西,还是没有解决后面再一遍博客上面看到了 自己大意呀!!!!! ...
分类:
数据库 时间:
2020-07-17 16:21:21
阅读次数:
126
范例 LoadingCache<Key, Graph> graphs = CacheBuilder.newBuilder() .maximumSize(1000) .expireAfterWrite(10, TimeUnit.MINUTES) .removalListener(MY_LISTENER ...
分类:
系统相关 时间:
2020-07-17 16:20:30
阅读次数:
82
问题:The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include' ...
分类:
其他好文 时间:
2020-07-16 21:35:07
阅读次数:
85
下载文件:wget http://192.168.2.15:8088/project/project.zip 删除文件: rm -rf /var/log/httpd/access 解压rar unrar e project.rar 解压zip unzip project.zip 修改后缀 mv pr ...
分类:
其他好文 时间:
2020-07-16 21:28:16
阅读次数:
67
摘: 在PCIe的Spec中,并没有特别详细的关于Root Complex的定义,从实际的角度来讲,可以把Root Complex理解为CPU与PCIe总线系统通信的媒介。Endpoint处于PCIe总线系统拓扑结构中的最末端,一般作为总线操作的发起者(initiator,类似于PCI总线中的主机) ...
分类:
其他好文 时间:
2020-07-16 12:04:35
阅读次数:
54
//前端图片是Base64字符串形式传递图片参数;需要用Base解密,写入到本地磁盘中 public String upload(String string){ 解析图片(Base64): response.setHeader("Access-Control-Allow-Origin","*"); ...
分类:
编程语言 时间:
2020-07-16 00:21:49
阅读次数:
81
一、基于角色的权限控制RBAC:Role Based Access Control,一般用于公司的内部管理系统,如、OA,ERP,CRM。 二、django的auth体系内置了一套RBAC系统。 三、auth的六表关系 1、user表:用户表。 2、group表:群组表(角色表)。 3、permss ...
分类:
其他好文 时间:
2020-07-16 00:01:26
阅读次数:
91