yzx99

导航

 
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页

2008年8月2日

摘要: 一个GIF的文件,把它后缀名改为JPG,然后IE中显示,就不行了 阅读全文
posted @ 2008-08-02 11:52 yzx99 阅读(201) 评论(0) 推荐(0) 编辑
 
摘要: 在文本框中的onkeypress事件中,event.keyCode表示键盘输入的值,但keyCode要注意大小写,key都是小写,就Code的C要大写。 阅读全文
posted @ 2008-08-02 11:51 yzx99 阅读(206) 评论(0) 推荐(0) 编辑
 
摘要: 在javascript代码中,输入 if (event.keyCode==13) xxxxxx 开头用response.redirect,结果系统提示没有定义 后来用location.href,又是没有反应 最后用Form1.submit,成功了。 阅读全文
posted @ 2008-08-02 11:50 yzx99 阅读(430) 评论(0) 推荐(0) 编辑
 
摘要: 转义符 字符名 \' 单引号 \" 双引号 \\ 反斜杠 \0 空字符 \a 感叹号 \b 退格 \f 换页 \n 新行 \r 回车 \t 水平tab \v 垂直tab 阅读全文
posted @ 2008-08-02 11:49 yzx99 阅读(178) 评论(0) 推荐(0) 编辑
 
摘要: 的方法可以避免缓冲区的泄漏, JS后缀名改为ASP,也可一定程度地改进 阅读全文
posted @ 2008-08-02 11:49 yzx99 阅读(149) 评论(0) 推荐(0) 编辑
 
摘要: document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n该文章转载自网络大本营:"+location.href; clipboardData... 阅读全文
posted @ 2008-08-02 11:48 yzx99 阅读(130) 评论(0) 推荐(0) 编辑
 
摘要: HTML中改写 asp:button 改为 input type=button 删除 Text=aaa 改为 Value=aaa CS中 protected System.Web.UI.WebControls.Button Button1; protected System.Web.UI.HtmlControls.HtmlInputButton Button1; 如果有事件的,那要删除 #regi... 阅读全文
posted @ 2008-08-02 11:47 yzx99 阅读(220) 评论(0) 推荐(0) 编辑
 
摘要: // CrystalReport.rpt是水晶报表文件的名称;CrystalReportSource1是从工具箱加到页面上的水晶报表数据源对像。 CrystalReportSource1.ReportDocument.Load(Server.MapPath("CrystalReport.rpt")); // SetDatabaseLogon 拉模式中必须用这个方法来设置登录信息,参数一:用户名;参... 阅读全文
posted @ 2008-08-02 11:44 yzx99 阅读(298) 评论(0) 推荐(0) 编辑
 
摘要: “System.Configuration.ConfigurationSettings.AppSettings” 已过时“This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings” 答:在项目中添加引用Sys... 阅读全文
posted @ 2008-08-02 11:41 yzx99 阅读(201) 评论(0) 推荐(0) 编辑
 
摘要: char s = char.parse("s"); int i = (int)s; lPassAsc = (int)sPass.Substring(lPassPos, 1).ToCharArray()[0]; string sRet = ((char)65).ToString(); 阅读全文
posted @ 2008-08-02 11:41 yzx99 阅读(456) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 30 下一页