Windows 下 SSH / Git 配置代理
在 C:\Users\reqwey\.ssh
目录下新建 config
文件,并写入以下内容:(其中 6666 是代理软件的端口)
1 | #Windows用户,注意替换你的端口号和connect.exe的路径 |
Socket.io server 4.x 遍历已连接的所有 Socket
1 | for (let [id, socket] of io.sockets.sockets) {} |
其中 io.sockets.sockets
为 Map
。单独取一个需要使用 .get(socket_id)
语法
国内 Electron 安装失败
- 使用
yarn install
而不是npm install
- 修改
node_modules/electron/install.js
内容如下
1 | downloadArtifact({ |