上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 30 下一页
摘要: 软件需求分析与管理的十个问题1.需求工作涉及到哪些内容首先需求包括了产品需求,用户需求,软件需求。产品需求关注的是产品的标准化和通用化,会对收集到的用户需求进行分类和优化,结合业界标准系统模型进行抽象并通用化。用户需求反映的是用户面临的问题域,根据问题域用户期望的能够达到的解决效果;而对于软件需求则是用软件工程的语言结构化和文档化的对用户需求和产品需求的描述。需求工作涉及到需求开发和需求管理。需求... 阅读全文
posted @ 2009-03-06 15:44 阿新 阅读(4228) 评论(0) 推荐(0)
摘要: 页面彈出各种窗口詳解 一、 基本变化 参数解释: window.open 弹出新窗口的命令; 'page.html' 弹出窗口的文件名; 'newwindow' 弹出窗口的名字(不是文件名),非必须,可用空''代替; 100 窗口高度; width=400 窗口宽度; top=0 窗口距离屏幕上方的象素值; left=0 窗口距离屏幕左侧的象素值; toolbar=no ... 阅读全文
posted @ 2009-03-02 19:57 阿新 阅读(617) 评论(0) 推荐(0)
摘要: NHibernate Contrib Best Practice 介绍 NHibernate Contrib(Burrow)是一个轻量级的开发中间件,底层使用Nhibernate 2.0GA(Nhibernate 2.0的.hbm.xml和1.2是兼容的) ORM技术框架实现。Burrow提供了智能化的状态,会话,使管理,事务让你更方便的使用Nhibernate进行.net应用程序的开发。 ... 阅读全文
posted @ 2009-02-24 12:33 阿新 阅读(2706) 评论(1) 推荐(0)
摘要: 几种Code Value Web输入的解决方案 http://files.cnblogs.com/neozhu/AutocompletedSetKeyValue.rar 在实际应用系统开发过程中会经常遇到的情况是在做数据库设计的时候为了满足第二范式消除数据冗余和数据的一致性,就会存在类似单位,币值等基础代码的维护,通常情况基础代码库设计是Key Description这样的结构,对于业务实例会保... 阅读全文
posted @ 2009-02-18 14:34 阿新 阅读(2500) 评论(4) 推荐(0)
摘要: Complete C# code: ---------------- using System; using System.ComponentModel; using System.Configuration; using System.Web.UI; using System.Web.UI.WebControls; namespace CustomGridView { /// /// Su... 阅读全文
posted @ 2009-02-15 19:23 阿新 阅读(655) 评论(0) 推荐(0)
摘要: In this article I will be discussing how you can use client side javascript to access values in specified row and column of GridView control without doing any post back. I have discussed in my previou... 阅读全文
posted @ 2009-02-15 19:09 阿新 阅读(436) 评论(0) 推荐(0)
摘要: In my previous post which was relating to implementing dialog box in web based application, I have provided some examples to popping up a dialog box using showModalDialog javascript function. In that ... 阅读全文
posted @ 2009-02-15 18:52 阿新 阅读(385) 评论(1) 推荐(0)
摘要: Introduction GridView is a new data bound control introduced by Microsoft in Visual Studio .NET 2005. Most of the operations like sorting, paging and selecting items from the GridView are already bui... 阅读全文
posted @ 2009-02-15 18:46 阿新 阅读(415) 评论(0) 推荐(0)
摘要: Introduction This article shows a modal popup dialog window which passes and returns multiple parameters. This sample creates parent and child webforms. The child webform is called modally by the par... 阅读全文
posted @ 2009-02-15 18:22 阿新 阅读(593) 评论(0) 推荐(0)
摘要: Pass Multiple Values from a GridView to Another Page using ASP.NET A common requirement in our projects is to select a GridView row and pass multiple values of the selected row to another page. I r... 阅读全文
posted @ 2009-02-15 17:24 阿新 阅读(767) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 30 下一页