摘要:
mysql> create table t(id int auto_increment not null,c1 int,c2 int,c3 int as (c1+c2),primary key(id)); Query OK, 0 rows affected (0.41 sec) 阅读全文
摘要:
mysql教程 mysql教程 2016年5月14日 0:09 2016年5月14日 0:09 1.查看mysql帮助信息 C:\Users\zhangcunli>mysql --help mysql Ver 14.14 Distrib 5.7.9, for Win64 (x86_64) Copyr 阅读全文
摘要:
log4j2.xmllog4j-api-2.5.jarlog4j-core-2.5.jar <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xml> <Configuration status="WARN"> <Appenders> <Console 阅读全文
摘要:
select area from areas where cityid=(select cityid from cities where city like '杭州%') and id!=(select min(id) from areas where cityid=(select cityid f 阅读全文
摘要:
Html5 upload img Html5 upload img 2012年12月27日 20:36 <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-"> < 阅读全文
摘要:
fff 阅读全文