总时间限制: 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
一、行级元素水平居中对齐(父元素设置 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
Java中LinkedList的部分源码(本文针对1.7的源码) LinkedList的基本结构 jdk1.7之后,node节点取代了 entry ,带来的变化是,将1.6中的环形结构优化为了直线型链表结构,从双向循环链表变成了双向链表 在LinkedList中,我们把链子的“环”叫做“节点”,每个 ...
分类:
编程语言 时间:
2017-09-02 13:01:12
阅读次数:
337
DataTable把数据映射到本地缓存表中 ...
分类:
Web程序 时间:
2017-09-02 12:53:48
阅读次数:
244
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 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
原文地址: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
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
相关API 相关类介绍 WebResourceRequest 添加于API21,封装了一个Web资源的请求信息,包含:请求地址,请求方法,请求头,是否主框架,是否用户点击,是否重定向 WebResourceResponse 封装了一个Web资源的响应信息,包含:响应数据流,编码,MIME类型,API ...
分类:
移动开发 时间:
2017-08-31 16:16:17
阅读次数:
262
低功耗 模式 下 使用 串口 , 因为 PM2 或者 PM3 状态下 32M晶振 是不工作 的,根据手册得知没有32M晶振, 串口是不能工作的,但是可以使用 外部中断,因此,我把 串口的接收引脚设置为外部中断,这样 来唤醒BLE。 这样就牵扯到 串口 和 外设中断 的 来回切换 ,具体操作方法如下: ...
分类:
其他好文 时间:
2017-08-31 12:52:15
阅读次数:
255