ZhangHanHan

Results 7 issues of ZhangHanHan

some times,i need get more info like last4.....

Details Unable to install "webChatMonkey" Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653103 -- Could not inspect the application package. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653103 User Info: { DVTRadarComponentKey = 282703; MobileDeviceErrorCode = "(0xE8000051)"; "com.apple.dtdevicekit.stacktrace"...

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'wechatfamily.app/WeChat' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version." 有办法解决么?

This is my example code! ```js const http = require('http'); const httpProxy = require('http-proxy'); const proxy = httpProxy.createProxyServer(); const proxyServer = http.createServer((req, res) => { proxy.web(req, res, { target: 'http://10.5.18.203:9999/',...

小白一枚,run article 找不到new-artical.js,求教

**描述您想要的功能** 若设置了发布时间区间,是否不需要轮询获取分页数据 **描述你想要替换的功能或需要修改的解决方案** 默认视频列表应该是按发布时间排序的(除了置顶视频), 设置了interval,根据时间区间判定是否需要分页。 置顶视频可以单独处理判定是否在时间区间内 **附文** 在此处添加有关功能请求的任何其他文字或屏幕截图。

目前有需求需要同时绘制多张图片 再绘制二维码的时候 ctx.draw(false);导致之前绘制的都清空了