上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 141 下一页
摘要: 1.resize的使用 img_obj.resize((size, size), 模式) 2.模式的类型 参数值 含义 Image.NEAREST 低质量 Image.BILINEAR 双线性 Image.BICUBIC 三次样条插值 Image.ANTIALIAS 高质量 阅读全文
posted @ 2020-08-13 15:16 小小咸鱼YwY 阅读(1337) 评论(0) 推荐(0) 编辑
摘要: 代码+注释 from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives.asymmetric import rsa from cryptography.hazmat.prim 阅读全文
posted @ 2020-08-08 16:52 小小咸鱼YwY 阅读(860) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-05 19:55 小小咸鱼YwY 阅读(20) 评论(0) 推荐(0) 编辑
摘要: ##一.代码 <div id="loading"> <div id="loader-wrapper"> <div id="loader"></div> <div class="loader-section section-left"></div> <div class="loader-section 阅读全文
posted @ 2020-08-03 18:52 小小咸鱼YwY 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: ArrayBuffer转String: 解决中文乱码(模板) function ab2str(buf) { return new Uint16Array(buf) // encodedString = String.fromCodePoint.apply(null, new Uint16Array( 阅读全文
posted @ 2020-07-29 17:24 小小咸鱼YwY 阅读(3015) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 141 下一页