注意添加权限: 代码如下://更新短信private void
UpdateSMS(){/*update支持的协议有很多:SMS_RAW_MESSAGE SMS_STATUS_PENDING SMS_ALL
SMS_FAILED SMS_QUEUED SM...
分类:
移动开发 时间:
2014-06-03 07:26:15
阅读次数:
371
使用 ps 命令查看 目标进程的 pid,比如说是 1200,然后kill -3 1200在
/data/anr/traces.txt 中就能找到 进程 1200 中各线程的stack trace
分类:
移动开发 时间:
2014-05-31 13:47:40
阅读次数:
434
PKCS 全称是Public-KeyCryptography Standards ,是由 RSA
实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过15 个标准。 常用的有:PKCS#7 Cryptographic
Message Syntax Standar....
分类:
其他好文 时间:
2014-05-31 11:12:08
阅读次数:
174
WCF服务寄宿在IIS中,当设置其“最大工作进程数”为2时,经常会出现服务无法被成功调用,具体异常信息如下:
Type:System.ServiceModel.Security.MessageSecurityException
Message:从另一方收到未进行安全处理或安全处理...
分类:
其他好文 时间:
2014-05-31 00:05:26
阅读次数:
586
-- 转存表中的数据`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
在用X-Scan-v3.3扫描主机端口提示http TRACE
跨站攻击漏洞;一,修改配置文件httpd.conf1.1 apache下面修改httpd.conf文件,在文件最后面新建一行加入:TraceEnable
off1.2 service httpd restart #重启apac...
分类:
其他好文 时间:
2014-05-29 08:13:45
阅读次数:
279
只需以下两行命令:$ cd
android-sdk/platform-tools/systrace$ python systrace.py --time=10 -o
mynewtrace.html sched gfx view wm--time=10 -----------------trace运行...
分类:
其他好文 时间:
2014-05-28 22:26:08
阅读次数:
1421