shenfu1991

Results 12 comments of shenfu1991

Hello, I tried to use onText to receive messages, but there was no response. This is the code I wrote. I don't know if I made a mistake. Can you...

@zzyspace 感谢,还有个问题就是如果一开始数据源为空的话,右滑不能滑,具体看demo,文件链接: http://www.wenjian.ml/Banner.zip

chrome browser is ok,but iphone is not.

是流量太大受不了了吧,我之前服务器是 -mtu 1400 -sndwnd 2048 -rcvwnd 2048 ,也是出现你这样的情况,后来改成-mtu 1350-sndwnd 256 -rcvwnd 256就正常了。需要作者@bettermanbao继续优化,感谢

@bettermanbao mt7620 cpu现在稳定 5000-6000,顺便问一下,这个是否支持7621 cpu?谢谢

@codwam found Package.swift file ``` import PackageDescription let package = Package( name: "PerfectTemplate", products: [ .executable(name: "PerfectTemplate", targets: ["PerfectTemplate"]) ], dependencies: [ .package(url: "https://github.com/PerfectlySoft/Perfect-HTTPServer.git", from: "3.0.0"), ], targets: [ .target(name:...

@saroar I mean that one of the interfaces should not affect the entire server after it crashes.

8成是框架不对,编译版本不正确。可以参考kcptun,k2应该是linux-mipsle

Are there any settings in opencore that can temporarily disable GPU acceleration?

@thingsc 就是按照https://ehang-io.github.io/nps/#/install, 先clone 项目到本地,进入项目文件夹, 安装golang环境 客户端go build cmd/npc/npc.go, 然后项目文件夹内就有npc了,一切运行正常