随笔分类 - ASP.NET(旧)
摘要:原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-09-16 —— 来源于本人的百度文章 [由搬家工具导入] 之前论坛有人发过RM版的,容量差不多有10G.现在这个是flash版的,只有1.2G共七部分. 第一部分:http://www.eduxf.com/xiazai/张孝祥javascript教程之一.rar 第二部分
阅读全文
摘要:原文发布时间为:2008-07-25 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-10-26 —— 来源于本人的百度文章 [由搬家工具导入] 功能实现 名次可重复时,比如第一名有两个。。。 select *,(select count(distinct score) from paper a where a.score >= b.score ) ming
阅读全文
摘要:原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-10-31 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-11-01 —— 来源于本人的百度文章 [由搬家工具导入] 事件的由来 我们继续思考上面的程序:上面的三个方法都定义在Programe类中,这样做是为了理解的方便,实际应用中,通常都是 GreetPeople 在一个类中,ChineseGreeting和 EnglishGr
阅读全文
摘要:原文发布时间为:2008-07-24 —— 来源于本人的百度文章 [由搬家工具导入] 首先当然要写上using System.Data.SqlClient;//这句要写上 1、建立连接字符串如下: SqlConnection testconn = new SqlConnection("Server=
阅读全文
摘要:原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入] <html> <head> <title>js</title> </head> <body><input type="button" name="goto" Value="Back" onClick="histor
阅读全文
摘要:原文发布时间为:2008-11-02 —— 来源于本人的百度文章 [由搬家工具导入] http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html 最初写探索设计模式系列的时候,我只是想把它作为自己学习设计模式的读书笔记来写,可是写到今
阅读全文
摘要:原文发布时间为:2008-09-22 —— 来源于本人的百度文章 [由搬家工具导入] 参考资料:http://www.cnblogs.com/gwazy/articles/139510.html 三个窗体: default1: 属性值: 源码: <%@ Page Language="C#" Auto
阅读全文
摘要:原文发布时间为:2008-11-24 —— 来源于本人的百度文章 [由搬家工具导入]
阅读全文
摘要:原文发布时间为:2008-10-28 —— 来源于本人的百度文章 [由搬家工具导入] 1、 oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键特效,但是快捷键未被屏蔽 2、<table border oncontextmenu=retur
阅读全文
摘要:原文发布时间为:2008-08-10 —— 来源于本人的百度文章 [由搬家工具导入] fileToXml类: using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Sec
阅读全文
摘要:原文发布时间为:2008-10-16 —— 来源于本人的百度文章 [由搬家工具导入] 效果图: 解决方案:页面增加一个按钮,单击事件添加如下方法:protected void Button1_Click(object sender, EventArgs e) { Export("applicatio
阅读全文
摘要:原文发布时间为:2008-11-08 —— 来源于本人的百度文章 [由搬家工具导入]
阅读全文
摘要:原文发布时间为:2008-07-27 —— 来源于本人的百度文章 [由搬家工具导入] webconfig 中<appSettings/> 得后面代码添加如下: <appSettings/> <connectionStrings> <add name="testConn" connectionStri
阅读全文
摘要:原文发布时间为:2008-07-29 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using S
阅读全文
摘要:原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 原文地址:http://blog.csdn.net/21aspnet/archive/2007/03/25/1540301.aspx 说明:准备出一个系列,所谓精髓讲C#语言要点。这个系列没有先后顺序,不过尽量做到
阅读全文
摘要:原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] 添加了一个db的类作为了对象数据源: using System;using System.Data;using System.Configuration;using System.Web;using System.
阅读全文

浙公网安备 33010602011771号