使用IdentityServer的起点! 安装 IdentityServer4 模板 dotnet new -i IdentityServer4.Template 1、IdentityServer4 创建IdentityServer4项目: dotnet new is4empty -n 项目名 定义 ...
分类:
其他好文 时间:
2020-11-27 11:16:39
阅读次数:
7
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
element ui固定表头 只要在el-table元素中定义了height属性,即可实现固定表头的表格,而不需要额外的代码。 <template> <el-table :data="tableData" height="250" border style="width: 100%"> <el-ta ...
分类:
其他好文 时间:
2020-11-26 15:13:35
阅读次数:
5
1、下载Rocket MQ http://rocketmq.apache.org/docs/quick-start/ 下载的版本为rocketmq-all-4.7.1-bin-release.zip 下载完成后解压C:\Tools\rocketmq-all-4.7.1-bin-release 2、设 ...
HttpClient 实现 socks 代理 package xxx; import com.lucas.admin.util.HttpClientUtil; import org.apache.http.HttpEntity; import org.apache.http.HttpHost; im ...
分类:
Web程序 时间:
2020-11-26 14:56:03
阅读次数:
11
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:
Web程序 时间:
2020-11-26 14:48:24
阅读次数:
9
实验环境:(开始实验之前,请保证防火墙关闭,selinux关闭,时间同步)ansible:192.168.2.7web1:192.168.2.7web2:192.168.2.17OS:centos7OS:centos7OS:centos7实现功能:(自动化部署两台各自主机命名的httpd服务器)1、使用ansible的playbook实现自动化安装httpd2、建立httpd服务器,要求提供各自基
分类:
Web程序 时间:
2020-11-26 14:48:12
阅读次数:
11
package com.atguigu.etl; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.NullWritable; impo ...
分类:
其他好文 时间:
2020-11-25 13:04:03
阅读次数:
26
一、SpringBoot日志 选用 SLF4j(接口)和 logback(实现类),除了上述日志框架,市场上还存在 JUL(java.util.logging)、JCL(Apache Commons Logging)、Log4j、Log4j2、SLF4j、jboss-logging 等。Spring ...
分类:
编程语言 时间:
2020-11-25 13:00:13
阅读次数:
14
Flask内置的模板语言,它的设计思想来源于 Django 的模板引擎,并扩展了其语法和一系列强大的功能。 渲染模版函数 Flask提供的 render_template 函数封装了该模板引擎 render_template 函数的第一个参数是模板的文件名,后面的参数都是键值对,表示模板中变量对应的 ...
分类:
其他好文 时间:
2020-11-25 12:23:59
阅读次数:
7