天道酬勤,厚德载物

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 3 4 5 6 7

2006年8月27日

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

2006年8月25日

摘要: 准备工作 安装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 阅读(497) 评论(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 阅读(421) 评论(1) 推荐(0) 编辑

2006年8月22日

摘要: 以下所说的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 阅读(167) 评论(0) 推荐(0) 编辑

2006年5月24日

摘要: http://218.75.79.10:88/getdatetime.aspx 来源:http://base.google.com/base/search?a_n225=volunteer&a_y225=0&a_s225=0&a_n682=modification+date&a_y682=7&a_s682=0&a_r=1 演示:http://www.i2key.com/GoogleBaseCal/... 阅读全文
posted @ 2006-05-24 23:23 cobbles 阅读(286) 评论(1) 推荐(0) 编辑

摘要: 梅花雨日历控件3.0的JS源码以及说明文件下载http://www.meizz.com/web/download/Web_Calendar_30.rar出处:http://community.csdn.net/Expert/topic/3398/3398406.xml?temp=.9305078CSDN文档介绍http://dev.csdn.net/develop/article/15/1524... 阅读全文
posted @ 2006-05-24 23:15 cobbles 阅读(3420) 评论(5) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7