2006-10-23から1日間の記事一覧

TinyMCEの日本語化

http://nakahara21.com/?itemid=599

C# PrintDocument

public class ClassificationReport : PrintDocument { private String _fontName = "MS Pゴシック"; public ClassificationReport() { } protected override void OnPrintPage(PrintPageEventArgs e) { base.OnPrintPage(e); SetPrintDate(e); } private…

gentooLinux IP設定

/etc/conf.d/net iface_eth0="xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.255 netmask 255.255.255.0" gateway="eth0/xxx.xxx.xxx.xxx" ネームサーバの設定 /etc/resolv.confを修正 domain hoge.net nameserver 192.168.1.2 nameserver 192.168.1.3 次にネット…