今天。
遇到乙個特2的問題。
用calendar.getinstance()取得的時間總是錯的。
比當前系統時間差了8小時。
於是我就使勁的google啊。。。
找到一些解決辦法。
但都是配置jdk或容器的。
我這個人嘛就是一點。懶,當然了。主要是嫌麻煩,我寫個怎麼配置,發布到客戶那人家還整半天整不好。最好就在程式裡控制了。
最後忘了從哪找來一解決辦法,希望沒侵權。
calendar.getinstance(timezone.gettimezone("gmt+08:00"));
取得東8區的時間。。哇哈哈。。這麼好。當然用了。。
Java Calendar獲取時間的月和日 周
calendar cal calendar.getinstance 當前年 int year cal.get calendar.year 當前月 int month cal.get calendar.month 1 當前月的第幾天 即當前日 int day of month cal.get cale...
pymongo取資料時丟失時區
python版本是3.4,在mongo儲存的時間是北京時間,取出來後丟失了時區,成了標準時間。由於缺少時區,所以首先獲取當前當地時間和標準時間,兩個時間相減,最後加上取出來的時間,就得到當地時間了。如下 def utc2local utc st now stamp time.time local t...
NCrawler爬取中文網頁時亂碼問題的解決方法
查詢原因,發現在ncrawler.htmlprocessor專案下htmldocumentprocessor.cs中的process 方法使用htmldoc.detectencoding reader 進行頁面編碼檢測,出現中文亂碼情況。改用httpwebresponse中返回的characters...