摘要:
线上突然收到一堆报警,点开一看全是 TypeError: undefined is not an object (evaluating 'window.webkit.messageHandlers.invoke.postMessage')。 这个报错一看就是有人想调 iOS 的 WKWebView 阅读全文
摘要:
VBA 里算两个日期差,DateDiff 是最常用的办法。直接看代码。 Function CalculateDateDifference(startDate As Date, endDate As Date) As Long ' 使用DateDiff函数计算两个日期之间的天数差 CalculateD 阅读全文
摘要:
前两天准备拉代码,结果 Git 直接报了一串错: fatal: unable to access 'http://192.168.168.177:8888/guzijian/garbage-removal.git/': Failed to connect to 192.168.168.177 por 阅读全文