博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

09 2014 档案

摘要:Wiki: In computer programming, an assertion is a predicate (a true–false statement) placed in a program to indicate that the developer thinks that th... 阅读全文

posted @ 2014-09-24 13:30 xymaqingxiang 阅读(400) 评论(0) 推荐(0) 编辑

摘要:首先添加必要的apt源 1 apt-get update 确保软件包列表是最新的 2 apt-get upgrade 更新软件包安装phpMyAdmin1 apt-get install phpmyadmin注意会提示你选择Apache或者lighttpd服务器,我们用的是Nginx,所以这... 阅读全文

posted @ 2014-09-22 18:31 xymaqingxiang 阅读(327) 评论(0) 推荐(0) 编辑

摘要:jmGraph:一个基于html5的简单画图组件特性:代码书写简单易理解面向对象的代码结构对图形控件化样式抽离模块化:入seajs实现模块化开发兼容性:暂只推荐支持html5的浏览器:ie9+,chrome,firefox等。jiamao/jmgraph· GitHubAPIsjmgraph是一个基... 阅读全文

posted @ 2014-09-15 20:55 xymaqingxiang 阅读(582) 评论(1) 推荐(0) 编辑

摘要:官方定义:JSON(JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to pa... 阅读全文

posted @ 2014-09-14 11:29 xymaqingxiang 阅读(257) 评论(0) 推荐(0) 编辑

摘要:官方定义:write less ,do more :Lightweight Footprint、CSS3 Compliant、Cross-BrowserWhat is jQuery?jQuery is a fast, small, and feature-rich JavaScript librar... 阅读全文

posted @ 2014-09-13 21:48 xymaqingxiang 阅读(366) 评论(0) 推荐(0) 编辑

摘要:官方定义:Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.即:Bootstrap 是最受欢迎的 HTML、CSS... 阅读全文

posted @ 2014-09-12 22:06 xymaqingxiang 阅读(620) 评论(0) 推荐(0) 编辑

摘要:官方定义:http://www.jeasyui.com/what isJQuery EasyUI ?jQuery EasyUI framework helps you build your web pages easily.easyui is a collection of user-interfa... 阅读全文

posted @ 2014-09-12 21:28 xymaqingxiang 阅读(408) 评论(0) 推荐(0) 编辑

摘要:官方网站定义:http://codemirror.net/CodeMirroris a versatile text editor implemented in JavaScript for the browser. It is specialized for editing code, and c... 阅读全文

posted @ 2014-09-12 21:19 xymaqingxiang 阅读(1207) 评论(0) 推荐(0) 编辑

摘要:一、分布式文件系统1、概念分析:分布式文件系统(Distributed File System)是指文件系统管理的物理存储资源不一定直接连接在本地节点上,而是通过计算机网络与节点相连。分布式文件系统的设计基于客户机/服务器模式。一个典型的网络可能包括多个供多用户访问的服务器。另外,对等特性允许一些系... 阅读全文

posted @ 2014-09-11 12:28 xymaqingxiang 阅读(4641) 评论(0) 推荐(1) 编辑

摘要:一、标准网页设计1、标准网页概述: 标准网页设计要遵循,内容与表现相分离。 内容 + 表现 = 页面 --- 即 :XHTML + CSS = PAGE 内容与变现相分离,也就是内容使用HTML、XHTML,而怎么对内容排版、显示使用CSS。2、标准网页设计的优点: (1)代码更少,更容易... 阅读全文

posted @ 2014-09-10 17:32 xymaqingxiang 阅读(271) 评论(0) 推荐(0) 编辑

摘要:一、HTML表单 -- form标签 -- 与浏览者交互1、form 标签 -- 代表HTML表单form标签是成对出现的,以开始,以结束属性.common -- 公共属性action -- 浏览者输入的数据被传送到的地方,比如一个PHP页面(dreamdu.php) action语法: u... 阅读全文

posted @ 2014-09-10 11:19 xymaqingxiang 阅读(284) 评论(0) 推荐(0) 编辑

摘要:1、img标签 -- 代表HTML图像img标签是单独出现的,语法:属性:Common-- 一般属性 (公共属性) eg: class id title(图片的提示文字,当鼠标停留到图片上时,会提示相关文字) onclick style ...alt-- 代表图像的替代文字 (alt属性 --为无法... 阅读全文

posted @ 2014-09-07 17:53 xymaqingxiang 阅读(280) 评论(0) 推荐(0) 编辑

摘要:一、什么是HTMLHTML是用来制作网页的标记语言HTML是Hypertext Markup Language的英文缩写,即超文本标记语言HTML语言是一种标记语言,不需要编译,直接由浏览器执行HTML文件是一个文本文件,包含了一些HTML元素,标签等.HTML文件必须使用html或htm为文件名后... 阅读全文

posted @ 2014-09-02 10:32 xymaqingxiang 阅读(340) 评论(0) 推荐(0) 编辑

摘要:HTTP协议特点:•HyperText Transfer Protocol•设计HTTP最初的目的是为了提供一种发布和接收HTML页面的方法。通过HTTP或者HTTPS协议请求的资源由统一资源标识符(Uniform Resource Identifiers,URI)来标识。•Over TCP/IP•... 阅读全文

posted @ 2014-09-01 15:21 xymaqingxiang 阅读(255) 评论(0) 推荐(0) 编辑