2007年9月4日

摘要: This sample demonstrates printing from a Web ADF application. The sample is a custom task that prints the contents of a Map control by merging its resources into a single image. It also enables the user to choose results from a TaskResults control to print below the map. A user-customizable title is displayed at the head of the page. The page is opened as a new browser window from the current window. 阅读全文

posted @ 2007-09-04 13:38 Ekin.S.Sun 阅读(1061) 评论(0) 推荐(0) 编辑


2007年8月3日

摘要: 学习使用.net已经一年时间了,从1.1到2.0,总算是基本入门了。这段时间很感谢曾经帮助过的我的人,没有他们的帮助,我不可能迈入程序的行列,真正收获了不少东西,下面是美国新蛋科技的前辈在我入门时给我推荐的学习站点,今天偶然之间翻到,希望对初学者们有一定的帮助。 阅读全文

posted @ 2007-08-03 09:33 Ekin.S.Sun 阅读(297) 评论(0) 推荐(0) 编辑

摘要: Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. In ASP.Net terms, AJAX allows server-side processing to occur without requiring postback, thus enabling clients (browsers) with rich server-side capabilities. In other words it provides a framework for asynchronously dispatching and processing requests and responses from the server. AJAX leverages a number of existing technologies, whi 阅读全文

posted @ 2007-08-03 09:18 Ekin.S.Sun 阅读(1379) 评论(3) 推荐(0) 编辑


2007年7月31日

摘要: The first time that you start Visual Studio, it asks to make a selection from a list of predefined settings. Any further customizations made to the IDE, such as adding a shortcut key combination or changing the docking location of a window, are tracked and stored along with the predefined settings. 阅读全文

posted @ 2007-07-31 07:51 Ekin.S.Sun 阅读(408) 评论(0) 推荐(0) 编辑

摘要: 介绍一些邮件发送的常用方法,帮助快速地进行邮件系统的开发. 阅读全文

posted @ 2007-07-31 07:50 Ekin.S.Sun 阅读(377) 评论(0) 推荐(0) 编辑


2007年7月30日

摘要: 一些常用的正则表达式. 阅读全文

posted @ 2007-07-30 14:07 Ekin.S.Sun 阅读(946) 评论(0) 推荐(0) 编辑


2007年1月25日

摘要: 电子商务系统对安全问题有较高的要求,传统的访问控制方法DAC(Discretionary Access Control,自主访问控制模型)、MAC(Mandatory Access Control,强制访问控制模型)难以满足复杂的企业环境需求。因此,NIST(National Institute of Standards and Technology,美国国家标准化和技术委员会)于90年代初提出了基于角色的访问控制方法,实现了用户与访问权限的逻辑分离,更符合企业的用户、组织、数据和应用特征。ASP.NET是微软为了抗衡JSP而推出的新一代ASP(Active Server Pages)脚本语言,它借鉴了JSP的优点,同时它又具有自身的一些新特点。 阅读全文

posted @ 2007-01-25 15:31 Ekin.S.Sun 阅读(1563) 评论(1) 推荐(0) 编辑

摘要: 介绍较为复杂的权限设置机制,,可以方便地构建企业权限管理. This article demonstrates how to use Form Authentication in ASP.NET. I have written a set of classes and a small web application that uses these classes as an example. The small application features 4 forms (pages) that allow you to do the following functions: Add new user, assign roles to users, remove roles from users and manage roles. Although the classes I've written provide quite enough functions that are ready to use, for the demonstration purpose, I have 阅读全文

posted @ 2007-01-25 14:56 Ekin.S.Sun 阅读(1362) 评论(1) 推荐(0) 编辑


2007年1月18日

摘要: Web.config文件是一个XML文本文件,它用来储存 ASP.NET Web 应用程序的配置信息(如最常用的设置ASP.NET Web 应用程序的身份验证方式),它可以出现在应用程序的每一个目录中。当你通过VB.NET新建一个Web应用程序后,默认情况下会在根目录自动创建一个默认的 Web.config文件,包括默认的配置设置,所有的子目录都继承它的配置设置。如果你想修改子目录的配置设置,你可以在该子目录下新建一个Web.config文件。它可以提供除从父目录继承的配置信息以外的配置信息,也可以重写或修改父目录中定义的设置。 阅读全文

posted @ 2007-01-18 17:02 Ekin.S.Sun 阅读(273) 评论(0) 推荐(0) 编辑


2007年1月4日

摘要: * 测试过程按4个步骤进行,即单元测试、集成测试、确认测试和系统测试及发版测试。 * 开始是单元测试,集中对用源代码实现的每一个程序单元进行测试,检查各个程序模块是否正确地实现了规定的功能。 阅读全文

posted @ 2007-01-04 17:05 Ekin.S.Sun 阅读(273) 评论(0) 推荐(0) 编辑


Copyright © 2024 Ekin.S.Sun
Powered by .NET 8.0 on Kubernetes