上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 57 下一页
摘要: https://www.cnblogs.com/telwanggs/p/10820701.html http://maven.apache.org/download.cgi <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <na 阅读全文
posted @ 2020-12-22 20:50 zJanly 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cythia/p/10985080.html 由于node下载第三方依赖包是从国外服务器下载,虽然没有被墙,但是下载的速度是非常的缓慢且有可能会出现异常。 所以为了提高效率,我们还是把npm的镜像源替换成淘宝的镜像源。有几种方式供我们选择 使用cnpm 阅读全文
posted @ 2020-12-22 19:21 zJanly 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Introduction There are two major categories of compression algorithms: lossy and lossless. Lossy compression algorithms involve the reduction of a fil 阅读全文
posted @ 2020-12-22 13:40 zJanly 阅读(292) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/benben_2015/article/details/89643090 https://blog.csdn.net/woailuo626/article/details/101377654 https://github.com/golangci/gola 阅读全文
posted @ 2020-12-21 16:19 zJanly 阅读(307) 评论(0) 推荐(0) 编辑
摘要: windows登录认证在不同的windows版本中有不同的方式。在xp中使用gina.dll,而在win7及以上版本使用Credential Providers。在win8及以上版本也是使用Credential Providers但是与win7在实现中略有区别。 以下文章转载至微软 Credenti 阅读全文
posted @ 2020-12-17 14:14 zJanly 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://cn.bing.com/search?q=arm+trustzone+pdf&FORM=QSRE1&ajf=10 https://static.docs.arm.com/100690/0201/armv8_m_architecture_trustzone_technology_100 阅读全文
posted @ 2020-12-11 14:39 zJanly 阅读(474) 评论(0) 推荐(0) 编辑
摘要: hash( key(32) || salt(32) ) == database ? hash ( hash( key(32) || salt(32) ) || pic) == hash( database || pic) ? /etc/shadow passwd Normal base64 set: 阅读全文
posted @ 2020-12-10 15:11 zJanly 阅读(341) 评论(0) 推荐(0) 编辑
摘要: /*typedef struct SA{ int a; const char *s;}SA;int Init(struct SA* s){ s->a = 9; s->s = "okkasjdf"; return 1;}int Final(struct SA* s){ return 2;} */imp 阅读全文
posted @ 2020-12-09 17:01 zJanly 阅读(132) 评论(0) 推荐(0) 编辑
摘要: func ConstantTimeLessOrEq(x, y int) int { x32 := int32(x) y32 := int32(y) return int((((x32 - y32 - 1) | (x32 >> 31) - (y32 >> 31)) >> 31) & 1)}func m 阅读全文
posted @ 2020-12-09 14:02 zJanly 阅读(156) 评论(0) 推荐(0) 编辑
摘要: http://www.soopat.com/Patent/201810332615 1. 何德彪,张语荻,张方国,冯琦,王婧,一种轻量级SM2盲签名生成方法及系统,申请公布号:CN110213048A 2. 何德彪,张佳妮,冯琦,王婧,陈泌文,一种高效的SM9两方协同生成数字签名的方法及系统,申请公 阅读全文
posted @ 2020-12-08 10:56 zJanly 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 57 下一页