当前位置:首页
开发技术指南» 文章正文
    引言:

    摘要: 请看: declare dept_row dept%rowtype; begin --select * into dept_row from dept where deptno=1; insert into dept values (dept_row.deptno,dept_row.dname,dept_row.loc); --oracle 9i release 2 增强了pl/sql ......
 ·how to format output of "cout"    »显示摘要«
    摘要: following code cout << 10 << endl; will give an output of "10". how can i get a number in hexadecimal format by cout, such as "0xa"? ......


请大家帮忙分析Thread Error:

线程运行时弹出   Thread   Error:句柄无效。  
  的原因。大家碰到过吗?谢谢!

NO.1   作者: FengSC

代码帖出来,并指出在哪句出现该提示。

NO.2   作者: hponix

我也遇到过这样的问题,我的情况是:  
  昨天在网是找了个Builder下的Winsocket   Server程序,在监听线程里如果有Client连接成功就执行  
  TCommunication   pCThread=new   TCommunication(m_AcceptSocket,FALSE);  
    pCThread->WaitFor();  
  我试了下,可是一有Client连接成功后,在运行完   TCommunication::Execute()里面的代码后进入TCommunication::~TCommunication(){   里面无代码   },出了析构函数就会提示错误“thread   error:句柄无效,”,初次接触,请指点!


    摘要: winform客户端读取internet上远程数据库的数据必须使用web service 吗? ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE