上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<divstyle="display:block;background-image:url(images/logo.jpg);background-repeat:no-repeat;">&... 阅读全文
posted @ 2009-12-18 17:44 ForFreeDom 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 本质原因是 escape() 只是为 ASCII字符 做转换工作,转换成的 %unnnn 这样的码,如果要用更多的字符如 UTF-8字符库 就一定要用 encodeURIComponent() 或 encodeURI() 转换才可以成 %nn%nn 这的码才可以,就这么简单,多与少的问题,HOHO~所以所以,为了全球的统一化进程,在用 encodeURIComponent() 或 encodeUR... 阅读全文
posted @ 2009-12-16 18:31 ForFreeDom 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<divid="load"align="center"><imgsrc="http://sc.cnwebshow.com/upimg/allimg/070707/01294420.g... 阅读全文
posted @ 2009-12-12 13:50 ForFreeDom 阅读(1819) 评论(0) 推荐(0) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-... 阅读全文
posted @ 2009-12-10 14:16 ForFreeDom 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 代码 sql1="INSERTINTOtablename(Id,col1,col2)VALUES(@Id,@col1,@col2)updatetablename2setcol=@col";sql2="INSERTINTOtablename3(Id,col1,col2)VALUES(@Id,@col1,@col2)";//参数设置(略)using(SqlTransactiontran=SqlHelp... 阅读全文
posted @ 2009-12-09 11:22 ForFreeDom 阅读(3989) 评论(1) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//C#中可使用using关键字自动清除对象资源。//#MyObject.csusingSystem;namespaceMyProjects{publicclassMyObject:IDisposab... 阅读全文
posted @ 2009-12-09 11:15 ForFreeDom 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 前台页面:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<asp:TemplateFieldHeaderText="操作"><ItemTemplate><asp:LinkButtonID="LKdel"runat="... 阅读全文
posted @ 2009-12-08 15:29 ForFreeDom 阅读(167) 评论(1) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-t... 阅读全文
posted @ 2009-12-08 15:17 ForFreeDom 阅读(542) 评论(0) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-12-06 10:47 ForFreeDom 阅读(626) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionobjValue(obj){varst=document.documentElement.scrollTop;//滚动条距顶部的距离varsl=document.documentEle... 阅读全文
posted @ 2009-12-06 10:45 ForFreeDom 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页