注意添加权限: 代码如下://更新短信private void
UpdateSMS(){/*update支持的协议有很多:SMS_RAW_MESSAGE SMS_STATUS_PENDING SMS_ALL
SMS_FAILED SMS_QUEUED SM...
分类:
移动开发 时间:
2014-06-03 07:26:15
阅读次数:
371
-- 转存表中的数据`forum_post`INSERT INTO `forum_post`
(`pid`, `fid`,`tid`, `first`, `author`, `authorid`, `subject`, `dateline`,
`message`,`useip`, `invisibl...
分类:
数据库 时间:
2014-05-30 09:58:50
阅读次数:
348
PeekMessage函数:先看看MSDN怎么说:PeekMessage
functionDispatches incoming sent messages, checks the thread message queue for a
posted message, and retrieves th...
分类:
其他好文 时间:
2014-05-30 04:29:06
阅读次数:
254
先写一个服务器端的监听程序,功能室从客户端读取字符,接收到后告知客户端“I got your
message: ”+收到的消息:server.c#include #include #include #include #include #include
#include ...
分类:
编程语言 时间:
2014-05-30 00:40:28
阅读次数:
419
一、所需jar包: 1、mail.jar 2、activation.jar二、代码:
1、MailUtil.javapackage com.gnnuit.web.mail.util;import
java.util.Properties;import javax.mail.Message;im...
分类:
编程语言 时间:
2014-05-29 13:19:02
阅读次数:
428
Linux系统中的进程间通信方式主要以下几种:同一主机上的进程通信方式* UNIX进程间通信方式:
包括管道(PIPE), 有名管道(FIFO), 和信号(Signal)* System V进程通信方式:包括信号量(Semaphore),
消息队列(Message Queue), 和共享内存(Sha...
分类:
编程语言 时间:
2014-05-29 03:03:59
阅读次数:
374
A monkeyrunner class that contains static
utility methods.一个包含静态工具方法的类.Public Methodsstring alert ( string message, string
title, string okTitle) Dis....
分类:
其他好文 时间:
2014-05-28 02:28:47
阅读次数:
252
Chrome插件开发笔记360翻译了Chrome插件开发的文档
(仍然建议出去看看)看这里http://open.chrome.360.cn/extension_dev/overview.html什么是扩展一个应用(扩展)其实是压缩在一起的一组文件,包括HTML,CSS,Javascript脚本,图...
分类:
其他好文 时间:
2014-05-28 01:49:25
阅读次数:
896
@interface K3ViewController :
UIViewController@end#import "K3ViewController.h"@interface K3ViewController
()@property (weak, nonatomic) IBOutlet UILab...
分类:
移动开发 时间:
2014-05-26 19:15:17
阅读次数:
259
UIAlertView
1.Title
获取或设置UIAlertView上的标题。
2.Message
获取或设置UIAlertView上的消息
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" message:@"message" delegate:self cancelBu...
分类:
其他好文 时间:
2014-05-25 16:37:56
阅读次数:
194