原创 java編程雜記

文章目錄Java 空接口Java斷言關鍵字assertJava多態線程停止情景模擬解決方案方案一:stop()方法方案二:interrupt()方法Thread.sleep()爲什麼需要拋InterruptedException

原创 Python入門從這裏開始

1、變量 在Python中使用變量時,需要遵守一些規則和指南。違反這些規則將引發錯誤,而指南旨在讓你編寫的代碼更容易閱讀和理解。請務必牢記下述有關變量的規則。 變量名只能包含字母、數字和下劃線。變量名可以字母或下劃線打頭,但不能以數字打頭

原创 Java NIO筆記

refer to original 文章目錄1.Java NIO TutorialJava NIO: Channels and Buffers(通道和緩衝區)Java NIO: Non-blocking IO(非阻塞IO)Java

原创 Elasticsearch6.4專題之9:Document APIs

Document APIs 文章目錄Document APIsReading and Writing documentsBasic write modelFailure handlingBasic read modelFailur

原创 kerberos機制

文章目錄參考引言Kerberos認證應用環境假定Kerberos認證的工作過程Kerberos認證的基本原理密鑰分發中心——SServer-Client的分發鑑別碼是有效證明自己的證據票據授權服務——TGSKerberos的子協議

原创 Elasticsearch6.4專題之4:Bootstrap Checks

Bootstrap Checks 文章目錄Bootstrap ChecksDevelopment vs. production modeSingle-node discoveryForcing the bootstrap chec

原创 Elasticsearch6.4專題之5:Adding nodes to your cluster

Adding nodes to your cluster 文章目錄Adding nodes to your cluster When you start an instance of Elasticsearch, you are

原创 Elasticsearch6.4專題之3:Configuring Elasticsearch

Configuring Elasticsearch 文章目錄Configuring ElasticsearchSetting JVM optionsSecure settingsCreating the keystoreListi

原创 Elasticsearch6.4專題之16:Ingest Node

Ingest Node 文章目錄Ingest NodePipeline Definition(管道定義)Ingest APIsPut Pipeline API(添加或更新pipeline)Get Pipeline API(獲取Pi

原创 Elasticsearch6.4專題之2:Installing Elasticsearch

refer:https://www.elastic.co/guide/en/elasticsearch/reference/6.4/install-elasticsearch.html#config-mgmt-tools Inst

原创 Elasticsearch6.4專題之6:Set-up X-Pack

X-Pack 文章目錄X-PackInstalling X-PackSet up X-PackConfiguring monitoringConfiguring monitoring in ElasticsearchConfigu

原创 kerberos認證服務搭建、認證、常用命令

文章目錄安裝KDC 服務器修改配置修改KDC的配置文件配置KDC服務的權限管理文件修改Kerberos的配置文件信息初始化KDC數據庫啓動KDC服務器啓動Kerberos服務器KDC 服務器上添加超級管理員賬戶搭建Kerberos

原创 Elasticsearch6.4專題之25:Glossary of terms(術語表)

Glossary of terms(術語表) 文章目錄Glossary of terms(術語表)analysistexttermdocumentidfieldsource fieldindexmappingfilterquery

原创 Elasticsearch6.4專題之8:API Conventions(API 約定)

API Conventions(API 約定) 文章目錄API Conventions(API 約定)Multiple IndicesDate math support in index namesCommon optionsPr

原创 apache-common-lang3系列之一

本系列的apache-common-lang3的代碼版本是3.9,本系列博客主要的作用是工具書的作用。能夠快速知道自己想要的功能是否已經實現,是否需要自己重新寫代碼。 v3.9版本常用類手冊 文章目錄ArrayUtilsclone