Installation of JDK1.8 for Linux

This is the most basic, but it is always checked and checked. First, Download jdk8 Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html Two. Log on to Linux and switch to root users. [cjh@localhost ~]$ su root Password: Three, set up Java installation directory in usr directory. [root@localhost local]# cd /usr/local [root@localhost local]# mkdir java Four, cut the compressed packet to the Java directory and decompress it. mv jdk-8u162-linux-x64.tar.gz java tar -zxvf jdk-8u162-linux-x64.tar.gz Get a folder jdk1.8.0_162 Five, edit configuration files, configur...

DriverStudio. some records

  1、(Virtual Machine XP) Programming goes in here: C: Program Files Compuware Driver Studio Tools SetDDKGo SetDKGo SetDKGo.exe 2、Function directory (virtual machine XP)  2.1、KFilterDevice::PassThrough(…)   C:\Program Files\Compuware\DriverStudio\DriverWorks\source\kfilter.cpp   C:\Program Files\Compuware\DriverStudio\DriverWorks\source\kfilter.h  2.2、VOID KNdisTrace::Trace(PCHAR FormatString, …)   C:\Program Files\Compuware\DriverStudio\DriverNetworks\include\KNdisTrace.h   C:\Program Files\Compuware\DriverStudio\DriverNetworks\source\KNdisTrace.cpp ...

[original] experience in microcosmic application of caching of distributed system (1) [design details]

  Microcosmic application experience of caching of distributed system (1) [basic details]    Preface   In recent months, I have been busy with trifles, and I haven’t had much leisure in recent years. Busy in the fall of 2018 has entered, have to sigh that time is always like a white space, do not know what has been harvested and what has been lost. Recently, I took a break and bought two books which are not related to technology. One of them is Yann.Martel wrote The High Mountains of Portugal, and found that reading this book requires some patience, a deep metaphor of life, and...

Centos7.4 configuring virtual environment

environment Centos7.4 Python3.7 download pip isntall virtualenv create environment virtualenv environment_name # for example: virtualenv venv1 This step may remind you when creating a virtual environment. -bash: virtualenv: No command found This shows that virtualenv is not added to the environment variables. There are two solutions. ·Specify the Python interpreter to use this virtualenv to create a virtual environment. python -m virtualenv venv1 # Specify the interpreter of Python. So what version of the interpreter you use, which version of the interpreter you create the virtual envi...

day01

2018September 1st 06:10:27 A day’s plan is in the morning. Always have the habit of getting up early, because can enjoy a quiet time, let want to do things do not seem so urgent! There is always a habit of getting up early, because enjoying breakfast and eating is a very happy thing. On this first day of school, after two years of graduation, I joined the profession of programmer, just as I started school. Perhaps it should have been earlier, but in the past his various persistence is too heavy, completely unable to calm down to do their own thing. I got something yesterday, and I wante...

Webpack plug-in

Plug-in unit plugins:[ new ExtractTextPlugin.extrct({ }) //Create HTMLNew HtmlWebpackPlugin ({)title:"first page", filename:"index.html", template:"/index.html, // true Displayed in body false does not display (default).inject:true "body" }), // Heat replacementNew webpack.HotModuleReplacementPlugin ()]devtool: "eval-source-map" "cheap-source-map" 4.0Before: extract-text-webpack-plugin4.0:extract-text-webpack-plugin@next Service devServer:{ host:'localhost', port:8080, contentBase:".", overlay:true, ...