一、RTC实时时钟简介 STM32 的 RTC 外设(Real Time Clock) ,实质是一个掉电后还继续运行的定时器。 只有很纯粹的计时和触发中断的功能; 二、特性 32位的计数器。 只能向上计数。 主电源VDD断开时,由锂电池通过VBAT引脚供电。主电源VDD有效时,由主电源供电。 RTC ...
分类:
其他好文 时间:
2021-03-02 12:05:30
阅读次数:
0
接上个文章,因为失败,思考了一下原因,参考了其他的博主。 使用cookie可以免密码登入网站。 所以自动化登录微博首先需要获取已经登录微博后浏览器的cookie。 接下来上代码: # 导入需要的数据包 from selenium import webdriver import time # 将获取的 ...
分类:
其他好文 时间:
2021-03-02 11:42:50
阅读次数:
0
一、一些基础概念及方法 [1] Cavender-Bares J, Kozak KH, Fine PV, Kembel SW. The merging of community ecology and phylogenetic biology. Ecol Lett. 2009;12(7):693-7 ...
分类:
其他好文 时间:
2021-02-27 13:33:50
阅读次数:
0
简介 《Asp.Net Core3 + Vue3入坑教程》 此教程仅适合新手入门或者前后端分离尝试者。可以根据图文一步一步进操作编码也可以选择直接查看源码。每一篇文章都有对应的源码 教程后期会将 .Net Core 3升级成 .Net Core 5 目录 《Asp.Net Core3 + Vue3入 ...
分类:
Web程序 时间:
2021-02-27 13:21:50
阅读次数:
0
# # +SCRIPT BY Alexander Ezharjan+ # # +date : 2020/12/12 + # # +contact : ezhar.cnblogs.com + # # import sys import os import time print( """ XX MMMM ...
分类:
编程语言 时间:
2021-02-27 13:11:28
阅读次数:
0
慢日志 执行时间 > 10 未命中索引 日志文件路径 配置 内存 show variables like '%queries%'; set global [变量名] = [值] 配置文件 mysqld --defaults-file='E:\wupeiqi\mysql-5.7.16-winx64\m ...
分类:
其他好文 时间:
2021-02-26 13:15:05
阅读次数:
0
The expensive shops in a famous arcade near Piccadilly were just opening. At this time of the morning, the arcade was almost empty. Mr. Taylor, the ow ...
分类:
其他好文 时间:
2021-02-26 13:05:25
阅读次数:
0
from selenium import webdriver import time import json wb = webdriver.Chrome() wb.get('https://www.baidu.com') wb.maximize_window() time.sleep(3) # 登录 ...
分类:
编程语言 时间:
2021-02-26 12:56:21
阅读次数:
0
The more, The Better Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12033 Accepted Submission(s) ...
分类:
其他好文 时间:
2021-02-26 12:53:14
阅读次数:
0
app流程和生成报告: 案例1: from appium import webdriverfrom time import *import unittestfrom shouji.HTMLTestRunner3_New import HTMLTestRunnerclass TestApp(unitt ...
分类:
移动开发 时间:
2021-02-25 12:16:19
阅读次数:
0