background picture of the home page

Think in Code

pthread中断

中断/终止线程执行 #include <memory.h> #include <pthread.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <thread>

thumbnail of the cover of the post

go linux环境配置

linux环境配置 vi ~/.profile export GOROOT=/usr/local/go export GOPROXY=https://goproxy.cn,direct export GO111MODULE=on export GOPATH=$HOME/go PATH=$PATH

thumbnail of the cover of the post

lambda bind_front

C++14 lambda 实现 bind_front 用lambda C++14实现bind_front,这段代码还有没有优化空间? - 知乎 (zhihu.com) template<typename Func, typename Tuple, std::size_t ... I, typenam

thumbnail of the cover of the post

Windows添加右键菜单

Windows添加右键菜单 鼠标右键桌面 HKEY_CLASSES_ROOT\DesktopBackground\Shell 鼠标右键空白 HKEY_CLASSES_ROOT\Directory\Background\shell\ContextMenuHandlers HKEY_CLASSES_R

thumbnail of the cover of the post

查看系统共享内存

查看系统共享内存 Windows 下载 AccessChk AccessChk - Windows Sysinternals | Microsoft Docs 管理员权限执行命令 accesschk.exe -osv > objects.txt 打开 objects.txt 文件 搜索 Type:

thumbnail of the cover of the post