`
文章列表
可以通过设置 柱间宽度 来调整    chart 界面的第三个标签页 --》 chart Area  --》 general properties --》 unit spacing (0-100) 附件中 有图片    
网上搜索到的文章 http://blog.csdn.net/jiangfeng08/article/details/5718456   http://www.cnblogs.com/OceanChen/archive/2009/02/11/1388185.html     http://cnhnslhs-163-com.iteye.com/blog/1343678       自己的需求 读txt 文件,改变表字段的值 update_customer_rank.txt的格式如下: 13123423126 13123423123 13123423125 1312 ...

birt 应用

    博客分类:
  • birt
1.birt头斜线 http://www.birthome.com/read.php?tid-1170.html     2.交叉报表 表头多一行 http://www.birthome.com/read.php?tid-2382.html     3.交叉报表中,count 的字段为空 怎么默认为0? 点击交叉表,脚本,onprepare中添加下面一段js,则空的字段默认都为0 /**  * Called when crosstab is being prepared.  *  * @param crosstab  *            ICrosstab ...

birt 错误归纳

    博客分类:
  • birt
eclipse 中发布birt的web项目到tomcat 中 报错1: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:C:\Program Files\Java\jre1.6.0_03\bin;C:\eclipse\plugins\com.genuitec.eclipse.easie.tomcat.myeclipse_6.0.1.zmye.................... ...
我写的hql为: from Department as d where d.employees.name='Tom'; 运行时出现异常:org.hibernate.QueryException: illegal attempt to dereference collection 是因为:在上面的HQL语句中,Department的关联实体employees是一个集合,而不直接是一个Employee实体。 在Hibernate3.2.2以前的版本,Hibernate会对关联实体自动使用隐式的inner join, 也就是说如下SQL语句不会有任何问题 :from D ...
hibernate manytomany            public class Tag implements Serializable {   private ArrayList<Advertisement> advertisements = new ArrayList<Advertisement>();   @ManyToMany(mappedBy="tags")        public ArrayList<Advertisement> getAdvertisements() {       ...
  错误:Launcher does not have the permission to launch Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.small.test/.SmalltestAndroidActivity }. Make sure to create a MAIN intent-filter for the corresponding activity or use the exported attribute for ...
前2天突然发现eclipse中的Android模拟器启动不了了。   *.java 文件 和 main.xml 文件都没有错误。 在左边的项目目录里,项目名上有红叉,其它地方没有。     Eclipse 编译 Android工程时,提示该错误 :Error generating final archive: Debug certificate expired on xxxxxx(日期) 解决办法:   linux:Window--》Preferences--》Android--》Build中Default debug keystore显示了地址“/home/jin ...
public class ExampleService extends Service { int mStartMode; // 表明在service被杀后的行为 IBinder mBinder; // 客户端绑定到的接口 boolean mAllowRebind; // 表明onRebind是否应被使用 @Override public void onCreate() { // The service is b ...
 本文汇总整理了时下关于Google Android技术教程的下载资源,供参考。  一、入门级: 《Android中文教程》中文版  [简介]:《Android中文教程》简单易懂,对初学Android的人来说有着很好的帮助。  [下载]:http://www.apkbus.com/android-406-1-1.html    《Android中文教程》中文版  [简介]:《Android入门手册》中文版,比较不错的入门读物,介绍了怎样搭建环境之类的基础知识。 [下载]:http://www.apkbus.com/android-13500-1-1.html ...

Android 源码

android.jar 中部分包 android.app :提供高层的程序模型、提供基本的运行环境 android.content :包含各种的对设备上的数据进行访问和发布的类 android.database :通过内容提供者浏览和操作数据库 android.graphics :底层的图形库,包含画布,颜色过滤,点,矩形,可以将他们直接绘制到屏幕上 . android.location :定位和相关服务的类 android.media :提供一些类管理多种音频、视频的媒体接口 android.net : ...
错误:java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'   问题在于listview在xml中是定义的有问题,一定要写成 <ListView android:id="@android:id/list"//这里必须是android:id/list    
浅析Android线程模型http://www.cppblog.com/fwxjj/archive/2010/05/31/116787.html Android线程模型(Painless Threading)http://www.cppblog.com/fwxjj/archive/2010/05/31/116788.html 有关Android线程的学习 http://android.blog.51cto.com/268543/343823 Android中Message机制的灵活应用http://qaohao.iteye.com/blog/509145 Android ...
在androidmanifest.xml中声明相关权限请求, 完整列表如下: android.permission.ACCESS_CHECKIN_PROPERTIES 允许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the “properties” table in the checkin database, to change value ...
有需要做邮箱客户端的朋友可以参考  k9mail 源码下载地址:https://github.com/k9mail/k-9/tree/4.112     版本4.112 我测试使用的是:163邮箱 163IMAP协议地址:http://help.163.com/10/1109/10/6L1SIHRJ00753VB8.html
Global site tag (gtag.js) - Google Analytics