登录
首页 » ASP » 5464

5464

于 2007-02-01 发布 文件大小:297KB
0 251
下载积分: 1 下载次数: 21

代码说明:

  新闻管理系统 功能介绍: 一:新闻无限1级分类,增加,删除,修改分类, 更改分类,不会影响前台调用 统一由一个文件PPst_Class.asp完成 二:新闻添加,修改,删除,全部或按分类列表(带分页)显示新闻 统一由一个文件PPst_Class.asp完成 三:更酷的是:你可随意更改这两个文件名字(独创技术) 而不会影响任何功能,方便与其他系统同目录整合。 需同步更新PPst_Conn.asp里的参数设置 四:带管理后台验证,非管理员不能进入, 五:“过程”调用新闻数据,方便后台与前台的代码页面分离 12个参数可设定调用哪个新闻类别,调多少条新闻等各种显示方式 六:用记事本格式打开PPst_Conn.asp, 可更改列表每页显示多少条新闻 设定后台管理员账号和密码 更改数据库路径,(建议安装后更改一下) 七:代码书写干净,整齐,复杂的地方添加了注释,方便二次开发和学习 八:默认用户名和密码都为:admin (functional information management system introduced : a news unlimited classification, add, delete, revise the classification change classification Calling prospects will not be affected by a unified document PPst_Class.asp completed two : News add, modify, deleted all or breakdown of the list (with pagination), showing news from a unified document completed PPst_Class.asp 3 : and using it for something better is : you can arbitrarily alter the names of the two documents (original technology) and will not affect any function convenience and other systems with directory integration. Synchronization needs updating PPst_Conn.asp Lane parameter setting 4 : Zone Management background verification, Non-administrators can not enter, 5 : "process" calling information, facilitate back)

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

发表评论

0 个回复

  • 845q
    说明:  本资源,本人没有测试过,都是从网上下载下来的,你可以亲自测试。(The resources, I have not tested, are downloaded from the Internet, you can personally test.)
    2011-03-19 00:31:31下载
    积分:1
  • wxpayv43
    据微信提供的开放SDK,独立开发了Asp微信支付接口(According to the open SDK provided by Wechat, Asp Wechat Payment Interface has been independently developed.)
    2020-06-24 12:20:02下载
    积分:1
  • 微莱网络微信营销平台
    微莱网络微信营销平台
    2023-03-16 05:05:04下载
    积分:1
  • Web版的WorkFlow流程设计器WorkFlowBS
    Web版的流程图设计器WorkFlowBS,实现目标:   1 将所有的节点自动排序   2 解决连线的重叠问题   分析:   1 设置每个节点的parentNode和childNode   2 找到一个parentNode 为null的做为树根设坐标(row=0,0)   3 判断childNode的节点数为每个子节点设置坐标(row+1,col),   3.1 子节点的位置(row+1,fa.col+(i-(total/2)))   4 如果坐标位置被占用,那么修改父节点坐标,使其col++ ,重复3   4.1 判断占用关键是看col因为是自顶到下的,所以row不会重复   5 设置完这个节点的子节点以后,设置这个节点为已操作already=1   6 查找一个父节点不为空already=0的节点,重复3   7 重复2   8 完成节点的坐标设置,进行位移   9 建立两点之间的连线   10 写连线的名称和备注(选)   11 判断如果两个连线的midPoint重叠,就左右移开   12 如果连线的midPoint和node重叠,就移开
    2022-02-02 03:01:21下载
    积分:1
  • 基于ssm房屋管理系统(含报告,sql)
    【实例简介】 基于ssm房屋管理系统,内含数据库 基于ssm的房屋租赁管理系统 功能介绍  房源信息模块: 房源信息展示、房源信息更新、房源信息增加、房源信息删除 账户管理模块: 账户登录、账户绑定、账户管理 租金结算模块: 每月租金信息、租金交付功能、月租金收入总额统计 房屋租赁合同管理模块: 房屋租赁合同录入、房屋租赁合同展示、房屋租赁价格修改、房屋租赁合同终止 报障模块: 租客报账、管理员报障审核、租客报障统计 日程模块:收租日程显示 项目介绍 框架: 项目整体采用spring springMVC mybatis框架 数据库: 使用mysql数据库 服务器: Tomcat服务器部署 运行:浏览器地址栏中输入:http://localhost:8080/text2/login.jsp,可启动登录页面 登录:管理员帐户:admin 密码:12345 租客帐户:zyx 密码:123456 MySQL 用户名:root,密码:1997  
    2021-06-20 00:31:24下载
    积分:1
  • cssQuery
    基于Js的CSS 选择器 cssQuery代码及实例包,它是由业界有名的Dean Edwards开发的一个Javascript组件,支持几乎所有的CSS 选择器,包括CSS3选择器。在实现的时候对针对不同的CSS版本进行了分级,分别针对CSS1,CSS2和CSS3制作了一个独立的js包,以及一个标准包。支持所有A级浏览器。 (Js-based CSS selectors cssQuery code and examples package, which is known by the industry a Javascript component developed by Dean Edwards, supports almost all the CSS selectors, including CSS3 selectors. In the realization of CSS for different versions of the classification, respectively, for CSS1, CSS2 and CSS3 created a separate js package, as well as a standard package. Support for all A-level browsers.)
    2015-02-02 12:29:25下载
    积分:1
  • 专业银行结算系统后台模板
    专业银行结算系统后台模板,专业银行结算系统后台模板,使用html 、css、js制作
    2022-01-26 06:11:45下载
    积分:1
  • chat
    简单聊天室 ASP+mysql 有文档分析以及相应的代码 是老师给的资料(There are chat rooms ASP+mysql simple document analysis and the corresponding code is the teacher to give the information)
    2013-10-14 20:58:38下载
    积分:1
  • pebble-2.3.1
    pebble-blog 博客源码博客源码博客源码(pebble-blog blog blog source source source blog)
    2009-02-27 19:07:03下载
    积分:1
  • wordpress
    WordPress是一个注重美学、易用性和网络标准的个人信息发布平台。WordPress 虽为免费的开源软件,但其价值是无法用金钱来衡量。使用WordPress可以搭建功能强大的网络信息发布平台,但更多的是应用于个性化的博客。针对博客的应用,WordPress能让您省却对后台技术的担心,集中精力做好网站的内容。(WordPress is a focus on aesthetics, ease of use and network standards of personal information publishing platform. WordPress is a free open source software, but its value can not be measured in terms of money. WordPress can be used to build a powerful network information publishing platform, but more is applied to personalized blog. According to the application of blog, WordPress allows you to dispense with background technology worry, concentrate on the content of the web site.)
    2017-03-06 14:49:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载