首页>代码>java学生会管理信息系统,活动发布,报名等>/学生会/CommodityMIS/src/edu/gdut/imis/commodity/util/StringUtils.java
package edu.gdut.imis.commodity.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;
	}
	
}
最近下载更多
世间哪有真情在 2023年10月14日
暂无贡献等级
841146628  LV4 2023年6月12日
tomhuang  LV1 2023年3月31日
763602934  LV2 2023年3月8日
不足挂齿  LV2 2023年2月1日
poipoiiop  LV8 2023年1月3日
2517786374  LV4 2022年11月28日
小丶无奈  LV10 2022年6月16日
17683946472  LV9 2022年5月14日
309681  LV5 2022年5月11日
最近浏览更多
krispeng  LV13 9月22日
TY0165  LV20 6月22日
sunlea  LV20 5月12日
1941549176  LV4 4月29日
WBelong  LV8 3月29日
NC26ZX 2月15日
暂无贡献等级
1195146710  LV4 1月16日
asddwh  LV13 2023年12月26日
qq22183138 2023年11月2日
暂无贡献等级
morelian 2023年10月20日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友