码迷,mamicode.com
首页 >  
搜索关键字:oar    ( 1528个结果
A Knight's Journey
总时间限制: 1000ms 内存限制: 65536kB描述BackgroundThe knight is getting bored of seeing the same black and white squares again and again and has decided to make ...
分类:其他好文   时间:2017-09-03 22:09:58    阅读次数:179
html+css居中问题
一、行级元素水平居中对齐(父元素设置 text-align:center) <div style="width: 200px; height: 100px;border: 1px solid;text-align:center;"> <span>行级元素垂直居中</span> </div> 二、块级 ...
分类:Web程序   时间:2017-09-03 00:18:54    阅读次数:213
6.Java集合-LinkedList实现原理及源码分析
Java中LinkedList的部分源码(本文针对1.7的源码) LinkedList的基本结构 jdk1.7之后,node节点取代了 entry ,带来的变化是,将1.6中的环形结构优化为了直线型链表结构,从双向循环链表变成了双向链表 在LinkedList中,我们把链子的“环”叫做“节点”,每个 ...
分类:编程语言   时间:2017-09-02 13:01:12    阅读次数:337
ADO.NET数据绑定 DataTabele
DataTable把数据映射到本地缓存表中 ...
分类:Web程序   时间:2017-09-02 12:53:48    阅读次数:244
hosts 持续更新 - laod
https://laod.cn/hosts/2017-google-hosts.html 2017 Google hosts 持续更新【更新于:2017-08-22】 4,347 2,367,079 A+ 所属分类:hosts 所属分类:hosts 本页面长期更新最新Google、谷歌学术、维基百科 ...
分类:其他好文   时间:2017-09-02 09:45:15    阅读次数:261
CentOS 安装ffmpeg
Centos 6 yum -y install epel-release yum -y install ffmpeg ffmpeg-devel yum -y install epel-release yum -y install ffmpeg ffmpeg-devel Centos 7 yum -y ...
分类:其他好文   时间:2017-09-01 18:53:05    阅读次数:131
hystrix-turbine实现多服务监控
原文地址:http://www.cnblogs.com/skyblog/p/5633757.html 1. 概述 Demo地址:http://git.oschina.net/zhou666/spring-cloud-7simple/tree/master/cloud-hystrix-turbine ...
分类:其他好文   时间:2017-09-01 12:45:17    阅读次数:1596
spring自带的定时任务功能,基于注解和xml配置
1、spring的配置文件 [html] view plain copy <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:编程语言   时间:2017-08-31 17:56:21    阅读次数:181
Android WebView 详解
相关API 相关类介绍 WebResourceRequest 添加于API21,封装了一个Web资源的请求信息,包含:请求地址,请求方法,请求头,是否主框架,是否用户点击,是否重定向 WebResourceResponse 封装了一个Web资源的响应信息,包含:响应数据流,编码,MIME类型,API ...
分类:移动开发   时间:2017-08-31 16:16:17    阅读次数:262
CC2540 低功耗 POWER_SAVING 模式 下 串口 0 的使用
低功耗 模式 下 使用 串口 , 因为 PM2 或者 PM3 状态下 32M晶振 是不工作 的,根据手册得知没有32M晶振, 串口是不能工作的,但是可以使用 外部中断,因此,我把 串口的接收引脚设置为外部中断,这样 来唤醒BLE。 这样就牵扯到 串口 和 外设中断 的 来回切换 ,具体操作方法如下: ...
分类:其他好文   时间:2017-08-31 12:52:15    阅读次数:255
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!