make
-
HC32L110(三) HC32L110的GCC工具链和VSCode开发环境
目录 HC32L110(一) HC32L110芯片介绍和Win10下的烧录 HC32L110(二) HC32L110在Ubuntu下的烧录 HC32L110(三) HC32L110…
-
how to make the windows console work with utf-8 encoded project
the console of the windows os is not working in the utf-8 encoding, by default. When you f…
-
Nginx安装时的坑
nginx默认安装的时候无法加载流stream模块,需要在启动参数里加上–with-stream。 解决方法:重新对源文件进行编译、安装,通过添加–with-stream参数指定安…
-
安装VMware——Unable to install all modules.See log /tmp/vmware-han/vmware-6098.log for detalls.(Exit co
这是编译失败的原因 在VM社区有这样一种解决方案,亲测有效,帮助我自己解决的麻烦,所有在这分享,希望能够帮助到小伙伴: 不要被接下来的代码吓倒 因为这是github上项目,所以要先…
-
centos7安装nginx
1、解压 tar -zxvf nginx.tar.gz 2、进入解压后的文件 cd nginx 3、执行configure文件./configure 可能会有报错: ./confi…
-
Ubuntu源码安装遇到的问题
Ubuntu源码安装遇到的问题 问题1. xml/apr_xml.c:35:10: fatal error: expat.h: 没有那个文件或目录 35 | #include &l…
-
深蓝学院—机器人学基础学习笔记——第一章(环境配置)
chapter1-homework 前言 因为课程建议使用ros-melodic版本,但我此前已经在ubuntu20.04安装了ros-noetic版本,安装过程出了点小插曲,…
-
Linux 安装Git
一、下载 镜像站:https://mirrors.edge.kernel.org/pub/software/scm/git/,自行选择版本下载,我这里下载的是 git-2.35.2…
-
(Python) ConnectionError: Max retries exceeded with url
To solve the requests “ConnectionError: Max retries exceeded with url”, use a …
-
Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass
之前遇到jdk版本升级,新版本的JDK对一些反射相关的功能进行了限制从而引发的问题,我自己遇到的是在上传excel文件失败,开始以为是文件上传方式的问题,检测无误后还是没解决。 1…