在MySQL中删除一张表或一条数据的时候,出现[Err] 1451 -Cannot deleteorupdatea parent row:aforeignkeyconstraintfails (...)这是因为MySQL中设置了foreign key关联,造成无法更新或删除数据。可以通过设置FORE ...
分类:
数据库 时间:
2020-03-26 17:48:11
阅读次数:
98
直接复制一段代码,过后再看下具体运用的技术。 import com.example.tsfunproj.entity.*; import com.example.tsfunproj.service.*; import org.springframework.beans.factory.annotat ...
分类:
编程语言 时间:
2020-03-26 15:18:38
阅读次数:
81
安装 nextcloud 的时候选择的是 mysql ,在链接 mysql 的时候报错,信息如下: 搜索了下应该是 MySQL 8默认使用了新的密码验证插件:caching_sha2_password ,而有些 PHP 版本不支持这个问题造成的 解决办法: 修改登录用户的 plugin 为 mysq ...
分类:
数据库 时间:
2020-03-26 14:01:46
阅读次数:
92
There is a problem when I login into Ubuntu in GUI, it always loop in the GUI login. I searched in internet, there are lots of solutions, but only bel ...
分类:
系统相关 时间:
2020-03-26 10:50:56
阅读次数:
94
if($_SERVER['REQUEST_METHOD'] == 'OPTIONS'){ header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Headers: Origin, X-Requested-With,... ...
分类:
Web程序 时间:
2020-03-26 01:29:28
阅读次数:
319
使用oligo软件包处理芯片数据原创金子哦 最后发布于2017-03-27 18:15:10 阅读数 11376 收藏展开本博客介绍过 Affy芯片的处理方法 ,其中所使用的软件包有一定的局限性,无法读取和分析一些新版Affy芯片。本文介绍oligo软件包的处理方法以解决这些问题。oligo软件包并 ...
分类:
其他好文 时间:
2020-03-25 19:19:45
阅读次数:
91
/usr/bin/ld: cannot find -lxxx 的解决办法 1. 如果没有安装,直接安装即可。 sudo apt-get install libxxx-dev 2. 将库文件所在路径添加到gcc的搜索路径 使用以下命令查询gcc能否搜寻到指定的库文件: gcc -lhdf5 --ver ...
分类:
其他好文 时间:
2020-03-25 13:16:59
阅读次数:
72
用记事本或者其他什么文本编辑器,打开项目的.csproj文件,定位到<WebProjectProperties>,把关于IIS的配置<DevelopmentServerPort>、<DevelopmentServerVPath>、<IISUrl>属性都清空,<AutoAssignPort>为True ...
分类:
其他好文 时间:
2020-03-25 00:52:04
阅读次数:
94
错误信息:程序包无效。详细信息:“Cannot load extension with file or directory name . Filenames starting with "" are reserved for use by the system.”。 1、找到Chrome安装程序路径 ...
分类:
其他好文 时间:
2020-03-24 18:49:46
阅读次数:
908
连接的错误无非几点:身份验证失败、没有权限访问、用户不存在(目前遇到) 关于身份验证失败: Client does not support authentication protocol requested by server; consider upgrading MySQL client; 上方 ...
分类:
数据库 时间:
2020-03-24 15:51:13
阅读次数:
90