沙頭角首頁深圳之家---Sha Tau Kok Yan Tian
分页: 126/134 第一页 上页 121 122 123 124 125 126 127 128 129 130 下页 最后页 [ 显示模式: 摘要 | 列表 ]
2006/12/13 10:48
Tags: ,
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  
2006/12/13 10:07
Tags: ,
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;
2006/12/12 12:02
Tags: , ,
点击在新窗口中浏览此图片
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"
分页: 126/134 第一页 上页 121 122 123 124 125 126 127 128 129 130 下页 最后页 [ 显示模式: 摘要 | 列表 ]