09 2022 档案

摘要:vue加密解密 /** * 工具类 * AES加密 * 特别注意:(1)AES加密中需要前后端共同协商一个密文(密钥),用来加密/解密的(2)偏移量。 * l36DoqKUYQP0N7e1 代表此次密文 */ import CryptoJS from 'crypto-js' //CBC模式 expo 阅读全文
posted @ 2022-09-28 14:08 maplethefox 阅读(697) 评论(0) 推荐(0) 编辑
摘要:import time def timer(func): def func_in(*args, **kw): start_time = time.time() print(start_time) func(*args, **kw) end_time = time.time() print(end_t 阅读全文
posted @ 2022-09-09 16:16 maplethefox 阅读(14) 评论(0) 推荐(0) 编辑

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