/**<!--more--> * 通过重载,配置如果通过拦截器保护请求 * @param http * @throws Exception */ @Override protected void configure(HttpSecurity http) throws Exception {// su ...
分类:
其他好文 时间:
2021-01-21 11:00:01
阅读次数:
0
因为需要判断票据是否超时的,超时的话则返回登录页。 public void Configure((IApplicationBuilder app, IHostingEnvironment env) { //添加一个中间件 app.Use((context, next) => { // context ...
配置802.1x在交换机的端口验证设置 https://www.cisco.com/c/zh_cn/support/docs/smb/switches/cisco-250-series-smart-switches/smb3202-configure-8021x-port-authenticatio ...
分类:
其他好文 时间:
2021-01-18 11:35:37
阅读次数:
0
1.确认下面内容(管理员权限) yum install gcc yum install pcre pcre-devel yum install zlib zlib-devel yum install openssl openssl-devel 2.下载Nginx,选择稳定版(Stable) 目录:/ ...
分类:
其他好文 时间:
2021-01-18 11:28:16
阅读次数:
0
--注意:异地备份数据库,需要先开启备份文件夹的网络共享,数据库选择master--打开允许执行xp_cmdshell EXEC sp_configure 'xp_cmdshell',1 exec master..xp_cmdshell 'net use \192.168.0.139\Databas ...
分类:
数据库 时间:
2021-01-18 10:38:33
阅读次数:
0
#有深信服的参考深信服更改步骤,没有深信服的参考路由器更改步骤: ##路由器更改步骤 SSH2协议登录路由器(公用用户名和密码已下发) 键入如下命令 configure terminal ip access-list extended NAT_ACT permit ip 123.58.177.0 0 ...
分类:
其他好文 时间:
2021-01-14 10:56:25
阅读次数:
0
sudo apt-get update sudo apt-get install python3-dev # 装talib前要先装numpy python3.6 -m pip install numpy -i https://pypi.doubanio.com/simple wget http:// ...
分类:
系统相关 时间:
2021-01-14 10:54:36
阅读次数:
0
kubectl is the official Kubernetes CLI and it interacts with your Kubernetes cluster's API server via its API. It is configured by default using the ~ ...
分类:
Web程序 时间:
2021-01-14 10:52:04
阅读次数:
0
准备4台主机,其中一台装ansible,其余三台分别部署apache、mysql、php,实现lamp架构 主控机ip:192.168.170.20 wang ansible 受控机ip:192.168.170.134 apache apache 192.168.170.135 mysql mysq ...
分类:
其他好文 时间:
2021-01-13 10:47:52
阅读次数:
0
问题 每次vs重启都提示安装证书,即使执行dotnet dev-certs https --clean,dotnet dev-certs https -t然后重启vs也不行。 环境 win10, vs2019 解决办法 运行输入certmgr.msc 在个人,受信任的根证书颁发机构内删除颁发给loc ...
分类:
Web程序 时间:
2021-01-11 11:29:01
阅读次数:
0