2015年11月20日

Git使用- 基本命令

摘要: $ git config --global user.name "Your Name" 全局 name 设置 $ git config --global user.email "email@example.com" 全局 email 设置 $ pwd 查看当前路径 $ git init 初始化仓库 阅读全文

posted @ 2015-11-20 23:32 Bloom_1991 阅读(223) 评论(0) 推荐(0) 编辑

Jni 调试 : eclipse + Vs 联合调试

摘要: 摘要: 本文原创,转载请注明地址http://www.cnblogs.com/baokang/p/4982640.html1.在Eclipse 中,Java 类中链接库引用到vs的debug目录下例如:System.load("W:\\vsworkplace\\Jnidemo\\x64\\Debug... 阅读全文

posted @ 2015-11-20 23:26 Bloom_1991 阅读(2236) 评论(0) 推荐(0) 编辑

导航