バグ調査やサポート状況確認するためにオフィシャルなドキュメントで確認することが多いので、公式リンクまとめてみた。
2019/06 最近ちょこちょこ観てる人いるっぽいけど古いままで申し訳ないので更新してみた。自分が参照したやつのメモだったりするので全然網羅してません(`・ω・´)
Java
Java
Document | URL | Note |
---|---|---|
Java SE12 | https://docs.oracle.com/en/java/javase/12/ | |
Java SE11 | https://docs.oracle.com/javase/jp/11/ | |
Java SE10 | https://docs.oracle.com/javase/jp/10/ | |
Java SE9 | https://docs.oracle.com/javase/jp/9/ | デザイン変わってる |
Java SE8 | http://docs.oracle.com/javase/jp/8/ | |
Java EE7 | http://docs.oracle.com/javaee/jp/7/ | Java FX |
Java EE7 API | https://docs.oracle.com/javaee/jp/7/api/ | API |
spring
Document | URL | Note |
---|---|---|
Reference | https://spring.io/docs/reference | |
Guide | https://spring.io/guides |
JVM系(alt java)
Kotlin
Document | URL | Note |
---|---|---|
Kotlin | https://kotlinlang.org/docs/reference/ |
Scala
Document | URL | Note |
---|---|---|
document | https://docs.scala-lang.org/ja/overviews/ | |
API | https://www.scala-lang.org/api/current/ | |
Language Spec | http://scala-lang.org/files/archive/spec/2.12/ | 2.12 |
Clojure
Document | URL | Note |
---|---|---|
reference | https://clojure.org/reference/documentation |
.NET
.NET Framework
その他 Win系API
Document | URL | Note |
---|---|---|
MS Docs | https://docs.microsoft.com/ja-jp/ | msdnからDocumentが独立したのかな? |
UWP | https://docs.microsoft.com/ja-jp/windows/uwp/ | |
Desktop | https://dotnet.microsoft.com/apps/desktop | WPF |
Mobile | https://dotnet.microsoft.com/apps/xamarin | Xamarin |
Mobile, UWPへ移行 | ||
Desktop, UWPへ移行 | ||
MDNに飛ばされるようになった | ||
DirectX | https://docs.microsoft.com/ja-jp/windows/desktop/directx |
Javascriptフレームワーク(front)
Bootstrap
Document | URL | Note |
---|---|---|
Bootstrap4 | https://getbootstrap.com/docs/4.3/getting-started/introduction/ | v4.3+ |
Component | http://getbootstrap.com/components/ | v4.3+ |
CSS | http://getbootstrap.com/css/ | old v3.4 |
Javascript | http://getbootstrap.com/javascript/ | old v3.4 |
Customize | http://getbootstrap.com/customize/ | old v3.4 |
jQuery
Document | URL | Note |
---|---|---|
jQuery API | http://api.jquery.com/ | |
jQuery ui | http://api.jqueryui.com/ | |
jQuery Mobile | http://api.jquerymobile.com/ | |
QUnit | http://api.qunitjs.com/ |
AngularJS
Document | URL | Note |
---|---|---|
API | https://docs.angularjs.org/api/ |
d3.js
Document | URL | Note |
---|---|---|
Doc | https://github.com/d3/d3/wiki | github |
three.js
Document | URL | Note |
---|---|---|
Doc | http://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene |
A-FRAME
Document | URL | Note |
---|---|---|
aframe | https://aframe.io/docs/0.9.0/introduction/ |
Node.js
Node.js
Document | URL | Note |
---|---|---|
NodeJS | https://nodejs.org/ja/docs/ | |
API | https://nodejs.org/dist/latest-v10.x/docs/api/ | 10.16.0 LTS |
npm | https://docs.npmjs.com/ |
express
Document | URL | Note |
---|---|---|
API | https://expressjs.com/ja/4x/api.html | 4.x系 |
Go
Golang
Document | URL | Note |
---|---|---|
GettingStarted | https://golang.org/doc/install | インストール |
How to Write | https://golang.org/doc/code.html | コーディング |
Effective Go | https://golang.org/doc/effective_go.html | お作法 |
Package | https://golang.org/pkg/ | パッケージ |
Command | https://golang.org/doc/cmd | コマンド |
Language Specification | https://golang.org/ref/spec | 言語仕様 |
PHP
##PHP
Document | URL | Note |
---|---|---|
言語リファレンス | https://www.php.net/manual/ja/langref.php | |
セキュリティ | https://www.php.net/manual/ja/security.php | |
関数リファレンス | https://www.php.net/manual/ja/funcref.php | |
5→7 | https://www.php.net/manual/ja/migration70.php |
##Laravel
Document | URL | Note |
---|---|---|
Laravel | https://laravel.com/docs/ |
##Symfony
Document | URL | Note |
---|---|---|
components | https://symfony.com/doc/current/components/ | |
bundles | https://symfony.com/doc/bundles/ | |
reference | https://symfony.com/doc/current/reference/ |
Ruby
ruby
Document | URL | Note |
---|---|---|
リファレンス | http://docs.ruby-lang.org/ja/2.3.0/doc/index.html | 2.3 |
gems
Document | URL | Note |
---|---|---|
API | http://guides.rubygems.org/rubygems-org-api/ |
Ruby on Rails
Document | URL | Note |
---|---|---|
API | http://api.rubyonrails.org/ |
python
python3
Document | URL | Note |
---|---|---|
言語リファレンス | http://docs.python.jp/3.6/reference/index.html | |
Libraryリファレンス | http://docs.python.jp/3.6/library/index.html | |
モジュール索引 | http://docs.python.jp/3.6/py-modindex.html | |
pip | https://pip.pypa.io/en/stable/ | 安定版 |
2→3 | https://docs.python.org/ja/3/howto/pyporting.html |
python2.7
Document | URL | Note |
---|---|---|
言語リファレンス | https://docs.python.org/ja/2.7/reference/ | |
Libraryリファレンス | https://docs.python.org/ja/2.7/library/ | |
モジュール索引 | https://docs.python.org/ja/2.7/py-modindex.html |
iOS開発系
Swift
Document | URL | Note |
---|---|---|
Swift | https://swift.org/documentation/ | |
Language Reference | https://docs.swift.org/swift-book/ReferenceManual/AboutTheLanguageReference.html |
Objective-C
Document | URL | Note |
---|---|---|
Objective-C | https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html |
Perl
Document | URL | Note |
---|---|---|
Manual | http://perldoc.perl.org/perl.html | Perl5 |
Rust
Document | URL | Note |
---|---|---|
Reference | https://doc.rust-lang.org/reference/ | ベストエフォートで間違いもあるっぽい |
Book | https://doc.rust-lang.org/book/ |
HTML5/css3
HTML5
Document | URL | Note |
---|---|---|
HTML5 | https://www.w3.org/TR/html5/ | w3c |
WebAPI | https://developer.mozilla.org/ja/docs/Web/Reference/API | |
MDN | https://developer.mozilla.org/ja/docs/Web/HTML/Reference | 公式ではないが… |
CSS3 framework
Document | URL | Note |
---|---|---|
sass/scss | https://sass-lang.com/documentation | |
less | http://lesscss.org/functions/ | |
PostCSS | https://github.com/postcss/postcss/tree/master/docs |
Cloud
AWS
Document | URL | Note |
---|---|---|
AWS | https://docs.aws.amazon.com/ |
Azure
Document | URL | Note |
---|---|---|
Azure | https://docs.microsoft.com/ja-jp/azure/ |
Google Cloud Platform
Document | URL | Note |
---|---|---|
GCP | https://cloud.google.com/docs/?hl=ja |
Apple系
Document | URL | Note |
---|---|---|
Apple Developer Documentation | https://developer.apple.com/documentation/ |