做Android开发的一个重要的工具就是locat,这是代码调试,出错排除定位等必不可少的工具,也是习以为常的,首先我就来先说一下log吧。它属于android.util.log类。常用的打印日志的方法有5个如下:Log.v(tag,message);//verbose模式,打印最详细的信息Log.d(tag,message);//de..
分类:
移动开发 时间:
2014-11-01 19:18:53
阅读次数:
190
Message Digest Algorithm MD5(消息摘要算法第五版)是计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321。主要用于一致性验证、数字证书、安全访问认证等方面。 在介绍算法原理之前,先介绍下字节序的常识: 所谓字节序,就是多...
分类:
编程语言 时间:
2014-11-01 16:16:20
阅读次数:
687
Storm-源码分析汇总Storm FeaturesStorm 简介Storm Topology的并发度Storm - Guaranteeing message processingStorm - Transactional-topologiesTwitter Storm – DRPCStorm 多...
分类:
其他好文 时间:
2014-11-01 14:37:40
阅读次数:
532
讲解了为什么Handler应该是被static修饰,为什么普通的内部类会泄露外部类引用。...
分类:
移动开发 时间:
2014-11-01 10:03:13
阅读次数:
183
Today I received the official confirmation letter with very good grade for the probation, it means that I will start my new career with Application De...
分类:
其他好文 时间:
2014-11-01 01:00:51
阅读次数:
244
WCF Security 主要包括 "Transfer Security"、"Access Control"、"Auditing" 几个部分。 1. Transfer SecurityTransfer Security 主要包括三个方面: "消息完整性(Message Integrity)"、"消息...
分类:
其他好文 时间:
2014-10-31 23:39:42
阅读次数:
315
解决方法:1. 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql"数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%"mysql-u root -pvmwaremysq...
分类:
数据库 时间:
2014-10-31 21:53:33
阅读次数:
253
编写response类: $code, 'message' => $message, 'data' => $data ); echo json_encode($result); ...
分类:
Web程序 时间:
2014-10-31 18:40:51
阅读次数:
337
pipeline-filter作为一种处理数据的模式,可以将应用的任务划分为几个自我完备的数据处理步骤,并连接到一个数据管道。本文介绍一种不太常见的pipeline-filter的变体——尾循环的pipeline-filter....
分类:
其他好文 时间:
2014-10-31 15:38:37
阅读次数:
291
procedure?TFrameEntry.aplctnvnts1Message(var?Msg:?tagMSG;?var?Handled:?Boolean);
var
??aWinControl:?TWinControl;
begin
??if?(Msg.message?=?WM_KEYDOWN)?or?(Msg.message?=?WM_KEYUP)...
分类:
其他好文 时间:
2014-10-31 13:58:00
阅读次数:
224