随笔分类 -  乱七八糟的代码

随便记录一下
摘要:1 package com.alipay.net; 2 3 /** 4 * Created by xianyu.hxy on 2015/6/9. 5 */ 6 7 import android.content.Context; 8 import android.conten... 阅读全文
posted @ 2015-06-09 17:26 xianyu.hxy 阅读(845) 评论(0) 推荐(0)
摘要:1 //1.创建文件夹 2 //import java.io.*; 3 File myFolderPath = new File(str1); 4 try { 5 if (!myFolderPath.exists()) { 6 ... 阅读全文
posted @ 2015-06-09 15:15 xianyu.hxy 阅读(194) 评论(0) 推荐(0)
摘要:1 PacInfo pacInfo=new PacInfo(); 2 ArrayList appInfos=pacInfo.Get(SysInfoService.this); 3 StringBuffe... 阅读全文
posted @ 2015-06-08 19:13 xianyu.hxy 阅读(551) 评论(0) 推荐(0)