v2ray client

install v2ray core curl -Ls https://mirrors.v2raya.org/go.sh | bash systemctl disable v2ray --now install v2raya wget -qO - https://apt.v2raya.mzz.pub

iohannes iohannes Published on 2025-03-18

vscode debug spring boot

{ "configurations": [ { "type": "java", "name": "Spring Boot", "request": "launch", "cwd":

iohannes iohannes Published on 2025-03-18

vscode打开gbk项目乱码

setting.json { "files.autoGuessEncoding": true }

iohannes iohannes Published on 2025-03-18

vscode自动格式化代码

settings.json { "editor.formatOnType": true, "editor.formatOnSave": true, "editor.formatOnPaste": true, "editor.tabSize": 2, "editor.codeAct

iohannes iohannes Published on 2025-03-18

zmq

简介 ZMQ(ZERO MQ) 是个类似于 Socket 的一系列接口,用于 node 与 node 间的通信,node 可以是主机或者是进程。 ZMQ 使用 c/c++ 开发的。接口是 c (接口/实现文件 zmq.h/zmq.cp

iohannes iohannes Published on 2025-03-17

windows连GitHub被拒

背景 linux 用key可以连接到github,但是windows不行 错误提示 git@github.com: Permission denied (publickey) 解决办法 git config --global core.sshCommand “‘C:\Windows\System32

iohannes iohannes Published on 2025-03-17

winows系统修复

DISM.exe /Online /Cleanup-image /Scanhealth DISM.exe /Online /Cleanup-image /Checkhealth DISM.exe /Online /Cleanup-image /Restorehealth sfc /scannow

iohannes iohannes Published on 2025-03-17

常见树

二叉查找树 左子树的值小于根节点的值,右子树的值全部大于根节点的值;左右子树分别都是一颗二叉查找树。(递归定义ʌ

iohannes iohannes Published on 2025-03-17

常见锁

自旋锁 自旋锁是通过 CPU 提供的 CAS 函数(Compare And Swap),在「用户态」完成加锁和解锁操作 竞争资源失败的时候, 会空等待. 空等待一般

iohannes iohannes Published on 2025-03-17

高水平决策咨询报告

内容出发点 李惠武长期从事广东省政府政策研究,他从决策制定者角度就高校研究人员如何掌握国际形势、政府决策所需、Ñ

iohannes iohannes Published on 2025-03-17
Previous Next