登录
首页 » HTML » biaobai

biaobai

于 2014-02-12 发布 文件大小:39KB
0 188
下载积分: 1 下载次数: 30

代码说明:

  表白网页源码,绝对给力,给心爱的人一个惊喜吧(Confession web source, absolute power, give a loved one a pleasant surprise)

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

发表评论

0 个回复

  • Yii_demo_books_by_Leask
    最基础的yii学习资料,感谢作者的辛苦劳动,我在这里分享,如侵犯到您的权益,请通知我删除(Yii most basic learning materials, thanks to the author s hard work, I am here to share, if violated your rights, please inform me to delete)
    2013-08-12 16:46:37下载
    积分:1
  • wordpressbae_v3.6
    整合了无XSL的Google Sitemap.这样谷歌网站管理员不会提示无法索引 整合了正常无措的百度网站地图.有利于SEO 整合了MP6插件美化后台 整合了多说评论插件,因为BAE评论始终有500问题,出现在AJAX评论上,而且BCMS发信经常定期问题,所以放弃自带评论系统,不过多说可以回流评论,没有多少问题(Integration of the Google Sitemap. XSL so Google site administrators will not be prompted to index Integration of the normal and no measures of the Baidu site map is conducive to SEO MP6 plug-in integration of the integration of the background Integrated say comment plugin, because there is always five BAE comments appear in the Ajax comments and BCMS letter regularly issue, so give up own comment system, but to say much can be reflow comments, no question of how much)
    2016-03-16 19:59:47下载
    积分:1
  • shishuo-CMS-master
    开源cms系统,该系统是师说cms源码,希望能够给大家提供帮助(open source cms)
    2014-07-22 13:08:10下载
    积分:1
  • xdcms
    XDcms是南宁旭东网络科技有限公司推出的一套完全开源的通用的内容管理系统。主要使用php+mysql+smarty技术基础进行开发,XDcms采用OOP(面向对象)方式进行基础运行框架搭建。模块化开发方式做为功能开发形式。框架易于功能扩展,代码维护,二次开发能力优秀。 XDcms重点功能 A、内容管理模型,自定义字段,更方便扩展功能。自带模型:单页模型、新闻模型、产品模型、招聘模型 B、栏目自定义,便于内容管理 C、内容模块化,二次开发更便捷。自带模块:幻灯片、QQ客服、友情链接、自定义表单(在线留言、简历管理) D、模板管理,后台编辑模板更方便 E、邮件发送,表单留言自动发送邮件到邮箱 F、数据缓存,访问速度更快 G、会员自定义模型、字段 H、结合Smarty开发的万能loop标签、get_block碎片标签,数据调用更简单、更方便 I、产品多图多方位展示 J、URL规则自定义,更有利于做搜索引擎优化(XDcms is Nanning Xudong network science and technology limited company launched a completely open source general-purpose content management system. The main use of php+mysql+smarty technology development, XDcms uses the OOP ( object-oriented ) way of running the framework to build foundation. The modular development mode as the functional forms of development. Frame easy functional expansion, code maintenance, two times the development of outstanding ability. XDcms key function A, content management model, custom fields, more convenient function expansion. Model: model with single page, news, products, recruitment model model model Column B, custom, for content management C, content modules, two times the development of more convenient. With module: slide, QQ service, links, custom form ( online message, resume management ) D, template management, more convenient background editing template E, e-mail, message is automatically sent email to form F, data cache, faster access speed)
    2013-01-13 15:35:31下载
    积分:1
  • 网赚论坛源码
    800赚论坛php源码。效果网址:http://www.800lou.net/一款非常不错的网赚论坛网站源码,采用DZ2.5内核制作。界面美观大气,采用80楼论坛的板块布局,加入主流的广告展示形式。源码界面样式基本都在后台管理,广告位也是直接在后台管理的,方便网站管理员维护更新个网站。源码内附安装说明,不会安装的朋友请看详细安装说明即可。现在网赚论坛是比较火的一类网站账号:admin密码:admin
    2022-09-15 16:30:05下载
    积分:1
  • addendum_v1f7ms
    一份不错的php源码,addendum是用于扩展php的反射API的一个php的源码实现,支持单行和多行的调用方式。,手头参考的例子程序代码(A good php source , addendum is used to extend the reflection API is a php php source implementation supports single and multi-line invocation .)
    2013-06-10 15:12:32下载
    积分:1
  • angular-1.2.15
    AngularJS是为了克服HTML在构建应用上的不足而设计的。HTML是一门很好的为静态文本展示设计的声明式语言,但要构建WEB应用的话它就显得乏力了。所以我做了一些工作(你也可以觉得是小花招)来让浏览器做我想要的事。 通常,我们是通过以下技术来解决静态网页技术在构建动态应用上的不足: 类库 - 类库是一些函数的集合,它能帮助你写WEB应用。起主导作用的是你的代码,由你来决定何时使用类库。类库有:jQuery等 框架 - 框架是一种特殊的、已经实现了的WEB应用,你只需要对它填充具体的业务逻辑。这里框架是起主导作用的,由它来根据具体的应用逻辑来调用你的代码。框架有:knockout、sproutcore等。 AngularJS使用了不同的方法,它尝试去补足HTML本身在构建应用方面的缺陷。AngularJS通过使用我们称为标识符(directives)的结构,让浏览器能够识别新的语法。例如: 使用双大括号{{}}语法进行数据绑定; 使用DOM控制结构来实现迭代或者隐藏DOM片段; 支持表单和表单的验证; 能将逻辑代码关联到相关的DOM元素上; 能将HTML分组成可重用的组件。
    2023-06-09 11:40:05下载
    积分:1
  • WeAdmin-master
    weAdmin-master,a web font,bootstrap
    2020-06-20 13:20:01下载
    积分:1
  • jddr
    简单的php登陆系统,好多功能,很适合初期的人去做登陆系统(Simple php Log system)
    2013-01-18 20:08:01下载
    积分:1
  • asp.net常用函数表(DOC)
    asp.net的常用函数。(common function.)
    2005-01-22 21:34:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载