登录
首页 » HTML » 网站

网站

于 2018-05-18 发布 文件大小:482KB
0 126
下载积分: 1 下载次数: 6

代码说明:

  这是我用CSS和HTML写的一个网站,可以当做写的一个网站的首页,索引功能(This is a website I wrote with CSS and HTML, which can be used as a home page and index function of a website.)

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

发表评论


0 个回复

  • iangwage
    Oak是 一 种 用 于 网 络 的 精 巧 而 安 全 的 语 言,学习指南(Oak is a kind of ingenious and security for network language, the learning guide)
    2017-05-01 19:38:30下载
    积分:1
  • AOS
    说明:  面向方面编程技术的研究Research on aspect-oriented programming(Research on aspect-oriented programming)
    2011-03-07 08:33:53下载
    积分:1
  • HTML5赣极方棋小游戏
    资源描述HTML5赣极方棋小游戏有多种棋子模式:可以是象棋棋子模式,军旗棋子模式,动物棋子模式,自定义棋子模式。棋子分7个级别,级别最高棋子实力最大,最小实力棋子可以克制最大实力棋子。 赣极方棋原创于江西赣南地区,由赣极发明(未申请专利),赣南本土人士创作,网上有电子版的赣极方棋体验。与其它方棋仅名字“方棋”相同,赣极方棋在棋盘及玩法上均异于其它方棋。这类似于“中国象棋”和“国际象棋”的区别。棋盘是正方型,以及棋盘上有众多大小方块线条构成,因此命名为“赣极方棋”。
    2022-05-16 15:27:31下载
    积分:1
  • hanzi2pinyin_v1.0
    汉字转拼音应该是日常用得比较多的一种查询工具,本源码提供超过3000个汉字的转换为拼音,对照方式有:一、单一的汉字转拼音,二、中文对照拼音,提供符号设置,包括有保留中文标点符号、保留字母和回车符号、中文字之间加空,还有人性化的复制,粘贴,清空等功能! 目前只支持IE浏览器,360安全浏览器,搜狗浏览器等以IE浏览器为内核进行二次开发的浏览器,,但不支持火狐浏览器,谷歌chrome等浏览器,HTML版,无需数据库,上传即可使用!(Chinese characters to Pinyin should be a more routine use of a query tool, the source code to provide more than 3000 Chinese characters into pinyin, the control method is: a single Chinese characters to Pinyin, two, Pinyin, providing a symbol settings, including the retention of Chinese punctuation marks, the retention of letters and carriage return, between the addition of space, and human nature of copy, paste, clear and other functions! Currently only supports the IE browser, 360 safe browsers, Sogou browser to IE browser as the core of the secondary development of the browser, but does not support Firefox, Google Chrome browser, HTML version, no is required, you can upload!)
    2015-12-25 12:46:50下载
    积分:1
  • html
    说明:  简单的动画,链接,可以进行简单的交互,适合初学者学习使用(Simple animation, link, simple interaction, suitable for beginners)
    2019-11-11 10:58:39下载
    积分:1
  • duoudofanli
    上传好后直接运行网址即可,包里含有说明,多多返利淘宝客破解版,去除授权,无域名限制(Upload url can be run directly after, the bag containing instructions, many rebate taobao guest cracked versions, remove authorization, no domain limit )
    2020-11-08 15:50:13下载
    积分:1
  • FTP服务器(FTP服务器)
    应用背景主要利用C++实现简单的FTP服务器,内含演示,看可实现监听套接字,传文件等功能,结构清晰,注释完整,..................................................................................................................................................................................................................关键技术调用C++里面Web方面的包,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    2022-07-16 11:50:25下载
    积分:1
  • 车队管理
    基于 Asp.net 技术和编程语言 C# 和 Microsoft SQL Server 数据库的车队管理系统。
    2022-01-22 11:32:06下载
    积分:1
  • d
    Exlporing the features of the Bootstrap
    2019-03-19 14:50:55下载
    积分:1
  • LifeCycle
    jsf开发 Web应用程序的开发与传统的单机程序开发在本质上存在着太多的差异,Web应用程序开发人员至今不可避免的必须处理HTTP的细节,而HTTP无状态的(stateless)本质,与传统应用程序必须维持程序运行过程中的信息有明显的违背,再则Web应用程序面对网站上不同的使用者同时的存取,其执行线程安全问题以及数据验证、转换处理等问题,又是复杂且难以解决的。 另一方面,本质上是静态的HTML与本质上是动态的应用程序又是一项违背,这造成不可避免的,处理网页设计的美术人员与程序设计人员,必须被彼此加入至视图组件中的逻辑互相干扰,即便一些视图呈现逻辑以标签的方式呈现,试图展现对网页设计美术人员的亲切,但它终究必须牵涉到相关的流程逻辑。 有很多方案试着解决种种的困境,而各自的着眼点各不相同,有的从程序设计人员的角度来解决,有的从网页设计人员的角度来解决,各种的框架被提出,所造成的是各种不统一的标签与框架,为了促进产能的集成开发环境(IDE)难以整合这些标签与框架,另一方面,开发人员的学习负担也不断的加重,他们必须一人了解多个角色的工作。(jsf development Web application development with traditional stand-alone program development, in essence there are too many differences, Web application developers staff has inevitably have to deal with the details of HTTP, and HTTP stateless (stateless) the nature of traditional application must maintain significant breaches in the program is running in. Moreover, Web applications face simultaneous access to different users on the website, its execution thread safety issues as well as data validation, conversion process is complex and difficult to solution. On the other hand, is essentially static HTML and essentially dynamic applications is a violation of which caused inevitable handling web design art programming staff, must each added to the view component logic interfere with each other, even if some view rendering logic to render label, trying to show a web design art staff cordial, but it eventually must be involved in the process logic. Many programs try to solve all the)
    2013-03-15 09:22:41下载
    积分:1
  • 696518资源总数
  • 105446会员总数
  • 13今日下载