1、error trying to exec 'cc1': execvp: No such file or directory 2、Fatal error: invalid -march= option: `armv7-a' 在设置了Path后依然报这个错误,原因是,交叉编译链是手动上传的,需要设置 ...
分类:
系统相关 时间:
2021-03-17 14:06:29
阅读次数:
0
常用的dos命令(cmd) 1. 盘符切换 盘: 2.查看当前目录下的所有文件 dir 3.切换目录 cd/d盘 change directory 4.返回上一级cd.. 5.清理屏幕cls clear screen 6.退出终端exit 7.查看ip ipconfig 8.打开应用 calc no ...
分类:
其他好文 时间:
2021-03-16 14:07:05
阅读次数:
0
idea如何设置默认的仓库和配置文件路径 首先,要知道如何更改仓库地址和配置文件路径 File-->settings,搜索框中输入maven,按照自己的路径填写 Maven home directory:Maven路径 User settings file : 配置文件路径 Local reposi ...
分类:
其他好文 时间:
2021-03-16 12:02:34
阅读次数:
0
## 伪类:伪类用于DOM树之外的消息,或是不能简单选择器进行表示的信息。前者包含那些匹配指定状态的元素,比如:visited,:active ;后者包含那些满足一定逻辑条件的DOM树中的元素,比如:first-child,:fitst-of-type,:target ## 伪元素:伪元素为DOM树 ...
分类:
其他好文 时间:
2021-03-10 13:12:45
阅读次数:
0
Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
分类:
系统相关 时间:
2021-03-06 14:52:16
阅读次数:
0
win快捷键 dos命令 #盘符切换 :直接输入盘符 #查看当前目录下的所有文件 dir #切换目录 cd change directory #上一级 cd.. #清理屏幕 cls #推出终端 exit #查看电脑IP ip config #打开计算器 calc #画图 mspaint #记事本 n ...
加载模块 在httpd.conf文件里使下面模块生效: LoadModule ssl_module modules/mod_ssl.so # 如果使用https证书,这个模块功能一定要打开! LoadModule rewrite_module modules/mod_rewrite.so # 重写模 ...
分类:
Web程序 时间:
2021-03-01 14:13:40
阅读次数:
0
原因:这种情况是SSH Server中的Remote Directory路径不存在。 解决方法:重新输入目标服务器中存在的路径。 ...
分类:
其他好文 时间:
2021-03-01 14:07:12
阅读次数:
0
Let's say we have a date picker compoent which display start date and end date. We want to make sure that start date is no later than end date, if it ...
分类:
其他好文 时间:
2021-03-01 14:05:34
阅读次数:
0
DOS命令 #盘符切换 C、D、E+:(英文下的冒号)#查看当前目录下的所有文件 DIR#切换目录 cd(change directory)#跨盘符切换目录 cd /d C、D、E:\目录名#返回上一级目录 cd..#清理屏幕 cls(clear screen)#创建一个文件夹 md (text.. ...
分类:
其他好文 时间:
2021-03-01 13:21:52
阅读次数:
0