实验目的 1、https的基本概念和工作流程 2、学会捕获https封包 3、学会筛选重要的https封包 4、学会解密https数据包 实验工具 ?wireshark 实验环境 ?操作机:Windows XP 实验步骤 HTTPS的工作流程 使用HTTPS协议工作时,服务端和客户端的信息传输都会进 ...
分类:
Web程序 时间:
2019-01-26 12:31:58
阅读次数:
226
开发学习时,每次重置apache时,老是报错:Forbidden You don't have permission to access / on this server.,真是气死人 我统计一下我碰到过的问题和解决办法 首先Linux的话网站目录权限直接改成755 解决办法1: 找到 /usr/l ...
分类:
Web程序 时间:
2019-01-26 11:50:18
阅读次数:
171
防盗链目的 防止资源被盗用 http_refer 语法 ...
分类:
Web程序 时间:
2019-01-26 11:45:31
阅读次数:
129
报错: 下载地址: https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python ...
分类:
数据库 时间:
2019-01-26 11:14:25
阅读次数:
127
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Exampl ...
分类:
其他好文 时间:
2019-01-26 11:08:27
阅读次数:
131
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
其他好文 时间:
2019-01-26 11:03:53
阅读次数:
117
原文:Docker & ASP.NET Core (4):容器间的连接第一篇:把代码连接到容器 第二篇:定制Docker镜像 第三篇:发布镜像 Docker容器间的连接 Docker提供了两种方式可以用来做容器间的连接/通信: Legacy Linking:这种方式使用容器名进行连接,实际上它创建了... ...
分类:
Web程序 时间:
2019-01-25 23:20:17
阅读次数:
229
实现效果: 知识运用: KeyEventArgs类的KeyData属性 public Keys KeyData {get;} //获取KeyDown或KeyUp事件的键数据 控件的Focus方法 public bool Focus() // 为控件设置输入焦点 实现代码: ...
分类:
其他好文 时间:
2019-01-25 22:40:56
阅读次数:
214
在Mysql管理软件中, 可以通过sql语句中的dml语言来实现数据的操作, 包括 插入数据INSERT: 更新数据: UPDATE 删除数据DELETE ...
分类:
数据库 时间:
2019-01-25 21:45:36
阅读次数:
194