联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 软件设计/软件工程(8) 
按平台查找All ASP(8) 

[软件设计/软件工程] form-submit-across-domain

巧妙实现 Form 表单认证跨站点、跨服务器的单点登录
Clever the Form forms authentication cross site, cross-server single sign-on (2012-08-06, ASP, 10KB, 下载5次)

http://www.pudn.com/Download/item/id/1959017.html

[软件设计/软件工程] biyesheji

随着Internet技术的发展,人们的日常生活、学习已经离不开网络。未来社会人们的生活和工作将越来越依赖于数字技术的发展,越来越数字化、网络化、电子化、虚拟化。Internet的发展历程以及目前的应用状况和发展趋势,可以充分地相信网络技术将极大的改变我们的生活和工作方式,甚至社会的价值观也会发生某种变化
As Internet technology develops, people s daily lives, learning has been inseparable from the network. Future society, people s life and work will be increasingly dependent on digital technology, more and more digital, network, electronic, virtualization. Internet, the application development process and the current status and development trend, we can fully believe that network technology will greatly change the way we live and work, and even society as a change can occur (2010-03-23, ASP, 1473KB, 下载2次)

http://www.pudn.com/Download/item/id/1097126.html

[软件设计/软件工程] sql

课程设计的需求分析利用sql 和 asp实现 奥斯陆扩大;螺丝扣法;胜利扩大法胜利扩大法深刻发;深刻发生
Analysis of curriculum design needs to achieve the use of sql and asp expand Oslo screws deduction method victory extends profound victory made the expansion of law profound happened (2009-07-02, ASP, 7KB, 下载2次)

http://www.pudn.com/Download/item/id/828690.html

[软件设计/软件工程] Academic_System

随着在校大学生人数的不断增加,教务系统的数据量也不断的上涨。针对学生选课这一环节,本系统从学生网上自主选课以及教师的课程发布两个大方面进行了设计,基本实现了学生的在线信息查询、选课功能以及教师对课程信息发布的管理等功能,另外也初步解决了教师在课程信息发布管理上的权限问题。本程序前台采用Dreamweaver 4.03进行页面制作,后台由SQL Server数据库支持,通过使用ASP语言实现动态网页的效果,达到对数据库的操作以完成使用者的要求。本文中除了有对程序的总体设计、详细设计、功能实现等主体部分外,在这之前还介绍了与网上选课系统相关的信息管理系统、网络编程技术、ASP编程语言、SQL Server数据库服务器等的基本内容及发展情况。   关键字:选课、课程信息发布、权限、SQL Server、ASP
Abstract:with the development of the enrolling number, the data for daily education is increasing, too. This system is special for the on-line course choosing to design both from the aspect of the student and the teacher. The student can choose the course independently and the teacher can manage the information of the announcing course, also. This system is basically used for the on-line information searching, the course choosing and the announcing course managing. Besides, the power of the teacher has been well controlled. The form is made by Dreamweaver 4.03 , the data base is built by SQL Server and the active website is made by using the ASP language .This paper includes the main designing , the detail designing, the function designing and , before this , some basic knowledge and present development of the programs mentioned above. Keywords:course choosing , announcing the course information , power , SQL Server , ASP (2009-06-17, ASP, 1057KB, 下载31次)

http://www.pudn.com/Download/item/id/811331.html

[软件设计/软件工程] planeonlinebookingsystem

本论文论述了网上飞机订票系统的构架,流程,维护以及开发本系统相关的知识体系,最后还谈到了我的收获和体会以及自己总结出的一些很有实用价值的东西。 开发工具: 前台:Microsoft Visual InterDev 后台:Access2000 服务器:Microsoft Windows2000 Server 相关技术: Asp、Html、ADO、SQL 系统结构: 1. 航线及相关信息查询 2. 订票 3. 留言 4. 用户资料系统 5. 数据库后台管理
This thesis discusses the plane online booking system architecture, process, maintenance and development of the system-related knowledge systems, and finally also talked about my experience as well as the harvesting and summed up some of their great practical value to things. Development Tools: Front Desk: Microsoft Visual InterDev Backgrounds: Access2000 server: Microsoft Windows2000 Server related technologies: Asp, Html, ADO, SQL system architecture: 1. Routes and related information 2. Booking 3. Guest Book 4. User Information System 5. Backgrounds database management (2009-03-15, ASP, 703KB, 下载30次)

http://www.pudn.com/Download/item/id/674091.html

[软件设计/软件工程] ASP

asp小服务器,本地asp测试,功能强大
asp (2009-03-04, ASP, 786KB, 下载1次)

http://www.pudn.com/Download/item/id/661040.html

[软件设计/软件工程] asp

学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只 要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为 文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结 果 , 只 要 使 用 HTTP 协 议 在 Web 浏 览 器 中 请 求 查 看 该 页 就 行 了 。 也 就 是 键 入 ht tp://localhost/iishelp/iis/htm/tutorial/filename.asp 。 在 本 课 中 , 您 将 创 建 流 行 的 “ Hello World! ” 脚 本 , 方 法 是 从 教 程 中 将 HTML 和 ASP 脚 本 命 令 复 制 到 文 本 编 辑 器 中 。 当 您 在 文 本 编 辑 器 中 保 存 文 件 后 , 就 能 用 浏 览 器 查 看 脚 本 的 输 出 效 果 了 。
err (2008-10-13, ASP, 135KB, 下载4次)

http://www.pudn.com/Download/item/id/560031.html

[软件设计/软件工程] 乘风多用户计数器

这是一个用ASP编制而成的网业计数器,它具有一个很大优势:能够和网业分离,实现远程 调用,又可以嵌入到需要统计在线人数的网页来实现在线人数统计功能
This is an ASP compiled from the network industry counters, it has an enormous advantage : and to divide the network, remote call, Also needs to be embedded in online statistics of the number of online website to achieve the statistics function (2005-12-30, ASP, 424KB, 下载171次)

http://www.pudn.com/Download/item/id/136919.html
总计:8