ChinaUnix.net
相关文章推荐:

Response550 aaglorytechcomNo such file or direct

Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for ***@gc.chinse.com in C:\Server\root\syms\user\contactus.php on line 16 请问这是什么错呀 我是2000 我以前在linux下也弄过,linux不设置php.ini也不会报错,怎么2000还要报错呀

by 乘风西去 - PHP - 2004-10-17 22:16:57 阅读(2305) 回复(1)

相关讨论

:shock: direct9.0 在98里面能正常使用吗??有没有for98direct的?谢谢.是这样的:朋友想在机子<98>上装游戏,但是老是不行..他的98里面装上了direct9.0..在别人的机子<2000>就能玩<装的是direct8.0..是不是98不支持direct9.0??谢谢...

by rose - 服务器及硬件技术 - 2003-12-31 17:04:39 阅读(1737) 回复(17)

我发现direct=Y导出很快,但是无法导出某些类型的数据,请问和常规路径导出到底区别在哪里?

by dong_jh - Oracle - 2004-06-30 15:00:36 阅读(575) 回复(2)

rfd = open( in, O_RDONLY | O_direct | O_LARGEfile ); wfd = open( buf, O_WRONLY | O_TRUNC | O_LARGEfile | O_direct ); while( 1 ){ ret = read( rfd, block, BLOCKSIZE ); write(wfd, block, ret); if( ret < BLOCKSIZE ) break; } close(rfd); close(wfd); 这个做后,怎么目标的数据少了一些,去掉O_direct可以。 源: 683687928 Dec 19 03:09 x.dat 目标: 675840000 Dec 19 04:55 x.dat.cptest 20...

by jack9981 - C/C++ - 2006-12-28 11:50:14 阅读(5030) 回复(26)

unix平台下的用direcy=y导出来的dmp,导如到windows的oracle里面有没有什么问题?

by tttsjg_cn - Oracle - 2005-06-15 10:44:32 阅读(904) 回复(1)

我们安装360arp防火墙记录下00-21-27-70-70-2c在攻击。用网络协议分析软件 发现arp:response 192.168.1.1 at 00-21-27-70-70-2c这样的记录很多 而我们实际网关的mac地址为00-1d-0f-66-3e-c0。很显然有人在伪造网关。我想问的是 我们如果查出是谁在发这个arp响应包,如何查出它的ip地址。在我们的路由器中同样记录:IP绑定冲突: LAN 中MAC地址为 00-21-27-70-70-2C 的主机尝试使用IP地址 192.168.1.1.(注:我们局域网内部通过路由器...

by cdxhz - 数据安全 - 2008-12-27 21:20:37 阅读(1292) 回复(0)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4490/showart_208746.html

by rhinux - BSD文档中心 - 2006-12-01 14:12:54 阅读(738) 回复(0)

SIP response Messages Informational 100 Trying This special case response is only a hop-by-hop request. It is never forwarded and may not contain a message body. A forking proxy must send a 100 Trying response, since the extended search being performed may take a significant amount of time. This response can be generated by either a proxy server or a user agent. It only indicates that some kind o...

by kt0517 - 网络技术文档中心 - 2006-10-16 14:16:51 阅读(1360) 回复(0)

SIP response codes SIP response codes SIP/2.0 allows six values for the first digit: From the SIP Rfc: The response codes are consistent with, and extend, HTTP/1.1 response codes. Not all HTTP/1.1 response codes are appropriate, and only those that are appropriate are given here. Other HTTP/1.1 response codes SHOULD NOT be used. Also, SIP defines a new class, 6xx. 1xx: Provisional ¡&...

by kt0517 - 网络技术文档中心 - 2006-10-16 14:00:41 阅读(1518) 回复(0)

我用 PrintWriter pw = response.getWriter(); 方法来下载文件,由于我的文件比较大6G 当用 pw.write(csv.toString()); 方法写文件的时候 文件写入4G的时候 网页就会报出“位置错误 下载失败” 用PrintWriter 在应用程序写是可以写入6G的 我的磁盘格式是NTFS 请问高手为什么用 PrintWriter pw = response.getWriter(); 声明一个PrintWriter 对象就只能写入4G的文件 用上面的方法怎样才能写入6G的文件 请指点!!!!!!

by doyouseeme - Java - 2006-09-30 09:51:44 阅读(3081) 回复(7)

这个表示什么意思?

by Kamus_cu - Solaris - 2007-03-27 10:39:12 阅读(805) 回复(2)