摘要: 记录一下 Dictionary<string, string> dictionary = new Dictionary<string,string>(); foreach (string dic in dictionary.Keys) { //Key: dic //Value: dictionary 阅读全文
posted @ 2023-04-23 20:31 天天代码码天天 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 代码如下 import javax.crypto.Cipher; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.DESKeySpec; import javax.crypto.spec.IvParameterSpec; 阅读全文
posted @ 2023-04-23 17:20 天天代码码天天 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 如果实在没有方法了可以试一试 删除所有的配置文件,默认位置C:\Users\${你的用户名}\${.IntelliJIdea+版本} 注意:删除配置后之前所有的设置都会失效,谨慎操作。 阅读全文
posted @ 2023-04-23 13:29 天天代码码天天 阅读(111) 评论(0) 推荐(0) 编辑