python gui 2019年7月15日uckendoPythonpython gui, tkinter 项目地址:https://github.com/blueseashore/pygui_crawl # codi Read More
tensorflow基础 2019年7月3日uckendoPython, tensorflow 定义 TensorFlow 表达了高层次的机器学习计算,大幅简化了第一代系统,并且具备更好的灵活性和可延展性. Read More
django QuerySet对象转json 2019年5月16日uckendoPython 查询多个数据时 categories = WpTerms.objects.all().values() dat Read More
django manage.py 相关命令 2019年5月14日uckendoPython shell> python manage.py makemigrations shell> python ma Read More
django从零开始搭建API后台 2019年5月14日uckendoPython # 安装DJANGO shell> pip install django==2.2 # 初始化项目,项目 Read More
django数据表生成 2019年5月10日uckendoPython 正向生成 在项目里配置好数据库连接 在项目对应的应用里编辑models.py,然后执行下面的命令 shell& Read More
Python Bug:NameError: name ‘reload’ is not defined 2019年5月10日uckendoPython Python 3.6 django 2.0.0 django-xadmin NameError: name & Read More