David

Results 42 comments of David

@mengsixing 牛逼,我搞一个杭州的试试

@kf53916 ```js ipcMain.on("checkForUpdate", () => { // 执行自动更新检查 autoUpdater.checkForUpdates(); }) ``` Your `checkForUpdates()` method is manually checked instead of automatically checked, and requires the renderer process to trigger checkForUpdate, whether...

@ConardLi ``` /* * @lc app=leetcode.cn id=230 lang=javascript * * [230] 二叉搜索树中第K小的元素 */ /** * Definition for a binary tree node. * function TreeNode(val) { * this.val = val; *...

> Aa, I think I found the reason. I had installed Git with all the path modifications (using Windows 10), so it was probably messing up something. Uninstalled Git and...

幸亏先来看issue

``` function change() { $('#player').html('') } 确定 ``` If you cannot replace the attribute(src), replace the entire HTML