摘要: public class TestBean extends BaseBean { private int id; private String name; public int getId() { return id; } public void setId(int id) { this.id = 阅读全文
posted @ 2016-10-09 17:01 蹭饭熊 阅读(1676) 评论(0) 推荐(0)
摘要: import android.content.Context; import android.os.Handler; import android.os.Message; import android.widget.TextView; /** * Description:验证码 * User: lxs */ public class VerificationCode { pri... 阅读全文
posted @ 2016-09-18 12:49 蹭饭熊 阅读(248) 评论(0) 推荐(0)
摘要: import java.util.List;import java.util.Map;import java.util.Set;import com.alibaba.fastjson.JSON;import android.annotation.SuppressLint;import android 阅读全文
posted @ 2016-09-09 11:57 蹭饭熊 阅读(1265) 评论(0) 推荐(0)
摘要: 下载git安装 ->https://git-scm.com/downloads 新建git目录 在目录下右键选择Git Bash Here 执行 git init 拷贝项目到git目录下 在git里生成公钥文件 ssh-keygen -t rsa -C 你的github所用的邮箱 直接回车里面有生成 阅读全文
posted @ 2016-07-29 15:15 蹭饭熊 阅读(381) 评论(0) 推荐(0)
摘要: import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.PrintWriter; public class MakeXml { private fi 阅读全文
posted @ 2016-06-23 15:44 蹭饭熊 阅读(167) 评论(0) 推荐(0)
摘要: File->Settings->Editor->File and Code Templates-> Templates->class Includes->File Header /** * Description:(用一句话描述该文件做什么) * User: ${USER}* Date: ${YEA 阅读全文
posted @ 2016-06-21 16:56 蹭饭熊 阅读(323) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-06-14 15:40 蹭饭熊 阅读(263) 评论(0) 推荐(0)
摘要: @ 对应 @ : 对应 :   对应 空格   对应 空格 ! 对应 ! "... 阅读全文
posted @ 2015-09-16 10:37 蹭饭熊 阅读(1117) 评论(0) 推荐(0)
摘要: //远程图片public void httpBtnOnClick(View view) { //网络图片URL String path = "http://p4.so.qhimg.com/t0102672bd8a6bd290e.jpg"; imageView.setImageURI... 阅读全文
posted @ 2015-08-29 17:35 蹭饭熊 阅读(400) 评论(0) 推荐(0)
摘要: 首选在build.gradle文件中配置查看NDK路径然后在gradle.properties文件中配置ndk.path=C\:\\Users\\lixishuang\\AppData\\Local\\Android\\sdk\\android-ndk-r10c(参照上图)在Android Stud... 阅读全文
posted @ 2015-08-29 16:24 蹭饭熊 阅读(867) 评论(0) 推荐(0)