摘要:
function getExplorer() { var explorer = window.navigator.userAgent; if (isIE()) { return "IE"; } //firefox else if (explorer.indexOf("Firefox") >= 0) 阅读全文
摘要:
SHOW OPEN TABLES [FROM db_name] [LIKE ‘pattern’] SHOW OPEN TABLES列举在表缓存中当前被打开的非TEMPORARY表。 SHOW OPEN TABLES会返回以下字段: Database 含有该表的数据库。 Table 表名称。 In_u 阅读全文