タグ

2007年11月30日のブックマーク (3件)

  • ネットワークお助けマニュアル

    Active Directory の構築方法(1) ~Active Directory ドメインサービス インストール~ Windows Serverを起動するとサーバーマネージャーが立ち上がります。起動後、しばらくすると利用できるようになります。 「役割と機能の追加」をクリックします。 「次へ」をクリックします。 「役割ベースまたは機能ベースのインストール」を選択し、「次へ」をクリックします。 「対象サーバー」選択し、「次へ」をクリックします。 「Active Directory ドメインサービス」にチェックをつけて、「次へ」をクリックします。 必要な機能は自動で選択されていますので、そのまま「次へ」をクリックします。 説明文が表示されますので、「次へ」をクリックします。 「必要に応じて対象サーバーを自動的に再起動する」にチェックをつけて、「インストール」をクリックします。 文字通り自動

  • Free Printable Calendars you can make customise and print

    Free Printable Calendars :: Mortgage CalculatorPlease note that you will need to have Adobe Acrobat Reader installed in order to view the calendars. Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/eprintab/public_html/func.inc.php:7 Stack trace: #0 /home/eprintab/public_html/index1.php(71): q('SELECT name FRO...') #1 /home/eprintab/public_html/calendar.php(1): incl

    makun2
    makun2 2007/11/30
    カレンダーがつくれる!
  • ke-tai.org » Blog Archive » PHPを使ってたった2行で絵文字を取り除く方法

    PHPを使ってたった2行で絵文字を取り除く方法 Tweet 2007/11/28 水曜日 matsui Posted in PHP | 2 Comments » 今回は、PHPで一番簡単と思われる、絵文字を取り除く方法をご紹介します。 iモードとau、およびソフトバンクのSJIS形式の絵文字を取り除くことができます。 サンプルコード $str = '絵文字[晴れ]'; mb_substitute_character('none'); $str = mb_convert_encoding($str, 'SJIS', 'SJIS'); // 出力 echo $str; ※ソースはSJISで記述してください これだけでOKです。 「mb_substitute_character」は、存在しない文字コードがある場合(いわゆるゲタになる場合)の処理を設定をするためのものです。 ここで”none”と設