归档
正在加载今日诗词...
08
19
json导出为excel json导出为excel
json导出为excelpackage com.util; import jxl.CellView; import jxl.Workbook; import jxl.format.*; import jxl.write.Label; im
2019-08-19
19
log4j使用介绍 log4j使用介绍
log4j使用介绍日志是应用软件中不可缺少的部分,Apache的开源项目Log4j是一个功能强大的日志组件,提供方便的日志记录。以下是个人经验,具体请参考Log4j文档指南。 Log4j下载在apache网站:http://logging.
2019-08-19
19
log4j错误 log4j错误
log4j错误log4j:ERROR log4j called after unloading, see http://logging.apache.org/log4j/1.2/faq.html#unload. java.lang.Ille
2019-08-19
19
okhttp3检测url okhttp3检测url
okhttp3检测urlimport okhttp3.FormBody; import okhttp3.OkHttpClient; import okhttp3.Request; import okhttp3.Response; impor
2019-08-19
19
19
slf4j介绍 slf4j介绍
slf4j介绍slf4j全称是:simple logging facade for java,可以理解为简单日记门面。准确的说,slf4j并不是一种具体的日志系统,而是一个用户日志系统的facade,它允许用户在部署最终应用时方便的变更其日
2019-08-19
19
19
19
spring文件上传 spring文件上传
spring文件上传package com.util; import org.springframework.web.multipart.MultipartFile; import org.springframework.web.mult
2019-08-19
19
spring文件下载 spring文件下载
spring文件下载package com.util; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; im
2019-08-19
19
table表头固定 table表头固定
table表头固定方式一<style> table tbody { display:block; height: 600px;/* 需要固定高度 */ overflow-y:au
2019-08-19
19
table表格嵌套边框合并问题 table表格嵌套边框合并问题
table表格嵌套边框合并问题外层table与内层table嵌套,内外表格都需边框时,设置“border=1”,但边框会重复,造成某些地方边框粗,有些地方边框细的问题。 解决办法: 外表格样式: <table border="1" c
2019-08-19
16 / 20