摘要: 可以使用转义字符把大于号和小于号这种直接替换掉; select from table where '字段1' =10怎么表示,问题来啦 xml转义可以使用 根据这个规则上面的sql写法应该变成 select from table where ‘字段1’ <![CDATA[ =]] =10 阅读全文
posted @ 2019-04-01 19:27 张什么锋 阅读(2758) 评论(0) 推荐(0) 编辑
摘要: Date d1 = new Date(System.currentTimeMillis() 1000); Date d2 = new Date(System.currentTimeMillis()); System.out.println(d1.compareTo(d2)); java util d 阅读全文
posted @ 2019-04-01 18:27 张什么锋 阅读(6949) 评论(0) 推荐(0) 编辑