码迷,mamicode.com
首页 >  
搜索关键字:load data    ( 80912个结果
多线程
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:编程语言   时间:2014-05-29 04:01:44    阅读次数:276
Abstract Factory(抽象工厂模式)
System.Data.Common.DbProviderFactory public abstract class DbProviderFactory { public virtual DbConnection CreateConnection() { return null; ...
分类:其他好文   时间:2014-05-29 03:51:28    阅读次数:210
MVC扩展Filter,通过继承HandleErrorAttribute,使用log4net或ELMAH组件记录服务端500错误、HttpException、Ajax异常等
□ 接口 public interface IExceptionFilter{ void OnException(ExceptionContext filterContext);} ExceptionContext继承于ControllerContext,从中可以获得路由数据route data、H...
分类:Web程序   时间:2014-05-29 02:58:50    阅读次数:309
01-05-01-1【Nhibernate (版本3.3.1.4000) 出入江湖】延迟加载及其class和集合(set、bag等)的Lazy属性配置组合对Get和Load方法的影响
这篇文章http://ayende.com/blog/3988/nhibernate-the-difference-between-get-load-and-querying-by-idOne of the more common mistakes that I see people doing w...
分类:系统相关   时间:2014-05-29 02:45:27    阅读次数:362
openerp 报表字段 report_rml_content_data
按需求修改一个报表,本想按照打印出来的报表内容搜索rml文件,找到需要修改的rml问加。但是发现搜索不到,后来查询报表动作,确认对应的rml文件中,没有发现 “报表中” 的字串。猜测可能是rml直接存入数据库了,果然在表ir_act_report_xml 中找到了report_rml_content...
分类:其他好文   时间:2014-05-28 04:21:33    阅读次数:270
Oracle Data Pump不使用直接路径加载的场景
Situations in Which Direct Path Load Is Not UsedIf any of the following conditions exist for a table, then Data Pump uses external tables rather than ...
分类:数据库   时间:2014-05-28 03:03:56    阅读次数:361
Java多线程之简单的线程同步实例
数据类:package Thread.MyCommon;public class Data { public int num = 0; public synchronized int getEven() { ++num; Thread.yield();//让另...
分类:编程语言   时间:2014-05-28 00:36:30    阅读次数:300
Building the Unstructured Data Warehouse: Architecture, Analysis, and Design
earn essential techniques from data warehouse legend Bill Inmon on how to build the reporting environment your business needs now!Answers for many val...
分类:其他好文   时间:2014-05-27 17:47:41    阅读次数:361
安装MongoDB 到服务器
用管理员身份运行CMD> cd C:\Program Files\mongodb\bin> C:\Program Files\mongodb\bin>mongod --dbpath "C:\Program Files\mongodb\data\db" --logpath "C:\Program Fi...
分类:数据库   时间:2014-05-27 16:12:25    阅读次数:337
Definition of:payload
(1)Refers to the "actual data" in a packet or file minus all headers attached for transport and minus all descriptive meta-data. In a network packet, ...
分类:其他好文   时间:2014-05-27 15:39:17    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!