摘要:
原文发布时间为:2009-03-12 —— 来源于本人的百度文章 [由搬家工具导入] select * into destTbl from srcTbl insert into destTbl(fld1, fld2) select fld1, 5 from srcTbl 以上两句都是将 srcTbl 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(113)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-03-13 —— 来源于本人的百度文章 [由搬家工具导入] 两种方法: 第一种 大家都常用的: delete from tablename 第二种 : truncate table tablename 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(110)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-03-09 —— 来源于本人的百度文章 [由搬家工具导入] using System;//去除“askdaskaskdaskg”中的所有ask字符namespace unname{ public class Class1 { public static void Main( 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(115)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-07-26 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(225)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-14 —— 来源于本人的百度文章 [由搬家工具导入] 在.NET Framework中,Hashtable是System.Collections命名空间提供的一个容器,用于处理和表现类似keyvalue的键值 对,其中key通常可用来快速查找,同时key是区分大小写; 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(137)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-06-13 —— 来源于本人的百度文章 [由搬家工具导入] VS2008 太强大了。。。继续学习。。。。现在微软的某些强大功能也是针对 VS2008了。。。所以。。必须得装上 VS2008 去学习 MVC 去学习 LINQ 。。这样才能进步!!o(∩_∩)o...哈哈,下面 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(139)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(108)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-03-30 —— 来源于本人的百度文章 [由搬家工具导入] public long str1, str2, str3, str4, str5, sum=0,sum1=0; public void button1_Click(object sender, EventArgs 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(342)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-04-16 —— 来源于本人的百度文章 [由搬家工具导入] 主要修改手机号,因为手机号增加了 15,18开头的。。 电话号码与手机号码同时验证:(^(\d{3,4}-)?\d{7,8})$|(^1[3,5,8][0-9]{9}$) QQ号:^[1-9][0-9]{4,}$ 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(112)
评论(0)
推荐(0)
摘要:
原文发布时间为:2009-05-06 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-12 00:05
孑孓子
阅读(155)
评论(0)
推荐(0)