报错信息: Failed?to?send?out?e-mail com.sun.mail.smtp.SMTPSendFailedException:?501?mail?from?address?must?be?same?as?authorization?user;??nested?exception?is: com.sun.mail.smtp.S...
分类:
其他好文 时间:
2014-12-08 19:53:02
阅读次数:
450
当在Android4.4上进行图片的扫描功能开发时一般会使用:sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+ Environment.getExternalStorageDirectory()+ picPath)));的广播
但因为Android4.4中限制了系统应用才有权限使用广播通知系统...
分类:
移动开发 时间:
2014-12-08 19:38:27
阅读次数:
336
For every object that can have a delegate, there is a corresponding protocol that declares themessages that the object can send its delegate. The dele...
分类:
其他好文 时间:
2014-12-08 19:10:18
阅读次数:
211
抽象工厂模式factory:public interface Send { public void send();}public class SmsSendImpl implements Send { @Override public void send() { // TODO Auto-gene....
分类:
其他好文 时间:
2014-12-08 13:47:14
阅读次数:
160
一.Data Guard架构 整个Data Guard体系就是围绕三个关键点展开:日志发送(Redo Send)日志接收(Redo Receive)日志应用(Redo Apply)二.日志发送Primary Database产生的redo日志需要发送到standby Database。发送动作由p....
分类:
其他好文 时间:
2014-12-08 12:13:20
阅读次数:
223
转,原文地址:http://blog.sina.com.cn/s/blog_56d8ea9001018w1l.html【问题】start: Rejected send messag现象:crifan@crifan-ubuntu10:~/develop$ service tftpd-hpa start...
分类:
其他好文 时间:
2014-12-08 10:32:50
阅读次数:
120
与网络打交道在GS,GC,Share都与网络打交道,但还是GC最多GC打交道过程send_stat BaseChannel::SendCmdTry(){ if (!m_queCmd.size()) return send_stat::send_succeed; for(;;...
分类:
其他好文 时间:
2014-12-07 14:57:33
阅读次数:
154
ttp://www.beej.us/guide/bgnet/output/html/multipage/sendman.html
send()用于TCP SOCK_STREAM,sendto()用于UDP SOCK_DGRAM, send支持flags:
MSG_OOB:send as "Out of Band" data.该数据包优先,可以先接受到,对端会收到SIGURG信号
MS...
分类:
其他好文 时间:
2014-12-06 10:11:33
阅读次数:
264
GS给客户单发包以及m_queGcWait(所有GC共享)send_stat BaseChannel::SendCmd(int nCmd, void* pData, int nLen){ Protocol Ptl; Ptl.cmd_type = nCmd; Ptl.conte...
分类:
其他好文 时间:
2014-12-05 22:40:06
阅读次数:
133
Intent:
官方解释:
An intent is an abstract description of an operation to be performed. It can be used with startActivity to
launch an Activity, broadcastIntent to
send it to any interested Broadcas...
分类:
移动开发 时间:
2014-12-05 15:37:03
阅读次数:
237