- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-06-21 Tue
Internet Explorerの 自動構成スクリプト例
- スクリプト例
function FindProxyForURL(url, host) { if (isPlainHostName(host)) return "DIRECT"; if ((dnsDomainIs(host, ".example.com")) && !localHostOrDomainIs(host, "www.example.com")) return "DIRECT"; else if ((dnsDomainIs(host, ".example.net")) && localHostOrDomainIs(host, "foo.example.net")) return "DIRECT"; if ((dnsDomainIs(host, ".example.net")) && localHostOrDomainIs(host, "bar.example.net")) return "DIRECT"; if (localHostOrDomainIs(host, "192.168.0.2")) return "DIRECT"; if (localHostOrDomainIs(host, "192.168.1.3")) return "DIRECT"; return "PROXY 192.168.100.6:8080"; }
- Reference
@IT - 検証 : IEの自動Proxy設定とセキュリティ・ゾーン 1.セキュリティ・ゾーン
http://www.atmarkit.co.jp/fwin2k/experiments/ieproxy/ieproxy_01.html
@IT - Windows TIPS - WebブラウザのProxy設定を行うための4つの方法 WPADのススメ
http://www.atmarkit.co.jp/fwin2k/win2ktips/031autoproxy/autoproxy.html
カテゴリ: [Internet Explorer]
[ 固定リンク ]
UNIX Socket で mysql_connect
- Summary
mysql_connect() で UNIX Socket でも接続できる
mysql_connect('localhost:/tmp/mysql.sock', 'userid', 'password');
- Reference
cl.pocari.org - 2004-02-22
http://cl.pocari.org/2004-02-22-1.html
JavaScript を使わずに CSS だけで画像を拡大表示する
- Reference
http://www.lucky-bag.com/images/popup.html
http://www.lucky-bag.com/archives/2005/06/css_popup.html
- via
cl.pocari.org - 2005-06-15
http://cl.pocari.org/2005-06-15-2.html
コーデック調査ツール Media Info
- Reference
http://mediainfo.sourceforge.net/
- via
http://www.openalexandria.com/item_626.html
cl.pocari.org - 2005-06-19
http://cl.pocari.org/2005-06-19-1.html
テーブルタグで作る日本地図
- Reference
http://siriasu.s10.xrea.com/71t/css/css29.htm
- via
cl.pocari.org - 2005-06-19
http://cl.pocari.org/2005-06-19-2.html
香味庵 ゆらり
- Data
| 住所 | 東京都港区新橋2-8-9 第1吉川ビル5F |
| Tel | 03-3503-4495 |
| 営業時間 | 11:30 - 14:00 (平日) |
| 17:30 - 23:00 (平日,土曜日) | |
| 定休日 | 日曜日,祝日 |
| 最寄駅 | 新橋 |
ぐるなび - 香味庵 ゆらり
http://r.gnavi.co.jp/g051605/
3CS Hotel & Restaurant Inc.
http://www.3cs.co.jp/
- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12