07 2012 档案

摘要:定义和用法CONVERT() 函数是把日期转换为新数据类型的通用函数。CONVERT() 函数可以用不同的格式显示日期/时间数据。语法CONVERT(data_type(length),data_to_be_converted,style)data_type(length) 规定目标数据类型(带有可选的长度)。data_to_be_converted 含有需要转换的值。style 规定日期/时间的输出格式。可以使用的 style 值:Style IDStyle 格式100 或者 0mon dd yyyy hh:miAM (或者 PM)101mm/dd/yy102yy.mm.dd103dd/m. 阅读全文
posted @ 2012-07-19 16:57 做最好の自己 阅读(184) 评论(0) 推荐(0)
摘要:/Files/mikehhs/log4net.rar第一步:将引用添加到项目当中第二步:配置web.config文件在<configuration>节点下<configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net-net-1.0"/> </configSections> <log4net> <root> <level value 阅读全文
posted @ 2012-07-11 11:00 做最好の自己 阅读(313) 评论(0) 推荐(0)
摘要:问题描述1、Excel每个工作薄(sheet)生成记录行数2、asp.net关于导出Excel的一些问题的集锦3、下载失败,临时文件或其所在磁盘不可写4、未能加载文件或程序集“Microsoft.Office.Interop.Excel, Version=14.0.0.0,**5、IIS下发布操作Excel程序时遇到{00024500-00***即80070005错误6、System.ComponentModel.Win32Exception: 拒绝访问有关这这几个问题详解。问题所在环境操作系统WIndows Server2003、Windows7IIS6.*、IIS7.*需安装软件Offi. 阅读全文
posted @ 2012-07-11 10:47 做最好の自己 阅读(6725) 评论(0) 推荐(0)