会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
野生程序猿
--美女,请留下你的电话;--帅哥,请留下你的钱财
博客园
首页
新随笔
联系
管理
订阅
2021年8月16日
socket errorcode
摘要: 最近在网络编程使用的过程中,发现errno会经常使用。因此决定在此做个留用,以备以后使用。。。 虽然errno是非线程安全的,但是可以通过几种机制保证其安全。。 最近在使用的过程中获得了errno,程序无法执行,也不知道如何解决问题。因此,理解每一个返回的errno整数值的含义是很重要的。。 这个我
阅读全文
posted @ 2021-08-16 14:45 manhelp
阅读(739)
评论(0)
推荐(0)
2020年12月29日
修改文件最后修改时间
摘要: find . -type f -exec touch {} \;
阅读全文
posted @ 2020-12-29 15:41 manhelp
阅读(211)
评论(0)
推荐(0)
2020年12月22日
gcc 升级到最新版本
摘要: 下载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
阅读(2022)
评论(0)
推荐(0)
2020年12月2日
cmake 升级
摘要: 版本选择 wget https://cmake.org/files/... ./bootstrap --prefix=/usr gmake gmake install
阅读全文
posted @ 2020-12-02 19:15 manhelp
阅读(99)
评论(0)
推荐(0)
2020年9月3日
centos ip 配置
摘要: TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=staticDEFROUTE=yesIPV4_FAILURE_FATAL=noIPV6INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_FAILU
阅读全文
posted @ 2020-09-03 14:39 manhelp
阅读(105)
评论(0)
推荐(0)
2020年8月11日
win10 sourcetree 全局忽略文件
摘要: C:\Users\user\Documents\gitignore_global.txt
阅读全文
posted @ 2020-08-11 13:49 manhelp
阅读(603)
评论(0)
推荐(0)
2020年8月5日
centos 清除缓存文件
摘要: 查找大于800M的文件 find / -type f -size +800M 查找缓存文件列表 du -ah --max-depth=1 /root/.cache/vmware/
阅读全文
posted @ 2020-08-05 12:00 manhelp
阅读(836)
评论(0)
推荐(0)
2020年6月10日
centos 7 安装 protobuf 开发环境
摘要: 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
阅读(492)
评论(0)
推荐(0)
2020年4月13日
centos ip 配置
摘要: 关防火墙 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)
2020年4月9日
GDB文档
摘要: https://wizardforcel.gitbooks.io/100-gdb-tips/show-version.html
阅读全文
posted @ 2020-04-09 13:47 manhelp
阅读(171)
评论(0)
推荐(1)
下一页
公告