03 2021 档案

摘要:1 class A { virtual void fun2(); virtual void fun3() {}; }; int main() { new A; return 0; } //LNK2001: unresolved external symbol "private: virtual vo 阅读全文
posted @ 2021-03-30 22:06 fndefbwefsowpvqfx
摘要:https://pygments.org/ https://github.com/pygments/pygments style name pygments\styles\__init__.py #: Maps style names to 'submodule::classname'. STYLE 阅读全文
posted @ 2021-03-29 10:21 fndefbwefsowpvqfx
摘要:1 从目标上说MinGW 是让Windows 用户可以用上GNU工具,比如GCC。 Cygwin 提供完整的类Unix 环境,Windows 用户不仅可以使用GNU 工具,理论上Linux 上的程序只要用Cygwin 重新编译,就可以在Windows 上运行。 2 从能力上说如果程序只用到C/C++ 阅读全文
posted @ 2021-03-27 10:27 fndefbwefsowpvqfx
摘要:sudo code --force --install-extension 13xforever.language-x86-64-assembly code --list-extensions 13xforever.language-x86-64-assembly 1yib.nodejs-bundl 阅读全文
posted @ 2021-03-24 22:26 fndefbwefsowpvqfx
摘要:leader https://vi.stackexchange.com/questions/836/what-is-leader Vim is full of various commands, which are assigned to almost all keys on the keyboar 阅读全文
posted @ 2021-03-13 20:57 fndefbwefsowpvqfx
摘要:-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363. -- The C compiler identification is MSVC 19.28.29334.0 -- The CXX compiler 阅读全文
posted @ 2021-03-13 20:46 fndefbwefsowpvqfx
摘要:为什么不用cywin,msys2? 因为windows下,编译会自动选择m$的vs编译器,可能导致编译的时候用的是windows上的python,运行的时候用的cywin或msys2的python。 最终就是运行不了。 节约时间。就不折腾了。 基本 win10 64位 python3 64位 vim 阅读全文
posted @ 2021-03-13 19:14 fndefbwefsowpvqfx
摘要:# sarasa font http://mirrors.tuna.tsinghua.edu.cn/github-release/be5invis/Sarasa-Gothic/LatestRelease/ ![](https://img2023.cnblogs.com/blog/859364/202 阅读全文
posted @ 2021-03-13 16:55 fndefbwefsowpvqfx
摘要:fonttools pip install fonttools The character code points for a ttf/otf font are stored in the CMAP table. You can use ttx to generate a XML represent 阅读全文
posted @ 2021-03-13 16:51 fndefbwefsowpvqfx
摘要:% https://tex.stackexchange.com/questions/380775/font-table-for-opentype-truetype-fonts \documentclass{article} \usepackage{geometry} \usepackage{font 阅读全文
posted @ 2021-03-13 16:47 fndefbwefsowpvqfx
摘要:sarasa font + nerd font https://files.cnblogs.com/files/Searchor/font-table-pat-extract.7z 阅读全文
posted @ 2021-03-13 16:39 fndefbwefsowpvqfx
摘要:gnu http://www.gnu.org/software/binutils/ The GNU Binutils are a collection of binary tools. The main ones are: ld - the GNU linker. as - the GNU asse 阅读全文
posted @ 2021-03-10 22:47 fndefbwefsowpvqfx
摘要:page https://www.msys2.org/ 下载 https://mirror.tuna.tsinghua.edu.cn/msys2/distrib/ 特色源 ├── etc │ ├── pacman.d │ │ ├── mirrorlist.mingw32 │ │ ├── mirror 阅读全文
posted @ 2021-03-03 16:23 fndefbwefsowpvqfx
摘要:Downloads The heart of the Mingw-w64 project is headers and support libraries to run the output of GCC on Windows. Since Mingw-w64 is neither the home 阅读全文
posted @ 2021-03-03 15:30 fndefbwefsowpvqfx
摘要:cygwin可以编译生成windows下供调用的dll,包括vc可识别的lib。 Cygwin-GCC Cygwin自带了一个GCC, 用于把C/C++-Source编译成Cygwin平台下的EXE/DLL, 使用Cygwin必须用其自带的GCC, 因为内部会生成一些针对于平台的特定的初始化代码, 阅读全文
posted @ 2021-03-03 12:54 fndefbwefsowpvqfx
摘要:# link https://github.com/microsoft/terminal/releases extracted win64 exe https://files.cnblogs.com/files/Searchor/CascadiaPackage_1.6.10412.0_x64.7z 阅读全文
posted @ 2021-03-01 09:35 fndefbwefsowpvqfx