https://www.cnblogs.com/wwjj4811/p/13703804.html 三台centos7虚拟机,一台master,两台worker,集群中所有机器之间网络互通,可以访问外网,需要拉取镜像。 master ip:192.168.162.133 node1 ip:192.16 ...
分类:
其他好文 时间:
2020-11-25 12:31:20
阅读次数:
5
对于初学习者来说为什么用到PB3和PB4时无法控制输出呢? 下面就这一问题进行分析讲解。 首先,STM32F10x系列的MCU复位后,PA13/14/15 & PB3/4默认配置为JTAG功能。有时我们为了充分利用MCU I/O口的资源,会把这些 端口设置为普通I/O口。具体方法如下: 在GPIO_ ...
分类:
其他好文 时间:
2020-11-23 11:58:37
阅读次数:
4
<?php function getTagClassContent($url, $tagName, $className) //要抓取的网页, 要抓取的Tag名, 要抓取的Class名 { $doc = new DOMDocument(); @$doc->loadHTML(file_get_cont ...
分类:
Web程序 时间:
2020-11-20 12:00:20
阅读次数:
20
7-2 天梯赛座位分配 (20分) #include <iostream> #include <cmath> using namespace std; int main() { int sets[100][10][10];//i个学校j个队伍第k个人的编号 int n,maxt = -1; int ...
分类:
其他好文 时间:
2020-11-20 11:55:43
阅读次数:
5
spring boot 知识点总结 天狼星 https://www.cnblogs.com/wjqhuaxia/p/9820902.html spring cloud 知识点总结 姿势帝 https://www.cnblogs.com/newAndHui/tag/springcloud/ ...
分类:
编程语言 时间:
2020-11-20 11:53:50
阅读次数:
8
要找到目标元素,通过浏览器检查的方式或者按F12键,找到该控件元素,通过其ID、class等属性,能够唯一定位到该元素。 Selenium提供了8种定位方式。 id name class name tag name link text partial link text xpath css sele ...
分类:
其他好文 时间:
2020-11-19 12:57:08
阅读次数:
21
在试图运行multi_uav_mavros_sitl_sdf.launch时报错: while processing /home/sp/src/Firmware/launch/single_vehicle_spawn_sdf.launch:Invalid <param> tag: Cannot lo ...
分类:
其他好文 时间:
2020-11-19 12:17:57
阅读次数:
5
尚硅谷大数据项目实战之在线教育(01数仓需求) (作者:尚硅谷大数据研发部) 版本:V1.0 第1章 数据仓库概念 数据仓库是为企业所有级别的决策制定过程,提供所有类型数据支持的战略集合。 数据仓库是出于分析报告和决策支持目的而创建的,为需要业务智能的企业,提供指导业务流程改进、监控时间、成本、质量 ...
分类:
其他好文 时间:
2020-11-18 12:30:57
阅读次数:
5
Caused by: org.aspectj.apache.bcel.classfile.ClassFormatException: File: 'java.lang.CharSequence': Invalid byte tag in constant pool: 18 at org.aspect ...
分类:
编程语言 时间:
2020-11-18 12:29:42
阅读次数:
5
原文: https://www.w3school.com.cn/tags/tag_iframe.asp https://www.w3school.com.cn/tags/html_ref_standardattributes.asp https://www.w3school.com.cn/jsref ...
分类:
其他好文 时间:
2020-11-13 12:24:02
阅读次数:
8