Buttons conditional upon folder content
2024年3月1日demonstrate the concept of conditional buttons, the visibility of which depends on the content of the current folder. This requirement has been discus […]
demonstrate the concept of conditional buttons, the visibility of which depends on the content of the current folder. This requirement has been discus […]
Oftentimes, you don’t have to worry about verfical spaces in Latex files, especially when using document class article. Document classes have al […]
已知包名 如果你有针对性地想要学习某个包(里面的命令)的用法,那么有两种方法,一是在 D:\texlive\2024\doc.html 里面找,二是用texdoc命令。 texdoc texdoc是texlive里的一个包,这个包提供了texdoc这个可执行文件。 texdoc article就可以 […]
\bf, \md, \it, \sl, \sc, \sf, \tt or \rm[1]是LaTeX 2.09的命令。它们不可叠加。如今用的一定是LaTeX2e。而且这些命令会令LaTeX2e的命令失效。[1]不要使用这些旧命令。 LaTeX2e有两类font style命令,一类带参数,一类不带参数 […]
In MSBuild, there are two similar properties, PlatformTarget and Platform. Differences between PlatformTarget and Platform PlatformTarget is basically […]
http://www.cnblogs.com/aquastone/p/touchpad-vs-mouse.htm 反对“鼠标只有四种输入方式”。你应该没见过雷蛇那伽梵蛇鼠标,侧面就有12个键;或者冰豹钛鲨豹鼠标,除了标准的左右键和滚轮外还有20个可编程按键。如果博主用触摸板,手指得扭出花儿来才能有2 […]
以下是x64dbg调试某一程序的界面。 00E33FCB | E8 10D3D3FF | call <v2game.sub_B712E0> 00E33FD0 | C645 FC 32 | mov byte ptr ss:[ebp-4],32 00E33FD4 | 8D8D 4CF8FFFF | […]
Microsoft Detours虽然是个历史悠久的项目,但网上对它资料不全。要使用Detours,先编译。 编译 按照 https://github.com/Microsoft/Detours/blob/main/samples/README.TXT , 编译Detours用的命令是nmake。但 […]