logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

win7下docker 不能复制粘贴解决方法,SSH远程连接docker虚拟环境的方法

win7 docker tool box 界面不是很好使用,不能粘贴复制。直接在docker安装目录下启动star.sh即可 使用git作为终端来连接我们的 docker 主机docker-machine ssh default启动之后如图:在这里即可操作docker, 当然最好把你的项目目录挂载到docker虚拟机下。参考文章 https://www.jia...

win7下docker 不能复制粘贴解决方法,SSH远程连接docker虚拟环境的方法

win7 docker tool box 界面不是很好使用,不能粘贴复制。直接在docker安装目录下启动star.sh即可 使用git作为终端来连接我们的 docker 主机docker-machine ssh default启动之后如图:在这里即可操作docker, 当然最好把你的项目目录挂载到docker虚拟机下。参考文章 https://www.jia...

Python3 在json中提示 错误xx is not JSON serializable

使用json调用python的时候提示xxx  is not JSON serializable,意思是无法序列化某些对象解决办法:在json调用python的时候,python的函数后面需要加小括号()。 ...

#python
Ubuntu 20.04 LTS WslRegisterDistribution failed with error: 0x800701bc

1.以管理员身份运行powershell,输入:wsl --update,2.重新打开ubuntu即可。

#ubuntu#linux
解决μvision ide已停止工作问题

在使用keil5 烧写stm32程序时,出现μvision ide已停止工作的问题:第一次打开工程编译烧写没有问题,但是第二次编译烧写就会出现μvision ide已停止工作的对话框。我的解决办法是将JTAG换成SW,如图:

#stm32#单片机
KEIL 5 pack离线包 Stm32f1/f2/f3/f4

keil5 pack 离线包安装:安装过keil5软件后,直接双击pack 离线包即可。F1pack包https://keilpack.azureedge.net/pack/Keil.STM32F1xx_DFP.2.3.0.packF2pack包https://keilpack.azureedge.net/pack/Keil.STM32F2xx_DFP.2.9.0.packF3pa...

#stm32
stm32 keil中出现use of undeclared identifier' '的原因

出现这种情况,一般有以下几种原因:1.变量未定义2.未包含头文件3.编译路径未包含该文件地址

#stm32
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated c

[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY

#mysql#数据库
[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated c

[Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is not functionally dependent on columns in GROUP BY

#mysql#数据库
到底了