install

  1. remember not check install campass when install mongodb msi, avoid download campass from website with low speed
  2. add the bin path to system “ENV path”

Run

  1. net start mongodb
  2. net stop mongodb
  3. if want access from network
    1. set

ide

nosqlbooster

pymongo time

  1. # if need now time
  2. # should use utc time
  3. nowtime = datetime.datetime.utcnow()
  4. # set time
  5. datetime.datetime(year,month,day,hour,minute,seconds)

https://blog.csdn.net/u012206617/article/details/95218624