Centos 6.x版本 iptables 查看防火墙状态:service iptables tatus iptables:Firewall is not runing. 说明防火墙没有开启 开启防火墙:service iptables start 关闭防火墙:service iptables st ...
分类:
系统相关 时间:
2020-06-20 17:02:14
阅读次数:
62
一、安装iptables 1.1、查看是否安装 systemctl status iptables 输出结果表示没有安装该服务,需要先安装。 1.2、安装iptables yum install iptables-services 输出结果表示安装完成。 1.3、检查是否安装成功 systemctl ...
分类:
系统相关 时间:
2020-06-20 15:45:46
阅读次数:
72
接口服务层(Service):该层与业务逻辑相关,根据 provider 和 consumer 的 业务设计对应的接口和实现 配置层(Config):对外配置接口,以 ServiceConfig 和 ReferenceConfig 为 中心 服务代理层(Proxy):服务接口透明代理,生成服务的客户 ...
分类:
其他好文 时间:
2020-06-20 13:42:43
阅读次数:
71
第一步:server.xml中加上address="0.0.0.0" 1、. 配置tomcat的server.xml, 更改connector配置, 端口不用改, 加上address="0.0.0.0", 使其绑定到IPv4, 如下 (借鉴的解决方案) <1>使用cmd命令netstat -n, 查 ...
分类:
系统相关 时间:
2020-06-20 13:07:57
阅读次数:
241
在kali中如果第一次启动burpsuite时,burpsuite闪退,很有可能是jdk版本的问题,将openjdk换成oracle 的jdk就可以了,具体命令行操作如下: update-alternatives --config java 此时输入oracle的jdk的编号即可。我的oracle的 ...
分类:
其他好文 时间:
2020-06-20 11:13:17
阅读次数:
177
严重: create connection SQLException, url: jdbc:mysql://localhost:3306/db2?&useSSL=false&serverTimezone=UTC, errorCode 0, state 08001 java.sql.S ...
分类:
数据库 时间:
2020-06-20 01:27:35
阅读次数:
124
1、Spring 简介 Spring : 春天 > 给软件行业带来了春天 Spring理念 : 使现有技术更加容易使用,本身就是一个大杂烩,整合了现有的框架技术 1.1 发展 2002 年,Rod Jahnson 首次推出了 Spring 框架雏形 interface21 框架。 2004 年 3 ...
分类:
编程语言 时间:
2020-06-19 23:27:34
阅读次数:
108
答:重装iptables 查看库 # dpkg -L iptables | fgrep standard /usr/lib/x86_64-linux-gnu/xtables/libxt_standard.so 重装iptables # apt install --reinstall -y iptab ...
分类:
其他好文 时间:
2020-06-19 20:48:20
阅读次数:
203
作为OS部署的一部分,有两种加入域的方法:使用WindowsPE中的“应用网络设置”步骤在新操作系统中使用“加入域或工作组”步骤应用网络设置应用网络设置只需将所需信息写入Windows应答文件(sysprep.inf,unattend.txt或unattend.xml),然后Windows安装程序会在安装Windows和ConfigMgr步骤中加入实际的域。如果Windows安装程序无法加入域,则
分类:
其他好文 时间:
2020-06-19 16:08:57
阅读次数:
84
前言 一般来说可以用 python -m uiautomator2 init 这个命令帮助我们将需要的东西安装到手机上。 但是有肯专研的人想知道到底这个init命令做了哪些事情。请继续往下看 python-uiautomator2 是安卓应用的Java测试框架Uiautomator的一个Python ...
分类:
其他好文 时间:
2020-06-19 14:01:07
阅读次数:
87