登录
首页 » HTML » HTML

HTML

于 2013-01-12 发布 文件大小:38KB
0 145
下载积分: 1 下载次数: 2

代码说明:

  HTML complete details document for view.

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

发表评论

0 个回复

  • ThinkPHP.chm
    php 方面的书籍及代码,有案例比较容易学,有产品方面的代码。(php-related books and code, Case relatively easy to learn, there are products code.)
    2013-09-05 10:33:51下载
    积分:1
  • dkxswz_v1.0
    一款非常不错的彩票网站整站源码程序,很有学习参考价值(i dont to speak,of cuse,is very good thing)
    2014-02-01 16:01:12下载
    积分:1
  • lfstat
    凌风多用户PHP统计系统 v1.01,php编程学习源码,web网页制作参考资料。(Ling Feng multi-user PHP statistics system v1.01, PHP learning programming source code, web Webpage production of reference materials.)
    2013-12-23 10:24:55下载
    积分:1
  • usbasp-windriver.2011-05-28
    这是重要的ASP编程的驱动,基于windows的驱动里面有32位和64位(This is an important driver of the ASP program, there are 32-bit and 64-bit based on the drive inside windows)
    2016-07-26 22:08:31下载
    积分:1
  • xflvtaoke_v2.1
    幸福女-PHP淘宝客购物分享网站,采用skymvc框架,支持qq 微博登陆 支持uc绑定,支持关键词搜索淘宝商品,支持绑定微博账号发布,支持手机访问,客户端可以从appcan直接生成。幸福女淘宝客安装与使用:   安装http://localhot/install   想重新安装 请删除 /config/install.lock   安装完请删除该目录   管理后台index.php?m=admin&a=login   新安装需要在后台基本设置填写开放平台api(Happy female-PHP shopping Taobao customer sharing sites, using skymvc framework to support qq microblogging landing support uc bound to support keyword search Taobao goods, support binding microblogging account released to support mobile access, the client can be generated directly from appcan . Taobao happy female passenger install and use: Installation http://localhot/install want to re-install, delete/config/install.lock installing, please delete the directory management background index.php m = admin & a = login new installation requires basic background? Set to fill an open platform api)
    2020-11-04 16:19:51下载
    积分:1
  • e107
    一个采用PHP+MySQL开发的内容管理系统,提供一个强大而且灵活的管理界面让你可以直观,安全地控制整个web站点,所有代码均符合XHTML1.1标准。(PHP+MySQL)
    2010-05-29 09:05:03下载
    积分:1
  • 基于JavaWeb的网上书店系统源码(含数据库脚本)
    javaWeb网上书店使用servlet,mysql实现,导入数据源,修改/goods/src/c3p0-config.xml
    2020-03-14下载
    积分:1
  • kdxs
    【 使用说明 】 ·将本程序包解压后上传到空间上,支持在任意目录下使用; ·后台管理路径:http://你的路径/kdcms 初始管理帐号:admin 密码:admin ·为了网站安全,建议及时更改后台默认管理路径; ·如果是linux的空间(WIN的不需要设置)请注意要把以下几个的权限设置成777: 1、cache目录 2、adjs目录和目录内的文件 3、inc目录和目录内的文件 4、admin目录下的data.php和coffee.php 注:linux空间可能存在问题,建议大家用WIN空间。。。 【 程序特点 】 ·占用空间小,建站成本低,无需等待; ·免更新免维护,管理方便,操作简单,全自动采集; ·实现前台与后台完全分离,可自定义后台管理路径!; ·自定义广告位,可在后台管理; ([Instructions] * This package will be uploaded to the space after decompression, support for use in any directory · Manage the path: http:// your path/kdcms initial management Username: admin Password: admin · For site security, management of the proposed time change the background default path If space is linux (WIN s no need to set) Please note the following permissions should be set to 777: 1, cache directory 2, adjs directories and files within the directory 3, inc directories and files within the directory 4, admin directory data.php and coffee.php Note: linux space may be a problem, it is recommended that you use WIN space. . . [Program features] · Small footprint, establishment of low cost, no need to wait · Maintenance free updates, easy management, simple operation, automatic acquisition · To achieve complete separation of foreground and background, the background can be customized management path! · Custom adver)
    2011-11-06 16:13:48下载
    积分:1
  • 使用 MVC 和JQuery 分级数据钻取
    利用具有 Razor View Engine  和JQuery 的微软 Model-View-Controller,可以轻松开发网页应用的分级数据钻取。 翻译 maninwest@Codeforge  作者:Pinakpani Dey @ Codeproject 简介 相信你一定遇到过多次这样的情况,你的应用需要以表格形式向用户展示分级数据,让用户钻取数据了解详情。用户喜欢用表格形式的分析数据,而愿意在不同的页面中跳转。 为了实现表格数据的钻取功能,你得花费大量时间开发或者花钱去购买第三方工具。微软的 Model-View-Controller 具有Razor View Engine 和 JQuery ,几分钟就可完成钻取表格数据。 本文将向你介绍如何创建 MVC 应用来钻取表格数据。请注意,我主要专注于功能性而非美观性。在此演示中,我将使用学生对象获取学生信息。学生Student 对象将包含课程Course 对象进行课程描述 创建 MVC 4 网页应用 使用Visual Studio 2012 创建带 MV4 网页应用的新项目。选择Internet 或 Intranet 应用模板。我选择了Internet 应用模板。确保在View Engine 中选择了Razor 。 默认情况下,Visual Studio 将为控制器、模型和视图创建多个文件。在此演示中,我们将修改应用的登录页面。换言之,我们将使用 Index.cshtml 视图显示学生数据。 首先是整理、打开 Index.cshtml 并删除所有代码行并保存文件。我们随后将使用我们的代码更新。 向项目添加JQuery 脚本
    2022-06-14 06:33:09下载
    积分:1
  • 19lou_5.6
    企管广州论坛小偷程序采用php小偷技术自动与DZ论坛同步更新,动态浏览与静态后台自由切换,可以根据站长自己喜欢来设置更加人性化,全站伪原创,路径个性设置,全站可生成页面缓存,减轻服务器负担,读取速度加快,采用目前主流小偷系统的四种采集方式,兼容主流空间服务器,独立模板风格也可以自己设置。(Canton Business Forum program uses php thief thief technology automatically synchronized with DZ forum, dynamic and static backstage switch freely browse, can be set according to the owners own more human like, the station pseudo-original path personality, the station can generate page cache, reduce the burden on the server, read faster, using the four kinds of mainstream thief system acquisition mode, compatible with mainstream server space, independent template style can also set up their own.)
    2016-05-07 10:00:27下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载