摘要:
在mongodb安装目录./mongouse test_dbdb.auth("test_name","test_pwd") ——数据库用户名/密码db.getCollection("表名").find()Ormongo 远程主机ip或DNS:MongoDB端口号/数据库名 -u user -p pa 阅读全文
摘要:
调试环境:系统:window7 64 软件:pycharm 版本:2016.2.3 在使用本版本的pycharm时,进行unittest的时候,出现如下提示的错误提示: RuntimeWarning: Parent module ‘YOUR_MODULE_HERE’ not found while 阅读全文
摘要:
from django.db.models import F, Q, Max, Min, Avg, Count from django.http import HttpResponse from django.shortcuts import render, redirect from polls. 阅读全文