01 2021 档案

摘要:package mainimport ( "fmt" "os")func F() (int, string) { return 1, "o"}func ff(a int, s string) { fmt.Println(a) fmt.Println(s)}func f(p []byte) { p[1 阅读全文
posted @ 2021-01-14 20:59 zJanly 阅读(83) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/www646288178/article/details/112218359 1、TLSv1.2 Handshake步骤: 在java8 JSSE中,TLSv1.2的handshake文档链接:https://docs.oracle.com/javase/ 阅读全文
posted @ 2021-01-14 20:02 zJanly 阅读(1331) 评论(0) 推荐(0) 编辑
摘要:https://datatracker.ietf.org/doc/rfc5280/?include_text=1 https://tools.ietf.org/html/rfc5280 Certificate ::= SEQUENCE { tbsCertificate TBSCertificate, 阅读全文
posted @ 2021-01-13 18:43 zJanly 阅读(225) 评论(0) 推荐(0) 编辑
摘要:Miller–Rabin primality test - Wikipedia https://en.m.wikipedia.org/wiki/Miller–Rabin_primality_test Overview The Miller–Rabin primality test or Rabin– 阅读全文
posted @ 2021-01-13 18:42 zJanly 阅读(258) 评论(0) 推荐(0) 编辑
摘要:Bijection In mathematics, a bijection, bijective function, one-to-one correspondence, or invertible function, is a function between the elements of tw 阅读全文
posted @ 2021-01-08 10:50 zJanly 阅读(125) 评论(0) 推荐(0) 编辑
摘要:boost https://www.boost.org/ https://blog.csdn.net/vcforever/article/details/8858901 ar /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDef 阅读全文
posted @ 2021-01-05 10:50 zJanly 阅读(174) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示