启动mysql报错:ERROR!TheserverquitwithoutupdatingPIDfile(/data/mysql/localhost.localdomain.pid),查看mysql.log发现报错信息:[ERROR]Fatalerror:Can‘topenandlockprivilegetables:Table‘mysql.host‘doesn‘te
分类:
数据库 时间:
2018-04-09 11:14:24
阅读次数:
160
题目描述 Description Given nn non-negative integers, please find the least non-negative integer that doesn’t occur in the nn numbers. Input The first line ...
分类:
编程语言 时间:
2018-04-08 19:51:03
阅读次数:
204
添加: ProgrammingError: (1146, "Table 'test.app_name_testmodel' doesn't exist") 解决: 1. 创建更改的文件python manage.py makemigrations 2. 将生成的py文件应用到数据库 python m ...
分类:
数据库 时间:
2018-04-06 15:19:53
阅读次数:
828
1、问题: 写了个注册页面,在本地服务器没有报错,上传到空间之后出现了这个问题。 字面上来看是某个字段没有设置默认值。 根据提示找到这条sql语句 `integral` varchar(225) NOT NULL ,这里只设置了非空,并没有设置默认值,可以设置默认值来排除错误在后面加上 DEFAUL ...
分类:
数据库 时间:
2018-04-03 14:29:52
阅读次数:
168
在hibernate.cfg.xml配置了<property name="hibernate.hbm2ddl.auto">update</property>自动创建表,但是项目启动会报 table doesn't exists 可能原因是主键策略设置的是native 而类里的id类型是String ...
分类:
Web程序 时间:
2018-04-03 12:58:36
阅读次数:
204
Linux环境下MySQL报Table 'xxx' doesn't exist错误解决方法 问题:程序报Table 'xxx' doesn't exist 的错误,但是查看数据库发现该表已经存在且字母也没有拼错。 原因:Linux 上的mysql 默认是区分大小写导致的。 解决:改动mysql的配置 ...
分类:
数据库 时间:
2018-03-31 00:50:21
阅读次数:
213
一、硬盘分区 | Hard disk add new partition1、显示硬盘及所属分区情况。在终端窗口中输入如下命令:sudo fdisk -l显示当前的硬盘及所属分区的情况。如下图所示:系统提示:DIsk /dev/sdb doesn't contain a valid partition table。2、对硬盘进行分区。在终端窗口中输入如下命令:sudo&n
分类:
系统相关 时间:
2018-03-29 12:00:31
阅读次数:
216
Receive without conceit, release without struggle. 接受时,不狂妄;放手时,不犹豫。 How to understand this quote? Doesn't it mean that when we are given some gifts fr ...
分类:
其他好文 时间:
2018-03-28 10:27:19
阅读次数:
136
1、题目描述 Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: s = "leetcode" re ...
分类:
其他好文 时间:
2018-03-27 20:52:58
阅读次数:
179
gitcommit代码时提示:Warning:Yourconsolefontprobablydoesn‘tsupportUnicode.Ifyouexperiencetrangecharactersintheoutput,considerswitchingtoaTrueTypefontsuchasucidaConsole!ideagitcommit不支持中文-m.依次执行以下命令:中括号里可选gi
分类:
其他好文 时间:
2018-03-27 18:45:10
阅读次数:
149