检查当前系统是否支持MPPE模块sudomodprobeppp-compress-18&&echoMPPEisok输出:MPPEisok,则说明内核支持MPPE模块,否则需升级内核到2.6.15以上版本安装PPTPsudoapt-getinstall-ypptpd配置/etc/pptpd.conf#(Recommended)localip192.168.0.251#填写本地服务器I
                            
                            
                                分类:
系统相关   时间:
2020-09-16 12:33:18   
                                阅读次数:
32
                             
                    
                        
                            
                            
                                
                    When you try to consume a standard C4C Web service from SoapUI, you may meet with this error message below: Authorization role missing for service XXX ...
                            
                            
                                分类:
Web程序   时间:
2020-09-08 20:47:48   
                                阅读次数:
51
                             
                    
                        
                            
                            
                                错误情况: go: missing Git command. See https://golang.org/s/gogetcmd package github.com/astaxie/beego: exec: “git”: executable file not found in %PATH% 解决 ...
                            
                            
                                分类:
Web程序   时间:
2020-08-18 14:08:26   
                                阅读次数:
104
                             
                    
                        
                            
                            
                                地址 https://leetcode-cn.com/problems/kth-missing-positive-number/ 给你一个 严格升序排列 的正整数数组 arr 和一个整数 k 。 请你找到这个数组里第 k 个缺失的正整数。 示例 1: 输入:arr = [2,3,4,7,11], k ...
                            
                            
                                分类:
其他好文   时间:
2020-08-09 19:10:05   
                                阅读次数:
80
                             
                    
                        
                            
                            
                                在创建Makefile文件后执行“make”命令出现错误: makefile:3: *** missing separator. Stop. 原因: gcc的前面需要用tab键来隔开,不能敲4个空格代替。 解决办法: 在~/.vimrc文件中添加: set tabstop=4 //设置tab键是4个 ...
                            
                            
                                分类:
其他好文   时间:
2020-08-02 23:35:38   
                                阅读次数:
86
                             
                    
                        
                            
                            
                                    npm run dev 报错:missing script:dev ...
                            
                            
                                分类:
其他好文   时间:
2020-07-27 23:54:56   
                                阅读次数:
76
                             
                    
                        
                            
                            
                                // item 为 chooseImage 返回的图片 path let buffer = wx.getFileSystemManager().readFileSync(item) wx.cloud.callFunction({ name:'printedTextOCR', data: { buff ...
                            
                            
                                分类:
微信   时间:
2020-07-26 00:56:32   
                                阅读次数:
103
                             
                    
                        
                            
                            
                                    https://stackoverflow.com/questions/32539285/pointer-is-missing-a-nullability-type-specifier To disable this warning across your entire project Go to  ...
                            
                            
                                分类:
其他好文   时间:
2020-07-24 16:21:59   
                                阅读次数:
78
                             
                    
                        
                            
                            
                                    题目来源:leetcode268 缺失数字 题目描述: 给定一个包含 0, 1, 2, ..., n 中 n 个数的序列,找出 0 .. n 中没有出现在序列中的那个数。 示例 1: 输入: [3,0,1] 输出: 2 示例 2: 输入: [9,6,4,2,3,5,7,0,1] 输出: 8 说明:  ...
                            
                            
                                分类:
其他好文   时间:
2020-07-23 16:04:59   
                                阅读次数:
78
                             
                    
                        
                            
                            
                                {"msg":"Could not marshal [ResultVo [code=100, result=null, message=ok, exception=null, data=null]]: null; nested exception is javax.xml.bind.MarshalException\n - with linked exception:\n[com.sun.istack.SAXException2: unable to marshal type \"com.domain.ResultVo\" as an element because it is missing an @XmlRootElement annotation]","errorcode":2}
                            
                            
                                分类:
其他好文   时间:
2020-07-20 11:05:43   
                                阅读次数:
87