[转][html][jquery]
摘要:$('a').css("cssText","background:#fff !important;color:#2d6dcc !important;") $('b').css({"background":"url(pic.png) no-repeat center center"}) code{ display: inline-block; width: 20px;height:5px;...
阅读全文
posted @
2018-01-23 17:39
z5337
阅读(110)
推荐(0) 编辑
[转]SQL Server 中 Cast 与 Convert
摘要:两者都用于:将一种数据类型的表达式转换为另一种数据类型的表达式。 安装有 Sql Server 2008 时可以浏览:ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.zh-CHS/s10de_6tsql/html/a87d0850-c670-4720-9ad5-6f5a22
阅读全文
posted @
2018-01-18 18:16
z5337
阅读(317)
推荐(0) 编辑
[转][Chrome]浏览器粘贴行为
摘要:本文来自:https://www.zhihu.com/question/20893119/answer/19452676 经测试,仅支持 Chrome 浏览器,可支持 文字、图片、Excel 粘贴。
阅读全文
posted @
2018-01-12 14:34
z5337
阅读(760)
推荐(0) 编辑
[转]生成 Excel.dll
摘要:来自:http://bbs.csdn.net/topics/330137762 默认的情况下microsoft excel 11.0 object library对象是一个.exe文件,所以我们需要利用工具Tlbimp.exe 生成主 Interop 程序集:1)使用VS命令行工具;2)把Excel
阅读全文
posted @
2018-01-08 10:12
z5337
阅读(1111)
推荐(0) 编辑
[转]IIS 允许/禁止 目录浏览
摘要:enabled = true -> 允许目录浏览,子目录继承。 false 则禁止。 本文来自:http://bbs.csdn.net/topics/340206938
阅读全文
posted @
2018-01-04 14:30
z5337
阅读(3774)
推荐(0) 编辑