Fork me on GitHub
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 94 下一页
摘要: Http Digest 简介 摘要访问认证最初由RFC 2069中被定义。RFC 2069大致定义了一个传统的由服务器生成随机数来维护安全性的摘要认证架构。 第一次访问响应401,服务器生成nonce参数,nonce位于响应头WWW-Authenticate中。 第二次访问根据nonce计算出res 阅读全文
posted @ 2021-04-09 16:04 秋夜雨巷 阅读(914) 评论(0) 推荐(0)
摘要: ollydbg 官网:http://www.ollydbg.de/ 跟踪寄存器,识别进程,API调用,表,常量和字符串,以及从目标文件和库中查找例程. 界面布局 汇编窗口 注释信息 Options → Automatical module analysis → Main module.选中后会自动分 阅读全文
posted @ 2021-04-02 10:49 秋夜雨巷 阅读(1816) 评论(0) 推荐(0)
摘要: GCC环境 首先安装gcc环境 https://www.cnblogs.com/aeolian/p/14562572.html Win+R输入mingw-get安装管理器,安装gdb,或者命令行输入mingw-get install gdb VSCode配置 配置编译环境 VSCode中 Ctrl+ 阅读全文
posted @ 2021-03-25 20:51 秋夜雨巷 阅读(329) 评论(0) 推荐(0)
摘要: 安装C++环境 阅读全文
posted @ 2021-03-21 11:29 秋夜雨巷 阅读(273) 评论(0) 推荐(0)
摘要: 普通请求 Userinfo sessionUserinfo = (Userinfo)session.getAttribute("CURR_USER"); //如果已经登录,不拦截 if(sessionUserinfo!=null){ return true; }else { //直接response 阅读全文
posted @ 2021-03-13 11:36 秋夜雨巷 阅读(942) 评论(0) 推荐(0)
摘要: Python升级到2.7 下载安装 #下载并解压python2.7 cd /usr/local/src wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz tar -zxvf Python-2.7.10.tgz cd Pyt 阅读全文
posted @ 2021-03-10 22:57 秋夜雨巷 阅读(160) 评论(0) 推荐(0)
摘要: 私有云盘Seafile 环境:CentOS 7 Seafile版本: Seafile 7.0.5社区版 官网手册:https://cloud.seafile.com/published/seafile-manual-cn/deploy/using_mysql.md 其他版本下载:https://do 阅读全文
posted @ 2021-03-10 13:19 秋夜雨巷 阅读(1058) 评论(0) 推荐(0)
摘要: CLSID clsid 加密 在文件夹后面加上 .{20d04fe0-3aea-1069-a2d8-08002b30309d} 我的电脑 {20D04FE0-3AEA-1069-A2D8-08002B30309D} 我的文档 {450D8FBA-AD25-11D0-98A8-0800361B1103 阅读全文
posted @ 2021-02-10 11:25 秋夜雨巷 阅读(288) 评论(0) 推荐(0)
摘要: itext5.5.6根据pdf模板生成PDF文件 阅读全文
posted @ 2021-02-07 11:46 秋夜雨巷 阅读(1559) 评论(0) 推荐(0)
摘要: Itext 官网 Maven坐标 <properties> <itextpdf.version>5.5.6</itextpdf.version> </properties> <dependencies> <dependency> <groupId>com.itextpdf</groupId> <ar 阅读全文
posted @ 2021-02-07 11:44 秋夜雨巷 阅读(2829) 评论(0) 推荐(2)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 94 下一页