markdown 在线制作ppt json校验和格式化工具
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestStringToNum{ class Program { static void Main(string[] args) { String str = "15.23"; int i = 2; float f = 1.2f; Double du = 0.33; Type tDouble = du.GetType(); Type tInt = i.GetType(); Type tFlo 阅读全文
posted @ 2011-04-24 23:49 GavinHacker 阅读(168) 评论(0) 推荐(0) 编辑
摘要:  1 1, 2 打开关系图 3 alter authorization on database:: dataname to sa 4 2. 5 check约束 6 例:列名 like '%@%' 对email 的格式 7 and ,in (),between and , 8 3, 9 删除主表之前,必须先删除子表 10 4, 11 比较运算符 12 =,>,=,<=,,!, 13 5, 14 通配符 15 '_' 一个字符 16 % 任意长度字符 17 [] 括号中指定范围内的任意一个字符 18 [^] 不在括号中指定范围内的任意一个字符 19 例 阅读全文
posted @ 2011-04-24 23:15 GavinHacker 阅读(251) 评论(0) 推荐(0) 编辑
markdown 在线制作ppt json校验和格式化工具