码迷,mamicode.com
首页 >  
搜索关键字:crystal report 主子报表    ( 2285个结果
让 Delphi 程序只运行一个副本
program mutex; uses ? Windows, ? Forms, ? Unit1 in ‘Unit1.pas‘ {Form1}; {$R *.res} const ? MutexStr = ‘4C3201D5-6A5A-4B8B-A2F0-B103985705F4‘; // GUID var ? hAppMutex: THandle; begin ? Report...
分类:Windows程序   时间:2015-01-27 09:36:30    阅读次数:196
hadoop 常用命令行操作小结
1、检测hadoop运行状态信息 hadoop dfsadmin -report 打印出hadoop中硬盘的使用信息 2、 hadoop中创建归档文件 hadoop archive -archiveName example.har -p /tmp/input dir1 dir2 -r 2 /...
分类:其他好文   时间:2015-01-26 21:02:51    阅读次数:202
用插件maven-surefire-report-plugin生成html格式测试报告
在默认情况下,执行maven test/maven package/maven install命令时会在target/surefire-reports目录下生成txt和xml格式的输出信息。其实maven也可以生成html格式的报告,只需要用一个插件即可:maven-surefire-report-...
分类:Web程序   时间:2015-01-26 20:55:17    阅读次数:1150
更新内测环境
内测更新步骤 ? ???? ?Mis:主干:trunk代码? sql存储?? report报表 ?? ?内测分支:br_uat_130921代码?? sql_br_uat_130921存储?? report_uat_140607报表 ???生产分支(uat):br_online_140...
分类:其他好文   时间:2015-01-26 19:32:57    阅读次数:315
Sql Server Report 导出到EXCEL 指定行高
在SQL SERVER REPORT 2005做报表的时候,发现在report中指定的行高没有用。google了一下,找到了解决方法。Make both CanGrow and CanShrink are False for all of the cells in the row. This i.....
分类:数据库   时间:2015-01-26 11:45:28    阅读次数:295
Android 常用的常量
常用的Android常量1.Activity Action字符串常量("android.intent.action."+) 描述ALL_APPS 列出设备上所有可用的应用程序ANSWER 接听来电BUG_REPORT 为报告bug启动一个ActivityCALL 拨出Data里...
分类:移动开发   时间:2015-01-26 01:12:52    阅读次数:241
MFC 记录 CListCtrl 学习使用
1.图标模式 Icon2.小图标模式 Small Icon3.列表模式 List4.报表模式 Report这里拿Report作为例子:List风格以及扩展风格内容: LONG lStyle; lStyle = GetWindowLong(m_list.m_hWnd, GWL_...
分类:编程语言   时间:2015-01-25 12:24:08    阅读次数:346
redis JedisConnectionException: Could not get a resource from the pool
HTTP Status 500 - Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pooltype Exception report message Cannot ...
分类:其他好文   时间:2015-01-23 11:15:23    阅读次数:308
Dynamic CRM 2013学习笔记(二十九)reporting service 常见问题
在报表开发过程中,经常会遇到各种各样的问题,比如The report cannot be displayed. (rsProcessingAborted),一点有意义的提示都没有;再就是分页问题,经常我们想把一条记录放在一页,下一条记录另起一页,而不是紧连在上一条记录的后面;有时我们还会出现上传报表...
分类:其他好文   时间:2015-01-21 22:05:53    阅读次数:173
abap 选择屏幕文件、路径选取模板 (转)
转:*&---------------------------------------------------------------------**& Report Z_BARRY_FILE_SELECT*&*&-------------------------------------------...
分类:其他好文   时间:2015-01-21 15:05:31    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!