登录
首页 » Web Server » 一个Web学生成绩管理,是一个与数据库连接相关的网上动态asp网页...

一个Web学生成绩管理,是一个与数据库连接相关的网上动态asp网页...

于 2022-02-05 发布 文件大小:20.92 kB
0 202
下载积分: 2 下载次数: 1

代码说明:

一个Web学生成绩管理,是一个与数据库连接相关的网上动态asp网页-a Web performance management, and database is a link related to the dynamic online website asp

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PHP + MySQL项目管理网站源码。
    PHP + MySql项目管理网站源码。 -PHP+ MySql source project management web site.
    2022-07-23 07:47:54下载
    积分:1
  • Weblogic服务应用开发 数据库 web服务应用
    Weblogic服务应用开发 数据库 web服务应用-Weblogic application development services database web services applications
    2022-11-30 01:50:05下载
    积分:1
  • Http Server 1.1 By Cooldiyer 一个简单的个人web服务器。适合于所有win32平台,能自动在进程表中隐藏。 可实现的功能是: 1.可...
    Http Server 1.1 By Cooldiyer 一个简单的个人web服务器。适合于所有win32平台,能自动在进程表中隐藏。 可实现的功能是: 1.可自定义网页根目录。 2.主页默认为index.htm。 3.可自定义端口。 4.可自定义服务端每次发送数据包的大小。 5.为稳定期间,本服务器使用多线程的方法,可满足不同场合的使用。 6.运行时可以隐藏窗口。 用法:http rootdir port byte [-hide] 参数说明: rootdir -> 网页的根目录 port -> 服务器的端口 byte -> 服务器每次发送数据包的大小(字节),建议设定为1024字节 -hide -> 程序隐藏窗口运行 例子1: http c:wwwroot 80 1024 http服务器的网页的根目录为c:wwwroot, 端口为80, 传送数据包的大小为1024字节。 例子2: http c:wwwroot 80 1024 -hide http服务器的网页的根目录为c:wwwroot, 端口为80, 传送数据包的大小为2048字节,隐藏运行。 注意: 1.由于本程序隐藏窗口,所以请小心使用,谢谢下载。-By Cooldiyer a simple personal web server. Suitable for all win32 platform, the process can be automatically hidden table. The function can be realized are : 1. The website can be obtained from the definition of the root directory. 2. Home default index.htm. 3. Self-defined ports. 4. Services available from the definition of each side to send the size of the packets. 5. For the stability period, the use of multi-threaded server approach to meet the use of different occasi
    2022-01-26 08:19:36下载
    积分:1
  • WebServerWatcher 该软件实现了监视 Web 服务器的运行情况,当服务器出错时自动重启 Web 服务器,现只实现了对 Tomcat 服务器的监...
    WebServerWatcher 该软件实现了监视 Web 服务器的运行情况,当服务器出错时自动重启 Web 服务器,现只实现了对 Tomcat 服务器的监视,将程序拷贝至 Tomcat 服务器的 bin 目录下并启动之具可,如果想实现监视其它服务器可以自己实现 IServerManager 接口。 -WebServerWatcher the software realize the surveillance operation of Web servers, when a server error when the automatic restart Web server, is only achieved on the Tomcat server monitoring, program copy to Tomcat server bin directory and start of a can, if you want to Other servers can realize surveillance IServerManager realize their own interface.
    2022-02-26 21:15:58下载
    积分:1
  • orderepaper.asp……订阅E
    订单支付.asp... ... 订阅电子纸屏幕取消纸张.asp......... 电子纸屏幕取消订阅/管理/索引.asp........ 后台管理主程序/Admin/PaperCtrl/。。。。。。。新闻稿内容管理/Admin/UserCtrl/。。。。。。。。用户管理
    2022-01-26 02:15:38下载
    积分:1
  • Server
    Server端向Client端提供两种服务:数学计算服务和反序字符串服务。-Server-side Client-side to provide two services: Mathematics computing services and anti-order strings services.
    2022-01-25 18:36:10下载
    积分:1
  • MyFaces是JavaServer(tm) Faces(JSF) Web框架 (JSR 127)的一个实现。JavaServer(tm) Faces Web框...
    MyFaces是JavaServer(tm) Faces(JSF) Web框架 (JSR 127)的一个实现。JavaServer(tm) Faces Web框架是一个新的实现MVC模式的规范.它可以与Struts框架相媲美甚至的一些特性与观念已经超过了Struts.【FacesIDE:Eclipse下的一个辅助开发插件】.-MyFaces is a JavaServer (tm) Faces (JSF) Web Box Frame (JSR 127) a realization. JavaServer (tm) Faces Web is a new framework for the realization of the MVC model norms. It can Struts framework and even comparable with the characteristics of the concept has exceeded Struts. [Fa cesIDE : Eclipse of an auxiliary plug-in development--.
    2022-04-10 13:24:16下载
    积分:1
  • 一个用Jsp做的网络购物系统 网络购物系统
    一个用Jsp做的网络购物系统 网络购物系统 -a Jsp do with the online shopping network Shopping System
    2023-08-22 13:30:03下载
    积分:1
  • 一个简单的 WEB 3D 模型,用到矩阵操作
    一个简单的 WEB 3D 模型,用到矩阵操作-A simple WEB 3D model, used for matrix operation
    2022-08-23 03:24:20下载
    积分:1
  • Own a java realize distributed services. This model is the use of Tomcat as a we...
    自己编的一个java分布式服务的实现。此模型使用Tomcat作为web服务器,使用JSP页面作为用户交互界面,Javabean作为服务页面逻辑实现,客户端和服务器端通信通过java socket实现,数据库使用access,客户端用java窗口程序实现。对于学习java JSP网络数据库开发及socket远程调用很有帮助,此程序为服务器端程序,客户端程序有意可发email和我联系 xiaoxpp@163.com-Own a java realize distributed services. This model is the use of Tomcat as a web server, using the JSP page as the user interface, Javabean realize the logical page as a service, client and server-side java socket communication through the realization of the database using the access, the client program using java window. Learning java JSP web-based database development and long-distance calls socket helpful, this procedure for the server-side procedures, the client program can send an email and intend to contact me xiaoxpp@163.com
    2022-03-10 20:33:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载