查看给的附件,就明白,这对公钥中,n过大,所以我们直接对c开e此方即可 aaa.py中是之前利用python写入的c from aaa import * import gmpy2 e = 65537 def dec(ctxt): c = ctxt eth_root = gmpy2.iroot(c, ...
分类:
其他好文 时间:
2020-04-06 23:43:11
阅读次数:
177
140行代码实现Flippy Bird 话说这游戏中文名叫什么来着,死活想不起来了,算了话不多说,140行实现小游戏系列第二章,依然是简单小游戏,与数独游戏相比,在游戏界面显示上更难一些,但是在逻辑方面更简单一些,需要处理的无非是速度、加速度、时间、位置、碰撞检测,界面方面则要实现整个动态的显示; ...
分类:
编程语言 时间:
2020-04-05 18:12:34
阅读次数:
77
class Animal(object): pass # 大类: class Mammal(Animal): pass class Bird(Animal): pass class Runnable(object): def run(self): print('Running') class Fly ...
分类:
其他好文 时间:
2020-04-05 12:01:37
阅读次数:
105
一、恶意代码检测机制和免杀原理 1.恶意代码检测机制 1.1 基于特征码的检测 简单来说一段特征码就是一段或多段数据。如果一个可执行文件(或其他运行的库、脚本等)包含这样的数据则被认为是恶意代码。 1.2 启发式恶意软件检测 “When I see a bird that walks like a ...
分类:
其他好文 时间:
2020-04-03 12:11:10
阅读次数:
68
关于LFM分解理论和python实现见https://www.cnblogs.com/little-horse/p/12489619.html。 以下是java简单实现,完整程序见https://github.com/jiangnanboy/RecomSys/blob/master/src/main ...
分类:
编程语言 时间:
2020-04-02 22:24:08
阅读次数:
83
融合了偏置LFM以及用户的历史评分行为,结合了邻域和LFM。理论及python实现见https://www.cnblogs.com/little-horse/p/12499671.html。 以下java简单实现,完整程序https://github.com/jiangnanboy/RecomSys ...
分类:
编程语言 时间:
2020-04-02 22:20:22
阅读次数:
81
<!DOCTYPE html> <html> <head> </head> <body> <div id = "box" name = "bird"> </div> <script> // 获取属性节点的方式:利用元素节点的attribute属性来获取到所有的属性节点,使用下标获取某个属性节点 va ...
分类:
其他好文 时间:
2020-03-28 13:14:44
阅读次数:
70
元素节点原有的属性:id class title style dir等等 <!DOCTYPE html> <html> <head> </head> <body> <div id="box" name="bird" title="其不知道啊" a="world"> </div> <script> v ...
分类:
其他好文 时间:
2020-03-28 13:10:53
阅读次数:
65
Linkage Actually I just want to practice my English as more as possbile, instead of 「装B」. During my daily job, I use git a little, and usually, some f ...
分类:
其他好文 时间:
2020-03-17 13:50:54
阅读次数:
71
One kind of a little bit pessimistic truths is that our life is companied with Stressors from time to time, among which catching the deadline, facing ...
分类:
其他好文 时间:
2020-03-16 23:50:44
阅读次数:
84