摘要: 1 String orderDate = orderYM + "-" + (date_index + 1); 2 //判断日期orderDate合法,存在性 3 4 try { 5 SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd"); 6 format.setLenient(false); 7 ... 阅读全文
posted @ 2018-03-30 17:50 涂鸟少年 阅读(102) 评论(0) 推荐(0) 编辑
摘要: import java.util.Timer; import java.util.TimerTask; /** * Created by Administrator on 2018/3/30. */ class Yield extends Thread{ @Override public void run() { new Timer().schedule(n... 阅读全文
posted @ 2018-03-30 13:55 涂鸟少年 阅读(74) 评论(0) 推荐(0) 编辑
摘要: import java.util.Date; /** * Created by Administrator on 2018/3/30. */ public class Test { public static void main(String[] args) { System.out.println("强调自主练习"); new Date(); ... 阅读全文
posted @ 2018-03-30 11:15 涂鸟少年 阅读(88) 评论(0) 推荐(0) 编辑
摘要: using System; namespace helloworld{ class Hellworld{ public int key = 1; static void Main(String[] arg){ Console.WriteLine("大力出奇迹"); Console.WriteLine 阅读全文
posted @ 2018-03-30 10:47 涂鸟少年 阅读(62) 评论(0) 推荐(0) 编辑