04 2015 档案
摘要:#search_condition [class*=search_submit] 表示class name里面的值包含search_submit$("#search_condition [class^=search_submit]") 表示class name里面的值头部是search...
阅读全文
摘要:数字:"^[0-9]*$"。 n位的数字:"^\d{n}$"。 至少n位的数字:"^\d{n,}$"。 m~n位的数字:。"^\d{m,n}$" 零和非零开头的数字:"^(0|[1-9][0-9]*)$"。 有两位小数的正实数:"^[0-9]+(.[0-9]{2})?$"。 有1~3位小数的正实数:
阅读全文
摘要:CREATE TEMPORARY TABLE test_info ( test_name VARCHAR(50) NOT NULL, test_totail DECIMAL(12,2) NOT NULL DEFAULT 0.00, test_avg DECIMAL(7,2) NOT NULL DEFAULT 0, test_sum INT UNSIGNED NOT...
阅读全文

浙公网安备 33010602011771号