Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3650334
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

发布时间:2020-02-24 14:12:17

[root@localhost /]# cat b.c#include#include#include#include "cJSON.h"int main(){    char *text = NULL;    char body[1024] = {0};    char cmd[1024] = {0};    cJSON * root = cJSON_CreateObject(); .........【阅读全文】

阅读(806) | 评论(0) | 转发(0)

发布时间:2020-02-23 10:14:56

在平时使用ovs中,经常用到的ovs命令,参数,与举例总结,持续更新中…进程启动1.先准备ovs的工作目录,数据库存储路径等mkdir -p /etc/openvswitchmkdir -p /var/run/openvswitch2.先启动ovsdb-serverovsdb-server /etc/openvswitch/conf.db \-vconsole:emer -vsyslog:err -vfile:info \--remote=pu.........【阅读全文】

阅读(2409) | 评论(0) | 转发(0)

发布时间:2020-02-22 15:11:02

#include <stdio.h>#include <string.h>#include <time.h>int main(int argc,char **argv){    time_t time_now;    struct tm *curr_time = NULL;    time(&time_now);    printf("time_now:[%ld]\n",time_now);    curr_time = g.........【阅读全文】

阅读(9134) | 评论(0) | 转发(0)

发布时间:2017-11-28 11:29:24

普通虚拟化:半虚拟化virtiovhost:转载自:http://blog.csdn.net/hejin_some/article/details/72179525刘年超  : http://www.trustcomputing.com.cn/bbs/redirect.php?tid=980&goto=lastpost......【阅读全文】

阅读(2162) | 评论(0) | 转发(0)

发布时间:2017-08-16 15:53:51

......【阅读全文】

阅读(2653) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册