登录
首页 » PHP » taobao

taobao

于 2020-11-12 发布 文件大小:298KB
0 273
下载积分: 1 下载次数: 11

代码说明:

  淘宝自动发货源码 无需上阿里旺旺就能发货(Taobao automatic delivery source without on Ali Wangwang can delivery)

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

发表评论

0 个回复

  • 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
  • MUSIC-PICTURE
    音乐图片欣赏,简单的网页布局,代码也比较简单,初学者可以看懂。学起来快(Music Pictures and simple page layout, the code is relatively simple, beginners can understand. Learn fast)
    2017-01-01 12:53:52下载
    积分:1
  • hotelDIY
    宾馆管理系统门户网站,可以实现在线注册、房间预订,客房查询等功能。(Hotel management system portal website, can realize online registration, reservation, room inquiries and other functions. )
    2011-12-13 20:53:47下载
    积分:1
  • html5-apple-watch-clock-face
    仿Apple Watch的时钟动画DEMO演示。一个网站。效果很好,是个很好的模板。(Imitation Apple Watch the clock animation DEMO demonstration. A website. Works well, is a good template.)
    2015-04-15 09:52:38下载
    积分:1
  • 程序
    具有很好的性能。同时,安全性评估,将促进网络教学系统安全性能的全面升级,更有利于系统的良好的运行。在系统功能方面,教师可以方便的对课程内容进行添加和删除;学生在学习过程中有绝对的自主性,甚至可以对课程的相关内容进行补充;学生和教师可以有很多种方式进行交流。(It has good performance. At the same time, the security evaluation mentioned in this paper will promote the overall upgrading of network teaching system security performance, and more conducive to the good operation of the system. Function in the system, teachers can easily add and delete the content of the curriculum; students have absolute autonomy in the learning process, and even the content related to curriculum supplement; students and teachers can communicate with many ways.)
    2017-06-13 18:06:40下载
    积分:1
  • ATutor-2.1.tar
    ATutor是一个开源基于Web的学习管理系统(LCMS)。管理员在几分钟之内 [1] 就能够安装或更新ATutor,为它更换一个新的皮肤(通过自定义模板实现)。ATutor还提供一些扩展模块以便扩展其功能。教师可以快速对基于Web的教学内容进行装配,打包和重新分配。也可以很方便地获取和导入预打包好的内容与管理他们的在线课程。学生在一个可调整的学习环境下学习。(ATutor 2.1 has been released. This version is a major release with a variety of new features and many adjustments and security enhancements. The main new feature in this release is the multisite extension for ATutor. This allows a single ATutor code base to run many independent subsites. See the ATutor Changelog for a summary of the new features in this release.To try ATutor, or download a copy, follow the links below.)
    2013-02-05 15:21:02下载
    积分:1
  • jquery文件上传组件
    文件上传功能插件有多个文件选择、 拖放支持、 进度栏、 验证和预览图像、 音频和视频的 jQuery。支持跨域、 分块和可恢复的文件上传。与任何服务器端平台 (Google App Engine,PHP,Python,Ruby on Rails、 Java 等) 支持的标准 HTML 的作品形成文件上传。
    2023-04-09 18:30:04下载
    积分:1
  • Yourphp_UTF8_2.2
    Yourphp企业网站管理系统是一款完全开源免费的PHP+MYSQL系统,核心采用了Thinkphp框架等众多开源软件,同时核心功能也作为开源软件发布的网站后台管理系统。 集众多开源项目于一身的特点,使本系统从安全,效率,易用及可扩展性上更加突出。 Yourphp企业网站管理系统 2.2 build 20121225 更新说明: 完善2.1版本的多处bug 修复2.1版本安全漏洞(The Yourphp enterprise website management system is a completely open source free PHP+MYSQL system the core using Thinkphp framework and many other open source software, the core functionality website background management system released as open source software. Many open source projects in the characteristics of a more prominent from the safety, efficiency, ease of use and scalability of the system. Yourphp corporate website management system 2.2 build 20121225 update: perfect version 2.1 many bug fixes Version 2.1 security vulnerabilities)
    2020-11-04 20:59:53下载
    积分:1
  • SPCsoftware-tools
    SPC软件工具三剑客(最新版本),用于质量管理中的统计分析(SPC software tools Musketeers (latest version), used in the statistical analysis of the quality management)
    2013-05-22 09:55:00下载
    积分:1
  • SpringMVC+shiro+hibernate权限管理整合
    什么是权限?权限是管理web应用用户的一种手段,比如,一个电商平台,用户具有user的角色,他可以在这个商场里面进行交易。商家拥有的是user的角色同时也拥有manager的角色,因此,他可以进行买卖的同时进行对自己商品的管理。shiro就是一个基于RBAC权限设计模型的权限管理框架。什么是Shiro ?Apache Shiro是一个强大易用的Java安全框架,提供了认证、授权、加密和会话管理等功能: 认证 - 用户身份识别,常被称为用户“登录”;授权 - 访问控制;密码加密 - 保护或隐藏数据防止被偷窥;会话管理 - 每用户相关的时间敏感的状态。以下是对使用SpringMVC+shiro+hibernate框架对用户管理的一个例子:附上项目:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/master/Annotion版本:https://git.oschina.net/jeremie_astray/SpringMVC_Shiro/tree/shiro_annotation一、实体对应关系:用户与角色为一对多关系角色与权限为多对多关系权限过滤与角色和权限为一对一关系t_user(,用户表,密码为md5加密,可以自己修改)t_role(角色表)t_permission(权限表)
    2022-01-25 22:39:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载