java获取时间戳
package com.ycy.test; import java.text.SimpleDateFormat; import java.util.Date; public class ItemsController { public static void main(String[] args) { SimpleDateFormat df = new SimpleDateFormat("yyyyMMddHHmmsss");//设置日期格式 String date = df.format(new Date()).toString();// new Date()为获取当前系统时间,也可使用当前时间戳 } }
人要耐得住寂寞,才能守得住繁华。人生最痛苦的就是拿不起放不下,不属于自己的快乐,及时放手也许是一种解脱,生活中没有谁对谁错,只有适不适合。当发现很多已经改变,更要面对的是事实。