摘要:
function checkDate(obj){ var date=obj.value;var re = new RegExp("(([0-9]{3}[1-9]|[0-9]{2}[1-9][0-9]{1}|[0-9]{1}[1-9][0-9]{2}|[1-9][0-9]{3})-(((0[13578... 阅读全文
摘要:
转至:http://wiki.lessthandot.com/index.php/Subquery_typo_with_using_inSubquery typo with using inFrom WikiJump to: navigation, searchDo you use the foll... 阅读全文
摘要:
【转】Hibernate的getSQLQuery方法对char类型的解析问题建立数据库:create table T_TEST1( id char (32), name varchar (255), other varchar (255), primary key(id))insert into T... 阅读全文