1、用户登陆,通过spring security验证用户(WebSecurityConfigurerAdapter的configure(AuthenticationManagerBuilder)方法),并且进行授权(WebSecurityConfigurerAdapter的configure(Htt ...
分类:
编程语言 时间:
2019-07-09 10:58:42
阅读次数:
531
安装方法如下: 本人使用的是Cenos 7.0系统,因PHP需要 在编译安装libiconv-1.14时遇到如下问题: 故障1、 未安装GCC 这个问题是因为没有安装GCC程序解决办法: 故障2、在make时报如下错误 ...
分类:
其他好文 时间:
2019-07-08 16:38:53
阅读次数:
391
本文援引自https://www.cnblogs.com/lamp01/p/10101659.html,亲测可行,特此鸣谢 地球上总有一群人是如此深爱PHP,但无奈的是编译安装的过程化特性,导致各种bitch依赖陆续跳出来要求被安装,在configure和make过程中各种花式搅局不说,各种火星错误 ...
分类:
Web程序 时间:
2019-07-08 13:37:26
阅读次数:
139
漏洞描述 Network Time Protocol(NTP)是用来使计算机时间同步化的一种协议,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做同步化。 ntpd 4.2.8之前版本,在实现上存在多个栈缓冲区溢出漏洞,远程攻击者通过构造的数据包,可触发ntpd函数crypto_recv( ...
分类:
其他好文 时间:
2019-07-08 13:25:00
阅读次数:
214
django-redis-sessions 官方文档:https://pypi.org/project/django-redis-sessions/ dango-redis 官方文档:http://niwinz.github.io/django-redis/latest/#_configure_as ...
分类:
其他好文 时间:
2019-07-07 17:48:14
阅读次数:
134
参考书籍为《自己动手写操作系统》于渊著 VMware12 centOS7.4.1708 1.bochs安装 首先下载安装包: "下载地址" 然后解压,解压命令:sudo tar zxvf bochs 2.6.9.tar.gz cd命令进入解压目录,先进行配置 配置命令:./configure ena ...
分类:
其他好文 时间:
2019-07-07 17:25:20
阅读次数:
133
Algorithm : 做一个 leetcode 的算法题//二位数组查找 题目描述//在一个二维数组中(每个一维数组的长度相同),每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。//请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。bool Fin... ...
分类:
其他好文 时间:
2019-07-07 11:09:39
阅读次数:
102
1. Maven dependency pom.xml 2. Configure WebSecurityConfigurerAdapter SecurityConfig.java 3. Spring boot security rest basic authentication demo 3.1. ...
分类:
编程语言 时间:
2019-07-07 09:38:03
阅读次数:
118
环境: centos7.6 php 7.2.3 安装目录/usr/local/php swoole 4.4.0 安装swoole步骤: 1、解压swoole之后, 发现会没有configure这个文件,需要借助php的phpize。 所以定位到php的phpize,如:/usr/local/php/ ...
分类:
其他好文 时间:
2019-07-06 00:50:49
阅读次数:
121
1、编译安装zabbixerror:MySQLlibrarynotfound用编译方式安装的mysql,用编译安装zabbix报checkingformysql_config...configure:error:MySQLlibrarynotfound查找mysql_config#find/-name"mysql_config*"/usr/local/mysql/bin/mysql_config把
分类:
其他好文 时间:
2019-07-05 00:34:19
阅读次数:
165