logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android Studio里的C/C++返回: ld: error: undefined symbol

Android Studio里的C/C++进行编译时返回: `ld: error: undefined symbol`的错误,进行了解决。

文章图片
#android studio#c语言#c++
配置Insecure Docker Registry支持http请求 (更改默认的https请求)

本文记录了如何配置`Insecure http docker registry`,也就是使用`http`请求 (更改默认的https请求)`Docker Registry`仓库。

文章图片
#http#docker#https +1
Visual Studio Community version 2019打开旧VS2008项目的两个问题

最近用Visual Studio Community version 2019打开Visual Studio 2008旧项目的碰到两个问题,并解决。问题1:提示缺少MFC LibraryVisual Studio Community version 2019默认没有安装MFC,那么安装MFC Library,下载vs_community__1819445496.1557801037.exe,在..

#mfc
Ultra Edit中的两个正则表达式

经常要用Ultra Edit编辑文本文件,有时候会进行批量操作,例如进行全文的注释删除,以及删除所有空行等,附上这两种操作方法的正则表达式,Ultra Edit使用的正则表达式与Unix使用的正式表达式不一样,具体可以参看引链接,Ultra EditRegular expressions, 具体的使用打开Search-> Replace就可以打开替换窗口,或者用快捷键CTRL+R.1,删

#正则表达式
ROS环境变量的设置

ROS在运行或者启动过程中出现找不到包的问题,具体如下:`ImportError : No module named xxxx.msg`或者`roscd/roslaunch cannot find the package that be built recently`原因是环境变量没设置好。

#自动驾驶#人工智能#机器学习
Spring Boot整合Log4j2.xml的问题

Spring Boot整合Log4j2.xml的时候返回以下错误:`Caused by: org.apache.logging.log4j.LoggingException: log4j-slf4j-impl cannot be present with log4j-to-slf4j`进行了解决。

文章图片
#spring boot#log4j#xml
Embedded Linux S3C2440 - QEMU and Graphic

文章目录SummaryRun a QT Demo on QEMUConvert the kernel image to uImage formatQEMU NetworkingBooting via TFTPReferenceSummaryTested QEMU and Graphic application on Embedded Linux S3C2440.QEMU is open-so...

#linux
Windows Subsystem for Linux (WSL)安装Ubuntu 0x80070005的问题

在Windows 11中安装Windows Subsystem for Linux (WSL), 并安装Ubuntu 22.04.2 LTS,碰到了棘手的问题报错:0x80070005, 进行了解决。

文章图片
#ubuntu#windows#linux
在AWS中创建定制的虚拟私有云(VPC)

文章目录创建定制VPC在VPC里创建两个Subnet创建Internet Gateway创建额外的Route table访问外部创建额外的Route table添加路由到Internet Gateway关联公有Subnet到额外的公有的Route table在定制VPC里创建一个新的Security Group (安全组)在定制VPC里创建两个EC2 (公有和私有)创建公有EC2创建私有EC2私有

#aws
    共 11 条
  • 1
  • 2
  • 请选择