原创 linux 用戶管理

用戶管理主要文件: 1、/etc/passwd 打開後的例子,選取一行解釋:lin_001:x:501:501::/home/lin_001:/bin/bash 1、賬戶名稱 2、密碼,這裏的密碼被移到/etc/shadow這個加密後的文

原创 Clear Case V7.0 官網下載地址

clear case 7.0官網下載地址改變 https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=RATL-RATIONAL&S_PKG=CR3PFML

原创 防止同一編譯單位頭文件多次include

方法一:應用#ifndef   #define   #endif   即每個文件在定義時都寫成以下情勢(以file1.h爲例):   #ifndefH_FILE1   #defineH_FILE1   #include<stdio.h>

原创 24點回溯法實現

// test11.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream" using

原创 memcmp返回值

       原型:int memcmp(const void *buf1, const void *buf2, unsigned int count);   用法:#include <string.h>或#include<memor

原创 CORBA 學習一(概念瞭解)

一、概述   CORBA(Common Object Request Broker Architecture, 公共對象請求代理體系結構)是由OMG(對象管理組織,Object Management Group)提出的應用軟件體系結