Timetool 顯示時間 如 2天前

2021-07-10 15:50:04 字數 1411 閱讀 4232

/**

* 獲取當前系統時間**/

public class timetool

stringbuffer sb = new stringbuffer();

long t = long.parselong(timestr);

long time = system.currenttimemillis() - (t*1000);

long mill = (long) math.ceil(time /1000);//秒前

long minute = (long) math.ceil(time/60/1000.0f);// 分鐘前

long hour = (long) math.ceil(time/60/60/1000.0f);// 小時

long day = (long) math.ceil(time/24/60/60/1000.0f);// 天前

//if (day - 1 > 0) else if (hour - 1 > 0) else

if (day - 1 > 0) else if (hour - 1 > 0) else

} else if (minute - 1 > 0) else

} else if (mill - 1 > 0) else

} else

return sb.tostring();

}public static string gettime()

public static int getyear()

public static long timetool(long day)

/*** 獲取當前時間

*/public static string getnowtime()

/*** 獲取當前時間戳

*/public static long getnowtime_long()

/*** 將時間轉戳換成字串

*/public static string trans_time(long time) 

catch (exception e)

}/**

*返回day天前的日期

*/public static string daybefor(long day)

/***時間轉換成時間戳

*/public static long  gettime(string user_time) catch (parseexception e)

return integer.parseint(re_time);

}/**

*時間轉換成時間戳

*/public static long  gettime1(string user_time) catch (parseexception e)

return integer.parseint(re_time);}}

時間如沙從手心溜過的一天 2020 7 13

時間時間時間時間。你怎麼就不見了呢?我坐在這裡在做什麼?我為什麼要坐在這裡呢?思考思考 為了夏令營的準備 為了將來有個好出路 為了生活!今天做了什麼呀?今天一白天在看水果識別,做的還可以,不錯,很滿意。傍晚和晚上咧,想看夏令營呢,看了,和趙老師聊了,感覺老師回答敷敷衍衍,或許真的很忙吧。加油加油加油...

coco2d x2 2 4 時間倒記時顯示

開發環境 coco2d x 2.2.4 直接上 標頭檔案中需要新增相應變數 gamelayer.h 檔案 using namespace cocos2d gamelayer布景類 class gamelayer public cocos2d cclayer 實現檔案中新增相應的方法 gamelaye...

b 樹時間複雜度 第2天 演算法複雜度

作為一名合格的計算機人員,無論是做開發還是研究演算法,乙個程式的演算法複雜度顯得尤為重要。因此,一般我們在大一的時候,無論在學哪門程式語言之前都會提到演算法的時間複雜度。但是均不會提的太深。但是作為一名從事計算機開發人員,我們應該深入了解時間複雜度是特別有必要的。接下來就給大家深入的分析一下時間複雜...