博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页

2014年9月22日

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

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

2014年9月15日

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

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

2014年9月14日

摘要: 官方定义: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 阅读(269) 评论(0) 推荐(0)

2014年9月13日

摘要: 官方定义: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 阅读(382) 评论(0) 推荐(0)

2014年9月12日

摘要: 官方定义: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 阅读(637) 评论(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 阅读(417) 评论(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 阅读(1249) 评论(0) 推荐(0)

2014年9月11日

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

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

2014年9月10日

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

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

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

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

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 18 下一页