登录
首页 » ASP » fyhouse

fyhouse

于 2016-04-25 发布 文件大小:5200KB
0 231
下载积分: 1 下载次数: 1

代码说明:

  1.增加分站功能,可绑定二级域名 2.系统设置使用缓存读取数据库 3.改进公司简介等自定义页面,使用HTML静态生成,可自由添加和修改 4.增加在线木马检测 5.改进管理员认证及管理权限分配 6.改进楼盘信息(1. Increase the sub-station function, can bind two domain names 2. The system set up to use the cache reads 3. Improvement Company and other custom pages using HTML static generated, you can add and modify freely 4. Increase Online Trojan detection 5. Improvement Administrator Authentication and Management Rights Assignment 6. Improving Property Information)

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

发表评论

0 个回复

  • 0baoming
    在线报名系统通用版2006 管理员密码请在 set.asp中修改 管理员页面为 admin.asp(online enrollment system generic version of the 2006 Administrator password please set.asp modified pages to managers admin.asp)
    2006-10-24 21:59:27下载
    积分:1
  • 43721395137561941
    HTML5 + CSS 程序员告白程序,很好看的效果(HTML5+ CSS 程序员告白程序,很好看的效果)
    2015-01-27 18:50:30下载
    积分:1
  • Zhanzhang_tool(1)
    做了SEO,现在免费给大家,无限制!无广告版! 站长查询网为站长提供了便捷的站长工具,可查询网站收录、反向链接、PR值、世界排名、网站速度等,又可检测友情链接,服务中国站长 (Do SEO, and now free to everyone, unlimited! No advertising! Webmaster Webmaster provides webmasters with convenient webmaster tools, which can be indexed by website, reverse link, PR value, world rank, website speed and so on.)
    2016-10-30 11:33:31下载
    积分:1
  • baidunews
    功能: 1.自写远程获取CURL参数,提供两种远程获取方式,保证100 获取新闻内容。 2.单页面操作,自动获取百度14个新闻频道最新新闻, 3.软件只有10K左右大小,采用多段式内容获取参数,使内容或调试更精准(Function: 1 Write remote access to CURL parameters, providing two remote access, to ensure that 100 of the news content. 2 single page operation, automatic access to Baidu news channel 14 news, 3 software only about 10K size, the use of multi segment content to obtain parameters, so that the content or debugging more accurate)
    2020-10-25 21:00:00下载
    积分:1
  • 92sf
    一套完整的生成静态htm或shtml的私服发布系统,拥有强大的后台管理功能,可管理私服的类型、审核、推荐、置顶、广告、模版,用户、友情连接等(A complete set of generated static html or xhtml PW distribution system, has a strong background management functions to manage type PW, review, recommendation, top, advertising, templates, users, and other Links)
    2016-04-01 22:52:21下载
    积分:1
  • GOODSREPORTMANAGE
    商品进销存报表系统主要由【基本档案】、【进货管理】、【销售管理】、【库存管理】、【报表设计】和【系统维护】等模块组成。进入该系统后,用户可以对系统中的信息进行添加、修改、删除和查询等操作。另外,如果是管理员登录,还可以对用户的权限、用户名和密码进行设置或修改。(Invoicing Reporting System of goods primarily by the basic file 【】, 【】 stock management, sales management 【】, 【inventory management】, 【】 and 【statements designed】 such as system maintenance module. Into the system, system users can add information, modify, delete, and query operations. In addition, if an administrator login, but also on the user' s permissions, the user name and password set up or modify.)
    2009-05-10 11:08:01下载
    积分:1
  • PHPRPC-高性能远程过程调用协议
    PHPRPC 是一个轻型的、安全的、跨网际的、跨语言的、跨平台的、跨环境的、跨域的、支持复杂对象传输的、支持引用参数传递的、支持内容输出重定向的、支持分级错误处理的、支持会话的、面向服务的高性能远程过程调用协议。
    2022-02-01 05:59:21下载
    积分:1
  • mcmc_gibbs_intro
    对马尔科夫链蒙特卡洛模拟和吉布斯采样的一个介绍文章,对了解这些方法非常有用!(We focus here on Markov Chain Monte Carlo (MCMC) methods, which attempt to simulate direct draws from some complex distribution of interest. MCMC approaches are so-named because one uses the previous sample values to randomly generate the next sample value, generating a Markov chain (as the transition probabilities between sample values are only a function of the most recent sample value).)
    2010-06-30 22:11:04下载
    积分:1
  • 树视图菜单
    这个项目是如何在 ASP.Net 1.1 上使用树视图菜单基地的样本。 应用程序的一次设置 ------------------------------------- 1.将引用添加到 CustomControls.dll 2.将图像文件夹添加到您的应用程序的根目录。 3.作出肯定的 images 文件夹中包含下面的图像-collapse.gif、 dot.gif 和 expand.gif。 您可以更改图像以适合您的应用需求,但保持图像文件的名称和位置相同。 4.提供的 css 文件添加到您的项目和该 web 页。 您可以更改的样式,以适应您的应用程序,但保持风格的名称相同。 6.在它中添加菜单和屏幕数据的 XML 文件。 提供了一个示例 XML 文件。您可以更改所提供的 XML 文件中添加屏幕和您的应用程序的菜单项。 您的 XML 文件应具有相同的元素的示例 XML 文件。 5.Web.Config appsettings-将以下项添加到 appSettings 部分的 Web.config 文件。 值应是您的菜单 XML 文件 (从应用程序根目录) 的相对位置。 < > appSettings < 添加 key="TreeMenu.XML.PathFromRoot"value="/XML/AppNavigation.xml"/ > < / appSettings > 在 Web 页中使用 TreeMenu ---------------------------- 1.在 aspx 页-注册下面的标记 < %@ 注册 TagPrefix ="cc1"Namespace = 程序集"CustomControls"="CustomControls"%> 2.将
    2023-08-06 18:25:03下载
    积分:1
  • hello there
    说明:  html demo file for upload file testing purpose
    2019-03-02 19:38:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载