自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 java 对网站静态资源文件的下载

public class Image { private static Map<String, String> config; static { if (null == config) { config = new HashMap<>(); } config.put("url", "h...

2019-11-13 11:39:02 518

原创 有史以来写过最长的sql

SELECT -- 单据类型 biz_so_out.biz_type, -- 单据日期 biz_so_out.biz_date, -- 单据号 biz_so_out.bill_no, -- 零售单据号 biz_so.bill_no as biz_so_bill_no, -- 品牌 biz_so_detail_01.brand_uuid, -- 商品名称 biz_so_de...

2018-10-16 20:01:21 945

转载 java实现金钱数字转大写

import java.math.BigDecimal;/** * 数字转换为汉语中人民币的大写&lt;br&gt; * */public class NumberToCN { /** * 汉语中数字大写 */ private static final String[] CN_UPPER_NUMBER = { "零", "壹", "贰", "叁"...

2018-07-18 15:40:32 1979 1

原创 Git常用命令

git clone  https://github.com/lxldemon/cartmallrest.git  下载项目git branch -a 查看远程分支git checkout -b [folder] 远程分支 切换远程分支https://github.com/lxldemon/cartmallrest.git...

2018-06-19 11:37:24 105

原创 springboot websocket后台主动推送消息

springboot,websocket,后台主动推送消息1.2.pom&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schema...

2018-06-11 17:17:57 4340

原创 JQ 倒计时插件

<%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%>">My JSP 'djs.jsp' starting page

2013-12-24 11:34:53 1323

转载 java操作excel

import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import

2013-09-18 13:57:27 626

原创 java 时间操作工具类

import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;public class Timemethod { // 根据年月获得天数 public static String getdays(int year, int month) { int days[] = { 31,

2013-09-18 13:53:34 676

原创 java 常用时间操作类,计算到期提醒,N年后,N月后的日期

package com.zjjerp.tool;import java.text.ParseException;import java.text.ParsePosition;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.Gregori

2013-09-18 13:51:09 5088

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除