会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lude1994
博客园
首页
新随笔
联系
订阅
管理
2025年3月1日
vue3生成本周所有日期
摘要: 本周日到周一 const today = new Date(); // 获取当前是周几(0为周日,1为周一,以此类推) const dayOfWeek = today.getDay() || 7; // 计算周一的日期 const startOfWeek = new Date(today); sta
阅读全文
posted @ 2025-03-01 17:50 lude1994
阅读(50)
评论(0)
推荐(0)
2025年1月9日
Your cache folder contains root-owned files, due to a bug in npm error previous versions of npm which has since been addressed.
摘要: npm error code EACCES npm error syscall open npm error path /Users/mm/.npm/_cacache/index-v5/45/66/ecd3156d86d140d52bdcd310fd72139daff9b798d4a7a2e2cc6
阅读全文
posted @ 2025-01-09 16:06 lude1994
阅读(176)
评论(0)
推荐(0)
2024年5月21日
css小三角文字平移加旋转
摘要: <view class="sanjiao"> <view class="slanted-text">饿了么</view> </view> /* 三角 */ .sanjiao { width: 0; height: 0; border-left: 40px solid transparent; bor
阅读全文
posted @ 2024-05-21 08:14 lude1994
阅读(19)
评论(0)
推荐(0)
2024年4月5日
npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired
摘要: https://blog.csdn.net/maoge_666/article/details/136038003
阅读全文
posted @ 2024-04-05 21:11 lude1994
阅读(31)
评论(0)
推荐(0)
2024年3月31日
微信小程序--》tabBar底部栏
摘要: https://blog.csdn.net/weixin_42017221/article/details/133999309
阅读全文
posted @ 2024-03-31 20:32 lude1994
阅读(6)
评论(0)
推荐(0)
2024年1月6日
Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
摘要: Launching lib/main.dart on 22011211C in debug mode... e: /Users/mm/.gradle/caches/transforms-3/37865fb99fa1fb60cf850910df4bb8bf/transformed/jetified-k
阅读全文
posted @ 2024-01-06 15:51 lude1994
阅读(841)
评论(0)
推荐(0)
2024年1月5日
flutter聊天页面注意事项
摘要: https://www.nxrte.com/jishu/im/37186.html
阅读全文
posted @ 2024-01-05 13:39 lude1994
阅读(5)
评论(0)
推荐(0)
2023年12月24日
Could not build the application for the simulator.
摘要: 参考:https://www.jianshu.com/p/e5e45b9327e1 以上链接已解决问题
阅读全文
posted @ 2023-12-24 17:10 lude1994
阅读(32)
评论(0)
推荐(0)
2023年10月19日
! CocoaPods 1.10.0 out of date (1.11.0 is recommended).
摘要: [!] Xcode - develop for iOS and macOS (Xcode 14.2) ! CocoaPods 1.10.0 out of date (1.11.0 is recommended). CocoaPods is used to retrieve the iOS and m
阅读全文
posted @ 2023-10-19 20:40 lude1994
阅读(254)
评论(0)
推荐(0)
2023年3月20日
Flutter获取全局context
摘要: 参考:http://events.jianshu.io/p/1c30ef3111b2 1创建一个全局的GlobalKey class Global{ static GlobalKey<NavigatorState> navigatorKey = GlobalKey(); } 2MaterialApp
阅读全文
posted @ 2023-03-20 13:00 lude1994
阅读(1912)
评论(0)
推荐(0)
下一页
公告