ZhuYiFang

Results 11 comments of ZhuYiFang

我现在的项目用了vue-nw-seed 但说实话,因为nw的版本用的是13的,因此也遇到很多问题,比如应用程序无响应、闪退 然后还打算推Android的版本,所以我的建议是 打包与项目本身不要过度耦合, 应在运营环境、开发调试、打包等方面加强

this is my suggestion [https://github.com/quasarframework/quasar/discussions/13575](https://github.com/quasarframework/quasar/discussions/13575) In fact, as a framework, there is no need to use body or shadow dom. In fact, for components that rely on body as the...

try this brew unlink libtool rm -rf /usr/local/bin/libtool which libtool point to /usr/bin/libtool

> node_modules/.bin/electron-rebuild -f -w better-sqlite3 ⠇ Building module: better-sqlite3, Completed: 0 TOUCH ac26a589475961e7f47b0b0eac090be594136635.intermediate ACTION deps_sqlite3_gyp_locate_sqlite3_target_symlink_builtin_sqlite3 ac26a589475961e7f47b0b0eac090be594136635.intermediate ⠏ Building module: better-sqlite3, Completed: 0 TOUCH Release/obj.target/deps/locate_sqlite3.stamp CC(target) Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o ⠸ Building module: better-sqlite3,...

tcp/ip协议中,专门保留了三个IP地址区域作为私有地址,其地址范围如下 10.0.0.0/8:10.0.0.0~10.255.255.255 172.16.0.0/12:172.16.0.0~172.31.255.255 192.168.0.0/16:192.168.0.0~192.168.255.255 绝大部分都是 192,所以针对这个问题,就很好办了, 最后再加一个IP配置项,这样就够灵活和方便

该 bug 的原因是[email protected] 不支持[email protected]; 但官方的脚手架说明中却没有说明

For hybrid apps of the iOS version, is it possible to disable the back gesture through settings? This can solve at least part of the problem https://developer.apple.com/documentation/webkit/wkwebview/1414995-allowsbackforwardnavigationgestu

@liamdebeasi Thank you very much for your follow-up My program runs on Capacitor But this problem also exists on my iphone12, and the gesture back conflict will occasionally appear. And...

Electron : 13.1.9 I am not using a pure nodejs environment But in the **Electron** environment `import ffmpegCommand from 'fluent-ffmpeg' import {path as ffmpegPath} from '@ffmpeg-installer/ffmpeg' new ffmpegCommand({ source: filePath...