Fork me on GitHub
摘要: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { exit(); return false; } return super.... 阅读全文
posted @ 2016-09-01 19:58 森林森 阅读(358) 评论(0) 推荐(0) 编辑
摘要: package com.liu.hellomavenweb.util; import java.security.MessageDigest; /** * * @author 刘楠 * */ public class MD5 { private static final char[] hexDigits = new char[]{'0', '1', '2', '3', '4... 阅读全文
posted @ 2016-09-01 13:48 森林森 阅读(1270) 评论(0) 推荐(1) 编辑