2009-10-01から1ヶ月間の記事一覧

C:\Documents and Settings\All Users\デスクトップ>gem install wxruby Successfully installed wxruby-2.0.1-x86-mswin32-60 1 gem installedC:\Documents and Settings\All Users\デスクトップ>gem install dm-core do_sqlite3

ソフトウェア・テスト PRESS Vol.9

ソフトウェアテスト技術者向けの専門誌『ソフトウェアテストPRESS Vol.9』では、3つの特集を掲載します。特集1はテストとメトリックスについて、特集2はVol.8で好評だったテストの歴史の続編、特集3は組込み開発の負荷テストです。特別企画ではパッケージソ…

状態マシン図 http://docs.moodle.org/ja/Moodle%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%ABhttp://docs.moodle.org/ja/Moodle%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB

ITIL

PDCAサイクルで表現できるとは知らなかった。 今度チェックしておこう http://ja.wikipedia.org/wiki/Information_Technology_Infrastructure_Library

C言語の低レベル入出力

ファイル入出力 Cygwin用UARTサンプル #include<stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <string.h> #define BUFSIZE 256 int main(int argc,char *argv[]) { int fd; char buf[BUFSIZE]; int size; fd = open("/dev/com2",O_RDWR); if(fd<0){ printf("OPEN</string.h></unistd.h></fcntl.h></sys/stat.h></sys/types.h></stdio.h>…