上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: ```bash cat /etc/apt/sources.list # https://mirror.tuna.tsinghua.edu.cn/help/debian/ # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.tuna 阅读全文
posted @ 2023-08-25 13:38 fndefbwefsowpvqfx 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://www.rosehosting.com/blog/how-to-install-and-set-up-elasticsearch-on-debian-11/ ```bash apt install default-jre systemctl enable --now elastics 阅读全文
posted @ 2023-08-24 17:02 fndefbwefsowpvqfx 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-08-24 12:19 fndefbwefsowpvqfx 阅读(9) 评论(0) 推荐(0) 编辑
摘要: https://meta.wikimedia.org/wiki/Wikimedia_servers https://wikitech.wikimedia.org/wiki/Network_design Software * Our DNS servers run gdnsd. We use geog 阅读全文
posted @ 2023-08-24 11:34 fndefbwefsowpvqfx 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://admin.fedoraproject.org/mirrormanager/ https://fedoraproject.org/server/download/ https://mirror.tuna.tsinghua.edu.cn/help/fedora/ # change so 阅读全文
posted @ 2023-08-24 11:31 fndefbwefsowpvqfx 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202308/859364-20230822112803021-950123368.png) ![](https://img2023.cnblogs.com/blog/859364/202308/859364-2 阅读全文
posted @ 2023-08-22 11:28 fndefbwefsowpvqfx 阅读(4) 评论(0) 推荐(0) 编辑
摘要: `Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage` ![](https://img2023.cnblogs.com/blog/859364/202308/859364-2023082116450353 阅读全文
posted @ 2023-08-21 16:46 fndefbwefsowpvqfx 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/859364/202308/859364-20230821163717912-1677193235.png) ![](https://img2023.cnblogs.com/blog/859364/202308/859364- 阅读全文
posted @ 2023-08-21 16:37 fndefbwefsowpvqfx 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://webrtc.github.io/webrtc-org/native-code/development/ ```bash fetch webrtc gclient sync ``` ```bash gn gen out/Default gn gen out/Default --arg 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2023-08-19 11:38 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: ```bash gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git gclient sync ``` 阅读全文
posted @ 2023-08-18 23:48 fndefbwefsowpvqfx 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ```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 阅读全文
posted @ 2023-08-18 16:13 fndefbwefsowpvqfx 阅读(40) 评论(0) 推荐(0) 编辑
摘要: ```bash fetch --no-history chromium ``` 编译后,拉取全部history ```bash git fetch --unshallow git fetch --shallow-since=15/11/2012 git fetch --depth=100 ``` ` 阅读全文
posted @ 2023-08-18 14:02 fndefbwefsowpvqfx 阅读(41) 评论(0) 推荐(0) 编辑
摘要: ```bat MSBuild -noLogo -m UE5.sln /t:Build /p:"Configuration=Development Editor" /p:Platform=Win64 MSBuild -noLogo -m UE5.sln /t:Rebuild /p:"Configura 阅读全文
posted @ 2023-08-18 11:34 fndefbwefsowpvqfx 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://github.com/godotengine/godot https://docs.godotengine.org/en/latest/contributing/development/compiling/compiling_for_windows.html ```bash pyth 阅读全文
posted @ 2023-08-16 19:13 fndefbwefsowpvqfx 阅读(92) 评论(0) 推荐(0) 编辑
摘要: https://github.com/google/filament/ https://github.com/google/filament/blob/main/BUILDING.md ```bat fsutil.exe file queryCaseSensitiveInfo youRepoFold 阅读全文
posted @ 2023-08-16 18:50 fndefbwefsowpvqfx 阅读(38) 评论(0) 推荐(0) 编辑
摘要: # case sensitive ```bat fsutil.exe file queryCaseSensitiveInfo C:\e\es\bin Case sensitive attribute on directory C:\e\es\bin is disabled. ``` ```bat f 阅读全文
posted @ 2023-08-16 17:54 fndefbwefsowpvqfx 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Alternatively GUI tools may be used to checkout and update the repositories manually. The Blender build system expects the following layout within a f 阅读全文
posted @ 2023-08-16 17:49 fndefbwefsowpvqfx 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://www.elastic.co/downloads/kibana https://www.elastic.co/downloads/elasticsearch http://localhost:9200/ http://localhost:5601/?code=568262 # 自动生 阅读全文
posted @ 2023-08-16 15:27 fndefbwefsowpvqfx 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 30 下一页