上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页
摘要: 1、代码 package cn.jiami; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import org.apache.commons.codec.binary.Hex; 阅读全文
posted @ 2023-06-08 09:48 Phoenixy 阅读(93) 评论(0) 推荐(0)
摘要: 方法一: -- 语法 case when 列名=条件 then 命名 else 命名 end 示例 select id, (case when class= 0 then "语文" when class= 1 then "数学" when class = 2 then "英语" end) as 学科 阅读全文
posted @ 2023-06-06 09:35 Phoenixy 阅读(691) 评论(0) 推荐(0)
摘要: auto-py-to-exe 图形化程序打包 安装 pip install auto-py-to-exe 执行 # 命令行输入 auto-py-to-exe 图形界面 < 选择好python文件之后点击convert .py to .exe 就可以进行打包了> 阅读全文
posted @ 2023-06-01 15:17 Phoenixy 阅读(190) 评论(0) 推荐(0)
摘要: python 操作redis数据库 阅读全文
posted @ 2023-06-01 11:04 Phoenixy 阅读(263) 评论(0) 推荐(0)
摘要: HMAC算法可以用于验证信息的完整性,这些信息可能在应用之间或者网络间传递 1、SHA加密 # -*- coding:utf-8 -*- import hmac import hashlib class hmac_tools: def __init__(self): self.key = "a123 阅读全文
posted @ 2023-05-26 14:25 Phoenixy 阅读(140) 评论(0) 推荐(0)
摘要: maven 项目 - MD5加密方式 阅读全文
posted @ 2023-05-24 17:31 Phoenixy 阅读(2255) 评论(0) 推荐(0)
摘要: JSONObject及JSONArray 阅读全文
posted @ 2023-05-24 17:06 Phoenixy 阅读(299) 评论(0) 推荐(0)
摘要: 控制台输出中文乱码 阅读全文
posted @ 2023-05-23 14:32 Phoenixy 阅读(692) 评论(0) 推荐(0)
摘要: 通过第三方接口发送request请求 阅读全文
posted @ 2023-05-22 15:01 Phoenixy 阅读(376) 评论(0) 推荐(0)
摘要: BeanShell 脚本 阅读全文
posted @ 2023-05-17 17:05 Phoenixy 阅读(185) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 33 下一页