摘要: 最近在网络编程使用的过程中,发现errno会经常使用。因此决定在此做个留用,以备以后使用。。。 虽然errno是非线程安全的,但是可以通过几种机制保证其安全。。 最近在使用的过程中获得了errno,程序无法执行,也不知道如何解决问题。因此,理解每一个返回的errno整数值的含义是很重要的。。 这个我 阅读全文
posted @ 2021-08-16 14:45 manhelp 阅读(565) 评论(0) 推荐(0) 编辑
摘要: find . -type f -exec touch {} \; 阅读全文
posted @ 2020-12-29 15:41 manhelp 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 下载gcc的源码包 https://mirrors.aliyun.com/gnu/gcc/ # yum -y install gcc # yum -y install gcc-c++ # yum -y install bzip2 gcc依赖了mpfr、gmp、mpc 和is这四个库,现在在gcc的文 阅读全文
posted @ 2020-12-22 17:22 manhelp 阅读(1938) 评论(0) 推荐(0) 编辑
摘要: 版本选择 wget https://cmake.org/files/... ./bootstrap --prefix=/usr gmake gmake install 阅读全文
posted @ 2020-12-02 19:15 manhelp 阅读(95) 评论(0) 推荐(0) 编辑
摘要: TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=staticDEFROUTE=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_FAILU 阅读全文
posted @ 2020-09-03 14:39 manhelp 阅读(98) 评论(0) 推荐(0) 编辑
摘要: C:\Users\user\Documents\gitignore_global.txt 阅读全文
posted @ 2020-08-11 13:49 manhelp 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 查找大于800M的文件 find / -type f -size +800M 查找缓存文件列表 du -ah --max-depth=1 /root/.cache/vmware/ 阅读全文
posted @ 2020-08-05 12:00 manhelp 阅读(820) 评论(0) 推荐(0) 编辑
摘要: centos 7 $ git clone https://github.com/protocolbuffers/protobuf.git$ cd protobuf$ git submodule update --init --recursive$ ./autogen.sh $ ./configure 阅读全文
posted @ 2020-06-10 13:31 manhelp 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 关防火墙 systemctl stop firewall.service vim /etc/sysconfig/network-scripts/ifcfg-xxxx TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=staticDEFROU 阅读全文
posted @ 2020-04-13 12:02 manhelp 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://wizardforcel.gitbooks.io/100-gdb-tips/show-version.html 阅读全文
posted @ 2020-04-09 13:47 manhelp 阅读(170) 评论(0) 推荐(1) 编辑