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
需要被监控的微服务工程pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId></dependency>yml中 manag ...
分类:
其他好文 时间:
2020-04-04 20:19:37
阅读次数:
67
@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
1、修改pom.xml配置 <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> ...
分类:
移动开发 时间:
2020-04-04 09:50:54
阅读次数:
65