検索条件
全32件
(1/4ページ)
<script type="text/javascript" src="bsn.Crossfader.js"></script>
<span id="disp1">文字列1</span>
<span id="disp2">文字列2</span>
<span id="disp3">文字列3</span>
<script type="text/javascript">
var cf = new Crossfader( new Array('disp1' , 'disp2' , 'disp3'), 1800, 4500 );
</script>
createdb -U hoge -E utf-8 exampledb
createdb: database creation failed:
ERROR: new encoding (UTF8) is incompatible with the encoding of
the template database (EUC_JP)
HINT: Use the same encoding as in the template database,
or use template0 as template.
initdb -D /db --encoding=EUC_JP --locale=C
createdb -U hoge -E utf-8 -T template0 exampledb
<Directory "*******">
Options ExecCGI
SetHandler perl-script
PerlResponseHandler ModPerl::PerlRun
PerlOptions +ParseHeaders
Order allow,deny
Allow from all
</Directory>
<meta content="text/html; charset=utf-8" http-equiv="content-type">と、最初記述していました。
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">パラメータの順番・値はこの通りにしないと駄目です。
<div class="info3">
有限会社 ○○○○○○<br>
</div>
div.info3 {
font-family: "MS ゴシック", "Osaka";
font-size : 38px;
background-color: #ffcc33 ;
border-style: solid ;
border-color: #ff6600 ;
padding : 5px ;
}