2014-03-01から1ヶ月間の記事一覧

if-elseで1文なんだね

C言語#include <stdio.h> int main() { int n = 2; while (n) if (n-- > 1) printf("a"); else printf("b"); printf("c"); return 0; } JavaScriptvar n = 2; while (n) if (n-- > 1) console.log("a"); else console.log("b"); console.log("c"); php 1) print "a"; </stdio.h>…

トレンドマイクロ(ウイルスバスター)のWebサイト評価を変更してもらう方法

自分のウェブサイトの評価が、「危険」などの意図しないものになっていた場合、次の方法で評価変更依頼ができます。 Trend Micro Site Safety Centerで評価を確認する 意図しない評価になっていた場合、「評価内容変更のリクエスト」を押す 「安全性の評価」…