2006/12/13 10:48
IE7.0都有那些快捷按钮??
键盘快捷键 :
在后台打开新选项卡中的链接 CTRL+单击
在前台打开新选项卡中的链接 CTRL+SHIFT+单击
在前台打开新选项卡 CTRL+T
从地址栏打开新选项卡 ALT+ENTER
从搜索框打开新选项卡 ALT+ENTER
打开快速导航选项卡(缩略图视图) CTRL+Q
在选项卡之间切换 CTRL+TAB/CTRL+SHIFT+TAB
切换到特定选项卡号 Ctrl+n (n 可以为 1-8)
转换到下一个选项卡 CTRL+9
关闭当前的选项卡 CTRL+W
关闭所有选项卡 ALT+F4
键盘快捷键 :
在后台打开新选项卡中的链接 CTRL+单击
在前台打开新选项卡中的链接 CTRL+SHIFT+单击
在前台打开新选项卡 CTRL+T
从地址栏打开新选项卡 ALT+ENTER
从搜索框打开新选项卡 ALT+ENTER
打开快速导航选项卡(缩略图视图) CTRL+Q
在选项卡之间切换 CTRL+TAB/CTRL+SHIFT+TAB
切换到特定选项卡号 Ctrl+n (n 可以为 1-8)
转换到下一个选项卡 CTRL+9
关闭当前的选项卡 CTRL+W
关闭所有选项卡 ALT+F4
2006/12/13 10:07
1、DateTime 数字型
System.DateTime currentTime=new System.DateTime();
1.1 取当前年月日时分秒
currentTime=System.DateTime.Now;
1.2 取当前年
int 年=currentTime.Year;
1.3 取当前月
int 月=currentTime.Month;
1.4 取当前日
int 日=currentTime.Day;
1.5 取当前时
int 时=currentTime.Hour;
System.DateTime currentTime=new System.DateTime();
1.1 取当前年月日时分秒
currentTime=System.DateTime.Now;
1.2 取当前年
int 年=currentTime.Year;
1.3 取当前月
int 月=currentTime.Month;
1.4 取当前日
int 日=currentTime.Day;
1.5 取当前时
int 时=currentTime.Hour;
2006/12/12 12:02

http://ajaxload.info/
Create easily your own ajax loader icon :
Select the type of indicator you want
Enter the background code color you want
(tick "Transparent background" if you don't want one
Enter the foreground code color you want
Press "Generate it"






