package com.nd.util;

import java.sql.Timestamp;
import java.util.Date;

public class StringUtils {

	public static boolean isEmpty(String str){
		if("".equals(str) || str == null){
			return true;
		}
		
		return false;
	}
	public static boolean isEmpty(Integer str){
		if("".equals(str) || str == null){
			return true; 
		}
		
		return false;
	}
	public static boolean isEmpty(Timestamp str){
		if("".equals(str) || str == null){
			return true;
		}
		
		return false;
	}
	public static boolean isEmpty(java.sql.Date str){
		if("".equals(str) || str == null){
			return true;
		}
		
		return false;
	}
	public static boolean isEmpty(java.util.Date str){
		if("".equals(str) || str == null){
			return true;
		}
		
		return false;
	}
	@SuppressWarnings("unused")
	public static void main(String[] args){
		Double countsize = 30000.23;
		Double zhi=(Double) (countsize/20000.22);
		int ye = (int) Math.ceil(zhi);
		System.out.println(zhi.intValue());
		
	}
	
	public static String uuid(){
		Date now = new Date();
		
		Date begin = DateUtils.formDate("2013-01-01", "yyyy-MM-dd");
		
		long time = now.getTime() - begin.getTime();
		
		String uuid = String.valueOf(time).substring(0, 11);
		
		return uuid;
	}
	
}
最近下载更多
15719908287  LV9 5月30日
sdfddd  LV4 5月16日
FF加菲猫  LV4 2月13日
liuchang183  LV5 2023年12月12日
dj931127  LV4 2023年11月22日
ewan007  LV30 2023年4月7日
neuifgvf  LV2 2023年3月19日
SecretLj  LV3 2023年2月27日
忧麦紫  LV18 2023年2月24日
ningningnn  LV3 2023年2月23日
最近浏览更多
krispeng  LV13 9月6日
848732002 8月27日
暂无贡献等级
sfzmn_0812 8月12日
暂无贡献等级
123456cjj  LV1 6月2日
15719908287  LV9 5月30日
sdfddd  LV4 5月16日
yimrrrrr 4月17日
暂无贡献等级
silences_ftjh  LV10 3月22日
gggg1111 3月16日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友