会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
↑
↓
爱跳舞的程序员
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
32
下一页
2020年11月6日
ccs样式2
摘要: @charset "utf-8"; /* CSS Document */ /* *用途:表格模板CSS */ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,big,del,em,font,img,strong,sub,sup,tt,va
阅读全文
posted @ 2020-11-06 11:59 爱跳舞的程序员
阅读(80)
评论(0)
推荐(0)
2020年11月5日
jdbcTemplate个人小结
摘要: JdbcTemplate简介 Spring对数据库的操作在jdbc上面做了深层次的封装,使用spring的注入功能,可以把DataSource注册到JdbcTemplate之中。 JdbcTemplate位于spring-jdbc-4.3.0.RELASE.jar中。其全限定命名为org.sprin
阅读全文
posted @ 2020-11-05 11:20 爱跳舞的程序员
阅读(140)
评论(0)
推荐(0)
2020年11月4日
util之sql拼接工具
摘要: import java.text.SimpleDateFormat; import java.util.Date; /** * @Author crd * @Date 2020-11-4 下午5:52:35 * @Version 1.0 业务说明:主要用于oracle拼接sql,handleNull
阅读全文
posted @ 2020-11-04 17:59 爱跳舞的程序员
阅读(355)
评论(0)
推荐(0)
2020年10月29日
util之文件编码转码
摘要: 将GBK编码的文件转为UTF-8编码的文件 配合使用:下载的压缩包解压为文件然后解码 /** * 把GBK文件转为UTF-8 * 两个参数值可以为同一个路径 * @param srcFileName 源文件 * @param destFileName 目标文件 * @throws IOExcepti
阅读全文
posted @ 2020-10-29 15:23 爱跳舞的程序员
阅读(126)
评论(0)
推荐(0)
util之解压ZIP工具类
摘要: package com.***.tools; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import j
阅读全文
posted @ 2020-10-29 15:19 爱跳舞的程序员
阅读(178)
评论(0)
推荐(0)
util之下载文件工具类
摘要: /** * 下载url的文件到指定文件路径里面,如果文件父文件夹不存在则自动创建 * url 下载的http地址 * path 文件存储地址 * return 如果文件大小大于2k则返回true */ public static boolean downloadCreateDir(String ur
阅读全文
posted @ 2020-10-29 15:16 爱跳舞的程序员
阅读(138)
评论(0)
推荐(0)
util之精度计算工具类
摘要: package com.xxx.util; import java.io.Serializable; import java.math.BigDecimal; import java.math.RoundingMode; /** * @ClassName: DoubleTool * @Descrip
阅读全文
posted @ 2020-10-29 15:12 爱跳舞的程序员
阅读(127)
评论(0)
推荐(0)
util之日期工具类
摘要: package com.xxx.core.util; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList
阅读全文
posted @ 2020-10-29 15:08 爱跳舞的程序员
阅读(93)
评论(0)
推荐(0)
util之Json工具类
摘要: package org.smart4j.framework.util; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; imp
阅读全文
posted @ 2020-10-29 15:07 爱跳舞的程序员
阅读(294)
评论(0)
推荐(0)
util之编码工具类
摘要: public class CodecUtil { private static final Logger LOGGER = LoggerFactory.getLogger(CodecUtil.class); /** * 将URL编码 */ public static String encodeURL
阅读全文
posted @ 2020-10-29 15:05 爱跳舞的程序员
阅读(115)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
32
下一页
公告