随笔分类 - 日积月累
摘要:新建一个 .test. 文件夹,生成 .test 文件夹
阅读全文
摘要:alter table XXX add create_time timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP comment '创建时间' alter table XXX add update_time timestamp NOT NULL DEFAULT
阅读全文
摘要:考虑唯一字符串,取出17位当前时间戳 + 3位随机数字 java 提供的uuid 还可以考虑获取当前IP地址、mac地址等组成唯一字符串 待续。。。
阅读全文
摘要:public class FixedlengthStr { public static String getFixedLengthStr(String str,int size){ if(size == 0){ size = 10; } StringBuffer sb = new StringBuffer(...
阅读全文
摘要:在构造方法里调其他的构造方法用this,用入参区别是哪一个
阅读全文

浙公网安备 33010602011771号