04 2023 档案
摘要:使用Linux nohup命令实现,将微信主程序输出到一个“黑洞”里,即使此时关掉终端也不会影响双开微信的运行。 将以下代码复制到终端(Teriminal)运行,即可开启第二个微信,开启后,关闭终端也可以正常运行。 nohup /Applications/WeChat.app/Contents/Ma
阅读全文
摘要:在PowerShell下执行pnpm install出现以下错误: pnpm : 无法加载文件 C:\Program Files\nodejs\pnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.micros oft.com/fwlink/?LinkID=1351
阅读全文
摘要:不用去安装整个VS, Redistributable各版本的下载链接 微软: Microsoft Visual C++ Redistributable 2019 x86: https://aka.ms/vs/16/release/VC_redist.x86.exe x64: https://aka.
阅读全文
摘要:下载地址: https://typora.io/releases/all 将破解winmm.dll文件放在安装路径根目录 链接: https://pan.baidu.com/s/18IZFIm96n6rdeXJPhlU-xA?pwd=t8ub 提取码: t8ub 复制这段内容后打开百度网盘手机App
阅读全文
摘要:很有意思,可以模拟键盘打字的声音 https://www.yingdev.com/projects/Tickeys
阅读全文
摘要:用到微软Azure的一个库fetch-event-sourcec GitHub地址https://github.com/Azure/fetch-event-source #安装命令 npm install --save @microsoft/fetch-event-sourcec 下面是示例代码 /
阅读全文
摘要:package main import ( "fmt" "github.com/gin-gonic/gin" "github.com/r3labs/sse/v2" "net/http" "net/url" "strings" ) func main() { r := gin.Default() r.
阅读全文