登录
首页 » ASP » 1

1

于 2018-04-16 发布 文件大小:2777KB
0 207
下载积分: 1 下载次数: 0

代码说明:

说明:  网址导航,所有网民都适用,以其实用性,安全性高,渐渐被大多数网民所熟知,包含大量实用网址,如搜索,音乐,娱乐,图片,小游戏,短信,社区,日记,相册,K歌,通讯簿,BLOG(Web site navigation, all netizens apply, in fact, in fact, high security, gradually known by most netizens, including a large number of practical web sites, such as search, music, entertainment, pictures, games, SMS, community, diary, album, K song, address book, BLOG)

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

发表评论

0 个回复

  • xhvote_gbk
    投票管理系统:功能介绍: 1.所有的投票根据主题进行分类,系统可以设置任意多个投票主题 2.可以设置任意多个投票的问题以及答案 3.可以任意设置单选或者是多选形式的投票 4.可以设定是否限制同一IP重复投票,并且能够设置同一IP重复投票时间的限制 5.可以设定是否收集参与投票用户的信息 6.可以设定是否限制用户查看投票结果 7.可以设定投票主题的到期时间 8.可以清空整个投票主题的投票记录、票数 9.可以设置投票是文字形式还是图片形式 10.可以设置投票项每行的排列数量 11.在后台添加投票时,可是先行设定某个投票项的初始票数,设定票数时也会自动更新投票人数(适用于特殊用途) (Vote Management System)
    2011-06-14 21:33:06下载
    积分:1
  • Python-Django实战
    基于django的框架 python开发(Framework python development based on django)
    2020-06-21 17:00:01下载
    积分:1
  • xuanke
    To realize the common functions of selecting courses, dropping out, adding administrator courses, importing data from students and teachers, and exporting data from selected courses. When put into practical use, the response is good.
    2019-05-23 15:08:14下载
    积分:1
  • ThinkSNS_2_5_forlove
    国内知名开源微博系统ThinkSNS今天正式发布ThinkSNS 2.5版本,新版本在细化与完善原有功能,增加运营功能的基础上,重点重构了模板机制和完善了插件机制,使得模板包之间相互独立,易于定制或开发个性化风格,代码层面重点优化了SQL查询与缓存机制,提升系统性能。同时,ThinkSNS此次还推出了全新的Android客户端,基于HTML5+CSS3架构的3G版客户端,以及允许普通站长申请使用的掌上微博产品。至此,ThinkSNS已全面的提供了iPhone客户端、Android客户端及3G/Wap客户端(Domestic well-known open source microblogging system ThinkSNS today officially released ThinkSNS 2.5 version, the new version in the refinement and improvement of the original function, operation function based on the increase, focusing on the reconstruction of the template mechanism and improve the plug-in mechanism, the template package are independent of each other, easy to customize or develop personalized style, code level focus on the optimized SQL query and cache mechanism, enhance system performance. At the same time, ThinkSNS also launched a new Android client, based on the 3G architecture of the HTML5+CSS3 version of the client, as well as to allow ordinary owners to apply for the use of handheld micro-blog products. So far, ThinkSNS has been provided by the iPhone client, Android client and 3G/Wap client)
    2016-04-12 12:22:26下载
    积分:1
  • 网页panggon
    说明:  Panggon网页设计学习,了解基本的html语言,设计网站。(Panggon web design learning, understand the basic html language, design the website.)
    2020-06-16 22:20:01下载
    积分:1
  • pxgl
    培训学校管理系统适合于目前的一般培训学校,比如英语、计算机、少儿培训中心等小型培训机构。本系统原本是针对计算机培训所设计。(The training of school management system suitable for general training schools, small training institutions such as English, computer training center for children. This system was originally designed for computer training.)
    2012-02-19 22:37:04下载
    积分:1
  • base64 映像生成器
    base64_imageGenerator 是一种简单方法生成的图像数据与 PHP base64 编码。很多方式做到这一点,但替代你可以试着利用我的插件。没有可用的自述文件因为使用如此简单的代码。免费: 使用、 发布、 重建和你想要的。
    2023-01-10 23:00:04下载
    积分:1
  • 4399656.4730759522
    熟悉ASP、PHP、JSP网站的搭建。告诉你网站是如何被架构的,进而为后面分析脚本程序漏洞时,测试漏洞所用。(Familiar with ASP, PHP, JSP building site. Tell you how a site is being architecture, which for the following analysis script vulnerabilities, the test holes.)
    2013-10-14 14:23:10下载
    积分:1
  • 聊天室动态网站系统设计
    资源描述 目前许多网络服务商推出了多媒体聊天室,本网站的设计能够支持语音聊天、视频聊又多了一种沟通的方式。本章将介绍一个功能比较完善的文本聊天室。功能包括:用户注册、登录、多聊、私聊、显示所有聊天用户、上传图片、表情、安全退出等功能,同时还提供了聊天室管理员的功能,加强了对聊天室的管理和维护。本代码在本机上测试通过,可直接下载使用。
    2022-06-15 18:56:26下载
    积分:1
  • ds1
    建立一张顺序存储结构的线性表(顺序表),表中数据元素为整型数,能够存储的最大元素数量为50。在该顺序表上依次完成以下操作: (1)判定线性表是否为空。 (2)依次在顺序表尾部(第n+1位,n位线性表长度)插入数据元素:15、207、36、79、21、97、652、109、66、81,然后输出整张线性表(依次输出所有元素)。 (3)删除第5个元素,然后输出整张线性表。 (4)在线性表的第3位插入数据92,然后输出整张线性表。 (5)在线性表中查找值为79的元素,如果存在输出它是第几位,不存在输出提示信息。 (6)线性表中查找值为31的元素,如果存在输出它是第几位,不存在输出提示信息。 (7)查找线性表中,值为652的元素的前驱元素以及后继元素的值。 (Order to establish a linear table storage structure (order form), the table is an integer number of data elements, the maximum number of elements that can be stored is 50. On the order form in order to complete the following: (1) determine whether a linear table is empty. (2) sequentially in the order form the tail (the n+1 bit, n-bit linear meter length) into the data elements: 15,207,36,79,21,97,652,109,66,81, and then output the entire linear table (in order to output all elements). (3) Delete the first five elements, and then output the entire linear form. The first three insert data (4) line of the table 92, and then output the entire linear form. (5) Find a linear table of elements is 79, if there is it is the first of several output, the output message does not exist. (6) Find a linear table of elements is 31, and if there is it is the first of several output, the output message does not exist. (7) Find a linear table, element 652 is a precursor elements and the va)
    2014-05-11 19:16:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载