Skip to content

Instantly share code, notes, and snippets.

View minazou67's full-sized avatar

minazou67 minazou67

View GitHub Profile

The OAuth 2.0 Authorization Framework Overview

RFC 6749 で定義されている認可フレームワークの標準仕様です。

1 Roles(役割)

4 つの役割が定義されています。

1.1 Resource Owner(リソース所有者)

Debugging Java SSL / TLS connections

  • -Djavax.net.debug=all
  • -Djavax.net.debug=ssl:handshake
@minazou67
minazou67 / clone-collection-in-java.md
Last active October 25, 2019 10:57
Clone Collection in Java

Clone Collection in Java

Java のコレクションをクローンする場合のメモです。

Environment

  • Java 1.8
  • Apache Commons Lang 3.9

List

@minazou67
minazou67 / random-number -generation-in- java.md
Last active May 31, 2019 07:25
Random Number Generation in Java

Random Number Generation in Java

Java での乱数生成についてのメモです。

Environment

  • Java 1.8
  • Apache Commons Math 3.6.1

真の乱数と擬似乱数

@minazou67
minazou67 / howto-migrate-vscode-extension.md
Created February 6, 2019 04:02
How to migrate VSCode extension

How to migrate VSCode extension

Visual Studio Code の拡張機能を移行する方法です。
同期用の拡張機能も存在しますが、GitHub へのアクセスが必要となるため、拡張機能なしで移行する方法をメモ。

Environment

  • Windows 10
  • VSCode 1.30.2
@minazou67
minazou67 / howto-share-static-analysis-tool-configuration-with-maven.md
Last active November 5, 2018 07:43
How to share the static analysis tool configuration with Maven

How to share the static analysis tool configuration with Maven

静的解析ツールの設定ファイルなどを Maven で共有する方法です。

Environment

  • Maven 3.3+

Introduction

@minazou67
minazou67 / howto-integrate-jenkins-and-sonarqube.md
Last active October 23, 2018 12:31
How to integrate Jenkins and SonarQube

How to integrate Jenkins and SonarQube

Jenkins と SonarQube を連携する方法です。

Environment

  • Maven 3.3+
  • Jenkins 2.146
  • SonarQube Scanner for Jenkins 2.8.1
@minazou67
minazou67 / howto-customize-coverage-targets-of-openclover.md
Last active October 24, 2018 03:11
How to customize coverage targets of OpenClover

How to customize coverage targets of OpenClover

OpenClover のカバレッジ対象をカスタマイズする方法です。

Environment

  • Maven 3.3+
  • clover-maven-plugin 4.2.1
@minazou67
minazou67 / howto-set-content-security-policy-of-jenkins.md
Created April 17, 2018 02:13
How to set content security policy of Jenkins

How to set content security policy of Jenkins

Jenkins のコンテンツセキュリティポリシーを設定する方法です。

Environment

  • Debian
  • Jenkins 1.641 / 1.625.3 or higher
@minazou67
minazou67 / howto-change-log-format-of-tomcat-on-pleiades.md
Last active February 28, 2018 04:24
How to change log format of tomcat on the pleiades

How to change log format of tomcat on the pleiades

Pleiades All in One (Eclipse) 上の Tomcat のログフォーマットの形式を変更する方法です。

Environment

  • Windows 10
  • Pleiades All in One 4.6
  • Tomcat 8