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

【LeetCode】7. Reverse Integer

翻转整数,注意几个坑点…

[……]

tkxiong 2017-01-21 LeetCode No Comments Read more

【LeetCode】6. ZigZag Conversion

波浪形的…额,转换? 简单题。

[……]

tkxiong 2017-01-212017-01-21 LeetCode No Comments Read more

【LeetCode】5. Longest Palindromic Substring

这题的期望最优解应该是manacher算法…又叫manacher最长回文子串。

这里给出Python解法 和 C++解法…

[……]

tkxiong 2017-01-192017-01-20 LeetCode No Comments Read more

【LeetCode】4. Median of Two Sorted Arrays

从两个已排序的数组中找到中位数,要求时间复杂度为log(m+n);

苦逼…各种被虐…C/C++、Python,三个版本。

[……]

tkxiong 2017-01-17 LeetCode No Comments Read more

【LeetCode】2. Add Two Numbers

写个算法还要各种查python语法…真可怜(⊙﹏⊙)b

[……]

tkxiong 2017-01-152020-06-01 LeetCode No Comments Read more

【LeetCode】3. Longest Substring Without Repeating Characters

Given a string, find the length of the longest substring without repeating characters.

[……]

tkxiong 2017-01-142020-05-07 LeetCode No Comments Read more

【LeetCode】1. Two Sum

好久没刷算法了,闲来无事,刚学了点Python,找个简单题做做,不料惨被虐…

[……]

tkxiong 2017-01-032020-05-19 LeetCode No Comments Read more

使用了激活工具后闪屏的解决办法

主要是使用了XX一键激活啊,XX激活啊之类的,然后导致系统开机之后,一直闪屏,怎么搞都搞不好的那种。

很明显中毒了嘛…

[……]

tkxiong 2016-12-302020-06-23 Windows No Comments Read more

【Linux】CentOS7 修改网卡信息

每次找资料都半天找不到,还是自己写一个吧…

[……]

tkxiong 2016-11-292020-06-23 Linux No Comments Read more

【Windows】注册表编辑相关-记录

注意是最近被注册表整的有点烦…记一下,尴尬。。。

[……]

tkxiong 2016-11-29 MyLife No Comments Read more

【Web】先测试——Python Web开发前六章总结

想做任何事情之前,先测试…

[……]

tkxiong 2016-11-092016-11-09 Code No Comments Read more

【Web】Python Web开发-测试驱动方法-环境搭建

首先最最最重要的一点!我假设你是有这本书的:

Python Web开发 测试驱动方法,就测试山羊那本…

[……]

tkxiong 2016-10-272016-10-27 MyLife No Comments Read more

杂记…一些C++相关的东西…

是很久以前某大神在群里讲的了…

字符类型在语法上有三种类型,但是在语义上是两种。

即 char 、unsigned char、signed char…

对它们进行操作符重载的话,不会报错…

但是如果是int 、unsigned int、signed int 就会报[……]

tkxiong 2016-10-14 C++ No Comments Read more

Win32标准窗口程序讲解

主要是给前面的内容做一个拓展,这个算是Win32的基础的东西了。

[……]

tkxiong 2016-10-082016-10-09 Code 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号.