- 授权协议: BSD-3.0
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/yanshuotang/cp-class
- 软件文档: https://github.com/yanshuotang/cp-class/blob/master/README.md
- 官方下载: https://github.com/yanshuotang/cp-class
软件介绍
关于cp-class
C语言实现的一个解析JAVA class字节码的库。
编译
进入项目根目录/cp-class
新建build目录。mkdir build
在build目录下执行CMAKE编译命令:cmake ..
然后在继续执行命令:make
项目即编译完成。
cp-class的静态库就生成了:"cp-class/build/src/cp_class"
示例
当完成上面的编译工作后,项目自带的实例的可执行文件也已经生成了。
你可以在"cp-class/build/src/example"目录下找到。
执行命令 ./example
注意,这时候如果报未找到class文件请编辑示例代码的class文件所在目录。
cp-class/src/exmple/main.c/main::ubuntu_path
jQuery
Earle Castledine、Craig Sharkie / SitePoint / 2010-02-28 / USD 39.95
jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready......一起来看看 《jQuery》 这本书的介绍吧!
