Benjamin

静以修身,俭以养德,非澹薄无以明志,非宁静无以致远。
随笔 - 386, 文章 - 0, 评论 - 196, 引用 - 0
数据加载中……

C/C++

sys/syscall.h No such file Cygwin
     摘要: sys/syscall.h No such file Cygwin   阅读全文

posted @ 2022-12-08 14:41 Benjamin 阅读(428) | 评论 (0)  编辑

C++ 用libcurl库设置http验证
     摘要: curl库的CURLOPT_HTTPAUTH用法(c/c++)  阅读全文

posted @ 2022-02-25 22:47 Benjamin 阅读(929) | 评论 (0)  编辑

vs2019c++中如何调试python代码
     摘要: vs2019c++中如何调试python代码  阅读全文

posted @ 2021-01-28 17:11 Benjamin 阅读(1249) | 评论 (0)  编辑

linux 更改时区
     摘要: 获取时区的代码,根据时区即可换算GMT时间到本地时间。  阅读全文

posted @ 2018-12-02 00:17 Benjamin 阅读(472) | 评论 (0)  编辑

c++和closure(闭包)
     摘要: c++如何实现闭包  阅读全文

posted @ 2018-05-27 18:17 Benjamin 阅读(652) | 评论 (0)  编辑

c++ 执行mysql的存储过程
     摘要: c++代码 执行mysql的存储过程及多条sql语句  阅读全文

posted @ 2018-02-01 13:54 Benjamin 阅读(1325) | 评论 (0)  编辑

c++ 字符串工具类
     摘要: c++字符串工具类  阅读全文

posted @ 2017-05-25 09:59 Benjamin 阅读(1182) | 评论 (0)  编辑

lua中如何使用tinyxml
     摘要: 如何在lua中使用tinyxml库来解析xml  阅读全文

posted @ 2014-08-13 22:52 Benjamin 阅读(1698) | 评论 (0)  编辑

VS2012 error C2664: “std::make_pair”:无法将左值绑定到右值引用
     摘要: c++11的std::make_pair中的error C2664无法将左值绑定到右值引用的解决方法  阅读全文

posted @ 2013-11-14 09:34 Benjamin 阅读(3084) | 评论 (0)  编辑

tcp中的粘包、半包的处理方法
     摘要: tcp中的粘包、半包的c/c#处理方法  阅读全文

posted @ 2013-09-22 21:22 Benjamin 阅读(4903) | 评论 (0)  编辑

linux下的log4cplus应用
     摘要: linux下如何使用log4cplus库来写日志文件  阅读全文

posted @ 2011-11-04 13:46 Benjamin 阅读(1686) | 评论 (0)  编辑

c++释放python解释器资源出现KeyError(139794974959392,) in ignored的解决方法
     摘要: Exception KeyError: KeyError(139794974959392,) in ignored的解决方法  阅读全文

posted @ 2011-10-25 19:17 Benjamin 阅读(1150) | 评论 (1)  编辑

根据特定分割符拆分字符串、判断字符串是否为IP
     摘要: 根据特定分割符拆分字符串、判断字符串是否为IP  阅读全文

posted @ 2011-04-26 20:38 Benjamin 阅读(1637) | 评论 (0)  编辑

指针和地址
     摘要: 通过代码理解代码和指针的关系  阅读全文

posted @ 2011-03-30 21:41 Benjamin 阅读(495) | 评论 (0)  编辑

C++之Destructors(析构函数)
     摘要: C++相关析构函数  阅读全文

posted @ 2010-11-26 00:18 Benjamin 阅读(967) | 评论 (1)  编辑

Full C/C++ Archive