sql 统计历史不同汇率成交

订单表 select * from sales order by date; date currency val 2022-01-01 rmb 10.00 2022-01-01 hk 100.00 2022-02-02

iohannes iohannes Published on 2025-03-18

tcp 粘包

粘包 多个数据包被连续存储于连续的缓存中,在对数据包进行读取时由于无法确定发生方的发送边界,而采用某一估测值大小来进Ŝ

iohannes iohannes Published on 2025-03-18

tcp 常见问题

tcp 三次握手 客户端发送请求报文将 SYN = 1同步序列号和初始化序列号seq = x发送给服务端,发送完之后客户端处于SYN_Send状态。此时服务&#

iohannes iohannes Published on 2025-03-18

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
Previous Next