4
Feb.2009
17
Jan.2009
52集《走西口》看完了,眼泪哗哗的...感动 + 震憾!!!
最后几集那是精华,点晴之笔!
田青他娘那是好样的!!!
谁说咱中国人不团结来?谁说咱中国人喜欢窝里斗来?
关键时候我们中国人那是响当当的!
山西人好样的,山西人争气~!!!
《走西口》在线看
http://video.husw.net/gc/14212/
=========================
最后几集那是精华,点晴之笔!
田青他娘那是好样的!!!
谁说咱中国人不团结来?谁说咱中国人喜欢窝里斗来?
关键时候我们中国人那是响当当的!
山西人好样的,山西人争气~!!!
《走西口》在线看
http://video.husw.net/gc/14212/
=========================
16
Jan.2009
比如:交易信息表中有一列(卡号cardID)和(交易金额money),我想比较某一时间内交易金额最高的卡号,那么where后判断cardID列相同的卡号,则判断语句如下:
select top 1 cardID,sum(money)
from 交易信息表
where 时间 between .. and ..
group by cardID
order by sum(money) desc
from 交易信息表
where 时间 between .. and ..
group by cardID
order by sum(money) desc
16
Jan.2009
关于CSS对各个浏览器兼容已经是老生常谈的问题了, 网络上的教程遍地都是.以下内容没有太多新颖, 纯属个人总结, 希望能对初学者有一定的帮助.
一、CSS HACK
以下两种方法几乎能解决现今所有HACK.
1, !important
随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明位置需要提前.)
一、CSS HACK
以下两种方法几乎能解决现今所有HACK.
1, !important
随着IE7对!important的支持, !important 方法现在只针对IE6的HACK.(注意写法.记得该声明位置需要提前.)
<style>
#wrapper
{
width: 100px!important; /* IE7+FF */
width: 80px; /* IE6 */
}
</style>
#wrapper
{
width: 100px!important; /* IE7+FF */
width: 80px; /* IE6 */
}
</style>
9
Jan.2009
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Meta http-equiv="Content-Language" Content="zh-CN">
<Meta http-equiv="Refresh" Content="5; Url=http://www.husw.net/blog">
<Meta http-equiv="Expires" Content="Wed, 26 Feb 2008 08:21:57 GMT">
<meta http-equiv="cache-control" content="no-cache">
<META name="keywords" content="关键字">
<meta name="description" content="描述">
<meta name="author" content="作者">
<meta name="build" content="日期">
<meta name="coprright" content="版权">
<meta name="reply-to" content="email">
<meta name="robots" content="all">
<meta http-equiv="Page-Enter" content="RevealTrans (Duration=3, Transition=23)">
<meta http-equiv="Page-Exit" content="RevealTrans (Duration=3, Transition=23)">
<link rel="shortcut icon" href="favicon.ico">
------------------------------------------------------------------------------------------------------------
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<Meta http-equiv="Content-Language" Content="zh-CN">
<Meta http-equiv="Refresh" Content="5; Url=http://www.husw.net/blog">
<Meta http-equiv="Expires" Content="Wed, 26 Feb 2008 08:21:57 GMT">
<meta http-equiv="cache-control" content="no-cache">
<META name="keywords" content="关键字">
<meta name="description" content="描述">
<meta name="author" content="作者">
<meta name="build" content="日期">
<meta name="coprright" content="版权">
<meta name="reply-to" content="email">
<meta name="robots" content="all">
<meta http-equiv="Page-Enter" content="RevealTrans (Duration=3, Transition=23)">
<meta http-equiv="Page-Exit" content="RevealTrans (Duration=3, Transition=23)">
<link rel="shortcut icon" href="favicon.ico">
------------------------------------------------------------------------------------------------------------
meta标签分两大部分:HTTP标题信息(HTTP-EQUIV)和页面描述信息(NAME)。
8
Jan.2009
如果你使用Photoshop进行设计web2.0的网页,那么一定不要错过这两个好工具!其中包含了几百个渐变样式,适于创建web2.0流行的各种按钮和图标:
Ultimate Web 2.0 Gradients:
http://www.dezinerfolio.com/2007/03/1 ... -gradients-free-download/

Gradients are one of the most important aspects to be considered while designing a Web 2.0 Site. Even a simple button is of a gradient. So I decided to make some cool set of Gradients and put them together in an Adobe Photoshop Gradient file (.grd). These gradients are fully scalable, what i mean here is its not an image or so.. just create a shape and apply the gradient - As simple as that. You could create Logos, Backgrounds, Tabs, Buttons, Wallpapers, Toolbars and all sorts of stuff... I hope v2.0 was helpful a lot. Now this current version includes almost all the possible gradients... Feel free to use these cool set of gradients anywhere but please don't forget to share this too...
Ultimate Web 2.0 Gradients:
http://www.dezinerfolio.com/2007/03/1 ... -gradients-free-download/
Gradients are one of the most important aspects to be considered while designing a Web 2.0 Site. Even a simple button is of a gradient. So I decided to make some cool set of Gradients and put them together in an Adobe Photoshop Gradient file (.grd). These gradients are fully scalable, what i mean here is its not an image or so.. just create a shape and apply the gradient - As simple as that. You could create Logos, Backgrounds, Tabs, Buttons, Wallpapers, Toolbars and all sorts of stuff... I hope v2.0 was helpful a lot. Now this current version includes almost all the possible gradients... Feel free to use these cool set of gradients anywhere but please don't forget to share this too...