登录
首页 » WEB(ASP,PHP,...) » 一点再现源代码(可用)

一点再现源代码(可用)

于 2023-04-02 发布 文件大小:6.79 MB
0 171
下载积分: 2 下载次数: 1

代码说明:

一点再现源代码(可用)-1:00 reproduction source code (available)

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

发表评论

0 个回复

  • PHP文件上传,写MySQL源代码,类似于www.qu.功能。
    php文件上传,并写入mysql,源码,类似于www.quickspeed.cn 的功能-php file upload, and write mysql, source code, similar to the function of www.quickspeed.cn
    2022-03-02 12:50:34下载
    积分:1
  • 此系统必需放在ROOT根目录下,不然会提示出错,于是我修改了原有的文件路径及文件夹名称。还有一个问题就是只限显示少6张幻灯片,不过在default.asp里可以...
    此系统必需放在ROOT根目录下,不然会提示出错,于是我修改了原有的文件路径及文件夹名称。还有一个问题就是只限显示少6张幻灯片,不过在default.asp里可以修改显示张数。个性后虽然能显示更多,但没有序号出现,就这个BUG。。。还有,没有密码修改的后台设置, 调用时只需直接调用FLASH.ASP就行了。。。。。。可以在里面修改显示的尺寸及标题的去留。-This system must be under the root directory of ROOT, or will be prompted to make mistakes, so I modified the original file path and folder name. Another problem is that only six slides show less, but can be modified in default.asp shows the number of sheets. Although after the personality to show more, but no serial numbers appear on the BUG. . . Also, do not have a password modify the background settings, simply a direct call when the call FLASH.ASP on the list. . . . . . Can modify the display on the inside of the size and the title should be removed from office.
    2022-09-12 14:35:02下载
    积分:1
  • 完整的PHP投票系统,版本暂定1.0 beta 非常使用而且效果也好。可用于您的项目...
    完整的PHP投票系统,版本暂定1.0 beta 非常使用而且效果也好。可用于您的项目-PHP complete voting system, version 1.0 beta is tentatively scheduled for use and effect has been achieved. Can be used for your project
    2022-02-01 06:57:09下载
    积分:1
  • 这是一个基于ASP+Dreamweaver的动态网站开发实例 使用说明请看readme.txt文本...
    这是一个基于ASP+Dreamweaver的动态网站开发实例 使用说明请看readme.txt文本-This is based on ASP+ Dreamweaver examples of a dynamic web site development instructions see readme.txt text
    2022-07-27 11:14:19下载
    积分:1
  • his own hands to do a book online sales system
    自己亲手做的一个图书在线销售系统-his own hands to do a book online sales system
    2022-04-12 02:01:15下载
    积分:1
  • 文件包括: 1.利用garyBox JS类与asp.net整合形成lightBox效果 2.客户端实时录入检测的js类整合和基础实例...
    文件包括: 1.利用garyBox JS类与asp.net整合形成lightBox效果 2.客户端实时录入检测的js类整合和基础实例
    2022-07-22 21:48:35下载
    积分:1
  • 可以设置任意个投票主题,每个主题下面可以设置任意个投票标题,每个标题下面可以设置任意个投票选项(即问题)。每个标题可以设置是单选或者是复选。 在添加完投票标...
    可以设置任意个投票主题,每个主题下面可以设置任意个投票标题,每个标题下面可以设置任意个投票选项(即问题)。每个标题可以设置是单选或者是复选。 在添加完投票标题以及投票选项之后自动生成调用代码,可以放置于你的网站任意页面的任何地方。管理员可以在后台设置是否允许同一IP多次投票,如果设置为不允许,那么同一IP在一个小时内不允许再次投票。投票后可以直接查看投票结果,在投票结果页可以详细看到每项投票的票数以及所占总投票的百分数,精确到小数点后三位。 默认管理帐号:admin 密码:admin -can set arbitrary ballot themes, each below can be set arbitrary ballot title, each title can be set below arbitrary ballot options (that). Each title can be set up corner or check. Add in the ballot title and polling options after the call automatically generated code, you can be placed on the website of arbitrary pages anywhere. Administrators can set up in the background IP whether to allow the same number of votes, the installation does not allow for, then in the same IP within an hour allowed to vote again. After the vote can directly see the voting results. the voting results page to see the details of the number of votes for each voting share and the percentage of the total vote. accurate to three decimal places. Default Account
    2022-01-31 19:52:28下载
    积分:1
  • JSP实现的简单财务软件,入门者可以用来参照,还是很有借鉴意义的...
    JSP实现的简单财务软件,入门者可以用来参照,还是很有借鉴意义的-JSP to achieve a simple financial software, beginners can be used to refer to, or could learn the meaning of the
    2022-03-24 09:56:50下载
    积分:1
  • 产品发布程序。看起来很好
    产品发布程序。好像非常不错-product release procedures. It seems very good
    2023-04-07 01:40:03下载
    积分:1
  • 功能列表
    功能列表 - 理论上可以上传无限大的文件 - 实时显示上传状态、进度 - 支持多文件上传以及与表单混合上传 - 方便的用户调用接口 - 兼容不同浏览器 - ... 注意: 1. UPU需要php4.3.0及其以上版本,并打开socket扩展 2. upu/temp为上传临时文件存放目录, upu/files为文件存放目录,这两个目录可以在 upu.class.php中指定。 3. 你的中要有enctype="multipart/form-data"这个属性,action为文件上传成功后 的处理页面,也就是说你的完全按照正常的思路来写就可以了,唯一不同的是需 要加入onsubmit="return upuInit(this)" 4. 上传成功后,可以使用$_POST来获取表单数据,如果是普通表单,直接 $_POST[ 表单名称 ]即可获得其值,如果是一个文件,则返回这样一个数组 $_POST[ 表单名字 ] = Array ( [filename] => [clientpath] => [savepath] => [filetype] => [filesize] => [extension] => ) -function list-theoretically unlimited upload large files-real-time display upload state, progress-support multi-file upload form and mixed with upload-called user-friendly interface-compatible with a variety of browsers- .. . Note : 1. UPU need php4.3.0 and above. and open the socket extension 2. Approved/temp to store temporary files upload directory, Approved/files for
    2022-04-13 11:28:50下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载