Linuxer, ex IBMer. GNU https://hmchzb19.github.io/
全部博文(297)
发布时间:2018-01-10 17:34:12
1. 蹭个热点,看到已经有个网页版本的测试浏览器是否Vulnerable to Spectre,我就弄了这么个玩意儿。这个网页URL是: p, li { white-space: pre-wrap; }http://xlab.tencent.com/special/spectre/spectre_check.html,我研究了下,检测的JS脚本是用Ajax做的,当浏览器下载所有JS脚本后,点击测试就是在本.........【阅读全文】
发布时间:2018-01-04 22:33:53
scrapy 是一个强大的爬虫工具。 0. 安装,在Kali linux 下安装很方便。点击(此处)折叠或打开apt-get update apt-get install python3-scrapy1. 命令行基础使用如下:点击(此处)折叠或打开scrapy startproject myproject.........【阅读全文】
发布时间:2017-06-26 20:56:11
主要是看到了别人的算法:http://blog.jobbole.com/111556/我自己写了个python的代码实现,感谢大侠去研究这样的算法点击(此处)折叠或打开def transIDCard15To18(IdCardNo): ll=[] if IdCardNo is not None and l.........【阅读全文】
发布时间:2017-05-28 16:35:45
1.先转两篇文章:python读写Excel和读写Xml. https://linsir.org/post/read-and-write-excel-and-xml-files-with-python用python读写Excel文件 http://www.gocalf.com/blog/python-read-write-excel.html2.xlsxwriter的官方文档在这里:https://xlsxwriter.readthedocs.io/3.贴下我照抄别人的代码:.........【阅读全文】
发布时间:2017-05-21 13:18:16
以前有句话说,要了解RSA,首先你应该理解两个很大的质数. Generating Public and Private KeysA key in the RSA scheme is made of two numbers. There are three steps to creating thekeys:1. Create two random, very large prime numbers. These numbers will be called p and q.Multiply these numbers to.........【阅读全文】
fireboyz20052010-11-10 18:27
HI, 看到你"http://bbs.chinaunix.net/viewthread.php?tid=1806065"
这里的提问,你是不是在看一本叫《Shell脚本专家指南》的书?我也在阅读,我新手,不如大家交流一下,看到不明白也可以大家一起研究研究。
我的qq是:369035906
或gtalk:jiale.chan@gmail.com