- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 asp.net中获取当前url的方法
Request.ApplicationPath: /testwebRequest.CurrentExecutionFilePath: /testweb/default.aspxRequest.FilePath: /testweb/default.aspxRequest.Path: /testweb/default.aspxRequest.PhysicalApplicati
2010-08-24 19:16:00
236
原创 html 如何使input type = "image" 不提交表单
<br />今天遇到个小问题,单击<input type='image'>的时候会伴随着页面提交。<br />在form 处,加上onsubmit="return false;"<br />如:<form name="form1" action="" method="post" onsubmit="return false;">
2010-08-18 10:35:00
1687
原创 c#中ToString格式大全
字符型转换为字符串 // C 货币 2.5.ToString("C"); // ¥2.50 // D 10进制数 25.ToString("D5"); // 25000 // E 科学型 25000.ToString("E"); // 2.500000E+005 // F 固定点 25.ToString("F2"); // 25.00 "F?"表示保持几位小数 // G 常规 2.5.ToString("G"); // 2.5 // N 数字 2500000.ToString("N
2010-08-17 11:16:00
287
原创 使用JS控制FCKeditorV2
获得对象:var atContent = FCKeditorAPI.GetInstance("fckArtiContent');获得内容:var getValue= atContent.GetXHTML(true);设置文本:FCKeditorAPI.GetInstance("fckArtiContent'").SetHTML("setValue");
2010-08-09 11:07:00
420
搭建XMPP协议
2011-11-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人