markdown 在线制作ppt json校验和格式化工具
上一页 1 ··· 29 30 31 32 33
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections.Specialized;namespace TestCollectionForeach{ class Program { static void Main(string[] args) { StringCollection strColl = new StringCollection(); strColl.Add("Gavin"); strColl.Add(&qu 阅读全文
posted @ 2011-04-25 21:42 GavinHacker 阅读(1760) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 装了一整天的环境,好累啊,希望这次可以成功。。 阅读全文
posted @ 2011-04-23 23:37 GavinHacker 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 今天开通了博客园,Make Sign. 阅读全文
posted @ 2011-04-18 12:37 GavinHacker 阅读(111) 评论(0) 推荐(0) 编辑
上一页 1 ··· 29 30 31 32 33
markdown 在线制作ppt json校验和格式化工具