摘要:
很多人不知道SQL语句在SQL SERVER中是如何执行的,他们担心自己所写的SQL语句会被SQL SERVER误解。比如: select * from table1 where name='zhangsan' and tID > 10000 和执行: select * from table1 wh 阅读全文
摘要:
is too old (format 29) to work with client version '1.9.4 (r1740329)' (expects format 31) 2016年09月18日 10:49:52 0条评论数 37 次浏览 分类 :Linux 出现这种情况是因为客户端版本太旧 阅读全文
摘要:
import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;public class DateTestUtil { public static void main(String[] args) t 阅读全文