1、build.gradle中引入组件compile("org.springframework.cloud:spring-cloud-starter-config:2.1.1.RELEASE")compile("org.springframework.cloud:spring-cloud-starter-openfeign:2.1.3.RELEASE")2、
分类:
编程语言 时间:
2020-03-12 15:54:58
阅读次数:
160
1.vue ui为什么没有 问:新项目在创建过程中 老师使用了vue ui命令 为什么我的没有出来 答:命令需要vue-cli 3版本以上 运行 npm install -g @vue/cli ? vue ui//运行成功 2.安装mysql 安装mysql 这里 打开phpStudy 解压vue_ ...
分类:
其他好文 时间:
2020-03-11 11:14:05
阅读次数:
148
最近在导购项目中增加了两个模块,common,job. 原先的admin,web还有job引用了common包。其中common包的pom.xml如下 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache ...
分类:
其他好文 时间:
2020-03-11 11:10:03
阅读次数:
53
JVM字节码 前面我们通过tomcat本身的参数以及jvm的参数对tomcat做了优化,其实要想将应用程序跑的更快、效率更高,除了对tomcat容器以及jvm优化外,应用程序代码本身如果写的效率不高的,那么也是不行的,所以,对于程序本身的优化也就很重要了。 对于程序本身的优化,可以借鉴很多前辈们的经 ...
分类:
其他好文 时间:
2020-03-10 20:15:46
阅读次数:
72
1、简介 是一个项目管理工具。 2、命令 #创建项目 mvn archetype:generate#安装jar包 mvn install #查看项目结构 tree #编译,会自动在target目录中生成class文件 mvn clean compile #单元测试 mvn clean test #项 ...
分类:
其他好文 时间:
2020-03-08 15:58:53
阅读次数:
55
Redis工具类依赖 <dependency> <groupId>com.dyuproject.protostuff</groupId> <artifactId>protostuff-api</artifactId> <version>1.0.8</version> <scope>compile</ ...
分类:
其他好文 时间:
2020-03-06 17:44:13
阅读次数:
58
来自 stackoverflow find_program(CCACHE_PROGRAM ccache) if (CCACHE_PROGRAM) set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}") endif ( ...
分类:
系统相关 时间:
2020-03-06 14:56:30
阅读次数:
207
1,spring boot工程引入jar包 compile 'org.springframework.boot:spring-boot-starter-actuator' compile 'io.micrometer:micrometer-core:1.3.5' compile 'io.microm ...
分类:
编程语言 时间:
2020-03-06 10:59:42
阅读次数:
66
一台计算机上同时安装了python2.7和python3.7。 现在为python2.7安装numpy包。 失败:error: Unable to find vcvarsall.bat 下载安装 Microsoft Visual C++ Compiler for Python 2.7 https:/ ...
分类:
编程语言 时间:
2020-03-02 18:55:50
阅读次数:
58
kernel 2.6.35.7向S5PV210移植kernelS5PV210移植 kernel 2.6.35.7向S5PV210移植 ARCH和CROSS_COMPILE配置 不详述,改就对了。 错误1 未出现Uncompressing Linux... done, booting the kern... ...
分类:
其他好文 时间:
2020-02-28 22:37:25
阅读次数:
88