摘要:
Google Protocol Buffer(protobuf)是一种高效且格式可扩展的编码结构化数据的方法。和JSON不同,protobuf支持混合二进制数据,它还有先进的和可扩展的模式支持。protobuf已在大多数软件平台上实现,包括适用于Android的精简Java版。http://deve... 阅读全文
摘要:
Dalvik指令集.class public LCalculate;#定义类名.super Ljava/lang/Object;#定义父类.method public static main([Ljava/lang/String;)V#申明静态main()方法,L表示这是一个类.registers ... 阅读全文