摘要:
// JScript 文件//实现Active 控件的自动激活if(typeof(dclk_isDartRichMediaLoaded) == "undefined") { dclk_isDartRichMediaLoaded = true; function dclkWrite(str){ if(dclk_shouldOverride) { dclk_original_documentWrite... 阅读全文
摘要:
代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<styletype="text/css">.tooltip{display:none;position:absolute;z-index:1001;left:10px;top:15px... 阅读全文
摘要:
asp.net 2.0多语言网站解决方案 作者:huerreson 时间: 2008-08-21 文档类型:原创 来自:蓝色理想 原文:http://huerreson.cn/post/aspdotnet-multi-languages-solution.aspxasp.net 2.0中的App_GlobalResources可以用来解决本地化的问题,程序会根据浏览器的语言首选项自动判断显示出本地... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="Default2.aspx.cs"Inherits="Default2"%><... 阅读全文
摘要:
经典SQL----行列转换 标题:普通行列转换(version 2.0)说明:普通行列转换(version 1.0)仅针对sql server 2000提供静态和动态写法,version 2.0增加sql server 2005的有关写法。问题:假设有张学生成绩表(tb)如下:姓名 课程 分数张三 语文 74张三 数学 83张三 物理 93李四 语文 74李四 数学 84李四 物理 94想变成(得到如下结果): 姓名 语文 数学 物理 ---- ---- ---- ----李四 74 84 94张三 74 83 93-------------------*/create table tb(姓名 阅读全文
摘要:
#region 防止代碼注入 /// <summary> /// 防止HTML代碼注入 /// </summary> /// <param name="NoteContent"></param> /// <returns></returns> public string ExchangeNote(string NoteCont... 阅读全文
摘要:
<!--function window.onload(){var s="万与丑专业丛东丝丢两严丧个丬丰临为丽举么义乌乐乔习乡书买乱争于亏云亘亚产亩亲亵亸亿仅从仑仓仪们价众优伙会伛伞伟传伤伥伦伧伪伫体余佣佥侠侣侥侦侧侨侩侪侬俣俦俨俩俪俭债倾偬偻偾偿傥傧储傩儿兑兖党兰关兴兹养兽冁内冈册写军农冢冯冲决况冻净凄凉凌减凑凛几凤凫凭凯击凼凿刍划刘则刚创删别刬刭刽刿剀剂剐剑剥剧劝办务劢动励劲劳势勋勐勚匀匦... 阅读全文
摘要:
JS 上传图片 提前预览功能 .NET<script>function yulan(){var fileext=document.form1.UpFile.value.substring(document.form1.UpFile.value.lastIndexOf("."),document.form1.UpFile.value.length) fileext=fileext.toL... 阅读全文
摘要:
横虚线 、竖虚线的制做横虚线1<div style="width:1000;height:1;;border-top:1px dotted #000000"></div>2<s style="width:1000;height:1;border-top:1px dotted #000000"></s>3<b style="width:1000;... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<inputonfocus="this.style.imeMode='active'"/><%--active代表输入法为中文--%><inputonfocus="thi... 阅读全文