上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 400 下一页
摘要: SHA1 VS RSA: what's the difference between them? Fundamentally different. SHA1 is a hash algorithm, which is a one way function, turning an input of a 阅读全文
posted @ 2020-11-18 17:59 ChuckLu 阅读(189) 评论(0) 推荐(0)
摘要: TLS Security 1 Learn about what SSL/TLS is, where is it used, and why was it introduced. TLS Security 2 Learn about the history of SSL/TLS and protoco 阅读全文
posted @ 2020-11-17 15:25 ChuckLu 阅读(155) 评论(0) 推荐(0)
摘要: RFC 5246 - The Transport Layer Security (TLS) Protocol Version 1.2 (ietf.org) In earlier versions of Windows, TLS cipher suites and elliptical curves 阅读全文
posted @ 2020-11-16 13:14 ChuckLu 阅读(1019) 评论(0) 推荐(0)
摘要: Building Cython code Using the Jupyter notebook Cython can be used conveniently and interactively from a web browser through the Jupyter notebook. To 阅读全文
posted @ 2020-11-08 15:51 ChuckLu 阅读(137) 评论(0) 推荐(0)
摘要: Getting started with JupyterLab Install with pip If you use pip, you can install it with: pip install jupyterlab If installing using pip install --use 阅读全文
posted @ 2020-11-08 15:38 ChuckLu 阅读(246) 评论(0) 推荐(0)
摘要: Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language (based on Pyrex). Instal 阅读全文
posted @ 2020-11-08 15:32 ChuckLu 阅读(127) 评论(0) 推荐(0)
摘要: Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent相邻的 element 阅读全文
posted @ 2020-11-08 14:16 ChuckLu 阅读(146) 评论(0) 推荐(0)
摘要: 声明和定义 列表 list 一个数据结构,可以将一组数据存放其中,并进行处理 , 用 方括号 [ ] 表示friends = ['John', 'Mike', 'Mary', 'Zhang San'] 字典dictionary 创建空字典,用花括号 {} 或者函数 dict() dict_0 = { 阅读全文
posted @ 2020-10-29 23:43 ChuckLu 阅读(144) 评论(0) 推荐(0)
摘要: 项目是.net4.7.2的, codedom的nuget包下面 Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\tools有3个子文件夹 net45文件夹是安装和卸载的脚本 Roslyn45是4.5的版本,不支持高级语法 Roslyn 阅读全文
posted @ 2020-10-21 10:46 ChuckLu 阅读(249) 评论(0) 推荐(0)
摘要: IIS 10 - 404 Error (But the files exist...) As I messed around in the services, config files and logs... It appears that the service World Wide Web Pu 阅读全文
posted @ 2020-10-15 10:01 ChuckLu 阅读(66) 评论(0) 推荐(0)
上一页 1 ··· 155 156 157 158 159 160 161 162 163 ··· 400 下一页