自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

独行者103的专栏

专注Android和安全

  • 博客(4)
  • 收藏
  • 关注

原创 Unix Network Programming Episode 8

Test Networks and HostsThe figure shows The various networks and hosts used in the examples throughout the text. For each host, we show the OS and the type of hardware (since some of the operating s...

2019-02-01 16:21:30 217

原创 压缩虚拟机的硬盘

VMware Workstation 1.虚拟机设置的硬盘选项中先Compact一下; 2.宿主机执行命令:vmware-vdiskmanager.exe -k yourvmwaredisk.vmdkVirtualBox如果你的虚拟硬盘是VirtualBox自己的VDI格式,找到你的虚拟硬盘文件,执行命令:VBoxManage modifyhd mydisk.vdi --com...

2019-02-01 16:21:09 460

原创 Advanced Programming in UNIX Environment Episode 48

sigqueue FunctionWith the real-time extensions to POSIX.1, some systems began adding support for queueing signals. With SUSv4, the queued signal functionality has moved from the real-time extensions...

2019-02-01 16:20:29 97

原创 Advanced Programming in UNIX Environment Episode 47

sleep, nanosleep, and clock_nanosleep Functions#include <unistd.h>unsigned int sleep(unsigned int seconds);This function causes the calling process to be suspended until either1.The am...

2019-02-01 16:20:16 143

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除