MongoDB 使用筆記

2021-06-21 22:16:32 字數 282 閱讀 9716

install service

add到資料庫的datetime在資料庫顯示的utc時區

查了一下,在屬性上  加上這句 [bsondatetimeoptions(kind = datetimekind.local)] 沒效果,還是在前台轉吧

convert.todatetime(***).tolocaltime().tostring("yyyy-mm-dd hh:mm") 

mongodb資料庫鏈結字串也坑爹,被mongoclient  mongoclientsettings坑了半天。

mongodb使用筆記,增加 刪除 分頁查詢

由於在專案中使用mongodb時,資料庫已經被安裝成功,所以在這塊不講怎麼安裝mongodb資料庫 一 在配置檔案中填入mongodb的配置資訊 spring data mongodb 資料庫位址 host localhost 資料庫埠 port 27017 資料庫登陸名 username mode...

Vim 使用筆記

set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...

xemacs使用筆記

xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...