上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页
摘要: 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 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(71) 评论(0) 推荐(0) 编辑
摘要: cygwin可以编译生成windows下供调用的dll,包括vc可识别的lib。 Cygwin-GCC Cygwin自带了一个GCC, 用于把C/C++-Source编译成Cygwin平台下的EXE/DLL, 使用Cygwin必须用其自带的GCC, 因为内部会生成一些针对于平台的特定的初始化代码, 阅读全文
posted @ 2021-03-03 12:54 fndefbwefsowpvqfx 阅读(1160) 评论(0) 推荐(1) 编辑
摘要: # 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 阅读(98) 评论(0) 推荐(0) 编辑
摘要: https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server SSH keys prove to be a reliable and s 阅读全文
posted @ 2021-02-26 10:50 fndefbwefsowpvqfx 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://help.ubuntu.com/community/SSH/OpenSSH/Configuring Introduction Once you have installed an OpenSSH server, sudo apt-get install openssh-server 阅读全文
posted @ 2021-02-26 09:39 fndefbwefsowpvqfx 阅读(58) 评论(0) 推荐(0) 编辑
摘要: The /etc/ssh/sshd_config file is the system-wide configuration file for OpenSSH which allows you to set options that modify the operation of the daemo 阅读全文
posted @ 2021-02-26 09:37 fndefbwefsowpvqfx 阅读(103) 评论(0) 推荐(0) 编辑
摘要: sudo cat << EOF | sudo tee -a /etc/docker/daemon.json { "registry-mirrors" : [ "http://registry.docker-cn.com", "http://docker.mirrors.ustc.edu.cn", " 阅读全文
posted @ 2021-02-24 11:19 fndefbwefsowpvqfx 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://www.ics.uci.edu/~eppstein/geom.html http://jeffe.cs.illinois.edu/compgeom/ https://people.eecs.berkeley.edu/~jrs/274/ https://ocw.mit.edu/cour 阅读全文
posted @ 2021-02-22 16:06 fndefbwefsowpvqfx 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 编译器的控制台 cmd /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" C:\Program Files (x86)\Microsoft Visua 阅读全文
posted @ 2021-01-21 21:43 fndefbwefsowpvqfx 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 使用https://gitclone.com/ 加速 git clone https://gitclone.com/github.com/bkaradzic/bgfx.git 阅读全文
posted @ 2021-01-21 18:06 fndefbwefsowpvqfx 阅读(65) 评论(0) 推荐(0) 编辑
摘要: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { mavenLocal() maven{ u 阅读全文
posted @ 2021-01-20 17:28 fndefbwefsowpvqfx 阅读(76) 评论(0) 推荐(0) 编辑
摘要: Character is an overloaded term that can mean many things. A code point is the atomic unit of information. Text is a sequence of code points. Each cod 阅读全文
posted @ 2021-01-19 16:43 fndefbwefsowpvqfx 阅读(99) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/859364/202101/859364-20210113192156676-1963431686.jpg) ![](https://img2020.cnblogs.com/blog/859364/202101/859364-20210113192206464-977999734.jpg) 阅读全文
posted @ 2021-01-13 19:22 fndefbwefsowpvqfx 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 源 中科大 https://files.cnblogs.com/files/Searchor/u20changeSource.sh https://files.cnblogs.com/files/Searchor/vmGuest.sh install apt-get install build-es 阅读全文
posted @ 2020-12-30 14:09 fndefbwefsowpvqfx 阅读(172) 评论(0) 推荐(0) 编辑
摘要: VimScript 速查表 译注:折腾 Vim 当然要能看懂和改写相关脚本,而中文资料匮乏,缺一个提纲挈领的教程。本文翻译自 Andrew Scala 的 《Five Minute Vimscript》,立足于让你用最短的时间掌握 VimScript 的基础和要点,你可以把它看成一份语言速查表。 V 阅读全文
posted @ 2020-12-28 21:21 fndefbwefsowpvqfx 阅读(142) 评论(0) 推荐(0) 编辑
摘要: ############################################################################## # BASH CHEATSHEET (中文速查表) - by skywind (created on 2018/02/14) # Versio 阅读全文
posted @ 2020-12-28 21:15 fndefbwefsowpvqfx 阅读(59) 评论(0) 推荐(0) 编辑
摘要: ############################################################################## # GDB CHEATSHEET (中文速查表) - by skywind (created on 2018/02/20) # Version 阅读全文
posted @ 2020-12-28 21:13 fndefbwefsowpvqfx 阅读(102) 评论(0) 推荐(0) 编辑
摘要: ############################################################################## # TMUX CHEATSHEET (中文速查表) - by ziyenano (created on 2018/03/15) # Versi 阅读全文
posted @ 2020-12-28 21:12 fndefbwefsowpvqfx 阅读(82) 评论(0) 推荐(0) 编辑
摘要: ############################################################################## # FFMPEG CHEATSHEET (中文速查表) - by skywind (created on 2020/09/20) # Vers 阅读全文
posted @ 2020-12-28 21:11 fndefbwefsowpvqfx 阅读(74) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页