Warning: include() [
function.include]: URL file-access is disabled in the server configuration in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
30
Warning: include(http://45wy5.net/include/admachiko.inc) [
function.include]: failed to open stream: no suitable wrapper could be found in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
30
Warning: include() [
function.include]: Failed opening 'http://45wy5.net/include/admachiko.inc' for inclusion (include_path='.:/usr/local/lib/php') in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
30
エクセル関数(WEEKDAY編)
エクセルの関数を使って日付に対する曜日を表示させて見ましょう。
使用する関数ですが、例えばA5セルに入力されている日付に対する曜日を取得したい場合は、「=WEEKDAY(A5)」と記述するだけで曜日が取得できます。とても簡単ですよね。しかしこれだけだと、A5セルに日付が入力されていない場合、空白エラーとなってしまいますので、これを表示させないために「=IF(A5="","",WEEKDAY(A5))」というようにIF関数を使って曜日を表示させます。意味としてはA5セルに何も入力されていない場合は何も設定しない、そうじゃない場合は曜日を設定するというような関数を使用したほうがいいと思います。
またこの関数を使用する上での注意点ですが、関数を入力するだけだと曜日に対する数値だけが取得されてしまいますので関数を入力するセルの書式を曜日に変更しなければなりません。
変更方法ですが、曜日を表示させたいセルで右クリックをして、表示されたメニュー→「セルの書式設定」→「表示形式」→「ユーザー定義」を選択します。
「種類」→「G/標準」のところを削除して「aaaa」と入力→「OKボタン押下」で設定完了です。
また、上記に記述したIF関数を使うようなエラー処理ですが万が一の場合を兼ねて、日付の関数の時だけじゃなく何の場合でもエラー処理は入れておいた方がいいと思います。
これで曜日がきちんと表示されるはずです。参考にしてみてください。
Warning: include() [
function.include]: URL file-access is disabled in the server configuration in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
59
Warning: include(http://45wy5.net/include/admachikobana.inc) [
function.include]: failed to open stream: no suitable wrapper could be found in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
59
Warning: include() [
function.include]: Failed opening 'http://45wy5.net/include/admachikobana.inc' for inclusion (include_path='.:/usr/local/lib/php') in
/virtual/toko72/public_html/apple.apparelarc-xml.org/z1z00733/index.php on line
59
RAIDサーバーとその復旧
RAIDサーバーとは、RAID(Redundant Arrays of Inexpensive Disks/レイド)、つまり複数台のハードディスクを組み合わせて1台のハードディスクのように使う技術を用いて構築されているサーバーのことです。
RAIDサーバーを用いることで、データ障害によるデータの破損のリスクはある程度低下します。とはいえRAIDサーバーも完璧ではなく、故障するときはあっさり故障してしまいます。
RAIDサーバーにおけるデータ障害では、よほどRAIDについて熟