プログラマーの雑記

普段つまずいたこと、勉強途中の覚え書き

2012年12月27日木曜日

java 文字列は数字かとかの判定

›
public static boolean isNumeric ( String str ) { return str . matches ( "-?\\d+(\\.\\d+)?" ); //match a number with op...
2012年12月19日水曜日

nginx proxy_pass リモートIP

›
location / {                        proxy_pass         http://www.example.com:8080;  #ここはリモートIPを入れて                        proxy_set_header ...
2012年12月4日火曜日

offsetTop top scrollTopの違い

›
‹
›
ホーム
ウェブ バージョンを表示
Powered by Blogger.