摘要: 本周日到周一 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)
摘要: 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)
摘要: <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)
摘要: https://blog.csdn.net/maoge_666/article/details/136038003 阅读全文
posted @ 2024-04-05 21:11 lude1994 阅读(31) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_42017221/article/details/133999309 阅读全文
posted @ 2024-03-31 20:32 lude1994 阅读(6) 评论(0) 推荐(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)
摘要: https://www.nxrte.com/jishu/im/37186.html 阅读全文
posted @ 2024-01-05 13:39 lude1994 阅读(5) 评论(0) 推荐(0)
摘要: 参考:https://www.jianshu.com/p/e5e45b9327e1 以上链接已解决问题 阅读全文
posted @ 2023-12-24 17:10 lude1994 阅读(32) 评论(0) 推荐(0)
摘要: [!] 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)
摘要: 参考: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)