码迷,mamicode.com
首页 >  
搜索关键字:runtime    ( 5883个结果
java基础总结大纲(一)
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
Linux,CentOS,Windows,其他操作系统安装软件,一些命令查看版本信息
主要是一些安装的软件,以及查看命令,查看版本信息以及安装信息,第一行基本上是执行命令,其他是执行后展示内容 1、JDK $ java --version openjdk 14.0.1 2020-04-14 OpenJDK Runtime Environment AdoptOpenJDK (build ...
分类:Windows程序   时间:2020-07-15 23:16:00    阅读次数:85
mybaits-spring 源码阅读随笔(一)
mybaits-spring 源码阅读随笔(一) 1、@MapperScan @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented @Import(MapperScannerRegistrar.class) ...
分类:编程语言   时间:2020-07-15 22:47:13    阅读次数:65
Java SE基础2:Class类与反射
有时候我们需要在程序中创建新的对象,而这个对象的类型我们事先并不知道,也就是说要在运行中动态地获得类的信息和创建新的对象。下面介绍如何利用动态获取类信息。 ##Class类:保存和类有关的信息的类 需要了解的概念 RTTI(RunTime Type Information,运行时类型信息)能够在程序 ...
分类:编程语言   时间:2020-07-14 16:30:15    阅读次数:60
java线程学习
//线程池创建,线程池提交任务使用Callable int corePoolSize = 3; int maximumPoolSize = Runtime.getRuntime().availableProcessors() * 2; BlockingQueue<Runnable> queue = ...
分类:编程语言   时间:2020-07-14 16:20:51    阅读次数:63
How to Install Node.js and NPM on Mac OS
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
什么是System.Runtime.InteropServices.COMException 从COM方法调用返回无法识别的HRESULT时引发的异常。 继承关系 Object Exception SystemException ExternalException COMException 说明 公 ...
分类:其他好文   时间:2020-07-13 09:18:54    阅读次数:86
关于Vue警告
[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
Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (72)
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 ...
分类:Windows程序   时间:2020-07-12 14:32:16    阅读次数:84
springboot动吧项目 日志模块
1 项目简介 1.1 概述 动吧旅游生态系统,应市场高端用户需求,公司决定开发这样的一套旅游系统,此系统包含旅游电商系统(广告子系统,推荐子系统,评价子系统,商品子系统,订单子系统,…),旅游分销系统(分销商的管理),旅游业务系统(产品研发,计调服务,系统管理,..),,。。。 1.2 原型分析 基 ...
分类:编程语言   时间:2020-07-12 14:14:00    阅读次数:131
5883条   上一页 1 ... 13 14 15 16 17 ... 589 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!