關於時間的相關基礎收集

2021-07-09 09:41:57 字數 1087 閱讀 1071

public class timeutil 

/*** 獲取指定時間的日期:

** @param time 2016-01-11 09:43:12 格式

* @return

*/public static string getdate(string time) catch (parseexception e)

return "";

}/**

* 獲取英文格式的日期:

** @param date

* @return

*/public static string getengdate(string date)

return builder.tostring();

} catch (parseexception e)

return "";

}/**

* 將指定日期進行偏移,獲取偏移後的日期:

** @param date 要偏移的日期,需是"2016-01-11"格式

* @param offset 偏移的值,可正可負

* @return

*/public static string getpreviousdate(string date, int offset) catch (parseexception e)

return "";

}/**

* 獲得日期中的日

** @param date

* @return

*/public static string getday(string date) catch (parseexception e)

return "";

}/**

* 月份和年

** @param date

* @return

*/public static string getmonthandyear(string date)

return builder.tostring();

} catch (parseexception e)

return "";

}}

收集SQL函式 時間相關

時間函式1 where datediff month,資料庫時間字段,輸入的2009 05 01 0 取出2009年5月所有記錄 2 where convert varchar,sendtime,120 like 2007 12 30 convert nvarchar 10 count time,1...

關於openstack 網路相關的文章收集

journalctl工具基礎介紹 你需要這個的.新版devstack使用systemd的方式來管理openstack各項服務,所以查詢日誌的方式也有所不同 檢視特定的服務日誌 sudo journalctl f unit devstack n cpu.service 檢視多個服務的日誌 sudo j...

關於秒相關的時間

原創 關於比秒更小的時間單位,cpu 時鐘週期用什麼度量,佛曰 一剎那 是多長時間呢。名稱英文 大小頻率備註秒 second s 11hz 毫秒millisecond ms 1 0 310 10 3 1khz 微秒microsecond s 1 0 610 10 6 1mhz 納秒nanosecon...