机器配置及其他说明 物理机 无线网卡: rtl8723be 操作系统: kali 2020.4 U 盘所在路径:/media/root/kali 网络配置的路径: /etc/network/interfaces apt conf 路径: /etc/apt/apt.conf.d/ network-ma ...
分类:
其他好文 时间:
2021-02-16 12:45:57
阅读次数:
0
打开FTP服务 先ping,查看网络是否联通 打开ssh服务 查看一些服务的状态 #查看ssh状态 service sshd status #防火墙的状态 service iptables status #开启ssh服务 service sshd start #关闭防火墙 chkconfig ipt ...
分类:
系统相关 时间:
2021-02-16 12:23:27
阅读次数:
0
问题描述 # python3.7 /tmp/demo.py Traceback (most recent call last): File "/tmp/demo.py", line 4, in <module> driver = webdriver.Chrome('/srv/sharing/pack ...
分类:
其他好文 时间:
2021-02-15 12:38:15
阅读次数:
0
spring boot集成swagger2 pom依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</version> </depend ...
分类:
编程语言 时间:
2021-02-15 12:24:14
阅读次数:
0
一、跨域问题 当通过一个地址去访问另一个地址的过程中,有三个地方的任何一个不一样就会存在跨域问题,前后端交互的项目经常遇到跨域问题。 协议 ip地址 端口号 本项目前端: http://localhost:9528/ ? 后端: http://localhost:8989/ 端口号不一致存在跨域问题 ...
分类:
其他好文 时间:
2021-02-15 12:12:12
阅读次数:
0
#阿里云OSS对象存储服务 准备工作 1、在service模块新建子模块service_oss 2、引入pom.xml文件中引入oss服务依赖 <dependencies> <!--aliyunOSS--> <dependency> <groupId>com.aliyun.oss</groupId> ...
分类:
其他好文 时间:
2021-02-15 12:11:15
阅读次数:
0
apiVersion: v1 kind: Service metadata: name: zookeeper-service labels: app: zookeeper spec: type: NodePort ports: - port: 2181 name: zookeeper nodePor ...
分类:
其他好文 时间:
2021-02-10 13:32:22
阅读次数:
0
2021/2/9_第1次修改 ccb_warlock 在很多年前整理过的容器监控方案(https://www.cnblogs.com/straycats/p/9281889.html)中,曾经采用在docker swarm中运行cAdvisor、Prometheus、Grafana来实现对容器与宿主 ...
分类:
Web程序 时间:
2021-02-10 13:23:16
阅读次数:
0
##思路 将fontawesome-webfont.ttf文件添加到项目资源中 将字体自动添加到内存中,无需安装字体,易于部署 自动绘制字体图标图片 ##IconHelper public sealed class IconHelper { public static Image GetFontIm ...
常见问题,主要是项目使用了maven 的wrapper,但是idea 无法运行为maven 项目 参考异常信息 java.lang.RuntimeException: Cannot start maven service at org.jetbrains.idea.maven.server.Mave ...
分类:
其他好文 时间:
2021-02-08 12:08:50
阅读次数:
0