上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页
摘要: CustomValidator的使用方法 CustomValidator 是一个提供灵活验证方式的控件,它也能在客户端和服务器端验证,分别提供了两种验证的方法原型:服务器端验证: void ServerValidation (object source, ServerValidateEventArg 阅读全文
posted @ 2016-06-01 16:02 凡的世界 阅读(225) 评论(0) 推荐(0)
摘要: Aspose是一个很强大的控件,可以用来操作word,excel,ppt等文件,用这个控件来导入、导出数据非常方便。其中 Aspose.Cells就是用来操作Excel的,功能有很多。我所用的是最基本的功能,读取Excel的数据并导入到Dataset或数据库中。读取 Excel表格数据的代码如下: 阅读全文
posted @ 2016-05-31 19:35 凡的世界 阅读(519) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select b.[value] from sys.columns a left join sys. 阅读全文
posted @ 2016-04-18 11:28 凡的世界 阅读(307) 评论(0) 推荐(0)
摘要: 1. What is a logical data mapping and what does it mean to the ETL team? 什么是逻辑数据映射?它对ETL项目组的作用是什么? 答:逻辑数据映射(Logical Data Map)用来描述源系统的数据定义、目标数据仓库的模型以及将 阅读全文
posted @ 2016-04-13 15:38 凡的世界 阅读(1674) 评论(0) 推荐(0)
摘要: Summary There isn't a lot of documentation on the internet about how to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0, so I thou 阅读全文
posted @ 2016-04-08 16:01 凡的世界 阅读(1100) 评论(0) 推荐(0)
摘要: 很多关于.NET 4.0新特性的介绍,缓存功能的增强肯定是不会被忽略的一个重要亮点。在很多文档中都会介绍到在.NET 4.0中,缓存功能的增强主要是在扩展性方面做了改进,改变了原来只能利用内存进行缓存的局限,允许用户在不改变代码的情况下通过修改配置的方式,灵活的 切换缓存介质。Cache Provi 阅读全文
posted @ 2016-04-06 14:45 凡的世界 阅读(366) 评论(0) 推荐(0)
摘要: 昨晚遇到的这个问题,也知道Notifications service依赖底层的Service broker的。本以为只需要执行以下脚本对数据库启用Service broker即可。 alter database DBNAME set enable_broker 但是,执行后,脚本一直处于执行状态,不 阅读全文
posted @ 2016-04-06 11:03 凡的世界 阅读(5220) 评论(0) 推荐(0)
摘要: 在解释ASP.NET中的缓存管理之前,我先澄清一下,不同的人使用不同的术语来解释同样的概念,有些人把它描述为状态管理,有些人描述为缓存管理。我喜欢用缓存管理,或许是因为我喜欢这个词“Cache”吧。 但是就所指含义来说,它们两个没有区别。现在让我们来探讨一下在ASP.NET环境下缓存管理的各个方面吧。 阅读全文
posted @ 2016-04-05 13:53 凡的世界 阅读(430) 评论(0) 推荐(0)
摘要: 标签:.net transactionscope 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://cnn237111.blog.51cto.com/2359144/1271600 在.net 1.1的时代,还没有Transacti 阅读全文
posted @ 2016-03-10 22:05 凡的世界 阅读(654) 评论(0) 推荐(0)
摘要: 学习技术知识一个好的方法是先动手,再深入, 给出一个最简单的Remoting程序示例(C#)如下: Step1:创建类库(DLL)工程RemotingObjects,类Person代码如下: [csharp] view plain copy print? using System; using Sy 阅读全文
posted @ 2016-02-21 18:21 凡的世界 阅读(353) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 32 下一页