自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 ubuntu下查看cpu的占有率

1.查看cpu的相关信息 #查看物理CPU的个数 #cat /proc/cpuinfo |grep "physical id"|sort |uniq|wc -l   #查看逻辑CPU的个数 #cat /proc/cpuinfo |grep "processor"|wc -l   #查看CPU是几核 #cat /proc/cpuinfo |grep "cores"|uniq  

2017-09-27 12:08:53 2276

原创 epoll实现web服务器

epoll

2016-06-06 22:27:20 411

原创 cgi服务器

#pragma once #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define _DEF_PAGE_ "index.html" #define _SIZE_ 1024 static vo

2016-06-05 22:03:44 248

原创 Linux下基于http的小型web服务器编写

#pragma once#include#include#include#include#include#include#include#include#include#include#include#include#include#define _DEF_PAGE_ "index.html"#define _SIZE_ 1024static void printLog(const char* c

2016-06-05 13:42:36 1042

空空如也

空空如也

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

TA关注的人

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