Could not find a package configuration file provided by "Vpp" with any of the following names: VppConfig.cmake vpp-config.cmake Add the installation p ...
                            
                            
                                分类:
其他好文   时间:
2020-04-26 19:13:37   
                                阅读次数:
107
                             
                         
                    
                        
                            
                            
                                1. 查看自己账户下的 .bashrc 内容是不是正常 一般为: # .bashrc # Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfi # Uncomment the following line if yo ...
                            
                            
                                分类:
其他好文   时间:
2020-04-24 16:02:51   
                                阅读次数:
106
                             
                         
                    
                        
                            
                            
                                    原文:wpf开源控件MahApps.Metro wpf开源控件MahApps.Metro 安装# 您可以通过NuGet GUI(右键单击您的项目,单击Manage NuGet Packages,选择Online并搜索MahApps.Metro)或使用Package Manager控制台安装MahAp... ...
                            
                            
                                分类:
移动开发   时间:
2020-04-24 13:07:23   
                                阅读次数:
89
                             
                         
                    
                        
                            
                            
                                    Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is symmet ...
                            
                            
                                分类:
其他好文   时间:
2020-04-22 09:28:17   
                                阅读次数:
63
                             
                         
                    
                        
                            
                            
                                    从前序与中序遍历序列构造二叉树。题意是给一个二叉树的前序遍历和中序遍历,请根据这两个遍历,把树构造出来。例子, For example, given preorder = [3,9,20,15,7] inorder = [9,3,15,20,7] Return the following binar ...
                            
                            
                                分类:
其他好文   时间:
2020-04-21 13:31:31   
                                阅读次数:
65
                             
                         
                    
                        
                            
                            
                                    当使用 git pull 拉取代码时发生冲突报错: error: Your local changes to the following files would be overwritten by merge: xxx/xxx.php Please commit your changes or st ...
                            
                            
                         
                    
                        
                            
                            
                                    尝试了好多方法,最终选择推荐以下这种方法 方法原理: 修改 /etc/sudoers 文件,添加我们普通用户名,即可获得我们的root用户权限 在root 下 vim /etc/sudoers ## Allow root to run any commands anywhere root ALL=( ...
                            
                            
                                分类:
系统相关   时间:
2020-04-17 16:10:13   
                                阅读次数:
149
                             
                         
                    
                        
                            
                            
                                oracle dataguard配置说明系统环境 rh linux 6.3oracle 11g物理备库和逻辑备库 物理备库:physical standby, 备库与主数据库完全一样的备份(数据为物理块到块的复制),数据库的表和索引都相同,物理结构是相同的。基于RMAN实现,传输和直接应用redo  ...
                            
                            
                                分类:
数据库   时间:
2020-04-17 09:48:49   
                                阅读次数:
100
                             
                         
                    
                        
                            
                            
                                    Given two arrays of integers nums and index. Your task is to create target array under the following rules: Initially target array is empty. From left ...
                            
                            
                                分类:
其他好文   时间:
2020-04-15 09:17:23   
                                阅读次数:
60
                             
                         
                    
                        
                            
                            
                                    Look-and-say sequence is a sequence of integers as the following: D, D1, D111, D113, D11231, D112213111, ... where D is in [0, 9] except 1. The (n+1)s ...
                            
                            
                                分类:
其他好文   时间:
2020-04-15 00:24:16   
                                阅读次数:
63