摘要: 1. 问题描述 在Ubuntu下运行会报错:bash: $’\r’: command not found 2. 问题原因 这是因为Windows系统的文件换行使用的是\r\n,而Unix系统是\n 3. 解决方法 1. 安装dos2unix来进行文件转换 sudo apt install dos2u 阅读全文
posted @ 2021-11-09 12:42 代码诠释的世界 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1. 查看本机ip $ ifconfig docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:97: 阅读全文
posted @ 2021-11-09 11:15 代码诠释的世界 阅读(1864) 评论(0) 推荐(0) 编辑
摘要: 解决方法: flutter config --android-studio-dir=“D:\AndriodStudio” 阅读全文
posted @ 2021-09-11 17:01 代码诠释的世界 阅读(816) 评论(0) 推荐(0) 编辑
摘要: 1. 原因 这是因为安装docker没有使用官方安装包,也没有使用apt,而是安装Ubuntu的时候我选了一同安装docker,所以是用snap安装的 2. 现象 sudo systemctl restart docker sudo service docker restart sudo syste 阅读全文
posted @ 2021-08-26 10:03 代码诠释的世界 阅读(5223) 评论(0) 推荐(1) 编辑
摘要: 1. 找到安装目录的pg_hba.conf 比如我的:C:\Program Files\PostgreSQL\13\data,你的可能是别的目录 2. 修改scram-sha-256为trust # IPv4 local connections: host all all 127.0.0.1/32 阅读全文
posted @ 2021-08-25 16:43 代码诠释的世界 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 环境 win10 python3.8.2 wxpython==4.1.1 错误原因:可能是wxPython 的额外类缺失解决办法:额外运行下 pip install -U wxPython==4.0.7.post2 阅读全文
posted @ 2021-08-25 16:03 代码诠释的世界 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 主要参考:https://blog.csdn.net/ancientear/article/details/81214533 1. 和文章不同的是, 我改的是.profile, 作者是创建了touch .bash_profile 可以 ls -al 自行查看home目录,然后修改或者创建即可 2. 阅读全文
posted @ 2021-07-23 10:49 代码诠释的世界 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 因为我编译的时候报错, 所以就换了Java版本 主要参考:https://blog.csdn.net/hcgeng/article/details/103926480 阅读全文
posted @ 2021-07-23 10:43 代码诠释的世界 阅读(2770) 评论(0) 推荐(0) 编辑
摘要: 使用brew install gradle,详细的参考这篇文章,我比较懒 参考文章:https://www.cnblogs.com/vitoboy/p/12487648.html 阅读全文
posted @ 2021-07-23 10:35 代码诠释的世界 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 我的主要是版本问题导致,每个人可能不一样,只做记录 阅读全文
posted @ 2021-07-23 10:32 代码诠释的世界 阅读(152) 评论(0) 推荐(0) 编辑