GeekNote
首页
搜索
登录
注册
首页
热门
关注中
最新
计算机天才
nginx搭建http server乱码的相关问题
nginx在location中charset写utf-8,但是WinSCP文本在写的默认是GBK编码的,所以要切换成utf-8。
2023年03月06日 13:19
·
0 点赞
·
0 评论
计算机天才
读不合法msr寄存器例子
2023年01月31日 08:34
·
0 点赞
·
0 评论
计算机天才
vscode ssh远程连接服务器相关问题
建立$home/.ssh/config文件,文件内容如下
2023年03月14日 05:20
·
0 点赞
·
2 评论
计算机天才
windows wldp机制
wldp机制由wldp.dll实现。像有一些系统进程比如svchost.exe、explorer.exe可能会加载这个dll来做一些安全策略。
2023年02月04日 15:56
·
0 点赞
·
0 评论
Rei MK2
测试文章 3
3 内容修改 功能测试
2021年10月17日 11:35
·
0 点赞
·
8 评论
busylog
Windows 11 Notes (24H2)
Winget is convenient! no more powershell hacks to uninstall appx. find your apps at https://github.com/microsoft/winget-pkgs or winget se...
2021年11月14日 05:56
·
0 点赞
·
0 评论
过纯中
Some Pro user MacOS settings
Lock the fix area of the Dock.
2023年01月23日 05:12
·
0 点赞
·
0 评论
计算机天才
Cloud Studio中安装Rust开发环境
主要记录一下rust-analyzer这个插件的安装使用,rust基本的工具链安装不是问题,随便一查都有。
2023年01月31日 08:19
·
0 点赞
·
0 评论
HackerPie
Backup database and other attachments in ROR
Let’s firstly assumpt:
2013年09月06日 16:26
·
0 点赞
·
0 评论
计算机天才
关于github最近更新的code search功能
一些start数比较少的只能等仓库被索引进来才进来够搜索。
2023年05月16日 12:48
·
0 点赞
·
0 评论
steve lee
Elixir Note - Concurrency
For example, we have a simple module to fetch the price of a given ticker symbol (or stock symbol) from API and parse the results.
2022年10月01日 14:09
·
0 点赞
·
2 评论
yuan
Android 笔记:Fragment
Fragment 是一个类似 Activity 的 UI 界面,但它只是界面的一部分。
2024年12月04日 08:08
·
0 点赞
·
0 评论
电子芥末
五柳速记(Wuliu-STN)约100行代码的快速笔记程序
下面是主界面 class Main 的全部代码:
2025年01月04日 13:19
·
0 点赞
·
0 评论
yuan
记录一个 ThinkPad x220 无故重启的问题
2014-09-02
2024年07月13日 05:06
·
0 点赞
·
0 评论
mcx
2024.12
已经回去了
2024年12月04日 09:25
·
0 点赞
·
0 评论
busylog
curl/chrome resolve to SNI proxy
for chrome/chromium browsers: --host-resolver-rules="MAP * 127.0.0.1"
2023年06月12日 13:14
·
0 点赞
·
0 评论
Muspi Merol
如何让一个实例知晓自己的变量名
这段时间在写一个做提示工程的库,其中顺便实现了一套模板语言,其中一个模板实例的 repr 格式化时想了一种方式获得一个实例的变量名。如下所示:
2023年09月05日 17:23
·
0 点赞
·
0 评论
计算机天才
CMake之find_package问题研究
主要是用CMake的时候遇到了find_package的奇怪问题(windows上)。
2023年05月29日 10:51
·
0 点赞
·
0 评论
计算机天才
LLVM调试技巧之Value类
Value是llvm中最重要的一个类,它是最基础的基类
2023年06月07日 14:37
·
0 点赞
·
0 评论
mengencn
union struct bit field在嵌入式编程中的使用
在嵌入式编程中,由于贴近硬件,需要经常对寄存器进行操作,涉及到比较多的位运算,例如
2023年06月12日 09:40
·
0 点赞
·
0 评论
查看更多