天道酬勤,厚德载物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

08 2006 档案

摘要:rt 阅读全文
posted @ 2006-08-30 22:12 cobbles 阅读(128) 评论(0) 推荐(0)

摘要:3 阅读全文
posted @ 2006-08-30 22:10 cobbles 阅读(127) 评论(0) 推荐(0)

摘要:收到以上的消息主要是在创建用户的时候产生的,对于用Asp.net Web site manage的时候创建用户也会产生。主要是密码输入不符合要求,要改变上面的规定时,主要有两种方法:1.所有的站点都改变。 找到machine.config文件 里面有两个属性,一个是 minRequiredP... 阅读全文
posted @ 2006-08-30 21:31 cobbles 阅读(447) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how to debug and monitor your ASP.NET 2.0 Web applications. Duration ... 阅读全文
posted @ 2006-08-28 17:25 cobbles 阅读(158) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how to debug and monitor your ASP.NET 2.0 Web applications. Duration ... 阅读全文
posted @ 2006-08-28 16:24 cobbles 阅读(151) 评论(0) 推荐(0)

摘要:In this lesson, you will see how to maintain state in ASP.NET, including the various objects you can use to store information for your ASP.NET 2.0 applications Something is new to me:in web.config fi... 阅读全文
posted @ 2006-08-28 12:16 cobbles 阅读(169) 评论(0) 推荐(0)

摘要:1. this.Session["username"] = nullHttpSessionState 内部使用 NameObjectCollection 类型的集合对象来存储用户数据。因此使用 this.Session["username"] = null 仅仅是将该元素的值设为 null 而已,并没有真的将其从 Session 中移除。(为什么?晕~~~ 建议看看 C# 基础方面的书。)正确的方... 阅读全文
posted @ 2006-08-27 23:54 cobbles 阅读(332) 评论(0) 推荐(0)

摘要:In this lesson, you will learn how events can be used in your code, and how to react when those events occur.Global.asax default.aspx(显示数据) using System;using System.Data;using System.Configuration;u... 阅读全文
posted @ 2006-08-27 23:33 cobbles 阅读(265) 评论(1) 推荐(0)

摘要:In this lesson, you will explore the various ASP.NET 2.0 server controls available in Visual Web Developer Express Edition. In addition, you will begin to get familiar with the windows in Visual Web D... 阅读全文
posted @ 2006-08-27 18:31 cobbles 阅读(174) 评论(2) 推荐(0)

摘要:Default.aspx 和Default2.aspx的区别Default.aspx 是有 Default.aspx.cs文件的,而Default2.aspx没有,这点在创建是可以选择.这是2003版本没有的.Defult.aspx 代码: 无标题页 Defult2.aspx 代码: 无标题页 ... 阅读全文
posted @ 2006-08-27 16:34 cobbles 阅读(223) 评论(0) 推荐(0)

摘要:准备工作 安装JBuilder2005和MS SQL Server 2000(不可不说的废话 ) 下载Microsoft SQL Server 2000 Driver for JDBC(http://www.microsoft.com/downloads/details.aspx?familyid=... 阅读全文
posted @ 2006-08-25 23:09 cobbles 阅读(504) 评论(1) 推荐(0)

摘要:准备工作 安装JBoss 3.x和MS SQL Server 2000 下载Microsoft SQL Server 2000 Driver for JDBC(http://www.microsoft.com/downloads/details.aspx?familyid=07287b11-0502-461a-b138-2aa54bfdc03a&displaylang=en... 阅读全文
posted @ 2006-08-25 23:07 cobbles 阅读(449) 评论(1) 推荐(0)

摘要:以下所说的struts-config.xml和ApplicationResources.properties等文件名是缺省时使用的,如果你使用了多模块,或指定了不同的资源文件名称,这些名字要做相应的修改。 1、“No bean found under attribute key XXX”在struts-config.xml里定义了一个ActionForm,但type属性指定的类不存在,type属... 阅读全文
posted @ 2006-08-22 22:05 cobbles 阅读(178) 评论(0) 推荐(0)