实验七 文件(Last one) p.s最后一个实验居然是最坎坷的一个实验,怎么说呢,用的MacOS,一直在担心文件操作不能做,刚做的时候不断报错,上网查了半天,打开了路径开关,变成fail to find。心如死灰,选择到机房在Windows系统下做实验,结果结果,不知道是不习惯系统还是操作的问题 ...
                            
                            
                                分类:
其他好文   时间:
2020-12-30 11:10:04   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    ESP8266WiFiSTA库:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/esp8266wifista/ ESP8266WiFiAP库:ht ...
                            
                            
                                分类:
其他好文   时间:
2020-12-29 12:04:27   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    type annotation 类型注解 let count: number; count = 1; type inference 类型推断 const one = 1; const two = 2; const three = one + two; const person = { name: " ...
                            
                            
                                分类:
其他好文   时间:
2020-12-29 11:26:26   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                Given an array of non-negative integers nums, you are initially positioned at the first index of the array. Each element in the array represents your  ...
                            
                            
                                分类:
其他好文   时间:
2020-12-29 11:18:24   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    package LeetCode_562 /** * 562. Longest Line of Consecutive One in Matrix * (Prime) *Given a 01 matrix M, find the longest line of consecutive one in  ...
                            
                            
                                分类:
其他好文   时间:
2020-12-28 11:58:19   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    前言 .env文件是httprunner项目创建时,自带的一个文件,这个文件的主要功能就是将一些大量引用的数据进行参数化处理,比如host,比如登录账号,比如常用的身份id 正文 .env文件的编写 如下图所示,.env文件的编写其实非常简单,只是简单的键名=键值;但是需要注意的是,不要有空行!!! ...
                            
                            
                                分类:
Web程序   时间:
2020-12-28 11:56:03   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    https://blog.csdn.net/shichen2010/article/details/105022321?utm_medium=distribute.pc_relevant.none-task-blog-baidujs_title-2&spm=1001.2101.3001.4242 ...
                            
                            
                                分类:
其他好文   时间:
2020-12-28 11:33:07   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall  ...
                            
                            
                                分类:
数据库   时间:
2020-12-28 11:32:23   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    在使用element-ui导入表格时提示此报错是因为还差一个el-table-column组件,导入此组件即可 ...
                            
                            
                                分类:
其他好文   时间:
2020-12-28 11:20:11   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    假设我们有一个springboot项目,使用Maven构建的。当我们使用git clone xxx.git将项目clone到本地之后,我们怎么打开项目? 打开idea,新建empty project ,然后import from desk ? 太麻烦了。通过配置快捷命令,可以使用idea pom.x ...
                            
                            
                                分类:
其他好文   时间:
2020-12-28 11:04:55   
                                阅读次数:
0