摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 例 阅读全文
摘要:
装了一整天的环境,好累啊,希望这次可以成功。。 阅读全文
摘要:
今天开通了博客园,Make Sign. 阅读全文