This page summarizes many of the things you may find it useful to know when working with either C-strings or objects of the C++ string class.
CentOS7的使用 —— systemd
发表于
|
更新于
|
分类于
程序设计
检视和控制systemd的主要命令是systemctl,该命令可用于查看系统状态和管理系统及服务。
在systemctl参数中添加-H <username>
@<host>
,可以实现对其他机器的远程控制,该过程使用SSH连接。
libevent源码阅读
发表于
|
更新于
|
分类于
程序设计
Boost学习 —— algorithm
发表于
|
更新于
|
分类于
程序设计