摘要: AES 可逆性加密算法 package com.lock.demo.service; import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; import javax.crypto.Cipher; import javax.cryp 阅读全文
posted @ 2020-01-14 17:36 整合侠 阅读(992) 评论(0) 推荐(0) 编辑
摘要: DES 可逆性加密算法 package com.eternalinfo.encryption.common; import javax.crypto.Cipher; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory 阅读全文
posted @ 2020-01-14 17:34 整合侠 阅读(592) 评论(0) 推荐(0) 编辑
摘要: Java Swing如何让窗体居中显示 源码: package com.himarking.tool; import java.awt.Toolkit; import javax.swing.JFrame; @SuppressWarnings("serial") public class AppWi 阅读全文
posted @ 2020-01-14 16:54 整合侠 阅读(1544) 评论(0) 推荐(0) 编辑
摘要: eclipse 安装插件 直接用eclipse-->install softwareMars - http://download.eclipse.org/releases/mars 然后选择要安装的插件即可。 阅读全文
posted @ 2020-01-14 13:31 整合侠 阅读(230) 评论(0) 推荐(0) 编辑
摘要: eclipse 搭建Swt 环境 一、查看当前使用的exlipse 版本型号 在exlpse 选项栏找到Help --> about Eclipse 选项即可看到当前exlipse 的版本型号。如图: 二、到官网上去下载相匹配的SWT插件,或者直接在线安装 SWT插件的下载地址:http://www 阅读全文
posted @ 2020-01-14 10:01 整合侠 阅读(1241) 评论(0) 推荐(0) 编辑