来自英语课的一个练习: next up I'd like to welcome Joshua to ten he's from the ANU College of Medicine biology and the environment and the title of his three-min ...
分类:
其他好文 时间:
2018-10-03 00:37:23
阅读次数:
320
参考: "Write math and make a box with alltt environment" LaTex Verbatim 环境下使用数学符号 在 Verbatim 环境下使用数学符号,需要借助额外的宏包, 。例如: \documentclass{article} \usepacka ...
分类:
其他好文 时间:
2018-10-02 20:16:59
阅读次数:
287
JVM(Java Virtual Machine):源文件 编译器 字节码文件 解释器 程序; JDK:Java Development Kit,Java开发工具包; JRE:Java Runtime Environment,Java运行时环境; Java是一种强类型语言,即它所存储的数据都是有类型 ...
分类:
编程语言 时间:
2018-10-01 16:06:36
阅读次数:
179
Visual Studio在2010版本后推出了点击项目管理器预览文件的功能,但是对于配置不咋地的旧电脑总是觉得有点卡,下面是解决方案。英文版方法:Tools->Options->Environment->Tabs and Windows->Preview Tab->勾掉Single-click o ...
分类:
其他好文 时间:
2018-09-28 20:32:51
阅读次数:
752
-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment variable and mvn script match问题处理 ...
分类:
其他好文 时间:
2018-09-28 14:35:57
阅读次数:
173
什么是WindowsPE Windows Preinstallation Environment(Windows PE),Windows预引导环境,是带有有限服务的最小Win32子系统,基于以保护模式运行的Windows XP Professional及以上内核。它包括运行Windows安装程序及脚 ...
Description: Given a 32-bit signed integer, reverse digits of an integer. Note: Assume we are dealing with an environment which could only store integ ...
分类:
其他好文 时间:
2018-09-27 01:37:06
阅读次数:
162
1. Using Python Virtual Environment to install new softwares without root right. Please try to use Python virtualenv to setup and manage Python enviro ...
分类:
编程语言 时间:
2018-09-25 12:47:13
阅读次数:
213
JDK(Java Development Kit)是针对Java开发员的产品,是整个Java的核心,包括了Java运行环境JRE、Java工具和Java基础类库。Java Runtime Environment(JRE)是运行JAVA程序所必须的环境的集合,包含JVM标准实现及Java核心类库。JV ...
分类:
其他好文 时间:
2018-09-25 10:46:03
阅读次数:
85
1 获取当前路径 System.getProperty("user.dir") System.getProperty()参数大全# java.version Java Runtime Environment version # java.vendor Java Runtime Environment ...
分类:
编程语言 时间:
2018-09-24 17:03:54
阅读次数:
159