摘要:
转自:@指尖挡不住流年public static void main(String[] args) { BigDecimal b=new BigDecimal("112"); BigDecimal a=new BigDecimal("1.12").multiply(new BigDecimal(10 阅读全文
posted @ 2021-01-25 18:02
风骚羊肉串
阅读(835)
评论(0)
推荐(0)
摘要:
输入psvm然后ctrl+j: public static void main(String[] args) {}输入:sout System.out.println(); 阅读全文
posted @ 2021-01-25 17:39
风骚羊肉串
阅读(439)
评论(0)
推荐(0)
摘要:
Map<String, String> map = new HashMap<String, String>();map.put("xiaocui1", "gongchen");map.put("xiaocui2", "daima");map.put("xiaocui3", "xuexi");map. 阅读全文
posted @ 2021-01-25 17:35
风骚羊肉串
阅读(405)
评论(0)
推荐(0)
摘要:
import Java.util.ArrayList;import java.util.List;public class strSplit { public static void main(String args[]) { List<String> listTest1 = new ArrayLi 阅读全文
posted @ 2021-01-25 17:32
风骚羊肉串
阅读(476)
评论(0)
推荐(0)
摘要:
cal1.add(Calendar.DAY_OF_MONTH,1); cal1.add(Calendar.DAY_OF_YEAR,1); cal1.add(Calendar.DATE,1); 就单纯的add操作结果都一样,因为都是将日期+1就没有区别说是在月的日期中加1还是年的日期中加1但是Cale 阅读全文
posted @ 2021-01-25 14:48
风骚羊肉串
阅读(670)
评论(0)
推荐(0)

浙公网安备 33010602011771号