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
1、Springboot介绍1.1、为什么要学习Springboot1、敏捷开发(整合框架)2、无需tomcat(java引用程序运行,实际jar包)内置tomcat。3、减少xml配置,配置文件形式properties4、SpringCloud+Springboot结合在一起做微服务。微服务SpringClound(http接口+restful)基于springboot(封装了springmvc
分类:
编程语言 时间:
2020-06-08 10:49:26
阅读次数:
50
1、Springboot介绍1.1、为什么要学习Springboot1、敏捷开发(整合框架)2、无需tomcat(java引用程序运行,实际jar包)内置tomcat。3、减少xml配置,配置文件形式properties4、SpringCloud+Springboot结合在一起做微服务。微服务SpringClound(http接口+restful)基于springboot(封装了springmvc
分类:
编程语言 时间:
2020-06-08 00:24:24
阅读次数:
58
代码审计入门 A .{php中xdebug} 配置 配置工具 A xdebug+visual studio code B xdebug + phpstrom 二者都选择用phpstudy与其搭配 xdebug 什么叫断点 就是在某一处设置断点 当函数执行到断点处就会停止 断点可以在任意地方设置 比如 ...
分类:
Web程序 时间:
2020-06-06 15:39:31
阅读次数:
103
以armv5为例: 1.下载编译链: apt install arm-linux-gnueabi-gcc 2. 配置 配置文件路径:~/.crago/config [target.armv5te-unknown-linux-gnueabi]linker="arm-linux-gnueabi-gcc" ...
分类:
其他好文 时间:
2020-06-06 12:44:57
阅读次数:
121
Eclipse快速入门——配置及快捷键 新建项目配置 配置JDK版本: Windows + Preferences + java + Editor + installed JREs + add 配置Tomcat版本: Windows + Preferences + Server + Runtime ...
分类:
系统相关 时间:
2020-06-06 00:37:21
阅读次数:
93
1、配置Maven:右上角“小扳手” 2、安装JRebel,并绿色; 3、Run的配置,当java类或者前端文件变化时,会重新自动编译&部署: ...
分类:
其他好文 时间:
2020-06-04 11:59:34
阅读次数:
71
杭州BG公司公网防火墙通外网配置 之前给杭州一家公司做过网络建设项目,至少是哪个公司这里就不提了,我们这里面主要谈技术。这是一家专业的互联网公司,由于这家公司初建,并没有专业的网络运维人员,网络较复杂,分为研发内网、研发大网、SERVER区、DMZ区,此外还有公网区,经常有网络改动的需求,每当这时就 ...
分类:
其他好文 时间:
2020-06-03 21:57:46
阅读次数:
123
使用NewtonsoftJson 安装 Microsoft.AspNetCore.Mvc.NewtonsoftJson Startup.ConfigureServices配置 //配置Mvc + json 序列化 services.AddMvc(options => { options.Enable ...
分类:
Web程序 时间:
2020-06-03 13:46:27
阅读次数:
205
详解mixphp的依赖注入控制反转 1 先看下java spring的方式 spring 原理 控制反转 1 获取xml 2 getbean获取xml 的id 来创建类 3 调用类的方法 依赖注入 4就是改了xml配置 就可以注入了。。 下面说下mixphp 1 获取配置文件 $context = ...
分类:
Web程序 时间:
2020-06-01 14:07:12
阅读次数:
78