
JAVA
未知探索
因为你认为你行,所以你行
展开
-
以读取XML方式的大批量导入Excel
以读取XML方式的导入Excel原创 2014-08-07 14:58:05 · 2050 阅读 · 0 评论 -
A fatal error has been detected by the Java Runtime Enviro
Myeclipse中启动一个项目(项目过大、架构不合理,加载其他项目都正常)会报如下错误: An unrecoverable stack overflow has occurred. # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_STACK_OVERFLOW (0x...原创 2014-08-07 16:37:00 · 713 阅读 · 0 评论 -
把下划线式变量转换成驼峰式变量
package com.ways.app.dpca.utils; public class TestTransform { public static void main(String[] args) { String s = "manf,"+ "brand,"+ "car_series,"+ "old_version_code,...原创 2014-08-11 10:03:42 · 1149 阅读 · 0 评论 -
POI单元格数据类型匹配
[code="java"] /** * 设置单元格值 * @param wb * @param cell * @param sale */ public static void setBodyCellValue(HSSFWorkbook wb,HSSFCell cell,String sale){ CellStyle style = cell.get...原创 2014-03-27 20:09:22 · 408 阅读 · 0 评论 -
net.sf.json.JSONException: JSON does not allow non-finite numbers
报错内容: [code="java"]org.springframework.web.util.NestedServletException: Request processing failed; nested exception is net.sf.json.JSONException: JSON does not allow non-finite numbers at org.sprin...原创 2013-10-22 11:17:52 · 1117 阅读 · 0 评论