摘要:
效果图import java.awt.Color;import java.awt.Font;import java.awt.Graphics;import java.awt.image.BufferedImage;import java.io.IOException;impo... 阅读全文
posted @ 2019-06-13 09:35
海岛拾贝
阅读(343)
评论(0)
推荐(0)
摘要:
import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;/** * Java常用的对密码加密的方法 * 对摘要信息进行加密编码 * @author zhangmf * @... 阅读全文
posted @ 2019-06-13 09:26
海岛拾贝
阅读(690)
评论(0)
推荐(0)
摘要:
下面两中方式都是将 srcTbl 的数据插入到 destTbl,但两句又有区别的:方式一(select into from)要求目标表(destTbl)不存在,因为在插入时会自动创建。select * into destTbl from srcTbl方式二(insert in... 阅读全文
posted @ 2019-06-13 08:51
海岛拾贝
阅读(4751)
评论(0)
推荐(0)

浙公网安备 33010602011771号