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

Author: tkxiong

【MFC】多国语言界面设置方法

在用MFC做软件的时候可能经常会出现多国语言的情况。

这里做一个记录如何处理多国语言的情况。 VS2013环境。

[……]

tkxiong 2016-03-222016-03-22 MFC No Comments Read more

【C++】Static用法详解

总结介绍C++标准中 Static 的用法.Code & Algorithm.[……]

tkxiong 2016-03-222017-05-14 C++ No Comments Read more

【Search】【Sort】二叉排序树——BSTree

二叉排序树,又叫二叉查找树,还叫二叉搜索树,所以既属于排序算法,也属于查找算法。

所以BSTree 可以理解为:Binary Sort Tree 或者是 Binary Search Tree。

[……]

tkxiong 2016-03-20 Search, Sort No Comments Read more

【C++】C++中的四种类似转换方式

C++中有四种类型转换方式.如下:
static_cast  :简单的转换
const_cast  :去掉const
dynamic_cast    :类的转换
reinterpret_cast  :不同类型强制转换(很容易出错的)

[……]

tkxiong 2016-03-20 C++ No Comments Read more

【Network】OSI参考模型简介

OSI参考模型共七层。
应用层Application Layer
表示层Presentation Layer
会话层Session Layer
传输层Transport Layer
网络层Network Layer
数据链路层Data Link Layer
物理层Physical Layer

[……]

tkxiong 2016-03-162016-03-16 Network No Comments Read more

【Sort】排序算法小结.

这里只讲 QuickSort(快排)、HeapSort(堆排)、MergeSort(归并)、ShellSort(希尔)。

[……]

tkxiong 2016-03-162016-03-16 Sort No Comments Read more

【Qt】QWidget、QDialog及QMainWindow的区别

每次创建Qt项目就很纠结…

QWidget、QDialog、QMainWidow的区别到底是啥呢…

Qt下载地址:http://download.qt.io/archive/qt/

[……]

tkxiong 2016-03-152017-04-05 Qt No Comments Read more

【C/C++】内联inline和宏定义#define的区别

内联函数(inline)和宏定义(#define)有些类似,但也有不同。

#define用参数时,是严格的替换策略,而 内联inline 则不一样。

[……]

tkxiong 2016-03-112016-03-11 C++ No Comments Read more

3月8日.

博客再次面临fonts.googleapis.com的访问问题:

[……]

tkxiong 2016-03-082016-03-08 MyLife No Comments Read more

【C/C++】各种指针简单解析.

变量指针、常量指针、常指针、指针数组、数组指针、指针函数、函数指针等…

以及最烦的…指针的指针、指针的指针的指针、……

[……]

tkxiong 2016-03-072016-07-08 C++ No Comments Read more

【Network】应用层协议简介

应用层: (典型设备:应用程序,如FTP,SMTP ,HTTP等)

[……]

tkxiong 2016-03-07 Network No Comments Read more

【Network】计算机网络的各层次及其协议.

计算机网络各层的功能以及其中部分协议的具体作用讲解。

[……]

tkxiong 2016-03-072016-03-07 Network No Comments Read more

线程和进程的区别&联系

多进程每个进程有自己的地址空间(address space),线程则共享地址空间。

所有其它区别都是由此而来的。

[……]

tkxiong 2016-03-032016-08-11 OS No Comments Read more

【Office2016】桌面右键添加新建选项

桌面右键没有新建Word、Excel、PPT的情况,所以某些情况下需要添加。

这里通过修改注册表的方法在桌面右键添加新建项。

[……]

tkxiong 2016-02-252016-02-25 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号.