按需求修改一个报表,本想按照打印出来的报表内容搜索rml文件,找到需要修改的rml问加。但是发现搜索不到,后来查询报表动作,确认对应的rml文件中,没有发现
“报表中” 的字串。猜测可能是rml直接存入数据库了,果然在表ir_act_report_xml 中找到了report_rml_content...
分类:
其他好文 时间:
2014-05-28 04:21:33
阅读次数:
270
参考文件Yourphp\Lib\Action\User\PostAction.class.phppublic
function add() { $form=new Form(); $form->isadmin=0; $form->doThumb = ...
分类:
Web程序 时间:
2014-05-28 03:50:25
阅读次数:
334
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
数据类:package Thread.MyCommon;public class Data {
public int num = 0; public synchronized int getEven() { ++num;
Thread.yield();//让另...
分类:
编程语言 时间:
2014-05-28 00:36:30
阅读次数:
300
DescriptionGiven m sequences, each contains n
non-negative integer. Now we may select one number from each sequence to form a
sequence with m integers...
分类:
其他好文 时间:
2014-05-28 00:05:22
阅读次数:
298
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
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
用管理员身份运行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
(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
浅析ASP.NET回车提交事件[转]ASP.NET回车提交事件其实说到底并不是ASP.NET
的编程问题,却是关于html form 中的submit 按钮就是如何规划的具体讨论。
也可归于ASP.NET编程的一部分,那么ASP.NET回车提交事件的具体实现是怎么样的呢?下面我们具体的看下:ASP....
分类:
Web程序 时间:
2014-05-26 17:04:54
阅读次数:
323