TK-Xiong`s Blog

TK-Xiong`s Blog

Code & Algorithm

Menu

  • My Life
    • Network
    • OS
    • SQL
    • TK-Xiong 邮箱
  • With
  • Code
    • Assembly
    • C++
    • Cocos
    • Go
    • MFC
    • Others
    • Qt
    • STL
  • And
  • Algorithm
    • LeetCode
    • Math
    • Search
    • Sort

Code

【Cursor】下载VSCode服务器失败问题

Cursor是VSCode服务器的一个分支,它也可以使用VSCode服务器的相关插件。

这里主要解决Cursor刚安装的时候,远程开发安装VSCode服务器失败的问题。

[……]

tkxiong 2024-12-112024-12-11 Code No Comments Read more

【Apifox】接口签名方案

创建一个公共脚本实现签名逻辑,读取接口请求参数,计算生成签名。

脚本直接修改请求信息,注入一个签名参数,无需使用环境变量。

[……]

tkxiong 2024-11-21 Code No Comments Read more

【Docker】安装最新版本、Pull 与 VPN

Docker挂了…Emm原因大家都懂墙的。

现在执行 docker pull 命令时需要挂上代理。

[……]

tkxiong 2024-09-282025-04-17 Others No Comments Read more

【编译】openssl 3.3.2

20240923 tkxiong 选择openssl 3.3.2 版本进行编译

这次编译参考官方文档,并使用了ChatGPT,通过对话解决了部分问题。

[……]

tkxiong 2024-09-232024-09-26 C++ No Comments Read more

jieba分词分析与理解

世界就是这样…做着做着就什么事情都要做一点点…

[……]

tkxiong 2024-07-012024-07-01 Code No Comments Read more

【C++】Valgrind 内存泄漏检测工具

记录安装使用Valgrind的方法

[……]

tkxiong 2024-03-212024-03-22 C++ No Comments Read more

CentOS8 升级gcc版本

阿里云深圳服务器 – 记录CentOS8升级gcc命令

[……]

tkxiong 2023-11-09 C++, Linux 1 Comment Read more

【Go】获取HTTP请求真实客户端IP地址

获取HTTP请求真实客户端IP地址

[……]

tkxiong 2023-02-06 Go No Comments Read more

【设计模式】自动注册模板工厂…Emmm

项目中涉及到特征拼接的部分代码, 考虑到封装接口+动态绑定的实现方案, 故我们需要的是一个自动注册的模板工厂。

具体用到了: 工厂模式、生成器模式、单例模式、模板模式…

[……]

tkxiong 2023-02-012023-02-01 C++ No Comments Read more

【TensorFlow】模型导出线上报错相关问题

记录算法工程中,模型相关报错可能得问题及解决方案。

[……]

tkxiong 2023-01-29 Others No Comments Read more

【编译】grpc curl 及其依赖库编译。

针对grpc 和 curl的编译专门出了一篇文章,因为 它们同时依赖了 openssl…

这里的坑还挺大的…

[……]

tkxiong 2021-10-282024-09-26 C++ No Comments Read more

【Golang】http keep alive参数设置

写golang服务的时候,http网关参数设置出了一点小问题。

[……]

tkxiong 2021-07-222021-07-22 Go No Comments Read more

【编译】CMake, TCMalloc, jsoncpp, nghttp2, openssl, curl

话不多说,编译CMake, TcMalloc, jsoncpp 以及一些其他的库…

[……]

tkxiong 2021-06-012024-09-30 C++ No Comments Read more

【Rust】Rust环境搭建

记录一下Rust环境搭建方案。

[……]

tkxiong 2021-05-272021-05-27 Rust No Comments Read more
  • « Previous

分类

  • Algorithm (61)
    • LeetCode (52)
    • Math (2)
    • Search (4)
    • Sort (4)
  • Code (131)
    • Assembly (3)
    • C++ (33)
    • Cocos (6)
    • Go (33)
    • MFC (12)
    • Others (16)
    • Qt (8)
    • Rust (1)
    • STL (15)
  • MyLife (25)
  • Network (17)
  • OS (39)
    • Linux (13)
    • Windows (21)
  • SQL (11)
    • MySQL (5)
    • Redis (2)

最近更新

  • Welcome!
    更新时间: (2020-10-28)
  • 【Docker】安装最新版本、Pull 与 VPN
    更新时间: (2025-04-17)
  • 【MS】Microsoft 产品密钥 – 收集下载地址
    更新时间: (2025-04-17)
  • 【EditPlus】在线注册机
    更新时间: (2025-02-24)
  • 【Cursor】下载VSCode服务器失败问题
    更新时间: (2024-12-11)
  • 【Blog】博客迁移相关事项记录
    更新时间: (2024-11-29)
  • 【Go】Go调度器
    更新时间: (2024-11-25)

近期评论

  • 木点四 发表在《CentOS8 升级gcc版本》
  • tkxiong 发表在《【Go】gin Blog项目(八) GORM Callbacks 及拓展》
  • nnn 发表在《【Go】gin Blog项目(八) GORM Callbacks 及拓展》
  • tosslife 发表在《【Go】gin Blog项目(十二) 接入Redis缓存》
  • zouhao 发表在《【Go】基于gRPC框架的发布订阅模式》

归档

  • 2024 年 12 月 (1)
  • 2024 年 11 月 (2)
  • 2024 年 9 月 (3)
  • 2024 年 7 月 (1)
  • 2024 年 4 月 (1)
  • 2024 年 3 月 (2)
  • 2023 年 11 月 (1)
  • 2023 年 3 月 (1)
  • 2023 年 2 月 (2)
  • 2023 年 1 月 (1)
  • 2022 年 8 月 (1)
  • 2022 年 7 月 (1)
  • 2021 年 10 月 (1)
  • 2021 年 7 月 (1)
  • 2021 年 6 月 (1)
  • 2021 年 5 月 (2)
  • 2021 年 4 月 (4)
  • 2021 年 3 月 (1)
  • 2021 年 1 月 (1)
  • 2020 年 12 月 (1)
  • 2020 年 11 月 (6)
  • 2020 年 10 月 (2)
  • 2020 年 9 月 (12)
  • 2020 年 8 月 (5)
  • 2020 年 7 月 (13)
  • 2020 年 6 月 (6)
  • 2020 年 5 月 (2)
  • 2019 年 4 月 (1)
  • 2018 年 5 月 (1)
  • 2018 年 1 月 (2)
  • 2017 年 11 月 (1)
  • 2017 年 8 月 (3)
  • 2017 年 7 月 (2)
  • 2017 年 6 月 (1)
  • 2017 年 5 月 (7)
  • 2017 年 4 月 (6)
  • 2017 年 3 月 (4)
  • 2017 年 2 月 (3)
  • 2017 年 1 月 (13)
  • 2016 年 12 月 (1)
  • 2016 年 11 月 (3)
  • 2016 年 10 月 (3)
  • 2016 年 9 月 (16)
  • 2016 年 8 月 (14)
  • 2016 年 7 月 (12)
  • 2016 年 6 月 (5)
  • 2016 年 5 月 (12)
  • 2016 年 4 月 (6)
  • 2016 年 3 月 (18)
  • 2016 年 2 月 (39)
  • 2016 年 1 月 (14)
  • 2015 年 12 月 (14)
2025 年 5 月
日 一 二 三 四 五 六
 123
45678910
11121314151617
18192021222324
25262728293031
« 12 月    
Powered by WordPress. Theme: Spacious by ThemeGrill.
Copyright © 2015 - 2025. 鄂ICP备15023320号.