安装好wordpress后访问域名,没有弹出wordpress相关界面,而是下载一个文件。 <?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-heade ...
分类:
系统相关 时间:
2020-12-10 11:25:11
阅读次数:
11
使用ABP框架进行First Code时,出现错误如下: Your startup project 'HF.Template.Migrator' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is requi ...
分类:
其他好文 时间:
2020-12-02 12:00:53
阅读次数:
5
1 问题现象: // Column count doesn't match value count at row 5 在第5行不能匹配列值 2 问题原因: Insert into ssp values (1,10), (2,9), (3,8), (4,7), (5.6), (6,5), (7,4), ...
分类:
数据库 时间:
2020-11-16 13:13:54
阅读次数:
16
出现背景: android studio 连接华为荣耀6X手机(开启了usb调试和MIDI数据传输),adb调试安卓应用,avd没有发现真机,提示需要更新ADB Interface驱动 电脑设备管理->更新adb interface驱动,找不到合适的驱动,故借助360手机助手连接手机,安装合适的驱动 ...
分类:
数据库 时间:
2020-10-22 23:04:59
阅读次数:
35
使用django_damin后台时,数据库没有自动生成django_admin_log,需要单独迁移文件admin应用pythonmanage.pymakemigrationsadminpythonmanage.pymigrateadmin报错如下:err.raise_mysql_exception(self._data)File"/usr/local/python36/lib/python3.6
分类:
其他好文 时间:
2020-09-21 12:14:22
阅读次数:
56
主键字段报错doesn't have a default value (mybatis) 最近导师交给我一个项目,今天调试新功能的时候发现在执行数据库插入操作的时候,主键报错 补充说明一下,workorder_number做主键,char类型。 在控制台查看代码执行到插入语句的时候其对应的sql语句 ...
分类:
其他好文 时间:
2020-07-11 22:52:16
阅读次数:
89
一、简介 打开Spring官网http://spring.io 首页的中部,可以看到Spring Cloud的简介。 【原文】Building distributed systems doesn't need to be complex and error-prone(易错). Spring Clo ...
分类:
编程语言 时间:
2020-07-07 18:08:44
阅读次数:
108
1、刚加了数据表,没有字段名name,却报错IntegrityError: (1364, "Field 'name' doesn't have a default value") 解决:ALTER TABLE django_content_type MODIFY COLUMN name charac ...
分类:
其他好文 时间:
2020-07-07 13:23:58
阅读次数:
54
我在安装jd-GUI时,和很多人一样,遇到了打开时提示版本需要为JDK1.7的问题,网上很多人推荐下面的方法: 在jd-GUI.exe 的文件夹下shift + 右键 ,打开命令窗口, 输入 java -jar .\jd-gui.exe 但在偶电脑上doesn't work,所以就按提示的信息,缺啥 ...
分类:
其他好文 时间:
2020-07-05 23:07:30
阅读次数:
244
****************************************************************************** This perl implementation doesn't produce Unix like paths (with forward ...
分类:
其他好文 时间:
2020-06-30 09:14:47
阅读次数:
205