用户信息存储 /** * 通过重载,配置user-detail服务<!--more--> * @param auth * @throws Exception */ @Override protected void configure(AuthenticationManagerBuilder auth ...
分类:
其他好文 时间:
2021-01-21 11:00:48
阅读次数:
0
import requestsimport refrom lxml import etree# source = requests.get('http://www.paoshu8.com/0_984/746463.html').content.decode('utf8')# #print(sourc ...
分类:
编程语言 时间:
2021-01-21 10:48:04
阅读次数:
0
正文 1 intel的赋值格式 mov dest source 2 intel汇编的参数寄存器传递 参数传递会使用六个寄存器 %rdi, %rsi, %rdx, %rcx, %r8, %r9, 返回值使用 %rax 3 test %rax %rax 用来潘顿 %rax是否为0,test指令本来是让后 ...
分类:
其他好文 时间:
2021-01-20 12:16:18
阅读次数:
0
Sentinel上下文创建及执行,入口示例代码: public static void fun() { Entry entry = null; try { entry = SphU.entry(SOURCE_KEY); } catch (BlockException e1) { } finally ...
分类:
其他好文 时间:
2021-01-20 11:51:13
阅读次数:
0
Debian包构建 记得提前配置构建环境 1.使用 apt source 下载 sl 的源码 2.尝试 sl 的编译成包 3.尝试 dpkg-deb 解压和修改二进制包 4.尝试 dpkg-repack 从系统中取出已经安装的 debian package ##1.拉取源码 apt sourece ...
分类:
其他好文 时间:
2021-01-20 11:50:12
阅读次数:
0
一、 安装go 1、 解压安装 tar -C /usr/local/ -xvf go1.15.6.linux-amd64.tar.gz 2、 配置环境变量 vi /etc/profile export PATH=$PATH:/usr/local/go/bin source /etc/profile ...
分类:
其他好文 时间:
2021-01-20 11:49:11
阅读次数:
0
https://blog.csdn.net/maoxuexue/article/details/106114771?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_ ...
分类:
其他好文 时间:
2021-01-19 12:00:30
阅读次数:
0
spring MVC是一个基于MVC模式的表现层框架,在spring2.5以后增加了注解功能。使得开发变得更加高效、快捷。由于spring MVC是spring框架的一个模块,springmvc和spring无需通过中间整合层进行整合,可以达到无缝整合。 springMVC的特点有: 1、基于的是s ...
分类:
编程语言 时间:
2021-01-18 11:33:30
阅读次数:
0
参考: https://blog.csdn.net/zengshitang520/article/details/50685758?utm_medium=distribute.pc_relevant.none-task-blog-searchFromBaidu-1.control&depth_1-u ...
分类:
系统相关 时间:
2021-01-18 11:32:39
阅读次数:
0
伪协议常常用于文件包含漏洞之中。 在php中能够造成文件包含的函数有include、require、include_once、require_once、highlight_file、show_source、file_get_contents、fopen、file、readfile 0x01 函数 1 ...
分类:
其他好文 时间:
2021-01-18 11:07:57
阅读次数:
0