码迷,mamicode.com
首页 >  
搜索关键字:dex    ( 10285个结果
超酷HTML5 Canvas图表应用Chart.js自定义提示折线图
超酷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
332. Reconstruct Itinerary
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
kali RAM配置无线
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
jq选择器
<script type="text/javascript"> //基本选择器 //console.log($('#wrap')); //设置单个样式 //$('#wrap').css('background','red'); //设置多个样式 //原生css使用连字符-的地方 在JQ使用驼峰命名法 ...
分类:其他好文   时间:2016-11-03 18:14:21    阅读次数:8892
Swift- 数组
//: 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
一般来说 [UIApplication sharedApplication].keyWindow.rootViewController 会在 appDelegate 中初始化,并且整个应用运行过程中都不会变。 所以在很多地方需要用 presentModelViewController 方法时,用这个 ...
分类:移动开发   时间:2016-11-03 14:19:40    阅读次数:384
数据库 索引与数据完整性
这是代码,很乱,以后整理 ...
分类:数据库   时间:2016-11-03 13:18:37    阅读次数:271
编程基础1
闭包_百度搜索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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!