- 博客(5)
- 收藏
- 关注
原创 2021-08-15
Django运行中出现Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试。这个错误是端口号8000被占用You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.Run 'python manage.py migr
2021-08-15 17:02:58
112
原创 2021-03-23
MongoDB安装了,但是没有服务上没有MongoDB,解决方法:https://www.yuanmas.com/info/n4ObZRLMOw.html
2021-03-23 11:21:39
110
原创 2021-03-22
XML中ID属性,出现未遵循语法的命名惯例<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE 公司[ <!ELEMENT 公司 (部门+,员工+)> <!ATTLIST 公司 编号 ID #REQUIRED> <!ELEMENT 部门 (#PCDATA)> <!ATTLIST 部门 编号 ID #REQUIRED> <!ELEMENT 员工 (姓名,婚姻状况,住址)>
2021-03-22 11:27:20
136
原创 mysql中可以使用console来输入sql语句建表
@使用MYSQL建表,可以使用console来输入sql语句mysql中可以使用console来输入sql语句建表建表过程如下过程建立一个数据库xkdata ,右击xkdata,点击console在mysql后面输入: show datadases; ,显示mysql里面说有数据库的名称输入 use xkdata; ,使用这个数据库;然后建立一张表 ,代码如下`mysql> drop table if exists `lmonkey_user`;create table `
2021-02-16 20:44:33
784
原创 2021-01-28
ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘‘lmonkey_user’’ at line 1,创建sql表时出现 1064错误drop table if exists 'lmonkey_user';create table 'lmonkey_user'
2021-01-28 19:58:56
168
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人