官网对于安装microstack的教程非常简单,似乎只是需要几个命令就可以完美解决问题。然而在安装过程中我出现了如下的问题: error: cannot perform the following tasks: Start snap “microstack” (216) services ([sta ...
                            
                            
                                分类:
其他好文   时间:
2021-03-30 13:19:48   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                一、问题现象 某客户反馈,一套系统晚上数据库报ORA-600后,DB down挂了,重启后业务正常,需要分析一下问题。 参考 http://www.killdb.com/2015/10/07/mapid%E6%BA%A2%E5%87%BA%E5%AF%BC%E8%87%B4oracle-rac-%E ...
                            
                            
                                分类:
其他好文   时间:
2021-03-26 15:26:20   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    前提: 原统计文档中条目以空格分隔或只有一列(为了方便awk筛选出某一个列) 1 #!/usr/bin/env python 2 # -*- coding:utf-8 -*- 3 import sys 4 import os 5 6 PRINTRED = "\033[1;31m" 7 PRINTGR ...
                            
                            
                                分类:
编程语言   时间:
2021-03-18 14:42:22   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    mysql命令行报错: 如下: mysql> use mysqlERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql' 解决方法: 打开my.ini(linux下时my.cnf)文件,在[mysqld ...
                            
                            
                                分类:
数据库   时间:
2021-03-18 14:24:12   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                File "/usr/bin/yum-config-manager", line 135 except yum.Errors.RepoError, e: ^SyntaxError: invalid syntax vim /usr/bin/yum-config-manager #!/usr/bin/p ...
                            
                            
                                分类:
其他好文   时间:
2021-03-18 14:10:14   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    能够看到是正则初始化编译时出现了错误,也就是split方法使用的正则写法出现了错误,因此上网找到了比较详细的写法。 故在使用split进行列转行时应该四个\ ...
                            
                            
                                分类:
其他好文   时间:
2021-03-18 14:07:12   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    error: C++ preprocessor "/lib/cpp" fails sanity check 问题的根源是缺少必要的C++库。如果是CentOS系统,运行,如下命令解决: yum install -y glibc-headers gcc-c++ Ubuntu系统中,运行命令: apt- ...
                            
                            
                                分类:
其他好文   时间:
2021-03-18 14:06:28   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.Build started 2021/3/17 0:22:07.Project "D: ...
                            
                            
                                分类:
编程语言   时间:
2021-03-17 15:05:07   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    备份 对于 服务器“WIN-XXXXX”失败。 (Microsoft.SqlServer.SmoExtended) 其他信息: System.Data.SqlClient.SqlError: 无法打开备份设备 'D:\beif.bak'。出现操作系统错误 5(拒绝访问。)。 (Microsoft.S ...
                            
                            
                                分类:
数据库   时间:
2021-03-17 14:43:21   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    简介: pip install pymssql==2.1.3 安装时报错如下: Running setup.py install for pymssql ... error ERROR: Command errored out with exit status 1: command: /python ...
                            
                            
                                分类:
数据库   时间:
2021-03-17 14:39:22   
                                阅读次数:
0