摘要:
--查询为列的原始代码SELECT 1 AS num, t.id, t.company_shorthand AS CountryCode FROM qhyscm.tab_base_company t WHERE t.company_type = '1' AND t.company_shorthand 阅读全文
摘要:
获取指定配置文件信息utils import java.util.HashMap; import java.util.Map; import java.util.ResourceBundle; public class RemoteConfigUtil { private static Map<St 阅读全文
摘要:
httpClientUtils import org.apache.http.HttpEntity; import org.apache.http.NameValuePair; import org.apache.http.client.ClientProtocolException; import 阅读全文
摘要:
文件压缩上传utils import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io 阅读全文
摘要:
文件操作相关utils import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.Inp 阅读全文
摘要:
读取excel工具utils import org.apache.commons.fileupload.FileItem; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; import com.hz.common 阅读全文
摘要:
下载EXCEL文件Utils import jxl.*; import jxl.biff.DisplayFormat; import jxl.format.Alignment; import jxl.format.BoldStyle; import jxl.format.Border; import 阅读全文
摘要:
日期操作utils import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.Grego 阅读全文
摘要:
常用的utils import org.apache.commons.lang3.ArrayUtils; import org.apache.commons.lang3.StringUtils; import java.io.File; import java.io.IOException; imp 阅读全文
摘要:
坐标系转换Utils: import static java.lang.StrictMath.abs; import static java.lang.StrictMath.atan2; import static java.lang.StrictMath.cos; import static ja 阅读全文