摘要: box-sizing: border-box; http://zh.learnlayout.com/box-sizing.html10步掌握CSS定位文字纵向 line-heightcss 文字横向间距letter-spacing:2pxdisplay: inline display: inli... 阅读全文
posted @ 2015-11-19 15:04 Mirrorhanman 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://www.open-open.com/lib/view/1392611872538 阅读全文
posted @ 2015-05-04 21:56 Mirrorhanman 阅读(110) 评论(0) 推荐(0) 编辑
摘要: public protected private var(public) 阅读全文
posted @ 2015-05-04 14:56 Mirrorhanman 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Constructorvoid __construct ([mixed $args = ""[, $... ]])void __destruct ( void ) parent::__construct() to run a parent constructor 阅读全文
posted @ 2015-05-04 14:55 Mirrorhanman 阅读(141) 评论(0) 推荐(0) 编辑
摘要: spl_autoload_register 阅读全文
posted @ 2015-05-04 14:44 Mirrorhanman 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Constants differ from normal variables in that you don't use the$symbol to declare or use them.showConstant();echo $class::constant."\n"; // 自 PHP 5.3... 阅读全文
posted @ 2015-05-04 14:39 Mirrorhanman 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Properties : class memberProperties : also referred to "attributes" or "fileds"declare a property: public private protected var(treated as public)acce... 阅读全文
posted @ 2015-05-04 14:34 Mirrorhanman 阅读(188) 评论(0) 推荐(0) 编辑
摘要: http://php.net/manual/zh/language.oop5.basic.php1. class class contain contants(常量) variables(变量or属性) and function(方法)var; }}?> pseudo-variable(伪... 阅读全文
posted @ 2015-05-04 12:42 Mirrorhanman 阅读(174) 评论(0) 推荐(0) 编辑
摘要: http://soft.zdnet.com.cn/software_zone/2013/0408/2155579.shtml 阅读全文
posted @ 2015-05-04 12:36 Mirrorhanman 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 安装流程参考http://www.cnblogs.com/seanlv/archive/2011/11/22/2258716.htmlNode.js (https://nodejs.org/) 安装 一路next cmd node -v 显示版本号即安装成功安装npm https://gi... 阅读全文
posted @ 2015-04-29 12:58 Mirrorhanman 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文
posted @ 2015-04-09 12:40 Mirrorhanman 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1. 插入排序 类似打牌 先写内循环public class Insertion{ public static void sort(Comparable[] a){ int N = a.length; for (int i = 0; i 0 && Utils... 阅读全文
posted @ 2015-03-29 19:05 Mirrorhanman 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1. 简单的爬虫 1. xampp开启php的cURL -> xampp/php/php.ini 搜索curl去掉分号即可 2. cmd D: -> cd xampp -> cd php php -f ../htdocs/mirror/curl/curl.php > ../htdocs/m... 阅读全文
posted @ 2015-03-06 17:36 Mirrorhanman 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 jqueryui.com2. 使用 阅读全文
posted @ 2015-02-18 17:34 Mirrorhanman 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1. jquery.com 下载 api.jQuery.com 查看api important!!!2. 绑定事件 http://api.jquery.com/category/events/ bind():attach a handler to an event, As of jQuery ... 阅读全文
posted @ 2015-02-18 14:41 Mirrorhanman 阅读(157) 评论(0) 推荐(0) 编辑