摘要:
目录一、问题原因分析二、解决方案解决方案1解决方案2 错误信息 Error running BossApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath 阅读全文
摘要:
public class TimeTest { public static void main(String[] args) throws ParseException { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); Date 阅读全文
摘要:
import java.text.DecimalFormat; //Double类型元的钱转成int类型的分 public class MoneyTest { public static void main(String[] args) { //只做统计用,不能用于货币的精准计算 Double mo 阅读全文