摘要:
数据 1.插入 INSERT INTO userinfo(id,username,birthday) VALUES (5,'孙七','1982-12-26'),(6,'Jack','1982-11-26');INSERT INTO userinfo SET id = 7, username = '朱 阅读全文
摘要:
import java.io.*; import java.nio.ByteBuffer; import java.nio.channels.FileChannel; import java.util.Date; public class Test { public static void main(String[] args){ Test t = new Test(); t.directBuff 阅读全文