最新项目稍有空隙,开始研究SQL Server
2012和2014的一些BI特性,参照(Matt)的一个示例,我们开始体验SSIS中的CDC(Change Data
Capture,变更数据捕获)。注:如果需要了解关于SQL Server 2008中的CDC,请看这里http://www.cnblo...
分类:
其他好文 时间:
2014-07-22 23:13:55
阅读次数:
676
安装MongoDB 将解压所得的bin文件夹内文件部署于C:\mongodb\bin 建立数据库文件夹
C:\mongodb\data\db 准备以下内容的配置文件mongodb.cfg dbpath=C:\mongodb\data\db
#数据库路径logpath=C:\mongodb\data\...
分类:
数据库 时间:
2014-07-22 23:08:34
阅读次数:
338
class Work { [DllImport("user32.dll")] static
extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr
extr...
分类:
其他好文 时间:
2014-07-22 23:06:55
阅读次数:
347
$.ajax({type:"get", url:"http://",
data:"name="+userid+"&password="+password,async:true,
error:function(request){alert("Connectionerror"); }, success:...
分类:
Web程序 时间:
2014-07-22 23:06:54
阅读次数:
373
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
一.界面设计 二.具体代码 using System; using
System.Collections.Generic; using System.ComponentModel; using
System.Configuration; using System.Data; using System...
分类:
其他好文 时间:
2014-05-01 15:26:48
阅读次数:
345
刚开始以为是兼容性问题……后来,发现居然是自定义的data数据多了个逗号。本来定义了多个数据,有一次把后面几条数据删除了,保留下来的最后一条数据后面的逗号没去掉。--!
分类:
Web程序 时间:
2014-05-01 14:32:55
阅读次数:
932
WCF数据服务(WCF Data Service )是.NET
Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open
Data Protocol)开放数据协议ODa...
分类:
其他好文 时间:
2014-05-01 14:23:12
阅读次数:
353
1.this.dsConfig = new DataSet();//使用指定的文件将 XML
架构和数据读入 System.Data.DataSet。
this.dsConfig.ReadXml(System.Windows.Forms.Application.StartupP...
分类:
其他好文 时间:
2014-05-01 13:47:02
阅读次数:
304
活动目录(Active Directory)是面向Windows Standard
Server、Windows Enterprise Server以及 Windows Datacenter Server的目录服务。(Active
Directory不能运行在Windows Web Server上,...
分类:
其他好文 时间:
2014-05-01 01:56:58
阅读次数:
715