An unhandled exception occurred while processing the request. InvalidOperationException: No authenticationScheme was specified, and there was no Defau ...
分类:
Web程序 时间:
2021-05-24 16:10:46
阅读次数:
0
镜像管理 镜像的结构:registry_name/repository_name/image_name:tag_name 例如:docker.io/library/alpine:3.10.1 官方镜像仓库 注册账号 登录hub.docker.com Web界面注册账号 在docker服务器上登录上面 ...
分类:
其他好文 时间:
2021-05-24 12:59:21
阅读次数:
0
原项目系统中已经引入了 Mybatis 和 pagehelper ,当引入Mybatis-plus 后启动项目报错 SqlSessionFactory 错误,排查原因后为依赖冲突导致,需排除部分jar包 1. Mybatis中 <dependency> <groupId>tk.mybatis</gr ...
分类:
编程语言 时间:
2021-05-24 12:59:05
阅读次数:
0
##1.使用ansible的playbook实现自动化安装httpd 配置ansible主机文件 [root@localhost ~]# vim /etc/ansible/hosts [websrvs] 10.50.100.8 配置ansible与管理端的ssh连接 [root@localhost ...
分类:
Web程序 时间:
2021-05-24 07:09:02
阅读次数:
0
安装 ./configure --enable-threads=no && make sudo make install ...
分类:
其他好文 时间:
2021-05-24 05:41:55
阅读次数:
0
Accounts used for Azure AD Connect Azure AD Connect uses 3 accounts in order to synchronize information from on-premises or Windows Server Active Dire ...
分类:
其他好文 时间:
2021-05-24 04:09:23
阅读次数:
0
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:
其他好文 时间:
2021-05-24 03:33:58
阅读次数:
0
apache httpd-2.4.46.tar.gz部署环境 Linux6.5 依赖包: apr-1.6.3.tar.gz apr-util-1.5.2.tar.gz 先部署apr 1、tar -xf apr-1.6.3.tar.gz cd apr-1.6.3 ./configure --prefi ...
分类:
Web程序 时间:
2021-05-24 01:51:31
阅读次数:
0
编译JDK步骤大致是这样的: 下载源码 configure make 看起来很简单,但是实践的时候总会遇到很多问题。所以我总结了一下自己的踩坑经历。 下载源码 方式一:使用Mercurial下载 安装Mercurial sudo apt-get install mercurial 访问OpenJDK ...
分类:
其他好文 时间:
2021-05-04 16:15:24
阅读次数:
0
Rabbitmq 3.6.5以上版本修改端口号方法,网上查了下有一些方不管用,所以自己实践了引用官网说明 https://www.rabbitmq.com/configure.html#configuration-files 本文主要说明在Win系统下如何修改端口号5672为其它号首先查看Log 查 ...
分类:
其他好文 时间:
2021-05-03 12:27:44
阅读次数:
0