#include "sys.h" #include "delay.h" #include "adc.h" //PF6 ADC3 通道4 void my_adc3_init() { ADC_InitTypeDef ADC_InitStruct; GPIO_InitTypeDef GPIO_InitSt... ...
分类:
其他好文 时间:
2016-12-24 16:55:10
阅读次数:
243
一:查看cpu more /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo 如果觉得需要看的更加舒服 grep "model name" /proc/cpuinfo | cut -f2 -d: 二:查看内存 grep ...
分类:
系统相关 时间:
2016-12-24 16:37:52
阅读次数:
172
Javascript: IE中:document.body.clientWidth ==> BODY对象宽度document.body.clientHeight ==> BODY对象高度document.documentElement.clientWidth ==> 可见区域宽度document.d ...
分类:
编程语言 时间:
2016-12-24 14:24:25
阅读次数:
232
Linux下安装webstorm 1--在webstorm官网里面下载最新的版本 WebStorm-11.0.3.tar.gz 2--创建webstorm的安装目录 #mkdir /usr/webstorm 3--解压 # tar zxvf WebStorm-11.0.3.tar.gz -C /us ...
分类:
Web程序 时间:
2016-12-24 14:07:05
阅读次数:
183
(1)解决方案 http://stackoverflow.com/questions/36572537/cordova-ios-blank-iframe/36587026 在 index.html中配置meta <meta http-equiv="Content-Security-Policy" c ...
分类:
移动开发 时间:
2016-12-24 02:23:48
阅读次数:
263
Description 在一个图上,在两个点间连一条边,问这两个点最早在什么时候联通. Sol 并查集+启发式合并. 按秩合并的并查集...我也不知道什么是按秩合并,反正就跟启发式合并差不多,合并的时候将小的往大的里和,因为每次增长都是小集合倍数的两倍以上,所以层数不超过 \(log n\) 然后连 ...
分类:
其他好文 时间:
2016-12-23 22:47:19
阅读次数:
221
https://www.w3.org/TR/html401/interact/forms.html#edef-LABEL ...
分类:
其他好文 时间:
2016-12-23 21:55:41
阅读次数:
142