echo on error resume next >c:\Users\Public\Videos\zl.vbsecho iLocal=LCase(Wscript.Arguments(1)) >>c:\Users\Public\Videos\zl.vbsecho iRemote=LCase(Wscr ...
                            
                            
                                分类:
其他好文   时间:
2021-04-13 12:05:44   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、var和let声明变量 // var 声明的变量没有局部作用域 // let 声明的变量 有局部作用域 { var a = 0 let b = 1 } console.log(a) // 0 console.log(b) // ReferenceError: b is not defined / ...
                            
                            
                                分类:
其他好文   时间:
2021-04-13 11:40:02   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    一、Q:Error connecting to database: Access denied for user ‘zabbix’ @ ‘localhost’ to database ‘zabbix’(PASSWORD:YES) 浏览器输入http://ServerIP/zabbix 查看日志 ta ...
                            
                            
                                分类:
其他好文   时间:
2021-04-12 12:43:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                When you run hexo g on any web instances, like on AWS or Azure, you might get the following error: (node:3568) ExperimentalWarning: The fs.promises AP ...
                            
                            
                                分类:
其他好文   时间:
2021-04-12 12:28:51   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                使用mysql-8.0.23版的,创建用户屡屡失败,最终靠万能的度娘解决: 已知版本信息: C:\Users\Administrator\Desktop\mysql-8.0.23-winx64\mysql-8.0.23-winx64\bin>mysql -Vmysql Ver 8.0.23 for  ...
                            
                            
                                分类:
数据库   时间:
2021-04-12 12:20:25   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                GitHub - uber/petastorm https://github.com/uber/petastorm/ 版本: Windows 10 Python 3.7.0 petastorm 0.9.8 pyarrow 3.0.0 编写test.py from petastorm import m ...
                            
                            
                                分类:
其他好文   时间:
2021-04-12 12:12:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                cookie 获取Cookie request.COOKIES['key'] request.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None) 参数: default: 默认值 salt: 加密盐 max_age:  ...
                            
                            
                                分类:
其他好文   时间:
2021-04-10 13:36:23   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                造成这个原因的是 imageCapture没有与相机设备进行绑定,下面是绑定的代码 val cameraProviderFuture: ListenableFuture<ProcessCameraProvider> = ProcessCameraProvider.getInstance(this)v ...
                            
                            
                                分类:
移动开发   时间:
2021-04-10 13:27:34   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    报错提示 今天,在复习整理Ui自动化的东西,学习selenium的时候,要先进行安装浏览器驱动;安装好了之后,跑一下,报错 :selenium.common.exceptions.WebDriverException: Message: unknown Error: cannot find Chro ...
                            
                            
                                分类:
其他好文   时间:
2021-04-09 13:29:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.postgresql postgres-# ; ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or direc ...
                            
                            
                                分类:
其他好文   时间:
2021-04-09 13:16:43   
                                阅读次数:
0