今天开始,重新认识socket 编程,在用vc 6.0 的过程中出的问题,都贴出来,以便以后注意; 一 , fatal error C1010: unexpected end of file while looking for precompiled header directive 肯定是一个新添加的类的.cpp文件开头没包含stdafx.h,在该文件最前面加上即可。 {补充: #include "stdafx.h" 对预编译头文件说明如下: 所谓头文件预编译,就是把一个工程(Project)中使用的一些MFC标准头...
by zhglinux - 网络技术文档中心 - 2008-08-19 15:35:24 阅读(1699) 回复(0)
我的机器为ultra60,一直运行solaris7良好,初始化安装solaris9完成后,重新启动始终停留在OK状态,启动信息如下: boot device:/pci@1f,4000/scsi@3/disk@0,0:a file and args:-F cprboot fatal SCSI error at script address 0 unexpected disconnect fatal SCSI error at script address 0 unexpected disconnect evaluating:boot can't open boot device 运行 ok set -defaults时出现: fast instruction access mmu miss 请...
我的机器为ultra60,一直运行solaris7良好,初始化安装solaris9完成后,重新启动始终停留在OK状态,启动信息如下:\r\nboot device:/pci@1f,4000/scsi@3/disk@0,0:a file and args:-F cprboot\r\nfatal SCSI error at script address 0 unexpected disconnect\r\nfatal SCSI error at script address 0 unexpected disconnect\r\nevaluating:boot\r\ncan\'t open boot device\r\n\r\n\r\n运行 ok set -defaults时出现:\r\nfast ins...
我写了个SHELL如下: #!/bin/sh # if test -f ./env then . ./env fi if test -z "$APPDIR" then echo "APP - Variable APPDIR is not set." exit 1 fi if test -f ${APPDIR}/bin/startinit1 then ${APPDIR}/bin/startinit -y exit $? elif test -f ${APPDIR}/bin/startinit2 then ${APPDIR}/bin/startinit2 exit $? else exit 1 fi 但在SOLARIS下用. ./start执行时出此错: syntax error: `elif' un...
sun 服务器 /var/adm/messages里有如下内容: error for Command: space error Level: fatal 请问是报什么错啊?
sun 服务器 /var/adm/messages里有如下内容:\r\n\r\n error for Command: space error Level: fatal\r\n\r\n请问是报什么错啊?
这是出现的错误: [code]Catchable fatal error: Object of class user could not be converted to string in F:\Myphp\function\settype.php on line 68[/code] 说定义的user类不能转换 类的代码如下: [code] class user { var $name; var $pass; var $last_login; //set all the properties function user_init($name,$pass) { $this->name=$name; $this->pass=$pass; $this->last_login=time(); ...
偶的机子出现了Sound server fatal errorcpu overload, aborting 而且机子没有了声音,偶用 控制中心测试声音的时候 它显示“启动声音系统”,可 总是失败,出现上面的问题, 哪位能帮忙解决一下? 谢先!