摘要: 通过App Uploader提交ipa文件的时候反复提示Bundle ID错误,有点蒙。反复检查发现是uniapp里面编译ipa文件的时候写的Bundle ID和appstoreconnect里的没有对应上。 以下3个位置的Bundle ID 要保持统一,不然就反复提交无法通过。保持统一后,问题解除 阅读全文
posted @ 2025-02-09 21:44 nanahome 阅读(11) 评论(0) 推荐(0) 编辑
摘要: crontab -e 会打开 /var/spool/cron/crontabs/username文件(如果没有username,这个文件还是root) Linux(Debian)使用crontab设置定时任务 - 个人文章 - SegmentFault 思否 阅读全文
posted @ 2024-09-04 22:38 nanahome 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://certbot.eff.org/instructions?ws=nginx&os=snap certbot --nginx 自动续期 certbot renew --pre-hook "systemctl stop nginx" --post-hook "systemctl star 阅读全文
posted @ 2024-09-01 00:53 nanahome 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1、如何从 Ubuntu 22.04 升级到 Ubuntu 24.04 如何从 Ubuntu 22.04 升级到 Ubuntu 24.04 ? - 软件简史 - SegmentFault 思否 2、升级你的Ubuntu Linux内核版本 超级用户指南:轻松升级你的Ubuntu Linux内核版本 阅读全文
posted @ 2024-08-21 00:43 nanahome 阅读(53) 评论(0) 推荐(0) 编辑
摘要: WEJDK学习站 (injdk.cn) https://www.injdk.cn/ 阅读全文
posted @ 2024-06-08 20:41 nanahome 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1 <build> 2 <resources> 3 <resource> 4 <directory>src/main/java</directory> 5 <includes> 6 <include>**/*.yml</include> 7 <include>**/*.properties</inc 阅读全文
posted @ 2024-05-27 17:07 nanahome 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 按照昨天的教程。 https://www.electronjs.org/zh/docs/latest/tutorial/quick-start npm install --save-dev electron 进行到这一步,出问题了。无法安装成功。外网访问问题。 使用npm安装electron不成功的 阅读全文
posted @ 2023-10-25 10:43 nanahome 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 需要开发一个桌面版的软件,选择electron实现。 技术选型: 桌面软件开发框架大赏 https://zhuanlan.zhihu.com/p/547806659 quick-start https://www.electronjs.org/zh/docs/latest/tutorial/quic 阅读全文
posted @ 2023-10-23 15:13 nanahome 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://repo.huaweicloud.com/openjdk/ 更多镜像。 https://mirrors.huaweicloud.com/home https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-10-08 15:27 nanahome 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 原来看教程上都是用 go get 获取软件包。提示如下,意思是go get要被废弃了。 我的版本是,go version go1.20.4 windows/amd64 go get -u github.com/kataras/irisgo: go.mod file not found in curr 阅读全文
posted @ 2023-09-27 01:41 nanahome 阅读(68) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示