摘要:
Cascading Style Sheets(CSS、段階スタイルシート、カスケーディング・スタイル・シート、カスケード・スタイル・シート)とは、HTML や XML の要素をどのように修飾(表示)するかを指示する仕様であり、W3Cによる勧告の一つ。文書の構造と体裁を分離させるという理念を実現する為に提唱されたスタイルシートの、具体的な仕様の一つ。 阅读全文
posted @ 2009-01-09 10:59
Simon.CX
阅读(172)
评论(0)
推荐(0)
摘要:
' : 単一引用符
単一引用符で囲まれたものは、すべて単なる文字として扱われる。
$echo '$PATH'
$$PATH
$echo '`pwd`'
$`pwd`
" : 2重引用符
2重引用符で囲まれたものは、変数とコマンドのみ置換される。
$echo "$PATH"
$/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin
$echo "`pwd`"
$/home/chack 阅读全文
posted @ 2009-01-09 10:54
Simon.CX
阅读(134)
评论(0)
推荐(0)
摘要:
使用頻度の高いシェルはtcshやbashであるが、
シェルスクリプトはBourne Shell(/bin/sh)を 使用している場合が多いので、
ここではBourne Shell Scriptについて説明する。
Bourne Shellをあまり使用したことのない人は、目次のBourne Shellから 読むべきである。
目次のShell Scriptは、初心者がScriptを書く上で、助けになるはずである。 阅读全文
posted @ 2009-01-09 10:52
Simon.CX
阅读(134)
评论(0)
推荐(0)
摘要:
HP is a leading global provider of products, technologies, solutions and services to consumers and business. The company''s offerings span IT infrastructure, personal computing and access devices, global services, and imaging and printing. Our $4 billion annual R&D investment fuels the invention of products, solutions and new technologies so we can better serve customers and enter new markets. We invent, engineer and deliver technology solutions that drive business value, create social value and 阅读全文
posted @ 2009-01-09 10:35
Simon.CX
阅读(742)
评论(1)
推荐(0)
摘要:
Understanding how transaction management works in Java and developing an effective transaction design strategy can help to avoid data integrity problems in your applications and databases and ease the pain of inevitable system failures. 阅读全文
posted @ 2009-01-09 10:27
Simon.CX
阅读(279)
评论(0)
推荐(0)
摘要:
Struts2 is the latest manifestation of the popular Struts Java web application framework. Like its predecessor, its goals are to make web application development faster, easier and more productive than ever before. 阅读全文
posted @ 2009-01-09 09:59
Simon.CX
阅读(172)
评论(0)
推荐(0)

浙公网安备 33010602011771号