2019年1月23日

An example shows several CIM-XML extension headers

摘要: The example below shows several CIM-XML extension headers for a GetClass operation on the root/cimv2 namespace M-POST /cimom HTTP/1.0 Content-Type: te 阅读全文

posted @ 2019-01-23 17:00 liujx2019 阅读(180) 评论(0) 推荐(0) 编辑

automake autoconf 使用详解

摘要: 本文地址: http://www.laruence.com/2009/11/18/1154.html 文章转自: http://www.linuxcomputer.cn/ 本文地址: http://www.laruence.com/2009/11/18/1154.html 文章转自: http:// 阅读全文

posted @ 2019-01-23 16:59 liujx2019 阅读(3431) 评论(0) 推荐(0) 编辑

/proc/[pid]/status

摘要: http://man7.org/linux/man-pages/man5/proc.5.html 阅读全文

posted @ 2019-01-23 16:58 liujx2019 阅读(883) 评论(0) 推荐(0) 编辑

The new SFCB broker fails to start with a SSL-related error: Failure setting ECDH curve name (secp22

摘要: # openssl ecparam -list_curves secp384r1 : NIST/SECG curve over a 384 bit prime field secp521r1 : NIST/SECG curve over a 521 bit prime field prime256v 阅读全文

posted @ 2019-01-23 16:57 liujx2019 阅读(201) 评论(0) 推荐(0) 编辑

SVN diff

摘要: http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.diff.html Name svn diff (di) — This displays the differences between two revisions or paths. Name svn 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(179) 评论(0) 推荐(0) 编辑

Linux 常用C函数

摘要: http://net.pku.edu.cn/~yhf/linux_c/ 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(121) 评论(0) 推荐(0) 编辑

shell脚本报错:"[: =: unary operator expected"

摘要: shell脚本报错:"[: =: unary operator expected" 在匹配字符串相等时,我用了类似这样的语句: if [ $STATUS == "OK" ]; then echo "OK" fi 在运行时出现了 [: =: unary operator expected 的错误,就一 阅读全文

posted @ 2019-01-23 16:56 liujx2019 阅读(1037) 评论(0) 推荐(0) 编辑

一种用 数组元素 指定 所调函数 的方法

摘要: typedef struct mgrHandler { void (*handler) (int *, OperationHdr *); } MgrHandler; static MgrHandler mHandlers[] = { {notSupported}, // dummy {classProvider}, ... 阅读全文

posted @ 2019-01-23 16:55 liujx2019 阅读(147) 评论(0) 推荐(0) 编辑

阻塞 非阻塞

摘要: 阻塞的系统调用是指, 当进行系统调用时, 除非出错(被信号打断也视为出错) , 进程将会一直陷入内核态直到调用完成。 非阻塞的系统调用是指无论I/O操作成功与否, 调用都会立刻返回 阅读全文

posted @ 2019-01-23 16:54 liujx2019 阅读(99) 评论(0) 推荐(0) 编辑

Linux open() 一个函数,两个函数原型

摘要: open在手册中有两个函数原型, 如下所示: int open(const char *pathname, int flags); int open(const char *pathname, int flags, mode_t mode); 这样的函数原型有些违背了我们的直觉。 C语言是不支持函数 阅读全文

posted @ 2019-01-23 16:45 liujx2019 阅读(902) 评论(0) 推荐(1) 编辑

导航