超酷HTML5 Canvas图表应用Chart.js自定义提示折线图 效果预览 实例代码 <div class="htmleaf-container"> <div class="htmleaf-content"> <div style="width:30%;margin:0 auto;"> <div ...
分类:
Web程序 时间:
2016-11-04 09:49:17
阅读次数:
552
ref: https://leetcode.com/problems/reconstruct-itinerary/ Given a list of airline tickets represented by pairs of departure and arrival airports [from ...
分类:
其他好文 时间:
2016-11-04 07:47:32
阅读次数:
246
iface eth0 inet static address 192.168.1.88 netmask 255.255.255.0 gateway 192.168.1.1 auto wlan0 iface wlan0 inet static address 192.168.1.88 netmask ...
分类:
其他好文 时间:
2016-11-03 23:07:50
阅读次数:
208
想要机械键盘的话,以下几点都是考虑条件: 1.敲击回馈:你很容易在使用机械键盘的时候明确的感受到switch的撞击,也就是有所谓的敲击感。 2.PS/2或USB:这个稍微了解电脑的人都知道,老一点的键盘鼠标基本都是PS/2接口,现在基本都是通用的USB;所以在这个上面没有必要过于纠结,反正转换器也可 ...
分类:
其他好文 时间:
2016-11-03 18:40:58
阅读次数:
198
<script type="text/javascript"> //基本选择器 //console.log($('#wrap')); //设置单个样式 //$('#wrap').css('background','red'); //设置多个样式 //原生css使用连字符-的地方 在JQ使用驼峰命名法 ...
分类:
其他好文 时间:
2016-11-03 18:14:21
阅读次数:
8892
//: Playground - noun: a place where people can play import UIKit var str = "Hello, playground" //容器类 ////1.数组 Array // ////一般形式 //var numbers:[Int] = ...
分类:
编程语言 时间:
2016-11-03 16:18:04
阅读次数:
330
需要导入 #import <AVFoundation/AVFoundation.h> 利用此框架中的 AVAudioRecorder和AVAudioPlayer来录音和播放以下是AVAudioRecorder录音的使用方法: - (IBAction)downAction:(id)sender { 按 ...
分类:
微信 时间:
2016-11-03 16:15:39
阅读次数:
785
一般来说 [UIApplication sharedApplication].keyWindow.rootViewController 会在 appDelegate 中初始化,并且整个应用运行过程中都不会变。 所以在很多地方需要用 presentModelViewController 方法时,用这个 ...
分类:
移动开发 时间:
2016-11-03 14:19:40
阅读次数:
384
闭包_百度搜索https://www.baidu.com/s?tn=25017023_1_pg&ch=1&ie=UTF-8&wd=%E9%97%AD%E5%8C%85 .json_百度搜索https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=0&rsv_idx=1& ...
分类:
其他好文 时间:
2016-11-03 02:13:37
阅读次数:
157