使用asp.net导出Excel有多重方法。经过总结,现推荐一种简易方法,不用再记那些复杂的类名了。code:using
System.Data;using System.IO;//add Microsoft.Excel refference and set operation
right in s...
分类:
Web程序 时间:
2014-05-08 18:16:51
阅读次数:
276
一.参考http://www.csdn.net/article/a/2013-12-18/309280http://gtstorageworld.blog.51cto.com/908359/1269024http://www.searchstorage.com.cn/microsites/2014s...
分类:
Web程序 时间:
2014-05-08 17:38:56
阅读次数:
344
检查网站日期,发现内容如下:System.NullReferenceException:
未将对象引用设置到对象的实例。 在 URLRewriter.ModuleRewriter.Rewrite(String requestedPath,
HttpApplication app) 在 URL...
分类:
其他好文 时间:
2014-05-08 17:34:08
阅读次数:
275
命名空间:System.TransactonsMSDN解释:使代码块成为事务性代码,此类不能被继承。百度空间:在项目中引用using
System.Transaction命名空间。在using
中定义了一个TransactionScope,相当于定义了一个事物范围即,这个事务作用域为using内。在...
分类:
其他好文 时间:
2014-05-08 15:15:19
阅读次数:
289
把C:\Program Files (x86)\HTML Help
Workshop下的文件夹以及文件夹里面的东西复制粘贴到C:\Program Files\路径下。
tar zcvf fd.tar.gz * --exclude=file1
--exclude=dir1注意:1、--exclude=file1 而不是--exclude
file12、要排除一个目录是--exclude=dir1而不是--exclude=dir1/也可以在父目录打包tar zcvf ...
分类:
其他好文 时间:
2014-05-08 14:56:53
阅读次数:
216
《综述》跟Ruiy一起玩转Cobbler
本篇内容注主要涉及cobbler架构快速搭建,Cobbler命令行语法简单应用,Cobbler-WEB,system-config-kickStart基于Windows界面配置生成ks脚本模板,ks简单语法介绍等,关于Cobbler维护yum
repo,部....
分类:
其他好文 时间:
2014-05-08 14:56:21
阅读次数:
469
数据类型枚举:System.Data.SqlDbType
分类:
其他好文 时间:
2014-05-08 14:55:55
阅读次数:
239
一:实现功能,获得选中节点,在选中节点下添加节点,折叠,展开,删除,得到选中节点下checked项,选中根节点其下节点也选中,图标。上图二:相关代码using
System;using System.Collections.Generic;using System.ComponentModel;us...
@using(Html.BeginForm("AddNews","NewsMgr",FormMethod.Post,new{enctype="multipart/form-data"}))前台页面上使用form提交,但是HtmlAttribute必须有这个属性enctype="multipart/form-data"否则上传时提交到后台的Request.Files一直为空,count是0.后台页面收到请求后便可以..
分类:
Web程序 时间:
2014-05-08 10:52:02
阅读次数:
765