码迷,mamicode.com
首页 >  
搜索关键字:unknown column    ( 8656个结果
MySQL 错误记录:Data too long for column 'xxx' at row 1
Content 字段是 text 类型(Text是6万多)改成了 longtext 就OK了 ALTER TABLE `Article` CHANGE `Content` `Content` LONGTEXT NULL ...
分类:数据库   时间:2020-06-15 17:49:38    阅读次数:56
kernel reported iSCSI connection 1:0 error (1022-Invalid or unknown error code) state (3)
简而言之,内存不够了。 https://serverfault.com/questions/828839/kernel-reported-iscsi-connection-10-error-1022-invalid-or-unknown-error-code I got a couple of re ...
分类:其他好文   时间:2020-06-15 11:56:54    阅读次数:130
Seaborn基础画图实例
import warnings warnings.filterwarnings('ignore') import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns Matplot ...
分类:其他好文   时间:2020-06-15 11:52:10    阅读次数:60
BUUCTF-[极客大挑战 2019]BabySQL(联合注入绕过waf)+[极客大挑战 2019]LoveSQL(联合注入)
####BUUCTF-[极客大挑战 2019]BabySQL(联合注入绕过waf) 记一道联合注入的题,这道题存在过滤。 经过手工的测试,网站会检验用户名和密码是否都存在,如果在用户名处插入注入语句,语句后面跟的注符会将密码注释掉,检测不到密码会报错Input your username and p ...
分类:数据库   时间:2020-06-13 23:38:20    阅读次数:113
Caused by: java.sql.SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'c.id'
Caused by: java.sql.SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'c.id' which is ... ...
分类:数据库   时间:2020-06-13 16:01:22    阅读次数:325
dataguard宕机重启后,MRP进程起不来,报ORA-01111(10g)或者ORA-01274(11g)错
问题背景:客户dataguard宕机重启后,MRP进程因缺少数据文件起不来,报错如下ORA-01111: name for data file 19 is unknown - rename to correct file 问题解决 1> 检查dataguard,sid已经正常启动,尝试启动MRP进程 ...
分类:系统相关   时间:2020-06-13 10:58:11    阅读次数:86
h2使用
# http://localhost:8080/h2-console spring.datasource.url=jdbc:h2:mem:testdb spring.datasource.driverClassName=org.h2.Driver #进行该配置后,每次启动程序,程序都会运行resou ...
分类:其他好文   时间:2020-06-13 10:40:23    阅读次数:88
dataguard宕机重启后,MRP进程起不来,报ORA-01111(10g)或者ORA-01274(11g)错
问题背景:客户dataguard宕机重启后,MRP进程因缺少数据文件起不来,报错如下ORA-01111: name for data file 19 is unknown - rename to correct file 问题解决 1> 检查dataguard,sid已经正常启动,尝试启动MRP进程 ...
分类:系统相关   时间:2020-06-13 10:38:06    阅读次数:77
[LeetCode]1084. 销售分析III(Mysql,having+聚合函数)
###题目 Table: Product + + + | Column Name | Type | + + + | product_id | int | | product_name | varchar | | unit_price | int | + + + product_id 是这个表的主键 ...
分类:数据库   时间:2020-06-13 00:24:06    阅读次数:75
Docker-Compose初体验
欢迎关注【无量测试之道】公众号,回复【领取资源】,Python编程学习资源干货、Python+Appium框架APP的UI自动化、Python+Selenium框架Web的UI自动化、Python+Unittest框架API自动化、 资源和代码 免费送啦~文章下方有公众号二维码,可直接微信扫一扫关注 ...
分类:其他好文   时间:2020-06-12 20:32:39    阅读次数:76
8656条   上一页 1 ... 36 37 38 39 40 ... 866 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!