Chinaunix首页 | 论坛 | 博客
  • 博客访问: 484376
  • 博文数量: 63
  • 博客积分: 1187
  • 博客等级: 少尉
  • 技术积分: 706
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-05 16:53
个人简介

Must Be

文章分类

全部博文(63)

文章存档

2019年(1)

2017年(4)

2016年(6)

2015年(2)

2014年(1)

2013年(3)

2012年(10)

2011年(36)

我的朋友

发布时间:2016-09-08 11:55:23

一.准备两台ubuntu16.04机器PC1、PC2,网络配置分别如下:    PC1:            PC2:    二.PC1、PC2上分别安装heartbeat,步骤相同,如下:    1. 添加haclient用户组和hacluster用户     &.........【阅读全文】

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

发布时间:2016-05-11 10:51:04

ps -ef|grep xxx 得到进程或子进程ID号(8888)运行gdb(gdb)file /usr/xxx(gdb)attach 8888(gdb)b 函数名(gdb)c(gdb)detach......【阅读全文】

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

发布时间:2016-04-26 16:11:58

点击(此处)折叠或打开#include <stdio.h>#include <stdlib.h>struct list_data {    int data;    struct list_data *next;};.........【阅读全文】

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

发布时间:2016-04-22 10:52:46

操作系统:ubuntu10.04前言:    在开发中,经常需要使用到链表,因此参考linux内核的链表的实现。一,源码点击(此处)折叠或打开#ifndef __LIST_H__#define __LIST_H__#ifdef __cplusplusextern "C" {#en.........【阅读全文】

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

发布时间:2016-03-08 16:47:29

linux apache mysql php......【阅读全文】

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

登录 注册