watchingfun

Results 22 comments of watchingfun

https://github.com/vuejs/vue-loader/issues/1332#issuecomment-634408023 感谢指路,我在该issue里找到解决方法了,把该代码保存为js文件,在main.js require该文件

> 你的确够菜的,这么菜的一个框架,你竟然用出了这么多问题 前端菜狗,第一次搞微信小程序

> When you say "search by port", do you mean for the process that has the port open? yes, Usually I want to kill a process, I may first only...

大兄弟,你要域名的话自己host加条记录不就行了。

同求支持高刷新率

除了aux线,还可以用蓝牙解决,微软商店搜索Bluetooth Audio Receiver,可以让你电脑用蓝牙接收手机音频,相当于蓝牙耳机了

@xyxiao001 ` // 优化不要多次触发 if (this.isCanShow) { this.isCanShow = false; setTimeout(() => { this.isCanShow = true; }, 16); } else { return false; }` 你在线的例子怕不是没有这行代码,不应该是节流,或者你节流但是最后一步要执行,你这个拖快了最后一次可能进入showPreview后直接return了,坑人啊,浪费我半天时间,我最后把在线例子copy到本地还是一样我才开始怀疑代码

![image](https://user-images.githubusercontent.com/22067924/128478539-a1920c5f-7769-465d-a015-bbfb6a874f85.png)

in node-gyp/lib/process-release.js ```js function processRelease (argv, gyp, defaultVersion, defaultRelease) { var version = (semver.valid(argv[0]) && argv[0]) || gyp.opts.target || defaultVersion var versionSemver = semver.parse(version) var overrideDistUrl = gyp.opts['dist-url'] || gyp.opts.disturl...