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

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

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

[……]

tkxiong 2023-01-29 Others No Comments Read more

【日志】ELK5种主流架构介绍 & 优劣分析

目前最流行的集中式日志解决方案,实时日志的收集、存储、展示:

FileBeat + Kafka + LogStash + ElasticSearch + Kibana

[……]

tkxiong 2022-08-012022-08-01 MyLife No Comments Read more

【Nginx】Mirror镜像流量转发 & 代理ClientIP转发

文章主要总结两部分:

1. Nginx Mirror模块 复制流量并转发

2. Nginx 代理如何将ClientIP正确转发到下级服务

[……]

tkxiong 2022-07-292022-07-29 Linux 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

【golang】proto转json方案

业务要求返回json,但是服务内部使用的是proto协议,故需要将proto协议转为json格式。

[……]

tkxiong 2021-05-262021-12-15 Go No Comments Read more

【Nginx】反向代理导致的Http413问题

通过Nginx反向代理的网站,可能存在413错误。

[……]

tkxiong 2021-04-262021-04-26 Network No Comments Read more

【VSCode】Proto 与 Clang-Format插件配置

好不容易搞了一天才解决,得记录一下。

[……]

tkxiong 2021-04-252021-04-25 Linux No Comments Read more

【C++标准】inline 说明符在不同标准中的含义

这里主要讲述inline关键字在CPP不同标准中的含义,用来指导我们编程。

参考链接:https://en.cppreference.com/w/cpp/language/inline

从C++17开始,inline的实际意义是:允许多次定义,而不是优先内联。

[……]

tkxiong 2021-04-092021-04-10 C++ No Comments Read more

【C/C++】多进程同时读写一个文件

其实本质上就是需要对文件加锁,最好是读写锁。读的时候加读锁,写的时候加写锁。

用完了就释放锁,嗯,基本操作了。

[……]

tkxiong 2021-04-022021-04-09 C++ No Comments Read more

【grpc cpp】项目环境搭建 + Demo运行

网上有很多例子,但是都不符合我的要求。

这里的目标是搭建grpc + cpp在Linux下Demo工程(企业开发可直接修改使用)。

[……]

tkxiong 2021-03-262021-04-25 C++ No Comments Read more

【Git】升级最新版本 && git 常用命令记录

采用版本是2.30.0

20240924 重新编译时,采用了指定版本的 openssl

[……]

tkxiong 2021-01-312024-09-24 Others No Comments Read more
  • « Previous
  • Next »

分类

  • 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)
  • 【SSL】给网站增加SSL证书,同时记录Copilot的使用想法。
    更新时间: (2025-05-30)
  • 【Docker】安装最新版本、Pull 与 VPN
    更新时间: (2025-04-17)
  • 【MS】Microsoft 产品密钥 – 收集下载地址
    更新时间: (2025-04-17)
  • 【EditPlus】在线注册机
    更新时间: (2025-02-24)
  • 【Cursor】下载VSCode服务器失败问题
    更新时间: (2024-12-11)
  • 【Blog】博客迁移相关事项记录
    更新时间: (2024-11-29)

近期评论

  • 木点四 发表在《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 年 6 月
日 一 二 三 四 五 六
1234567
891011121314
15161718192021
22232425262728
2930  
« 12 月    
Powered by WordPress. Theme: Spacious by ThemeGrill.
Copyright © 2015 - 2025. 鄂ICP备15023320号.