MD5 ATTACK MD5算法目前的状态: 不安全且攻击成本低 PS:SHA 1也快步MD5的后尘了。只是SHA 1攻击成本还不算特别低, hash性质 【1】什么是hash函数: 密码学上的hash函数,是指对于映射A B,使得: A和B唯一对应 由A到B容易,由B到A难(单向性质) 这里的“难 ...
分类:
其他好文 时间:
2020-02-09 18:30:51
阅读次数:
201
python中pop()函数的用法 pop() 函数用于移除列表中的一个元素(默认最后一个元素),并且返回该元素的值。 语法:list.pop(obj=list[-1]) //默认为 index=-1,删除最后一个列表值。 obj -- 可选参数,要移除列表元素的对象。 该方法返回从列表中移除的元素 ...
分类:
编程语言 时间:
2020-02-06 14:28:11
阅读次数:
86
声明:并非原创,转自[https://github.com/rougier/numpy 100][1] This is a collection of exercises that have been collected in the numpy mailing list, on stack ove ...
分类:
其他好文 时间:
2020-02-02 13:30:58
阅读次数:
89
Nmon is a resource monitoring tools which can monitor CPU, Memory, Disks, Network and even Filesystem on RHEL / Ubuntu systems. Java Nmon Analyzer is ...
分类:
编程语言 时间:
2020-01-12 22:05:43
阅读次数:
124
""" 04 要求用户输入总资产,例如:2000 显示商品列表,让用户根据序号选择商品,加入购物车 购买,如果商品总额大于总资产,提示账户余额不足,否则,购买成功。 附加:可充值、某商品移除购物车 goods = [ {"name": "电脑", "price": 1999}, {"name": " ...
分类:
其他好文 时间:
2020-01-10 20:46:43
阅读次数:
98
宝塔部署教程 参考网址: 使用NextCloud来搭建我们的私有网盘、并结合Redis优化性能(宝塔) https://www.moerats.com/archives/175/ 宝塔面板下nextcloud完美优化配置 https://bugxia.com/197.html 宝塔面板部署NextC ...
分类:
其他好文 时间:
2020-01-04 18:10:08
阅读次数:
1098
https://docs.python.org/zh-cn/3/tutorial/controlflow.html#unpacking-argument-lists ...
分类:
编程语言 时间:
2019-12-31 21:19:25
阅读次数:
97
OllyDbg 2.01 September 27, 2013 - version 2.01. OllyDbg, empty language file, chicken language file, Disassembler 2.01 (GPL v3, preliminary version wi ...
分类:
数据库 时间:
2019-12-31 10:20:38
阅读次数:
115
此示例演示如何自定义在 UI 中可视化操作的控件。将创建自定义操作,允许用户输入日期并相应地筛选列表视图。实现的操作将接受键盘输入,并提供下拉日历。将自定义表示操作的控件,以接受使用自定义掩码输入的控件。下图显示了 UI 中生成的操作。 ...
分类:
其他好文 时间:
2019-12-25 13:02:48
阅读次数:
99
A hundred years ago it was assumed and scientifically "proved" by economists that the laws of society make it necessary to have a vast army of poor an ...
分类:
其他好文 时间:
2019-12-22 10:38:04
阅读次数:
89