- 博客(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
564
原创 有史以来写过最长的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
987
转载 java实现金钱数字转大写
import java.math.BigDecimal;/** * 数字转换为汉语中人民币的大写<br> * */public class NumberToCN { /** * 汉语中数字大写 */ private static final String[] CN_UPPER_NUMBER = { "零", "壹", "贰", "叁"...
2018-07-18 15:40:32
2024
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
136
原创 springboot websocket后台主动推送消息
springboot,websocket,后台主动推送消息1.2.pom<?xml version="1.0" encoding="UTF-8"?><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
4380
原创 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
1359
转载 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
658
原创 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
710
原创 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
5188
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人