登录
首页 » ASP » site8002

site8002

于 2016-05-17 发布 文件大小:277KB
0 83
下载积分: 1 下载次数: 2

代码说明:

  ASP+Ajax+Jquery无刷新留言本,最近有网友让我帮忙做一个简单的asp程序,我突然想到用AJAX来实现,因为之前用的是NET,实现起来比较简单。其实ASP的AJAX实现跟aspx差不多,都是reponse.write一个值到浏览器。不同的是,NET是ashx页面来处理返回值的,而asp是用asp页面来返回值。(ASP+ Ajax+ Jquery no refresh guestbook, recently there are users asked me to do a simple asp program, I suddenly thought of using AJAX to achieve, because before using NET, relatively simple to implement. In fact, the ASP AJAX implementation with aspx are similar reponse.write a value to the browser. The difference is, NET is ashx page to handle the returned value is asp and asp page to return value. )

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

发表评论

0 个回复

  • 项目管理系统
    资源描述内含登陆、项目录入、工时管理、项目管理、人员管理、审批流程管理、时间管理、资金分配方案管理等等
    2022-12-07 21:40:03下载
    积分:1
  • KAO-QING-guan-li
    根据系统用户的需求,将本系统按功能划分成三大功能模块:请假系统、考勤系统、后台管理模块,涉及到六大类用户:学生、任课教师、班主任、院系领导、学校领导、系统管理员。 1、 请假系统模块 本模块的功能是在线请假的实现及管理,主要涉及三大类用户:学生、班主任及院系领导用户,学生通过此功能模块进行在线请假及查看请假记录信息;班主任在线审批学生请假及查看请假记录信息;院系领导在线审批学生长时间的请假及查看请假记录信息。 2、 考勤系统模块 本模块的功能是学生考勤信息统计的实现、查看及管理,涉及六大类用户中的所有用户。学生在线查看自己所有学年的出勤信息;任课老师在线管理学生出勤信息;班主任、院系领导、学校领导查看不同的范围的学生出勤信息。 3、 后台管理管理 本模块的功能实现整个系统数据的同步更新及维护,只涉及系统管理员用户。系统管理员动态的管理学生信息、课表安排、学年安排等信息,是整个系统实现的基础。 (According to the needs of users of the system , the system will be divided by function into three functional modules : leave system, attendance system , backstage management module , the user comes to six categories : students, classroom teachers , teacher, faculty leaders , school leaders, system administrator. 1 , leave the system module Function of this module is to leave the realization and management of online , mainly related to three categories of users : students, teacher and faculty leadership users , students through this function module for online leave and view leave records information class students leave and view online approval for leave record information faculty student leader online approval long leave and view leave records information . 2 , time and attendance system modules Function of this module is to achieve student attendance information statistics , view and manage , involving six categories of users for all users . Student attendance information onli)
    2014-01-03 22:56:53下载
    积分:1
  • Desktop
    有Burst Launcher fix by Gorilla K这把刀的渣画质版本吗 - 《... 13条回复 - 发帖时间: 2015年2月28日 2015年2月28日 - 就是这个 资源黑名单上的 我忘记从哪里下的太刀合集里面就有这把看着很舒服 没想到竟然进了黑名单...求助 ... bbs.3dmgame.com/thread... - 百度快照(GTA_V_Crash_Fix_Launcher crack game gta V if Software TestingGTA_V_Crash_Fix_Launcher crack game gta V if Software Testing.)
    2016-01-20 18:47:07下载
    积分:1
  • 一指香飞点餐系统示例
    说明:  基于uni-app开发的点餐系统,该系统功能正常使用。(The ordering system based on uni app is used normally.)
    2020-12-20 12:09:09下载
    积分:1
  • 医疗信息管理系统
    医疗信息管理系统主要可以分成四个部分,一是普通游客模块,二是注册病人模块,三是医生模块,四是管理者模块,它们又各自由更具体的小模块构成。普通游客模块主要包括注册,浏览信息,搜索功能这些功能。
    2022-09-18 07:35:03下载
    积分:1
  • FeitecCMSFree
    无错版的asp开发的CMS系统源码,很好用,欢迎下载。(This website is mainly to provide the financial field of the website source code, using ASP development, very good use. )
    2015-09-24 11:09:28下载
    积分:1
  • phpcms-后台美化版.zip
    说明:  phpcms后台美化模板,后台各个模块颜色比较鲜亮,同时看着比较大气。(The phpcms background beautification template, the background modules are brighter, and they look more atmospheric.)
    2020-05-28 13:47:20下载
    积分:1
  • phpext_bof2
    服务端脚本语言php实现,phpext是一个基于ext的php的扩展程序,主要是用来做php的前端的渲染部分的实现,参考的例子程序供学习参看(Server-side scripting language php achieve , phpext ext, php extension is based , mainly to do php part of the realization of the front- end rendering , with reference to the example program for learning to see)
    2012-11-26 00:56:44下载
    积分:1
  • web作业+简单jsp购物车
    1.添加到tomcat工作目录即可运行; 2.数据库为mysql,只在用户登录和用户注册时与数据库链接 3.购物车中物品为系统定制,不可修改 4.新手制作,请勿见怪。。。
    2023-08-06 03:40:03下载
    积分:1
  • 工厂模式
    简单工厂模式是类的创建模式,又叫做静态工厂方法模式。就是由一个工厂类根据传入的参量决定创建出哪一种 产品类的实例。一般涉及到三种角色:工厂类:担任这个角色的是工厂方法模式的核心,含有与应用紧密相关的 商业逻辑。工厂类在客户端的直接调用下创建产品对象,它往往由一个具体的类实现。抽象产品角色:担任这个 角色的类是由工厂方法模式所创建的对象的父类,或她们共同拥有的接口。一般由接口或抽象类实现。具体产品 角色:工厂方法模式所创建的任何对象都是这个角色的实例,由具体类实现。
    2022-08-13 20:48:11下载
    积分:1
  • 696518资源总数
  • 104226会员总数
  • 29今日下载