摘要: jasper pass field data from main report to subreport can use it to filter data. 阅读全文
posted @ 2016-12-13 17:24 天天好心情啊 阅读(226) 评论(0) 推荐(0)
摘要: jasper pass csv data from main to sub report 阅读全文
posted @ 2016-12-13 16:54 天天好心情啊 阅读(272) 评论(0) 推荐(0)
摘要: Error detail: summary: detail: set via properties: 阅读全文
posted @ 2016-12-13 16:42 天天好心情啊 阅读(1126) 评论(0) 推荐(0)
摘要: 1.简介 sed是非交互式的编辑器。它不会修改文件,除非使用shell重定向来保存结果。默认情况下,所有的输出行都被打印到屏幕上。 sed编辑器逐行处理文件(或输入),并将结果发送到屏幕。具体过程如下:首先sed把当前正在处理的行保存在一个临时缓存区中(也称为模式空间),然后处理临时缓冲区中的行,完 阅读全文
posted @ 2016-12-09 17:23 天天好心情啊 阅读(237) 评论(0) 推荐(0)
摘要: ant -f buildFileName -Dpropretyname1=value1 -Dpropretyname2=value2 阅读全文
posted @ 2016-12-06 14:57 天天好心情啊 阅读(238) 评论(0) 推荐(0)
摘要: Description Sets the DSTAMP, TSTAMP, and TODAY properties in the current project. By default, the DSTAMP property is in the format "yyyyMMdd", TSTAMP  阅读全文
posted @ 2016-12-05 11:39 天天好心情啊 阅读(495) 评论(0) 推荐(0)
摘要: Description Adjusts a text file to local conventions. The set of files to be adjusted can be refined with the includes, includesfile, excludes, exclud 阅读全文
posted @ 2016-12-05 11:33 天天好心情啊 阅读(514) 评论(0) 推荐(0)
摘要: ant里面mapper的详细用法 ant里面mapper标签是和fileset配合使用的,目的就是把fileset取出的文件名转成指定的样式。其实看懂官方文档后,感觉真心没啥好写的。但是还是写一下把。 1.<mapper type="identity"/> 就是啥都不干。fileset是啥样子,返回 阅读全文
posted @ 2016-12-05 10:49 天天好心情啊 阅读(255) 评论(0) 推荐(0)
摘要: cd -- filename/dirName 阅读全文
posted @ 2016-11-28 15:40 天天好心情啊 阅读(215) 评论(0) 推荐(0)
摘要: 1、create a measure 2、add the measure $V{myField} to crosstab cell 阅读全文
posted @ 2016-11-28 09:44 天天好心情啊 阅读(203) 评论(0) 推荐(0)
摘要: Shell符号及各种解释对照表: 注释符号(Hashmark[Comments]) 1.在shell文件的行首,作为shebang标记,#!/bin/bash; 2. 其他地方作为注释使用,在一行中,#后面的内容并不会被执行,除非; 3. 但是用单/双引号包围时,#作为#号字符本身,不具有注释作用。 阅读全文
posted @ 2016-11-23 12:00 天天好心情啊 阅读(952) 评论(0) 推荐(0)
摘要: Recommendation is to use the bash shell, because he is strong enough, and absorbed the useful properties of ksh,csh,sh. 阅读全文
posted @ 2016-11-23 11:58 天天好心情啊 阅读(204) 评论(0) 推荐(0)
摘要: subreport pass data to main report 子报表传值到主报表 阅读全文
posted @ 2016-11-14 16:28 天天好心情啊 阅读(239) 评论(0) 推荐(0)
摘要: Jasper_table_resolve multiple copies of table in detail band issue 阅读全文
posted @ 2016-11-14 10:19 天天好心情啊 阅读(147) 评论(0) 推荐(0)
摘要: demo result : header part : col1111 data source: jasper file : <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.2. 阅读全文
posted @ 2016-11-04 14:17 天天好心情啊 阅读(473) 评论(0) 推荐(0)
摘要: About NFS (Network File System) Mounts NFS mounts work to share a directory between several servers. This has the advantage of saving disk space, as t 阅读全文
posted @ 2016-11-03 14:01 天天好心情啊 阅读(343) 评论(0) 推荐(0)
摘要: Un signe, une larme 魂牵 泪扰 un mot, une arme 字断 情烧 nettoyer les étoiles à l'alcool de mon ame 灵魂之酒眷洗 星辰醉染鹊桥 Un vide, un mal 空虚 寂寥 des roses qui se fanent 秋尽风惹花凋 quelqu'un qui prend la place de(zuochamo... 阅读全文
posted @ 2016-11-02 14:31 天天好心情啊 阅读(474) 评论(0) 推荐(0)
摘要: SUMMARY:two server : A , Bsource server : Adestination server : Bthe steps of migrate data from A to B without password.(1) generate A public key.(2) 阅读全文
posted @ 2016-10-28 17:11 天天好心情啊 阅读(412) 评论(0) 推荐(1)
摘要: scp是secure copy的简写,用于在Linux下进行远程拷贝文件的命令,和它类似的命令有cp,不过cp只是在本机进行拷贝不能跨服务器,而且scp传输是加密的。可能会稍微影响一下速度。当你服务器硬盘变为只读 read only system时,用scp可以帮你把文件移出来。另外,scp还非常不 阅读全文
posted @ 2016-10-28 15:37 天天好心情啊 阅读(256) 评论(0) 推荐(0)
摘要: 第一步:登录已有的Linux系统,使用root账户,登录好以后,如下图: 这样,就登录到Linux系统中,而且是用root用户登录的 注意:如果,你想要创建用户和用户组,那么你当前登录的用户必须有root权限,或者登录的就是root用户 第二步:创建组 如果,你不知道创建组的格式,那么就输入: gr 阅读全文
posted @ 2016-10-27 16:43 天天好心情啊 阅读(471) 评论(0) 推荐(0)