在ireport里面你的报表默认没有查到任何数据时,就会显示:thedocumenthasnopages,如果想在没有数据时,也出现预览窗口,(假设你的ireport的语言是简体中文的),那就右键报表选择“属性”-->“More”在“whennodata”里面选“Allsections,nodetail”就可以了,如果报表没查出数据,就会显示预览窗口。ireport预览报错-thedocumenthasnopages解决方案
系统 2019-08-12 01:33:51 3311
Yourbrowserdoesn'tsupportthefeaturesrequiredbyimpress.js,soyouarepresentedwithasimplifiedversionofthispresentation.ForthebestexperiencepleaseusethelatestChrome,SafariorFirefoxbrowser.DiscoverapowerfulandsuitableJavascriptAutomatic
系统 2019-08-12 01:33:15 3311
转载发布测试的最后一步打包(Archive),Xcode4帮助文档有比较详细介绍,但是居然是错的,这里说明一下。1、设置“BuildSettings”,下图是官方文档截图,留意那个红框,居然说反了。"Skipinstall"一定要选NO,否则在下面的打包步骤后,Organizer看不到你的程序,就为这折腾我好些时间,国外论坛一堆问题,说我按照官方文档做了,怎么Organizer看不到程序。1.1选择adhoc证书.在“CodeSign
系统 2019-08-12 09:29:39 3310
Windows64位下装Oracle11g64位,PLSQLDeveloper使用出现以下问题:1、Database下拉框为空:2、强制输入用户名、密码及Database,登录弹出:引用InitialzationerrorCouldnotinitialize"...."Makesureyouhavethe32bitsOracleClientinstalled.OracleHomeKey:OracleHomeDir:...Found:oci.dllUsing
系统 2019-08-29 23:02:35 3308
一天select*fromT_newswheredatediff(day,addtime,getdate())=0三天select*fromT_newswheredatediff(day,addtime,getdate())<=2anddatediff(day,addtime,getdate())>=0一周select*fromT_newsWHERE(DATEPART(wk,addtime)=DATEPART(wk,GETDATE()))AND(DATEP
系统 2019-08-12 01:54:22 3306
DevelopingWebLogicServerApplicationsWebLogicServerApplicationClassloadingThefollowingsectionsprovideanoverviewofJavaclassloaders,followedbydetailsaboutWebLogicServerJ2E
系统 2019-08-29 22:45:09 3305
最近发现webapi很火,园内也有各种大神已经在研究,本人在asp.net官网上看到一个系列教程,原文地址:http://bitoftech.net/2013/11/25/detailed-tutorial-building-asp-net-web-api-restful-service/。于是打算跟着学一下,把学习过程记录在博客园的同时也分享给大家。每一篇结束后我都会把代码共享由于我也是刚开始入门技术能力有限,有问题大家一起讨论下吧系列导航一.使用Ent
系统 2019-08-29 22:21:59 3303
Redisisanopensource,advancedkey-valuestore.Itisoftenreferredtoasadatastructureserversincekeyscancontainstrings,hashes,lists,setsandsortedsets.--fromhttp://redis.io/redis是一个基于内存的高性能key-value数据库,数据都保存在内存中定期刷新到磁盘,以极高的读写效率而备受关注。他的特点是支
系统 2019-08-12 01:33:12 3303
今天导出一数据库数据,发现EXP-00091问题;连接到:OracleDatabase10gEnterpriseEditionRelease10.2.0.1.0-ProductionWiththePartitioning,OLAPandDataMiningoptions已导出ZHS16GBK字符集和AL16UTF16NCHAR字符集服务器使用AL32UTF8字符集(可能的字符集转换).正在导出表T_BJ_JZH2013导出了34行EXP-00091:正在导
系统 2019-08-12 01:54:58 3302
python3中用HTMLTestRunner.py报ImportError:Nomodulenamed'StringIO'的解决方法:1.原因是官网的是python2语法写的,看官手动把官网的HTMLTestRunner.py改成python3的语法:参考:http://bbs.chinaunix.net/thread-4154743-1-1.html下载地址:http://tungwaiyip.info/software/HTMLTestRunner.
系统 2019-09-27 17:46:59 3301