码迷,mamicode.com
首页 >  
搜索关键字:crystal report 主子报表    ( 2285个结果
获取当前登录用户的IP地址代码
1 *&---------------------------------------------------------------------* 2 *& Report YDEMO_RICK 3 *& 4 *&-----------------------------------------.....
分类:其他好文   时间:2014-08-19 12:40:14    阅读次数:238
puppet学习—默认WEBRick安装DashBoard
DashBoard是puppet的控制台,用于显示puppetmaster和puppetagent的相关信息。本文以默认的WEBRick提供Web服务。DashBoard安装在master.test.com。并且在客户端配置文件做如下配置#vim/etc/puppet/puppet.conf[agent]report=true一、安装依赖软件包#rpm-ivhhttp://yum.puppetlab..
分类:Web程序   时间:2014-08-18 18:52:03    阅读次数:294
Codeforces Round #259 (Div. 2) A/B/C/D
A Little Pony and Crystal Mine 题意:给一个奇数n,打印菱形图案,整个图形占n*n格。 例如--->输入3,则打印图案如下 *D* DDD *D* 算法: 由中间那行为n个D,以t = n/2为界先打上半边,每一行由D隔开的*的个数为离中间行的距离。 D的个数为n-当前行离中间行的距离*2。 下半边同理。 #in...
分类:其他好文   时间:2014-08-18 16:20:22    阅读次数:249
自己开发网站全文检索系统
本文是我写的一篇数据库相关的作业Report,在这里贴出来 1. 概述 1.1. 问题提出 假如你拥有一个庞大的网站,内容又多,那么来访者往往很难找到自己所需要的东东,这时候你就需要一个站内搜索来帮助来访者更快的找...
分类:Web程序   时间:2014-08-16 18:35:41    阅读次数:398
Codeforces Round #259 (Div. 2)
A. Little Pony and Crystal Mine题意:输出一个类似于十字形的东西题解:直接打印即可。。。代码: 1 var n,i,j:longint; 2 begin 3 readln(n); 4 for i:=1 to n>>1 do 5 begin 6 f...
分类:其他好文   时间:2014-08-16 02:16:09    阅读次数:207
A. Little Pony and Crystal Mine
Twilight Sparkle once got a crystal from the Crystal Mine. A crystal of size n (n is odd; n?>?1) is an n?×?n matrix with a diamond inscribed into it.Y...
分类:其他好文   时间:2014-08-15 20:54:59    阅读次数:210
在一个页面显示多个iChart报表
Project Report --%> ...
分类:其他好文   时间:2014-08-15 18:00:19    阅读次数:238
Windows 7 incorrectly reports "No Internet Access"
PROBLEM DESCRIPTIONWindows 7 may sometimes report that it has "No Internet Access"; this is visible via the System Tray icon showing a yellow exclamat...
分类:数据库   时间:2014-08-15 17:41:29    阅读次数:330
reading notes -- A Report from the Trenches
Building, Maintaining, and Using Knowledge Bases:A Report from the TrenchesABSTRACT一个知识库(KB) 是一个集合,包含有概念,实例和关系。论文中描述了一个工业级使用的知识库,从建立维护到使用的全过程。尤其是建立,更新...
分类:其他好文   时间:2014-08-15 17:19:19    阅读次数:267
XML Publisher Report Issues, Recommendations and Errors
In this Document   Purpose   Questions and Answers   References APPLIES TO: Oracle Process Manufacturing Financials - Version 11.5.9 to 12.1.3 [Rele...
分类:其他好文   时间:2014-08-15 10:42:28    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!