96 ツール

Java系ツール

MVCフレームワーク

・Struts1.x

・Struts2.x

・Spring MVC

IoCフレームワーク

・Spring

・Google Guice

ORMフレームワーク

・Hibernate

・MyBatis

Logライブラリ

・log4j

・logback

Utilsライブラリ

・Apache Commons Collections/BeanUtils/Langなど

・Google Guava Collectionsなど

・Joda 日付関連Utils

・Trove パフォーマンスが優れたCollections

・lambdaj JDKのCollectionに対し、One Line式のSQL風操作

・EhCache, Oscache キャッシュ使用

Chart, Reportライブラリ

・JFreeChart

・JFreeReport(PDF)

Officeライブラリ

・Apache POI

ブラウザ

★Chrome

chrome://about コマンド一覧

書き方

about:xxx あるいは chrome://xxx

★PCでsmartphoneとmobileをテスト

Chrome extensions

Ripple Emulator + User-Agent Switcher

便利ツール

★Cygwin

Linux feeling on Windows

★XAMPP

Apache + MySQL + Mercury + FileZilla FTP

PhpMyAdmin

Windows環境では

インストール: .\xampp\setup_xampp.bat

起動: .\xampp\xampp-control.exe

設定:

Apache .\xampp\apache\conf\httpd.conf

PHP .\xampp\php\php.ini

MySQL .\xampp\mysql\bin\my.ini

phpMyAdmin .\xampp\phpMyAdmin\config.inc.php

FileZilla FTP .\xampp\FileZillaFTP\FileZilla Server.xml

Mercury .\xampp\MercuryMail\MERCURY.INI

sendmail .\xampp\sendmail\sendmail.ini

★Visual diff tool

・Meld

yum install meld

apt-get install meld

★Terminal

apt-get install terminator

★Graphviz

http://www.graphviz.org/

「DOT言語」で書かれたグラフ表現を画像ファイルフォーマットに変換するツール

sudo apt-get install xclip

sudo apt-get install graphviz

xclip -o -selection clipboard | dot -Tsvg -Gfontname=Arial -Nfontname=Arial -Efontname=Arial -o xxx.svg

★HTTP client

POSTMAN (Chrome plugin)

http://getpostman.com/

★リモートPCに接続

rdesktop -u <your_id> -p <your_password> -g 90% <remote_ip> &

★Reducing PNG image size

https://tinypng.com/

http://pngquant.org/

★LaTex(Ubuntuの場合)

https://en.wikibooks.org/wiki/LaTeX

https://ja.wikibooks.org/wiki/TeX/LaTeX%E5%85%A5%E9%96%80

http://www.latex-cmd.com/

sudo apt-add-repository ppa:texlive-backports/ppa

sudo apt-get update

sudo apt-get install texlive-lang-cjk

# コマンド確認

which platex

which dvipdfmx

which evince

# tex -> dvi

platex sample.tex

# dvi -> pdf

dvipdfmx sample

# viewer

evince sample.pdf

オンラインサービス

Cloud LaTeX

ShareLaTeX

日本語対応