- 博客(5)
- 收藏
- 关注
原创 私人日常使用工具
比较时间js: var myDate = new Date(); myDate.getFullYear(); //获取完整的年份(4位,1970-????) myDate.getMonth(); //获取当前月份(0-11,0代表1月) myDate.getDate(); //获取当前日(1-31) var start = ...
2018-04-20 15:28:05 189
原创 apache poi Excel导入
package com.nbsoft.platform.business.webapp.service.impl;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.text.DecimalFormat;import java.text.SimpleDateFormat;...
2018-04-09 15:13:24 184
原创 apache poi导出Excel表格
package com.nbsoft.platform.core.util;import java.io.File;import java.io.FileOutputStream;import java.io.OutputStream;import java.lang.reflect.Method;import java.text.SimpleDateFormat;import java.util...
2018-04-09 14:59:47 135
原创 Ngrok 搭建日志
NGROK_DOMAIN="ngrok.changpeibing.top"openssl genrsa -out rootCA.key 2048openssl req -x509 -new -nodes -key rootCA.key -subj "/CN=$NGROK_DOMAIN" -days 5000 -out rootCA.pemopenssl genrsa -out device.key...
2018-03-30 14:24:49 813
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人