安装 Gitlab CE 和 Gitlab Runner 若有现成环境,这一步可以忽略 用 Docker-Compose 进行安装 version: '3' #1 services: gitlab: image: gitlab/gitlab-ce:latest #2 container_name: ...
分类:
编程语言 时间:
2020-07-16 18:22:06
阅读次数:
69
java基础知识总结(一) 1.java准备 JVM(Java Virtual Machine): Java虚拟机,用于保证Java跨平台的特性; JRE(Java Runtime Environment):java运行环境,包括java+jvm的核心类库 JDK(Java Development ...
分类:
编程语言 时间:
2020-07-15 23:59:58
阅读次数:
94
主要是一些安装的软件,以及查看命令,查看版本信息以及安装信息,第一行基本上是执行命令,其他是执行后展示内容 1、JDK $ java --version openjdk 14.0.1 2020-04-14 OpenJDK Runtime Environment AdoptOpenJDK (build ...
mybaits-spring 源码阅读随笔(一) 1、@MapperScan @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented @Import(MapperScannerRegistrar.class) ...
分类:
编程语言 时间:
2020-07-15 22:47:13
阅读次数:
65
有时候我们需要在程序中创建新的对象,而这个对象的类型我们事先并不知道,也就是说要在运行中动态地获得类的信息和创建新的对象。下面介绍如何利用动态获取类信息。 ##Class类:保存和类有关的信息的类 需要了解的概念 RTTI(RunTime Type Information,运行时类型信息)能够在程序 ...
分类:
编程语言 时间:
2020-07-14 16:30:15
阅读次数:
60
//线程池创建,线程池提交任务使用Callable int corePoolSize = 3; int maximumPoolSize = Runtime.getRuntime().availableProcessors() * 2; BlockingQueue<Runnable> queue = ...
分类:
编程语言 时间:
2020-07-14 16:20:51
阅读次数:
63
Jun 29, 2018 - 16 Comments Node JS is the popular Javascript runtime environment that is widely used by many developers, and npm is the accompany pack ...
分类:
Web程序 时间:
2020-07-13 18:35:56
阅读次数:
84
什么是System.Runtime.InteropServices.COMException 从COM方法调用返回无法识别的HRESULT时引发的异常。 继承关系 Object Exception SystemException ExternalException COMException 说明 公 ...
分类:
其他好文 时间:
2020-07-13 09:18:54
阅读次数:
86
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render fun... ...
分类:
其他好文 时间:
2020-07-12 18:50:22
阅读次数:
74
94% asset optimization ERROR Failed to compile with 2 errors12:47:59 ├F10: PM┤ error in ./src/module/home/page/home.vue Module build failed: Error: No ...