摘要:
$(document).ready(function() { //when the id="top" link is clicked $('#top').click(function() { //scoll the page back to the top $(document).scrollTo(0,500); }}); 阅读全文
摘要:
1.表数据结构如下 select * from test tinsert into test values(1, 'jerry');insert into test values(2, 'jerry');insert into test values(3, 'jerry');insert into test values(4, 'tom');insert into test values(5, 'tom');insert into test values(6, 'jake');insert into 阅读全文
摘要:
MySQL Type NameReturn value ofGetColumnClassNameReturned as Java ClassBIT(1)(new in MySQL-5.0)BITjava.lang.BooleanBIT( > 1)(new in MySQL-5.0)BITbyte[]TINYINTTINYINTjava.lang.Booleanif the configuration propertytinyInt1isBitis set totrue(the default) and the storage size is 1, orjava.lang.Integeri 阅读全文