根据功能模块划分(Android开发推荐此方法) - Activity mobilesafe.activty - 后台服务 mobilesafe.service - 广播接受者 mobilesafe.receiver - 数据库 mobilesafe.db.dao - 对象(java bean) m ...
分类:
移动开发 时间:
2017-02-04 16:53:55
阅读次数:
520
1: void QTimer::singleShot ( int msec, QObject * receiver, const char * member ) [static] 样例: #include <QApplication> #include <QTimer> int main(int a ...
分类:
其他好文 时间:
2017-02-03 10:39:48
阅读次数:
559
IPC(中)1 Android中IPC方式在第一篇IPC(上)中我们已经介绍了IPC的基础知识:序列化和Binder,本篇将详细介绍各种跨进程通讯方式.具体有如下几种:
Intent中extras传...
分类:
其他好文 时间:
2017-01-22 19:37:26
阅读次数:
306
关于android开发的详细过程了解 Android App程序的四种重要组成类型:1.Activity 2.Service 3.Content Provider 4.Broadcast Receiver 关于Activity活动,每个Activity活动都有一个窗口画面以及对应的程序代码来处理用户 ...
分类:
移动开发 时间:
2017-01-15 21:20:22
阅读次数:
224
Setting this property to true causes the receiver to block the delivery of touch events to other views in the same window. The default value of this p... ...
分类:
其他好文 时间:
2017-01-14 08:40:42
阅读次数:
191
一、Bundle进行IPC介绍 四大组件中的三大组件(Activity、Service、Receiver)都是支持在Intent中传递Bundle数据的,由于Bundle实现了Parcelable接口,所以它可以方便地在不同的进程之间传输。当然,传输的数据必须能够被序列化,比如基本类型、实现了Par ...
分类:
移动开发 时间:
2016-12-31 23:04:22
阅读次数:
334
Send Push Notifications to iOS Devices using Xcode 8 and Swift 3 OCT 6, 2016 Push notifications are a great way to ensure your users re-engage with yo ...
分类:
移动开发 时间:
2016-12-25 13:45:27
阅读次数:
762
引言 你是否遇到过两个(多个)系统间需要通过定时任务来同步某些数据?你是否在为异构系统的不同进程间相互调用、通讯的问题而苦恼、挣扎?如果是,那么恭喜你,消息服务让你可以很轻松地解决这些问题。消息服务擅长于解决多系统、异构系统间的数据交换(消息通知/通讯)问题,你也可以把它用于系统间服务的相互调用(R ...
分类:
编程语言 时间:
2016-12-20 00:49:51
阅读次数:
257
import smtplib from email.mime.text import MIMEText from email.header import Header # 第三方 SMTP 服务 mail_host="smtp.qq.com" #设置服务器 mail_user="xxxxxx" #用... ...
分类:
编程语言 时间:
2016-12-18 20:42:37
阅读次数:
224
标红部分是Tp中主要用到的分页技术。 在使用ThinkPHP框架的时候 使用ThinkPHP内部分页技术,感觉tp框架中的分页技术能看懂简单 也比较实用吧。 ...
分类:
其他好文 时间:
2016-12-16 12:11:06
阅读次数:
444