
平时作业
文章平均质量分 76
代码之间
路漫漫其修远矣,上下求索
展开
-
Diff lcs
In computing, diffis a file comparison utility that outputs the differences between twofiles. It is typically used to show the changes between a file and a formerversion of the same file. Diff displ原创 2014-04-10 00:31:39 · 1441 阅读 · 1 评论 -
BBS Party
题目:In every summer there are students graduating from school. Alot of graduating studentswould like to hosttheir parties to say good-bye to their classmates and friends. This kind of activity isca原创 2014-04-10 00:24:51 · 689 阅读 · 0 评论 -
apktool的使用
APKTOOL的使用APKTool是GOOGLE提供的APK编译工具,需要JAVA运行环境,推荐使用JDK1.6或者JDK1.7。如果你想对APK文件进行修改,那么就不可避免的要使用到APKTool。一.APKTOOL使用环境配置1.安装JAVA并设置环境变量。下载安装都很简单,关键是安装完后还需要亲自设置环境变量以方便其他程序能够条用JAVA。以WIN原创 2015-03-28 13:08:20 · 826 阅读 · 0 评论