- 博客(3)
- 资源 (8)
- 收藏
- 关注
原创 Java异步编程难题拆解技术文章大纲
Java异步编程的演进:从回调到协程的范式转变。云原生场景下的异步需求:Serverless与事件驱动架构的适配。
2025-06-20 21:44:36
756
原创 《紧急救援!Ubuntu崩溃修复大赛:技术挑战与实战指南》
Ubuntu系统常见崩溃场景概述(如内核 panic、GRUB 损坏、驱动冲突等)大赛目标:模拟真实崩溃环境,考验参赛者的快速诊断与修复能力活动规则与评分标准(修复速度、方案创新性、文档完整性)
2025-06-20 20:56:37
598
apk2java反编译工具最全版
Androidfby : 图形化反编译工具
apk2java : 命令行反编译工具
dex2jar-0.0.9.9 : 新版本
dex2jar-0.0.7 : 老版本
===================================================================
对有些反编译不成功的apk,请更新最新的apktool.jar、 dex2jar试试
apktool.jar下载: http://code.google.com/p/android-apktool/downloads/list
dex2jar下载: http://code.google.com/p/dex2jar/downloads/list
详细步骤,请见博客:
http://blog.youkuaiyun.com/sunboy_2050/article/details/6727581(Android APK反编译详解)
2014-03-21
Androidfby反编译工具
Android反编译工具 使用示例说明
====================================
Android反编译工具.exe
可以反编译example中的Jewels_Deluxe_V2-5.apk(成功)
但不能反编译example中的wsi_survey.apk(失败)
二者之间的差别是:
wsi_survey.apk签名,而Jewels_Deluxe_V2-5.apk未签名
====================================
但是 wsi_survey.apk 利用我先前写博客中的反编译方法,可以成功反编译
注:对有些反编译不成功的apk,请更新最新的apktool.jar、 dex2jar试试
apktool.jar下载: http://code.google.com/p/android-apktool/downloads/list
dex2jar下载: http://code.google.com/p/dex2jar/downloads/list
详细步骤,请见博客:
http://blog.youkuaiyun.com/sunboy_2050/article/details/6727581(Android APK反编译详解(附图)
2014-03-21
Json.NET 2.0
.net 2.0可以使用呀
Description:
The Json.NET library makes working with JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer. Json.NET's features include:
- Lightning fast JsonReader and JsonWriter
- The JsonSerializer for quickly converting your .NET objects to JSON and back again
- Json.NET can optionally produce well formatted, indented JSON for debugging or display
- Attributes like JsonIgnore and JsonProperty can be added to a class to customize how a class is serialized
- Ability to convert JSON to and from XML
2014-03-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅