ChinaUnix.net
相关文章推荐:

send 替换

package com.wm.affnet.util ; import java.io.*; import java.net.*; public class sendEmail { public static void messagesend (String senderId, String receiverId, String subjectText, String emailText) { Socket sock = null ; BufferedReader dis = null; PrintStream ps = null; try { InetAddress in = InetAddress.getByName(Constants.SMTP_SERVER); sock = new Socket(in...

by wzi-linux - Java文档中心 - 2009-08-20 12:00:46 阅读(816) 回复(0)

相关讨论

各位大侠,在 expect 脚本中 send 和 exp_send 命令的区别是什么,能给个例子说明么.谢谢拉

by robot_chen - Shell - 2006-05-09 16:55:17 阅读(2499) 回复(1)

以下是官方的範例 mysql_stmt_send_long_data() 代碼 但執行時 出現 send_long_data failed Can't send long data for non-string/non-binary data types (parameter: 0)Error in my_thread_global_end(): 1 threads didn't exit 的錯誤訊息 請教 問題在那裡呢 #define INSERT_QUERY "INSERT INTO \                     ...

by sdgsgsdg - MySQL - 2009-09-05 15:15:08 阅读(1639) 回复(0)

TCP协议 服务器端程序不启动 客户端: connect(sockfd,......),------连接失败 while(1) { xx(); send(sockfd,.......) } 执行到send的时候,就直接从while(1)退出了,为什么是这个结果。发送终止信号出来了?

by marco_hxj - C/C++ - 2009-01-17 21:56:36 阅读(3154) 回复(10)

调用一次send拷贝n个字节到TCP缓冲区,如果此时缓存空间大于0小于n,则send会返回还是阻塞?

by Jass - C/C++ - 2007-08-29 15:45:31 阅读(1598) 回复(1)

新人请教一下,sendmail功能怎么才能开起来,mail host在哪里设定,谢谢!

by john_zhang - 其他UNIX - 2007-07-07 16:20:20 阅读(3531) 回复(2)

在DOS中使用 net send 命令来给局域网中的计算机发信息,格式为: net send -IP content ; 如果提示"网络上找不到此消息别名" , 则说明系统的 Messager 服务还没有打开,要从"控制面板"-"管理工具"-"服务"中打开 Messager 服务项.或者用命令:net start messenger来启动服务. 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/36976/showart_286294.html

by wuhonda - 网络技术文档中心 - 2007-04-25 21:57:15 阅读(844) 回复(0)

我用C#做一个服务器多个客户机通信的程序,可是偶尔消息传递有错,不知道和缓冲区有没有关系?我用的是send和RECEIVE

by christinesha - C/C++ - 2006-08-26 23:37:49 阅读(803) 回复(0)

我是一个单位的系统管理员,单位这几天新申请了一个公网IP地址,可我在freebsd里把IP netmask gateway改成新的以后,网络不能用,ping isp提供的gateway返回ping: send to : host is down,但改成原来的IP就一点问题没有,而新的IP在一台系统为windows2003的机器就没问题,我用的防火墙是ipfilter+ipnat,我把它关掉也不行啊 太郁闷了,谁能帮帮我啊,我找不到原因啊 :( :(

by tjlbj - BSD - 2005-10-09 14:36:45 阅读(7378) 回复(13)

Dear kaibuki : I am the engineer of XX for the XX .When I check the filesystem monitor,I found the filesystem of /opt reached warning level (86% ) was01p(10.249.200.15).I want to know what shall I do . Thanks a million for your support. Best regards, DAI CHUANG 2005-5-7 Dear kaibuki : I am the engineer of XX for the XX .When I check the filesystem monitor,I found the filesystem of /opt reac...

by daichuang - AIX文档中心 - 2005-05-07 11:20:20 阅读(950) 回复(0)

Dear kaibuki : I am the engineer of XX for the XX .When I check the filesystem monitor,I found the filesystem of /opt reached warning level (86% ) was01p(10.249.200.15).I want to know what shall I do . Thanks a million for your support. Best regards, DAI CHUANG 2005-5-7 Dear kaibuki : I am the engineer of XX for the XX .When I check the filesystem monitor,I found the filesystem of /opt reac...

by daichuang - AIX文档中心 - 2005-05-07 11:20:00 阅读(1018) 回复(0)