2012-01-01から1年間の記事一覧

基礎知識

html5 canvasというやつで赤い四角形を描画するhtmlコード <html> <head> <canvas id="example" width="200" height="200"> hogehogehoge </canvas> <script langueage=javascript> var example = document.getElementById('example'); var context = example.getContext('2d'); context.fillStyle = "rgb(255,0,0)"; context.fillRect(30, 30,…</head></html>

windowsのzipファイルのパスワードについて

以前は、zipファイルにパスワードをかけることができたが、 Windows7はその機能がないらしい(Vistaからそうなったらしい)excelとかpdfなら、文書そのものにパスワードをかけることができるので、 そうするとよいかも。pdfファイルにパスワードをかけるには…

秀丸のうはう

置き換えで、$の代わりに\n使うと、改行も消せる