问题:当自己遇到这个问题的时候,查阅很多资料,发现很多需要安装一大推东西,又是安装,又是重启,最后还是没有搞定。最后还是通过这三行命令搞定了。sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-toolssudo apt ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>tab页切换</title> <style> .tab { background: grey; overflow: auto; width: 240px; bo ...
分类:
Web程序 时间:
2021-03-03 12:28:04
阅读次数:
0
http://www.ruanyifeng.com/blog/2016/07/yaml.html json基本语法:https://baike.baidu.com/item/JSON/2462549?fr=aladdin 一、简介 YAML语言的基本规则如下: 大小写敏感 使用缩进表示层级关系 缩进 ...
分类:
其他好文 时间:
2021-02-26 13:04:21
阅读次数:
0
流行的开放数据存储库: UC http://archive.ics.uci.edu/ml/ Kaggle https://www.kaggle.com/datasets Amazon's aws http://aws.amazon.com/fr/datasets/ 元门户站点: http://dat ...
分类:
Web程序 时间:
2021-02-26 12:55:40
阅读次数:
0
打开本地文件: QDesktopServices::openUrl(QUrl::fromLocalFile("文件路径")); 重命名: QFile file("C:xx.txt"); file.rename(C:xxx.txt); 删除文件: QFile::remove("文件路径"); 文件拷贝 ...
分类:
其他好文 时间:
2021-02-25 12:00:25
阅读次数:
0
1.v-popover:popover1 后边的名称不能输入,不能循环,只能一个使用 循环中使用触发html,用 slot="reference" 2. :popper-options="{ boundariesElement: 'body', removeOnDestroy: true }" 改变 ...
分类:
其他好文 时间:
2021-02-24 12:49:33
阅读次数:
0
zookeeper zookeeper安装配置 从官网下载zookeeper的安装包:官网推荐的zookeeper镜像下载网站 将zookeeper的压缩包解压到指定安装目录 在zookeeper安装目录新建 data 和 log 文件夹,将conf目录下的 zoo_sample.cfg 文件,复制 ...
分类:
其他好文 时间:
2021-02-23 14:36:36
阅读次数:
0
时间片长度通过FreeRTOSConfig.h中的congfigTICK_RATE_HZ定义,比如congfigTICK_RATE_HZ设为100HZ,那么时间片长度就是10ms; portTICK_RATE_MS用毫秒作为单位时间数值,实际上也是基于congfigTICK_RATE_H; 只有FR ...
分类:
其他好文 时间:
2021-02-23 14:22:58
阅读次数:
0
linux安装docker 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrotate \ docker-l ...
分类:
系统相关 时间:
2021-02-23 14:06:38
阅读次数:
0
1、windows10 pip设置目录:C:\ProgramData\pip\pip.ini [global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple/ ←--清华大学源 2、dos命令:pip config --global set ...
分类:
编程语言 时间:
2021-02-19 13:05:20
阅读次数:
0