原创 Spring Security完整教程

Spring Security,這是一種基於 Spring AOP 和 Servlet 過濾器的安全框架。它提供全面的安全性解決方案,同時在 Web 請求級和方法調用級處理身份確認和授權。本教程對 Spring Security 的使用進

原创 Linux命令最全彙總

Linux命令彙總

原创 Memcached完整教程

Memcached是一個自由開源的,高性能,分佈式內存對象緩存系統。 Memcached是以LiveJournal旗下Danga Interactive公司的Brad Fitzpatric爲首開發的一款軟件。現在已成爲mixi、haten

原创 python完整教程

Python基礎 Hello World! Python基礎 基本數據類型 Python基礎 序列 Python基礎 運算 Python基礎 縮進和選擇 Python基礎 循環 Python基礎 函數 Python基礎 面向對象的基本概念

原创 Java 8 中 Map 騷操作之 merge() 的用法

原文鏈接:https://juejin.im/post/5d9b455ae51d45782b0c1bfb Java 8 最大的特性無異於更多地面向函數,比如引入了 lambda等,可以更好地進行

原创 後端必備 Nginx 配置

原文鏈接:https://juejin.im/post/5d7e3f51f265da03a31d687b 防盜鏈 location ~* \.(gif|jpg|png)$ {     # 只允

原创 爲什麼選擇B+樹作爲數據庫索引結構?

原文鏈接:https://tinyurl.com/y2uww9bh 背景 首先,來談談B樹。爲什麼要使用B樹?我們需要明白以下兩個事實:   【事實1】 不同容量的存儲器,訪問速度差異懸殊。以磁

原创 Redis的最常被問到知識點總結

原文鏈接:https://www.cnblogs.com/Young111/p/11518346.html 1.什麼是redis?    Redis 是一個基於內存的高性能key-value數據

原创 Java 8 In Action

原文鏈接:http://www.zhenganwen.top/articles/2019/07/30/1565048873753.html 函數式編程 函數式編程給我的直觀感受: 讓方法參數具

原创 java 代理模式:靜態代理與動態代理

原文鏈接:https://www.cnblogs.com/arebirth/p/javaproxyschema.html 最近在研究SpringAOP,當然要學習AOP就要知道這麼健碩、強大的功

原创 一千行 MySQL 學習筆記

原文鏈接:https://shockerli.net/post/1000-line-mysql-note/ 以下爲本人初學 MySQL 時做的筆記,也從那時起沒再更新過,但還是囊括了基本的知識點

原创 SpringBoot2.x(十七)Actuator監控實戰

原文鏈接:http://www.zhenganwen.top/articles/2018/07/29/1565048867538.html 什麼是actuator 官方介紹 Spring Boo

原创 SpringBoot2.x(十六)響應式編程webflux和服務器端主動推送SSE

原文鏈接:http://www.zhenganwen.top/articles/2018/07/27/1565048880880.html 何爲響應式 想象一個排隊買奶茶的場景: 場景一 客戶們

原创 SpringBoot2.x(十五)多環境配置

原文鏈接:http://www.zhenganwen.top/articles/2018/07/27/1565048879080.html SpringBoot對多環境配置的支持 對於多環境配置

原创 SpringBoot2.x(十三)整合ActiveMQ

原文鏈接:http://www.zhenganwen.top/articles/2018/07/24/1565048878398.html JMS簡介 常用場景 跨平臺 多語言 多項目 解耦 分