gavanwanggw

导航

2017年5月11日 #

java.lang.IllegalArgumentException: sheetName '' is invalid

摘要: 1、错误描写叙述java.lang.IllegalArgumentException: sheetName '' is invalid - character count MUST be greater than or equal to 1 and less than or equal to 31 阅读全文

posted @ 2017-05-11 21:32 gavanwanggw 阅读(1045) 评论(0) 推荐(0) 编辑

EXCEL单元格的获取——多例模式

摘要: 因为Excel的单元格的行列与单元格是一一相应的,行与列组成的是一对联合主键。给定一个单元格行列或者给定一个单元格名称。须要找到相应的单元格;这样就形成了一种映射关系。须要使用单例模式的变式——多例模式,进行实现。 多例模式的核心是用一个HashMap<K,V>来实现这样的映射关系。V明显是目标单元 阅读全文

posted @ 2017-05-11 20:36 gavanwanggw 阅读(315) 评论(0) 推荐(0) 编辑

iOS UI03_LTView

摘要: // // LTView.h // OC03_LTView // // Created by dllo on 15/7/31. // Copyright (c) 2015年 dllo. All rights reserved. // #import <UIKit/UIKit.h> @interfac 阅读全文

posted @ 2017-05-11 20:35 gavanwanggw 阅读(103) 评论(0) 推荐(0) 编辑