载入中
自定义HTML载入中... loading
日历
<<  <  2008 - 10  >  >>
Su Mo Tu We Th Fr Sa
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
载入中
边栏内容载入中... loading
脚本测试 [原创 2008-08-25 17:19:39]  
debugger;

 

[阅读全文] (字节数 : 9)
asp.net javascript 字符串转换小写 [原创 2008-08-20 12:14:18]  

var s_Str = "s";

var s_TempStr = s_Str.toLowerCase();

alert(s_TempStr);

 

[阅读全文] (字节数 : 94)
编码转换GB2312 [原创 2008-08-01 11:04:09]  
Encoding gb2312 = Encoding.GetEncoding("gb2312");Encoding utf8 = Encoding.UTF8; byte[] unicodeBytes = utf8.GetBytes(newFileName); byte[] asciiBytes = Encoding.Convert(utf8, gb2312, unicodeBytes); char[] asciiCh...

 

[阅读全文] (字节数 : 626)
asp.net 弹出模式对话框步骤 [原创 2008-07-24 14:30:22]  
母版head内添加 var returnValue = window.showModalDialog("PersonnelModalAdd.aspx?TeamID="+ document.getElementById("").value,"_blank",'height=500;width=400;toolbar=no;menubar=no;scrollbars=no;resizable=no;location=no; status=no;help=no;close=...

 

[阅读全文] (字节数 : 1301)
1 string to byte []string str = "abcd" ; byte[] bytes = System.Text.Encoding.ASCII.GetBytes(str); -------------------------------------------------------------------------------------------------------------2 byte[] to st...

 

[阅读全文] (字节数 : 651)

在框架页加入

if(self.location!=top.location)
{
top.location=self.location;
}

就可以了 o(∩_∩)o...

 

[阅读全文] (字节数 : 150)
asp.net 二级域名解析 [转贴 2008-05-15 17:33:12]  
/// <summary> /// /// 功能描述:获取主机地址查找用户二级域名并跳转 /// /// 作 者:WangYi /// /// 创建时间:2008/5/8 /// /// </summary> private void GetHosttingAndToUrl() { string ...

 

[阅读全文] (字节数 : 4775)
1 | 2 | 3 | 4 | 5 | ... 11 | 下一页
和讯个人门户 v1.0 | 和讯部落 | 客服中心