HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 13:54:05
ADO.NET:使用ADO.NET连接文本文件_.NET教程_编程技术
- try { // create a new ADOConnection to the text file through ODBC and an existing Data Source ADOConnection conn = new ADOConnection("Provider=MSDASQL;DSN=registrat
-
2013-12-20 13:54:05
ASP.NET:访问Excel 电子表格_.NET教程_编程技术
- C# Code --------------------------------------------- <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.ADO" %> <scr
-
2013-12-20 13:54:03
ASP.NET连SQL7接口源代码_.NET教程_编程技术
- The following example shows what a simple ADO.NET application that connects to the Northwind database and returns a list of Categories would look like. The example
-
2013-12-20 13:54:02
技术分析:.NET的优势与劣势_.NET教程_编程技术
- .NET Framework自2002年3月在日本国内上市以来,至今已一年有余。据估计标准集成.NET Framework的OS--Windows Server 2003将于2003年5月在日本上市。随着.NET环境的完善,作为足
-
2013-12-20 13:54:00
微软放弃.net名称的背后_.NET教程_编程技术
- 微软的最新服务器操作系统一而再,再而三的更名,最终还是弃用了.Net这个商标,采用了Windows Server 2003这个名字。但是,Windows Server 2003绝对不是最后一个弃用.Net商标的微软产品
-
2013-12-20 13:53:58
ASP.Net的几大热点问题_.NET教程_编程技术
- 1 ASP.Net是什么? ASP.Net是建立在微软新一代.Net平台架构上,利用普通语言运行时(Common Language Runtime)在服务器后端为用户提供建立强大的企业级Web应用服务的编程框架。 2.ASP.
-
2013-12-20 13:53:58
ASP+和JSP之间的抉择_.NET教程_编程技术
- Blueski为您编译。 原文名:JSP VS ASP Part 2: The Future According to ASP+ 英文作者没有记下,非常抱歉 由于我同时是ASP和JSP的程序员,所以正开始写一系列的文章来比较两者的差
-
2013-12-20 13:53:56
安装IIS 5.0 DIY_.NET教程_编程技术
- 作者:adam < adam@nsfocus.com > 主页:http://www.nsfocus.com 日期:2000-12-14 在安装Windows2000的时候,如果你选择了安装IIS,那么在安装的时候系统将会你的%SystemDrive%里创
-
2013-12-20 13:53:56
ASP.NET升级能力探讨(三)_.NET教程_编程技术
- <!-- 登陆信息 --><table border=0 width=600 ><tr><td colspan=3><table border=0 cellpadding=0 cellspacing=0 width="100%"><tr><td><b>登陆信息</b></td></tr>
-
2013-12-20 13:53:55
ASP.NET升级能力探讨(二)_.NET教程_编程技术
- 先举一个c#的例子 验证用户表单输入 运行环境:Win2000 Advance Server+IIS5.0+NGWS SDK(80M的).<%@ Page Language="C#" %><html><script language="javascript">function
-
2013-12-20 13:53:55
ASP.NET升级能力探讨(一)_.NET教程_编程技术
- Scalability 总是与我的最后一个话题 performance 缠绕在一起,但事实上,它们是完全不同的两个问题。在Performance 一节里,我已谈及了 caching, 它是scalability 最大的改进之一,因
-
2013-12-20 13:53:53
ASP.NET的缓冲处理_.NET教程_编程技术
- Caching OverviewCaching is a technique that is widely used in computing to increase performance by keeping frequently accessed or expensive data in memory. In the
-
2013-12-20 13:53:52
基于asp.net的webmenu的数据操作5_.NET教程_编程技术
- 其中可以看到,Help菜单有两项内容:Contents和About,其中,Contents又有Topics和ObjectReference,但是这里的Topics已经被Disenable了,不能点击,菜单的使能由数据库里的Enable字段决定,这
-
2013-12-20 13:53:50
基于asp.net的webmenu的数据操作4_.NET教程_编程技术
- 程序代码如下:using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;
-
2013-12-20 13:53:47
用ASP.NET实现一个简单的计算器(适合入门者)_.NET教程_编程技术
- 文件:Calculate.aspxbin/Calculate.csbin/Calculate.bat步骤:1.Calculate.csnamespace Calculate{using System;public class math {public String _color;public int Add(int a