kagamihogeの日記

kagamihogeの日記です。

2017-01-01から1ヶ月間の記事一覧

Java Authentication Guide with Apache Shiroをテキトーに訳した

Apache Shiroのチュートリアルの一部でAuthenticationに関する部分の https://shiro.apache.org/java-authentication-guide.html をテキトーに訳した。 Java Authentication Guide with Apache Shiro 認証とは本人確認のプロセスです。アプリケーション側で…

SQL Developer 4.2 Early Adopter 2のInstance ViewerのTop SQL

www.thatjeffsmith.com SQL Developerには4.1にinstance viewerというDBの現在の実行状態をグラフィカルに表示するツールが追加されている。4.2では更にTop SQLという機能が追加されるらしい。ので、実際に試してみる。instance viewerについは SQL Develope…

10 Minute Tutorial on Apache Shiroをテキトーに訳した

Apache Shiroはじめて見たけどよくわからんな~ということでチュートリアルを読んで訳した。 https://shiro.apache.org/10-minute-tutorial.html 10 Minute Tutorial on Apache Shiro Introduction これはApache Shiroの10分チュートリアルです。 シンプルな…

JEP 186: Collection Literalsをテキトーに訳した

http://openjdk.java.net/jeps/186 をテキトーに訳した。 JEP 186: Collection Literals Owner Brian Goetz Created 2013/06/20 20:00 Updated 2016/01/09 01:18 Type Feature Status Draft Component specification/language Scope JDK Discussion lambda d…

Javaでキャメルケースとスネークケースの文字列変換

環境 Java SE Development Kit 8u101 Eclipse Neon(4.6.1) IDE for Java EE Developers ソースコード Google Guava https://github.com/google/guava <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>20.0</version></dependency>

JEP 301: Enhanced Enumsをテキトーに訳した

http://openjdk.java.net/jeps/301 をテキトーに訳した。 JEP 301: Enhanced Enums Owner Maurizio Cimadamore Created 2016/11/25 11:27 Updated 2016/12/08 18:51 Type Feature Status Candidate Component tools?/?javac Scope SE Discussion platform da…