小弟有一个文本格式如下: 1 -32 34 12 23 -445 212 32 23 4 2 32 2 23 -445 212 32 23 2 -234 . . . . . . 然后我想写一个c 或者fortran程序把这些数字按照下面的格式输出: 1 -32 34 12 23 -445 212 32 23 4 2 32 2 23 -445 212 32 ...
by china_forrest - C/C++ - 2004-03-31 08:39:32 阅读(834) 回复(2)
graphalert时.显示的界面是一个组合条件界面把条件都选了之后,时间----时间等等,这些都选了 点确定后就显示 No data points to plot
有什么简单的办法可以erase, or over write Oracle data base? 有一台很旧的机器, bull box, and some kind of disk array. running AIX 4.3. 有 rootvg 和8 个 non-rootvg are oracle data base vg. 因为要保证data base 上的资料不会被人利用,所以在把机器处理掉以前,需要erase, or over write Oracle data base。 有什么简单的好办法吗?谢谢。
# sar -o /sar.log 5 5 SunOS qingheliu 5.10 Generic_127128-11 i86pc 03/10/2009 10:22:17 %usr %sys %wio %idle 10:22:22 1 2 0 97 10:22:27 2 2 0 96 10:22:32 3 4 0 93 10:22:37 1 2 0 97 10:22:42 1 2 0 97 Average 2 2 0 96 # sar -w -f /sar.log SunOS q...
我写了一个CGI,接受用户的输入。然后以tie的方式存档。我发现每个档案都是固定大小。是不是因为主机的设置导致的? 如果我要接受一定数量的输入,是不是就不能使用这种方案? tie %db, 'db_file', "$page", O_CREAT | O_RDWR, 0666;
Q.How do I log POST data submitted by our user registration form to a log file under Debian Linux Apache 2 Web Server? A.You can use mod_security or mod_dumpio module under Apache web server to dump POST data. Apache mod_dumpio Module This module allows for the logging of all input received by Apache and/or all output sent by Apache to be logged / dumped to the error.log file. WARNING!The...
我用bc3.1时遇到题示编译错误。代码长度约8000行。huge模式。 去掉一些程序行后(代码本身无错),错误消失。 请问出错原因何在,如何避免? 不胜感激。