原创 intellij notes

List item 文章目錄Intellij NotesReference :Settingshort cut : `Ctrl `+ `Alt` + `S`auto import package :show method sep

原创 tomcat上運行servlet

1.  創建Dynamic Web Project 2. 創建servlet類和web.xml文件 src下創建class HelloWorld package com.tx.servlet; import java.io.IOExc

原创 Java sort priority_queue map 比較函數

1. Sort 1.1 自定義類型  package test; import java.util.Comparator; import java.util.ArrayList; import java.util.Collectio

原创 Auth2

    1       INTRODUCTION OAuth 2 is an authorization framework that enables applications to obtain limited access to us

原创 RISC 技術

     

原创 Shell 操作符

文章目錄Shell 操作符SummaryOperatorPractice Shell 操作符 Summary Operator 定義 說明 舉例 備註 普通變量 $((運算式)) result=$(((2

原创 進程管理 Process Management

文章目錄Process ManagementSummaryPracticeps auxps -elfpstree -u 顯示進程所屬用戶pstree -p 顯示進程的pidServiceSummaryPracticeservice

原创 Virtualbox Linux 和 Window 10共享文件夾

文章目錄Virtualbox Linux 和 Window 10共享文件夾1. windows 10創建文件夾`C:\Workshop\sharedwindows`2. virtualbox 上添加Shared Folder3.

原创 11. Container With Most Water

文章目錄11. Container With Most WaterApproache 1 : DP - Left And Right PointsSummary :1. Consider all combinations of i

原创 Flyway Setting and Table Info

文章目錄Flyway Setting and Table Info1. Dependencies2. Configuration3. Table Name flyway_schema_history4. Log Flyway Se

原创 Markdown Sample

文章目錄Summary1. 加粗2. Markdown中如何添加特殊符號3. Markdown數學公式語法空格4. 字體顏色字體背景色5. Jump1. local file1.1 way 11.2 way 22. Other f

原创 Generate asciidoc

文章目錄Generate asciidoc1. Dependencies2. Plugin3. Code Sample Generate asciidoc 1. Dependencies <dependency>

原创 215. Kth Largest Element in an Array

https://www.jianshu.com/p/b30955885e6d Find the kth largest element in an unsorted array. Note that it is the kt

原创 382. Linked List Random Node

文章目錄382. Linked List Random NodeApproach 1 : Reservoir SamplingProof:Complexity Analysis 382. Linked List Random No