memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

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

カテゴリ: [MySQL][PHP]

香味庵 ゆらり

- Data

住所 東京都港区新橋2-8-9 第1吉川ビル5F
Tel 03-3503-4495
営業時間 11:30 - 14:00 (平日)
17:30 - 23:00 (平日,土曜日)
定休日 日曜日,祝日
最寄駅 新橋
- Reference
  ぐるなび - 香味庵 ゆらり
  http://r.gnavi.co.jp/g051605/
  3CS Hotel & Restaurant Inc.
  http://www.3cs.co.jp/

カテゴリ: [Bar]
2005-06 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.