登录
首页 » WEB(ASP,PHP,...) » QEEPHP开发的快速入门说明文档,可以根据这个很快的完成一个WEB开发。...

QEEPHP开发的快速入门说明文档,可以根据这个很快的完成一个WEB开发。...

于 2023-03-21 发布 文件大小:902.70 kB
0 180
下载积分: 2 下载次数: 1

代码说明:

QEEPHP开发的快速入门说明文档,可以根据这个很快的完成一个WEB开发。-QEEPHP development quick start documentation may be based on the completion of this rapidly developing a WEB.

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

发表评论

0 个回复

  • email在线收发程序, 将文件解压缩到服务器上的任一目录 addmail.asp用于添加email地址 sendmail.asp用来发邮件 i...
    email在线收发程序, 将文件解压缩到服务器上的任一目录 addmail.asp用于添加email地址 sendmail.asp用来发邮件 index.asp是管理页面的入口 -procedures online to send and receive email, extract the files to the server to any directory on the addmail.asp add email address for email to sendmail.asp management index.asp entrance page
    2023-06-03 03:40:03下载
    积分:1
  • 网站源,代码 网站源,代码
    网站源,代码 网站源,代码-Web site source code site source code
    2023-07-07 02:05:06下载
    积分:1
  • rulers s MaxSpace GuestBook v1.1 open source code download. This is an ASP
    云之君 s MaxSpace GuestBook v1.1源代码公开下载。这是一个基于ASP和ACCESS数据库的留言簿程序。该留言簿以简洁为最主要的追求目标,实际运行效果请参考本站留言簿。您可以任意下载使用该程序,但请到本站的留言簿留个名。 v1.1增加了三个新的表情,今后该留言簿程序将会不断完善。 下载完毕后请先阅读Readme.txt文件了解详细使用方法。-rulers s MaxSpace GuestBook v1.1 open source code download. This is an ASP-based ACCESS database and procedures in the guest book. The book simplicity as the most important goal to pursue, the actual operating results please refer site guest book. You can download arbitrary use of the procedure, but the free site in the guest book to leave a name. V1.1 added three new faces, the future of the book procedures will be further improved. After downloading Please read the Readme.txt file more detailed usage.
    2022-02-03 03:28:12下载
    积分:1
  • 用JSP编写实现的一个在线考试系统,大家可以参照其中的方法编写一些常用的程序...
    用JSP编写实现的一个在线考试系统,大家可以参照其中的方法编写一些常用的程序-prepared achieve an online examination system, we can refer to the methods used to prepare some of the procedures
    2022-10-29 14:25:03下载
    积分:1
  • 运用ASP技术和网络数据库原理,基于B/S模式我开发了一个网上购物系统。在我的系统中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后...
    运用ASP技术和网络数据库原理,基于B/S模式我开发了一个网上购物系统。在我的系统中,顾客可以很方便的注册成为会员,对商品进行浏览检索,查看商品的详细资料,然后根据各人的喜好购买心仪的商品。系统会自动为顾客生成订单,按照顾客所填写的信息提交订单并发货。系统管理员则可以对现有的商品进行添加和编辑,审查已注册的用户并对提交的订单进行处理。-using ASP technology and network database theory, based on the B/S model I developed an online shopping system. In my system, customers can easily become a member of the registration of commodities browse and search, View detailed information on commodities, according to the preferences of each purchase your favorite products. The system automatically generate orders to customers, according to customer filled out the information submitted orders and shipments. System administrators can the existing commodities adding and editing, Review of registered users and the processing of orders.
    2022-02-06 12:10:42下载
    积分:1
  • 浩海网络多格式播放器V3.8.3(javascript)
    浩海网络多格式播放器V3.8.3(javascript)-Gaohai network multi-format players V3.8.3 (javascript)
    2022-03-05 15:23:54下载
    积分:1
  • 一个强大的MTV程序,带MD5加密。后台强大安全,大家放心使用...
    一个强大的MTV程序,带MD5加密。后台强大安全,大家放心使用-MTV a powerful program, with MD5 encryption. Strong security background, we rest assured that the use of
    2022-04-07 17:17:26下载
    积分:1
  • 1.02b ASPACK,1.07B,1.08.00/1/2/3
    aspack 1.02b, 1.07b, 1.08.00/1/2/3
    2023-03-16 06:45: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
  • 一个用javascript写的WEB在线编辑器FCKeditor是著名的一个Web在线编辑器我现在是增强了单元格的合并删除的功能...
    一个用javascript写的WEB在线编辑器FCKeditor是著名的一个Web在线编辑器我现在是增强了单元格的合并删除的功能-used to write a Web Editors FCKeditor is a well-known online Web editor I now have reinforced the merger of the cell for the deletion of functional
    2023-05-04 10:25:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载