摘要:
指定jdk 的版本: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreemen 阅读全文
该文被密码保护。 阅读全文
摘要:
SimpleDateFormat担当重任,怎样格式化都行 import java.util.Date; import java.text.SimpleDateFormat; public class Demo { public static void main(String[] args) { Date now=new Date(); SimpleDateFormat f=newSi... 阅读全文
该文被密码保护。 阅读全文