码迷,mamicode.com
首页 >  
搜索关键字:spring data commons    ( 108903个结果
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
spring中getSession()连接关闭的问题
做OA项目中用到了从数据库读下拉框的值。方法的类被SPRING管理就是说不能通过new()得到对象。开始的做法是public static DictionarySelect getFromApplicationContext() {ApplicationContext ctx= new ClassP...
分类:编程语言   时间:2014-05-28 02:12:40    阅读次数:259
简单的水印输入框
using System;using System.Collections.Generic;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using Sys...
分类:其他好文   时间:2014-05-27 17:59:24    阅读次数:272
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
SpringMVC学习系列(10) 之 异常处理
在项目中如何处理出现的异常,在每个可能出现异常的地方都写代码捕捉异常?这显然是不合理的,当项目越来越大是也是不可维护的。那么如何保证我们处理异常的代码精简且便于维护呢?这就是本篇要讲的内容—>异常处理。在Spring MVC中我们可以通过以下2中途径来对异常进行集中处理:一.继承HandlerExc...
分类:编程语言   时间:2014-05-27 16:03:44    阅读次数:293
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
Spring AOP 关键词的理解
1.如下图所示: AOP的执行就是在什么时候,什么地方,做什么。2.关键词理解: 连接点(JoinPoint): 就是能够作为切点的一个个动作(方法),当然实际上不是所有连接点都当做切点的。 切点(Poincut):链接点中的一个或多个,切面会在这些点上来做文章(切点就是什么地方)。 通...
分类:编程语言   时间:2014-05-26 17:27:43    阅读次数:569
c++堆栈实现
A Stack is a data-structure that You can only add an element to the top of the Stack, andYou can only read or remove an element also from the top.Plea...
分类:编程语言   时间:2014-05-26 17:10:21    阅读次数:540
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!