2012年05月07日 星期一 由 Uranus Zhou
本文同步自(如浏览不正常请点击跳转):https://zohead.com/archives/cplusplus-virtual-base-class/ ...
更多发表在 C++, 技术 | 暂无评论
2012年05月05日 星期六 由 Uranus Zhou
本文同步自:https://zohead.com/archives/vector-push-back-space-copy/ 这两天在实际程序中使用 STL 的 vector push_back 类对象时出现问题,偶尔发现 vector 在 push_back...
更多发表在 C++, 技术 | 2 条评论
2012年05月04日 星期五 由 Uranus Zhou
本文同步自:https://zohead.com/archives/close-socket-after-execl/ Linux下的进程在创建子进程(fork)后,子进程会自动继承父进程的文件描述符,这种机制在没有 execl...
更多发表在 Linux, 技术 | 暂无评论
2012年04月28日 星期六 由 Uranus Zhou
本文博客链接:https://zohead.com/archives/rsync-performance-linux-cygwin-msys/ ...
更多发表在 Linux, 技术 | 1 条评论
2012年04月12日 星期四 由 Uranus Zhou
本文博客链接:https://zohead.com/archives/linux-pam-get-item-error-library/ 近日在将一个 RHEL6 上的服务程序移植到老的 Fedora Core 2 Linux...
更多发表在 Linux, 技术 | 暂无评论
2012年04月06日 星期五 由 Uranus Zhou
近日小温下APUE,发现Linux下的 fcntl 实现强制锁的功能好像都没试验过,简单做个测试。 首先用 fcntl 实现建议锁(Advisory locking),比较简单,贴个最简单的代码: #include <stdio.h> #include...
更多发表在 Linux, 技术 | 暂无评论
2012年03月30日 星期五 由 Uranus Zhou
本文博客链接:https://zohead.com/archives/thunderbird-virus-scan-analyse-disable/ 笔者现在浏览网页和电子邮件全部都用 Mozilla 系的 Firefox 和 Thunderbird 了,这俩软件算是我的 Windows...
更多发表在 代码分析, 技术 | 暂无评论