- 博客(7)
- 收藏
- 关注
转载 Getting gdb to (semi) reliably work on Mojave MacOS
Skip to contentHome Blog About Talks SpeakingGetting gdb to (semi) reliably work on Mojave MacOSbyTim Nash May 7, 2019There comes a time when you want to step through your code, and breakp...
2019-10-11 12:42:46
602
原创 vs2017编译utf-8无BOM源码文件
vs2017编译utf-8无BOM源码文件一、MSVC中字符集概念Source Character Sets: 源码字符集,源代码的字符编码格式,由源码编辑器决定。Executable Character Sets: 执行字符集,执行程序里面字符串的编码格式,由编译器决定。三、MSVC支持utf-8 without BOMSpecifies both the source charact...
2019-01-02 20:00:17
1226
转载 CentOS7编译安装Git
CentOS7编译安装Git一、卸载老版本的Git执行指令:sudo yum remove git -y二、安装Git依赖项执行指令:sudo yum install curl-devel expat-devel gettext-devel openssl-devel zlib-develperl-devel三、源码下载3.1 选择要下载的版本在浏览器中打开:https:/...
2018-12-29 15:13:32
234
原创 CentOS7使用firewall管理防火墙
一、firewalld的基本使用启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: systemctl status firewalld 开机禁用: systemctl disable firewalld开机启用: systemctl enable firewalld二、systemctl管理fire...
2018-09-11 10:19:30
180
原创 CentOS7解决YouCompleteMe对Python的依赖
一、现象打开vim,提示YouCompleteMe不可用,需要支持对Python的解析,如下:~$ vimYouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.4+) support.Press ENTER or type command to continue查看vim信息,发现vi...
2018-09-11 10:14:02
5599
1
原创 CentOS7编译安装Vim8
CentOS7编译安装Vim8一、卸载旧版本~$ rpm -qa | grep vimvim-common-7.4.160-2.el7.x86_64vim-enhanced-7.4.160-2.el7.x86_64vim-minimal-7.4.160-2.el7.x86_64vim-filesystem-7.4.160-2.el7.x86_64~$ sudo rpm ...
2018-09-11 10:08:41
2817
原创 CentOS编译安装Python3
CentOS编译安装Python3一、准备编译环境~$ sudo yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make二、编译安装Python3Python源码官网下载地址:https://www.py...
2018-09-11 10:05:30
2008
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人