开发工具:Eclipse,三步1.新建一个项目2.把hbase安装下的lib的文件都拷贝进来3.把lib目录下jar文件都引入4.lib下的client-facing-thirdparty目录下的jar也都引入看图packagecom.yue;importorg.apache.hadoop.conf.Configuration;importorg.apache.hadoop.hbase.;impo
                            
                            
                                分类:
编程语言   时间:
2020-04-08 09:36:19   
                                阅读次数:
86
                             
                    
                        
                            
                            
                                效果如:logback.xml日志关键点:<?xmlversion="1.0"encoding="UTF-8"?><configuration><!--日志存放路径--><propertyname="log.path"value="./javademoe/logs"/><!--日志输出格式--><!--<propertynam
                            
                            
                                分类:
编程语言   时间:
2020-04-08 09:16:23   
                                阅读次数:
218
                             
                    
                        
                            
                            
                                    flutter踩坑01:下载包失败:Could not resolve all artifacts for configuration.... flutter在下载依赖失败或者flutter run运行的时候出现某个jar或者文件下载失败的时候,如下: 步骤1:更新项目的依赖 打开项目的 文件,将里 ...
                            
                            
                                分类:
其他好文   时间:
2020-04-07 20:54:01   
                                阅读次数:
465
                             
                    
                        
                            
                            
                                    1、首先安装django的插件 在快捷键或者左侧extensions商店里搜索django .安装第一个就行。看着用的人多哈哈 2、在你的项目工作目录,点击上面菜单的 ’运行‘ 找到“打开配置”进入launch.json文件 3、点击add configuration 添加配置项 ,点击python ...
                            
                            
                                分类:
其他好文   时间:
2020-04-07 15:46:34   
                                阅读次数:
184
                             
                    
                        
                            
                            
                                    ifconfig 不显示ip地址 ip addr 也不现实ip地址 ifup eth0 报错如下图【Connection Activation failed ip configuration could not be reserved】 ...
                            
                            
                                分类:
其他好文   时间:
2020-04-06 21:01:58   
                                阅读次数:
192
                             
                    
                        
                            
                            
                                    源程序: IO口定义: void GPIO_ConfiguraTIon(void) { GPIO_InitTypeDef GPIO_InitStructure; /* 第1步:打开GPIO和USART部件的时钟 */ RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPI ...
                            
                            
                                分类:
其他好文   时间:
2020-04-06 13:49:04   
                                阅读次数:
68
                             
                    
                        
                            
                            
                                    Ansible: Configuration、Command and Control 是什么 ? SSH-based configuration management, deployment, and task execution system 运维工具的分类: agent:基于专用的agent程序 ...
                            
                            
                                分类:
其他好文   时间:
2020-04-06 10:10:01   
                                阅读次数:
115
                             
                    
                        
                            
                            
                                    package com.syu.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.ViewCont ...
                            
                            
                                分类:
编程语言   时间:
2020-04-05 09:14:39   
                                阅读次数:
98
                             
                    
                        
                            
                            
                                    @RestController and @RequestMapping是springMVC的注解,不是springboot特有的 @RestController = @Controller+@ResponseBody @SpringBootApplication = @Configuration+@ ...
                            
                            
                                分类:
编程语言   时间:
2020-04-04 20:18:34   
                                阅读次数:
106
                             
                    
                        
                            
                            
                                    SpringBoot的主要的注解: @SpringBootApplication 是SpringBoot启动类上的注解。 也是springboot 最核心的注解,它是由三个注解组成的 @Configuration , @EnableAutoConfiguration , @ComponentScan ...
                            
                            
                                分类:
编程语言   时间:
2020-04-04 14:19:39   
                                阅读次数:
91