摘要:
```bash cat /etc/apt/sources.list # https://mirror.tuna.tsinghua.edu.cn/help/debian/ # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna 阅读全文
摘要:
https://www.rosehosting.com/blog/how-to-install-and-set-up-elasticsearch-on-debian-11/ ```bash apt install default-jre systemctl enable --now elastics 阅读全文
摘要:
https://mirrors.163.com/debian-cd/12.1.0/amd64/iso-dvd/ https://www.debian.org/CD/http-ftp/#mirrors https://www.debian.org/mirror/list https://www.deb 阅读全文
摘要:
https://meta.wikimedia.org/wiki/Wikimedia_servers https://wikitech.wikimedia.org/wiki/Network_design Software * Our DNS servers run gdnsd. We use geog 阅读全文
摘要:
https://admin.fedoraproject.org/mirrormanager/ https://fedoraproject.org/server/download/ https://mirror.tuna.tsinghua.edu.cn/help/fedora/ # change so 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202308/859364-20230822112803021-950123368.png) ![](https://img2023.cnblogs.com/blog/859364/202308/859364-2 阅读全文
摘要:
`Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage` ![](https://img2023.cnblogs.com/blog/859364/202308/859364-2023082116450353 阅读全文
摘要:
![](https://img2023.cnblogs.com/blog/859364/202308/859364-20230821163717912-1677193235.png) ![](https://img2023.cnblogs.com/blog/859364/202308/859364- 阅读全文
摘要:
https://webrtc.github.io/webrtc-org/native-code/development/ ```bash fetch webrtc gclient sync ``` ```bash gn gen out/Default gn gen out/Default --arg 阅读全文
摘要:
https://skia.org/docs/user/download/ ```bat fetch skia ``` To build Skia as a static library in a build directory named out/Static: ```bat bin/gn gen 阅读全文
摘要:
https://v8.dev/docs/build https://v8.dev/docs/build-gn ```bash fetch v8 gclient sync ``` ```bash gn gen out/foo --args='is_debug=false target_cpu="x64 阅读全文
摘要:
```bash gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git gclient sync ``` 阅读全文
摘要:
```bash -DCMAKE_BUILD_TYPE=Debug -D3RDPARTY_DIR=x:/y/OCCT/dep -DINSTALL_DIR=x:/y/OCCT/install -DUSE_FREETYPE=TRUE -DUSE_FREEIMAGE=TRUE -DUSE_OPENGL=TR 阅读全文
摘要:
```bash fetch --no-history chromium ``` 编译后,拉取全部history ```bash git fetch --unshallow git fetch --shallow-since=15/11/2012 git fetch --depth=100 ``` ` 阅读全文
摘要:
```bat MSBuild -noLogo -m UE5.sln /t:Build /p:"Configuration=Development Editor" /p:Platform=Win64 MSBuild -noLogo -m UE5.sln /t:Rebuild /p:"Configura 阅读全文
摘要:
https://github.com/godotengine/godot https://docs.godotengine.org/en/latest/contributing/development/compiling/compiling_for_windows.html ```bash pyth 阅读全文
摘要:
https://github.com/google/filament/ https://github.com/google/filament/blob/main/BUILDING.md ```bat fsutil.exe file queryCaseSensitiveInfo youRepoFold 阅读全文
摘要:
# case sensitive ```bat fsutil.exe file queryCaseSensitiveInfo C:\e\es\bin Case sensitive attribute on directory C:\e\es\bin is disabled. ``` ```bat f 阅读全文
摘要:
Alternatively GUI tools may be used to checkout and update the repositories manually. The Blender build system expects the following layout within a f 阅读全文
摘要:
https://www.elastic.co/downloads/kibana https://www.elastic.co/downloads/elasticsearch http://localhost:9200/ http://localhost:5601/?code=568262 # 自动生 阅读全文