原创 使用IDEA一步一步搭建OAuth2認證測試環境1

使用IDEA一步一步搭建OAuth2認證測試環境1 之前講過要在程序中驗證OAuth2四種認證的工作方式,所以這次就先來實驗,注意這是傻瓜式的記錄,適用於沒有任何相關基礎的人。 打開IDEA,新建一個Project: 選擇Spr

原创 OAuth2四種認證模式概念理解

OAuth2中四種認證模式概念理解說明 這兩天在寫單點登錄的軟著材料,作爲一個前端開發,之前關注的一直都是前端實現登錄的邏輯,但是既然寫軟著,那隻能作爲一個整體來理解,而這一塊大部分的實現還是在後端(個人觀點),所以抽出兩天時間看

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(13)

Secrets of the JavaScript Ninja 邊譯邊學(12)第3.1.1節 爲什麼JavaScript的功能性質如此重要? 3.1.1 Why is JavaScript’s functional nature

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(12)

Secrets of the JavaScript Ninja 邊譯邊學(12)第3.1節 函數的區別是什麼? 3.1 What’s with the functional difference? 3.1 函數的區別是什麼? Ho

原创 Secrets of the JavaScript Ninja 邊譯邊學(10)

Secrets of the JavaScript Ninja 邊譯邊學(10) 2.4 The Fundamentals of a Test Suite 2.4 測試套件的基本原理 The primary purpose of

原创 通用的Cesium自動調整傾斜模型高度貼合地形的方法

通用的Cesium自動調整傾斜模型高度貼合地形的方法 傾斜模型自帶地形起伏,該地形起伏的精度與測量精度有關,精度不在本文討論範圍內,本文討論的是,如何在Cesium加載傾斜數據時,自動調整其變換矩陣,使其更加貼近真實地表。 一般情

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(11)

Secrets of the JavaScript Ninja 邊譯邊學(11) 回憶總結部分   從開始翻譯這本書到現在大概有一個多星期了,已經翻譯完了前兩章,感覺比較吃力,但是總體還是覺得比較有益處,因爲需要翻譯,所以很多平時

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(9)

Secrets of the JavaScript Ninja 邊譯邊學(9) 2.3 Testing frameworks 2.3 測試框架 A test suite should serve as a fundamental

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(8)

Secrets of the JavaScript Ninja 邊譯邊學(8) 2.2 Test generation 2.2 生成測試用例 Robert Frost wrote that good fences make goo

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(7)

Secrets of the JavaScript Ninja 邊譯邊學(7) 2.1 Debugging Code 2.1 調試代碼 Remember when debugging JavaScript meant using

原创 翻譯 Secrets of the JavaScript Ninja 邊譯邊學(6)

Secrets of the JavaScript Ninja 邊譯邊學(6) 2 Testing and debugging 2 測試和調試 In this chapter: • Tools for Debugging Java

原创 Secrets of the JavaScript Ninja 邊譯邊學(5)

Secrets of the JavaScript Ninja 邊譯邊學(5) 1.4 Best practices 1.4最佳實踐 Mastery of the JavaScript language and a grasp o

原创 Secrets of the JavaScript Ninja 邊譯邊學(4)

Secrets of the JavaScript Ninja 邊譯邊學(4) 1.3 Cross-browser considerations 1.3跨瀏覽器注意事項 Perfecting our JavaScript prog

原创 Secrets of the JavaScript Ninja 邊譯邊學(3)

#Secrets of the JavaScript Ninja 邊譯邊學(3) 1.2 Understanding the JavaScript Language 1.2理解JavaScript語言   Many JavaScr

原创 Secrets of the JavaScript Ninja 邊譯邊學(2)

Secrets of the JavaScript Ninja 邊譯邊學(2) 第一章 進入忍者的世界 原文 In this chapter: A look at the purpose and structure of thi