欢迎访问我的博客 https://javascript.shop
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页
摘要: 原文发布时间为:2009-04-25 —— 来源于本人的百度文章 [由搬家工具导入] 最近好几个人问我。。。。。 企业管理器-->右键你的表-->设计表-->选中一int类型字段-->下面有个属性叫“标识”的 标识 增量 1 标识 种子 1 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(96) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-06-18 —— 来源于本人的百度文章 [由搬家工具导入] 在类文件中不能直接使用response.write,需要使用 System.Web.HttpContext.Current.Response.Write来调用。 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(122) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-05-22 —— 来源于本人的百度文章 [由搬家工具导入] 分页控件以及风格源代码 :http://download.csdn.net/source/1340238 右击工具箱,选择项 》浏览到那个 AspNetPager.dll 在工具箱中将出现控件 风格: AspNet 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(111) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 源代码:http://www.xmaspx.com/Services/FileAttachment.ashx?AttachmentID=43 <html><head><title>笑傲心扬百度空间</title>< 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(114) 评论(0) 推荐(0)
摘要: 原文发布时间为:2009-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 无刷新弹出警告: ScriptManager.RegisterStartupScript(this.Page, this.GetType(),"onekey", "alert('弹出')", true); 而以下方 阅读全文
posted @ 2017-07-12 00:05 孑孓子 阅读(445) 评论(0) 推荐(0)
摘要: 原文发布时间为: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)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 58 下一页
欢迎访问我的博客 https://javascript.shop