摘要: https://blog.csdn.net/lhp171302512/article/details/122810869 (base) xiaoc@xiaocs-iMac ~ % cd /Users/xiaoc/Library/Caches/Homebrew (base) xiaoc@xiaocs- 阅读全文
posted @ 2025-07-26 10:57 举起希望之灯 阅读(15) 评论(0) 推荐(0)
摘要: 参考下面教程,编译安装 https://blog.itpub.net/70041598/viewspace-3051467/ 阅读全文
posted @ 2025-07-23 23:00 举起希望之灯 阅读(25) 评论(0) 推荐(0)
摘要: git clone --recurse-submodules 拉取所有模块如果忘了, 下面命令可以后补git submodule initgit submodule update 阅读全文
posted @ 2025-06-23 21:25 举起希望之灯 阅读(7) 评论(0) 推荐(0)
摘要: iaoc@xiaocs-iMac Downloads % sudo docker-compose up -d WARN[0000] /Users/xiaoc/Downloads/docker-compose.yml: the attribute `version` is obsolete, it w 阅读全文
posted @ 2025-03-20 08:32 举起希望之灯 阅读(83) 评论(0) 推荐(0)
摘要: https://mirrors.huaweicloud.com/elasticsearch/ 阅读全文
posted @ 2025-03-19 20:15 举起希望之灯 阅读(6) 评论(0) 推荐(0)
摘要: [root@iv-ydpf7o34zks6iplmauc1 log]# grep 'java' messages Mar 11 06:35:04 iv-ydpf7o34zks6iplmauc1 kernel: [ 10463] 0 10463 612215 120348 1208320 0 0 ja 阅读全文
posted @ 2025-03-14 20:41 举起希望之灯 阅读(4) 评论(0) 推荐(0)
摘要: FAILURE: Build failed with an exception. * Where: Build file '/Users/xiaoc/Documents/code/ireview/android/build.gradle.kts' line: 16 * What went wrong 阅读全文
posted @ 2025-03-13 10:37 举起希望之灯 阅读(273) 评论(0) 推荐(0)
摘要: 这个问题说奇怪是真的。折腾半天安卓能生成app进去手机,flutter就是一直编译不通过,也试过多次flutter clean get run都没用。flutter doctor也是完美的。 问题的根据在于flutter下载后,没有在flutter的目录下执行 ./flutter doctor 这有 阅读全文
posted @ 2025-03-13 10:10 举起希望之灯 阅读(106) 评论(0) 推荐(0)
摘要: 要根据centOs版本来,如我的是9版本就根据版本执行 参考 https://blog.csdn.net/u012873389/article/details/134036160 然后配置远程访问: use mysql; update user set host='%' where user ='r 阅读全文
posted @ 2025-03-09 17:25 举起希望之灯 阅读(6) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/shoshana-kong/p/16580840.html with name1 as ( select 脚本1 ), name2 as ( select 脚本2 ) select * from name1 a innert join name2 b 阅读全文
posted @ 2024-03-20 17:10 举起希望之灯 阅读(4) 评论(0) 推荐(0)