码迷,mamicode.com
首页 >  
搜索关键字:receiver receivertracker    ( 826个结果
python 发邮件小程序一枚
#!/usr/bin/envpython #Importsmtplibfortheactualsendingfunction importsys importgetopt importsmtplib sender=‘liyiliang777@163.com‘#这里输入发件人邮箱地址 #Iftherearemorethanonereceiver,youneedtoganeratealist. receiver=[‘aaa@sina.com‘,‘bbb@163.com‘]#这里输入..
分类:编程语言   时间:2014-10-11 19:05:17    阅读次数:210
Intent Android 详解
Intents and Intent Filters 三种应用程序基本组件activity, service和broadcast receiver——是使用称为intent的消息来激活的。 Intent消息传递是一种组件间运行时绑定的机制. intent是Intent对象, 它包含了需要做的操作的描...
分类:移动开发   时间:2014-10-11 11:13:05    阅读次数:314
NSObject中的performSelector:withObject用法简介
-(id)performSelector:(SEL)aSelector withObject:(id)anObjectDescription[说明]Sends a message to the receiver with an object as the argument. (required)[将...
分类:其他好文   时间:2014-10-10 16:28:10    阅读次数:146
NSObject的performSelector: withObject: withObject:使用简介
-(id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObjectDescription[说明]Sends a message to the receiver with two object...
分类:其他好文   时间:2014-10-10 16:00:50    阅读次数:223
NSObject中的performSelector用法简介
-(id)performSelector:(SEL)aSelectorDescription[说明]Sends a specified message to the receiver and returns the result of the message. (required)[发送指定消息的接...
分类:其他好文   时间:2014-10-10 13:29:34    阅读次数:288
android 4.0.3开机时不能收到广播
====================问题描述==================== 在android4.0.3的手机上,receiver在手机开机后收不到启动广播,代码如下:配置文件:java文件:publicvoid...
分类:移动开发   时间:2014-10-08 17:08:25    阅读次数:415
XenApp&XenDesktop 7.6正式发布!先睹为快!
想让用户登录XenApp和应用程序打开完全不需要等待吗?想知道如何提高存储性能让XenApp&XenDesktop运行的更快并且减少80%的存储投资吗?这一切都在XenApp&XenDesktop7.6版本中,自XenApp正式加入FMA架构的7.0版本发布以来改变最大的一个版本正式提供下载了,也是我强烈..
分类:移动开发   时间:2014-10-07 14:12:44    阅读次数:829
android之PackageManager简单介绍
PackageManager相关 本类API是对全部基于载入信息的数据结构的封装,包含下面功能:安装,卸载应用查询permission相关信息查询Application相关信息(application,activity,receiver,service,provider及对应属性等)查询已安装应用添...
分类:移动开发   时间:2014-09-30 11:02:37    阅读次数:204
Intent Android 详解
Intents and Intent Filters 三种应用程序基本组件 activity, service和broadcast receiver——是使用称为intent的消息来激活的。Intent消息传递是一种组件间运行时绑定的机制. intent是Intent对象, 它包含了需要做的操作的描...
分类:移动开发   时间:2014-09-22 13:36:02    阅读次数:227
如何配置Hyperic 的 SNMP trap receiver
用户可以让Hyepric接收和记录从远程网络管理系统或支持SNMP的设备发出的SNMP消息。并可以根据接收的信息定义报警。这个配置过程包括配置HQAgent和相互通信的网络系统或设备,还需要创建一个类型是NetworkDevice的平台,用于表示这个远程系统或设备。选择和启用一个用于接收TRAP..
分类:其他好文   时间:2014-09-18 16:57:44    阅读次数:335
826条   上一页 1 ... 75 76 77 78 79 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!