1. Cannot determine embedded database driver class for database type NONE @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) 2. \ta ...
                            
                            
                                分类:
其他好文   时间:
2021-03-01 13:58:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                webpack + vuecli多页面打包基于(vue-template-admin)修改 遇见的问题TypeError: Cannot read property ‘tap’ of undefined 先看项目目录结构 :关于项目的修改及改造 再项目完事的时候会发布的 如果你也遇见这个问题的话 这 ...
                            
                            
                                分类:
Web程序   时间:
2021-03-01 13:24:10   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    关于webpack配置服务webpack-dev-server的报错问题:Error: Cannot find module 'webpack-cli/bin/config-yargs' 安装本地服务步骤: 1、安装 loader:npm install webpack-dev-server --s ...
                            
                            
                                分类:
Web程序   时间:
2021-03-01 13:11:48   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、本质 硬链接:本质是同一个文件 软链接:本质还是同一个文件 [root@CentOS8 data]# ln a.txt test/b.txt [root@CentOS8 data]# ll -i a.txt test/b.txt 131 -rw-r--r--. 2 root root 0 Feb ...
                            
                            
                                分类:
其他好文   时间:
2021-02-26 12:56:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                [root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c,  ...
                            
                            
                                分类:
其他好文   时间:
2021-02-26 12:54:25   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                错误原因:这里就是说,分组这一列里面,包含了非字符串的内容,比如数字。因为 .str.contains 的使用就要求这个字段必须是字符串,不能掺杂数字的。 解决方案: # 包含对应关系的所有行 data_ych_pid = self.database[self.database[column_nam ...
                            
                            
                                分类:
其他好文   时间:
2021-02-24 13:25:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                无法连接raw.githubusercontent.com curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 打开网站 https://www.ipaddress.com/ 查询 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-23 14:23:50   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                import sqlite3 class SqliteUtil(): def __init__(self, file): # 连接到 SQlite数据库 # 数据库文件是 api_test.s3db,不存在,则自动创建 self.conn = sqlite3.connect('api_test.s3 ...
                            
                            
                                分类:
数据库   时间:
2021-02-23 14:22:09   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    原因:未开启mysql服务器 手动开启:windows下启动cmd,在命令行下输入services.msc命令,打开服务程序,找到mysql程序,手动启动 命令行开启:net start mysql 服务名称被修改过,导致命令行无法开启 ...
                            
                            
                                分类:
数据库   时间:
2021-02-20 11:56:03   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    报错信息:[Vue warn]: Error in v-on handler: “TypeError: Cannot read property ‘0’ of null” 在使用DatePicker日期选择器选择日期范围的时候,会用到一个属性clearable。这个属性是Boolean变量,用于决定 ...
                            
                            
                                分类:
其他好文   时间:
2021-02-19 13:22:30   
                                阅读次数:
0