
Linux
tonyliu
技术/生活
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux下定时器的使用
/** *定时器 *author lwh *date 2014/4/2 * gcc -g -std=c99 -D_GNU_SOURCE timer.c -o timer -lrt */#include <stdio.h>#include <signal.h>#include <time.h>#define CLOCKID CLOCK_REA...原创 2019-04-13 09:36:13 · 351 阅读 · 0 评论 -
ORA-00205: error in identifying control file, check alert log for more info
环境:oracle10gR2 solaris10操作:在没有创建pfile的情况下,直接执行了以下命令 1234 SQL>createpfilefromspfile;SQL>shutdownimmediateSQL>startupORA-00205:errorinidentifyingcontrolfile,check...原创 2019-04-13 09:41:23 · 13198 阅读 · 0 评论