MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. P ...
                            
                            
                                分类:
数据库   时间:
2020-03-07 09:14:54   
                                阅读次数:
87
                             
                    
                        
                            
                            
                                    适用于Excel 2010 xlsx/xlsm/xltx/xltm MS office 2010后的文件,都采用XML格式进行压缩,所以Openpyxl不能适用于2010前的Excel文件了。 操作非常简单,直接上手。 名称解释 名词 解释 备注 Excel文件 工作薄 xlsx,xlsm,xltx ...
                            
                            
                                分类:
其他好文   时间:
2020-03-06 01:33:36   
                                阅读次数:
217
                             
                    
                        
                            
                            
                                在激活其他环境时出现CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell错误解决方法: 因为我上一个环境没退出所以 再次进 ...
                            
                            
                                分类:
其他好文   时间:
2020-03-05 20:56:37   
                                阅读次数:
413
                             
                    
                        
                            
                            
                                Exception in thread "main" org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type [com.wangyang.demo.Person] is ...
                            
                            
                                分类:
其他好文   时间:
2020-03-01 21:48:37   
                                阅读次数:
60
                             
                    
                        
                            
                            
                                这是组件内报错,将Type类型改为[Number, String]即可 props: { count: { type: Number, default: 0 }, } 改为 props: { count: { type: [Number, String], default: 0 }, } ...
                            
                            
                                分类:
移动开发   时间:
2020-03-01 10:28:20   
                                阅读次数:
168
                             
                    
                        
                            
                            
                                ### 报错/ERROR: ```opendr/contexts/OSMesa/include/GL/glext.h:5794:21: note: expected ‘const GLchar ** {aka const char **}’ but argument is of type ‘char ...
                            
                            
                                分类:
编程语言   时间:
2020-02-27 23:28:09   
                                阅读次数:
301
                             
                    
                        
                            
                            
                                    React报错: 报错原因List.Item的Item写成了item,小写的i ...
                            
                            
                                分类:
其他好文   时间:
2020-02-27 01:15:53   
                                阅读次数:
140
                             
                    
                        
                            
                            
                                copy from :http://gityuan.com/2016/02/20/android-system-server-2/ 基于Android 6.0的源码剖析, 分析Android启动过程的system_server进程 frameworks/base/services/java/com/ ...
                            
                            
                                分类:
移动开发   时间:
2020-02-26 21:12:59   
                                阅读次数:
112
                             
                    
                        
                            
                            
                                    错误: root@debian:/home/zh# dpkg -i mysql-apt-config_0.8.15-1_all.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'star ...
                            
                            
                                分类:
其他好文   时间:
2020-02-24 13:15:13   
                                阅读次数:
196
                             
                    
                        
                            
                            
                                一开始按照网上的很多解决办法是: 启动类头部声明@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}),但是这样会排除掉我自己的数据库配置, 检查了很多地方都没发现问题在哪里,最后自己猜想不论怎么修改applicati ...
                            
                            
                                分类:
编程语言   时间:
2020-02-22 09:39:09   
                                阅读次数:
114