会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IWS
Talk is cheap. Show me the code. -- Torvalds, Linus (2000-08-25).
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
24
下一页
2025年4月23日
flutter: 生成Android安装包
摘要: 打开Android Studio,导入项目所在的Android目录,选择generate signed APK即可。
阅读全文
posted @ 2025-04-23 15:53 GreatK
阅读(9)
评论(0)
推荐(0)
2024年12月18日
CURL:重复执行request请求
摘要: for i in `seq 1 20`; do curl -X POST "http://localhost:8080/xxx/xxx?batchSize=100000&syncById=1"; done
阅读全文
posted @ 2024-12-18 13:24 GreatK
阅读(51)
评论(0)
推荐(0)
2024年8月5日
Flutter: Target aot_assembly_release failed: Exception: release/profile builds are only supported for physical devices. attempted to build for simulator
摘要: 解决方案: 重新拷贝一个新的Flutter运行环境。
阅读全文
posted @ 2024-08-05 16:53 GreatK
阅读(388)
评论(0)
推荐(0)
2024年7月30日
解决Flutter Wrong full snapshot version, expected 'xxx' found 'xxx' pub get failed (255; Wrong full snapshot version, expected 'xxx found 'xxx') 错误
摘要: Clear flutter cache rm -rf /flutter/bin/cache then run flutter clean.
阅读全文
posted @ 2024-07-30 10:41 GreatK
阅读(57)
评论(0)
推荐(0)
2024年7月26日
flutter: 生成iOS安装包
摘要: flutter build ipa --release 这时会在项目的build/ios/archive目录中,生成一个Runner.xcarchive项目,双击后,会自动出现在XCode的Organizer窗口中,先点击Validate App检查有没有问题,没有的话,可以点击Distribute
阅读全文
posted @ 2024-07-26 11:48 GreatK
阅读(154)
评论(0)
推荐(0)
2023年10月11日
解决MAC:xxx已损坏,无法打开,您应该将它移到废纸篓的问题
摘要: 感谢https://www.macat.vip/496.html 1. sudo spctl --master-disable 2. sudo xattr -rd com.apple.quarantine 注意最后quarantine 后面加一个空格!然后打开Finder(访达),点击左侧的 应用程
阅读全文
posted @ 2023-10-11 17:09 GreatK
阅读(354)
评论(0)
推荐(0)
解决MAC中,Missing write access in mac to /usr/local/lib/node_modules问题
摘要: sudo chown -R $USER ~/.npm sudo chown -R $USER /usr/lib/node_modules sudo chown -R $USER /usr/local/lib/node_modules
阅读全文
posted @ 2023-10-11 11:05 GreatK
阅读(54)
评论(0)
推荐(0)
2023年7月27日
Docker不能启动,ERROR: ZONE_CONFLICT: 'docker0' already bound to a zone
摘要: Docker服务意外停止,想要重启Docker服务时,却遇到了 ERROR: ZONE_CONFLICT: 'docker0' already bound to a zone 的错误,解决方案如下: https://stackoverflow.com/questions/67497455/faile
阅读全文
posted @ 2023-07-27 14:07 GreatK
阅读(1284)
评论(0)
推荐(1)
2023年1月4日
PayPay: 建立测试帐号指南
摘要: 1. 注册PayPay开发者帐号 https://developer.paypay.ne.jp/ 2. 注册成功后,会给到三个测试帐号,稍后会用到。 3. 下载PayPay APP iOS(App Store):https://apps.apple.com/jp/app/id1435783608?m
阅读全文
posted @ 2023-01-04 14:38 GreatK
阅读(582)
评论(0)
推荐(0)
2022年12月21日
ACME:通过DNS方式添加证书
摘要: 在通常情况下,用DNS API方式自动注册证书是最好的方式,但是如果域名服务商不支持API方式,然后又想注册泛域名的话,就只能通过DNS手动方式来操作。 首先第一步,调用 issue 参数来生成txt值 (在做这一步前,请先确认在~/.acme.sh/<domain>目录中,是否存在过期的key文件
阅读全文
posted @ 2022-12-21 11:57 GreatK
阅读(1592)
评论(0)
推荐(0)
1
2
3
4
5
···
24
下一页
公告