摘要: 第一步 创建一个没有界面的广播接收者 继承AppWidgetProviderpublic class MyWidget extends AppWidgetProvider { @Override public void onReceive(Context context, Intent intent... 阅读全文
posted @ 2015-12-09 23:14 黑土白云 阅读(226) 评论(0) 推荐(0)
摘要: public class ExcelUtil { /** * 导出用户的所有列表到excel * @param userList 用户列表 * @param outputStream 输出流 */ public static void exportUserExcel(List userLis... 阅读全文
posted @ 2015-12-09 14:18 黑土白云 阅读(271) 评论(0) 推荐(0)
摘要: public class TestPOI2Excel { @Test public void testWrite03Excel() throws Exception { //1、创建工作簿 HSSFWorkbook workbook = new HSSFWorkbook(); //2、创建工作... 阅读全文
posted @ 2015-12-09 13:55 黑土白云 阅读(213) 评论(0) 推荐(0)