`
01jiangwei01
  • 浏览: 542256 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
今天在看Engines 管理,这里把所有的引擎罗列一下。希望有知道其功能的与我一起完成此博客。 写道 id desc name label 功能 1 Dashboard Engine     Dashboard Engine         SpagoBIDashboardEng2 JFree Chart Engine   JFreeChart Engine     SpagoBIJFreeChartEng3 Dossier Engine   Dossier Engine     SpagoBIDossierEngine4 Office Document Engine   Offic ...
下载网址:http://forge.ow2.org/project/showfiles.php?group_id=204。 下载SpagoBI-src-4.0.0_05072013.zip源码,All-In-One-SpagoBI-4.0-09072013.zip源码和mysql-dbscript-4.0.0_12072013.zip。 配置文件参考网址:http://wiki.spagobi.org/xwiki/bin/view/spagobi_server/Installation_v3 此处稍有不同,在tomcat配置文件中server.xml中 <GlobalNamin ...
近日兴起,研究一下SpagoBI-4.0。下载SpagoBI-src-4.0.0源码,进行研究。这里记下研究的步骤。 首先按照官网说明,下载需要的资料。我这里配置使用mysql数据库。解压源码后发现有cas,先搭建之。cas本文sso之用。我简单看了一下代码,进行了部分修改,这里记下重要步骤。 1,jar文件中缺少数据库连接的jar文件,需要自己手动添加 2,AuthenticationUtility加载cas_spagobi.properties文件,修改cas_spagobi.properties中的相应属性 3,访问表sbi_user,密码采用it.eng.spagobi.auth ...
忙了一天,终于把框架搭建起来了,很高兴。公司要求使用 jersey 1.17+spring 3.1.0.RELEASE+hibernate 3.3.1.GA   来完成框架,以前都用springmvc的。今天新东西就当学些了。下面把配置文件及源代码部署出来,供参考。pom.xml内容如下   <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= ...
最近公司要求搭建一个jersey 2 +spring 3.1.0.RELEASE+hibernate 3.3.1.GA 的平台项目,费了九牛二虎之力终于把冲突包去掉,搭建完成,这里把maven配置文件发布出来供大家吐槽一下。 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4 ...

Sohu 获取AccessTocken

    博客分类:
  • java
工具类:摘录自新浪Api ///////////////////////////////////////////////////////// //Bare Bones Browser Launch // //Version 1.5 (December 10, 2005) // //By Dem Pilafian // //Supports: Mac OS X, GNU/Linux, Unix, Windows XP ...

restful

在Java上实现RESTful Web Services http://www.iteye.com/topic/201200 用 Java 技术创建 RESTful Web 服务 http://www.ibm.com/developerworks/cn/web/wa-jaxrs/index.html

Java 操作 文件 File

    博客分类:
  • java
  写文件 public void writeFile2(String saveFile,String readFilePath) throws IOException{ FileWriter fw = null; //追加写 fw = new FileWriter(saveFile,true); // Long startTime = System.currentTimeMillis(); BufferedReader reader = getReader(new File(readFilePath)); ...

cocoa 开发教程

    博客分类:
  • IOS
第一讲1:http://www.duobei.com/room/5682355742第一讲2:http://www.duobei.com/room/2306776850 第二讲1:http://www.duobei.com/room/2323504642第二讲2:http://www.duobei.com/room/2746853177 第三讲1:http://www.duobei.com/room/3444030200第三讲2:http://www.duobei.com/room/9634585803 第四讲1:http://www.duobei.com/room/823216656 ...

ios 方向检测代码

    博客分类:
  • IOS
1,添加框架 CoreLocation.framework 2,在ViewController.h中写如下代码 #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> @interface ViewController : UIViewController<CLLocationManagerDelegate> { CLLocationManager * _locationManger; } @property (retain, nonatomic) IBOutle ...

ios 晃动检测代码

    博客分类:
  • IOS
重写一个类,继承UIWindow实现代码如下: #import <UIKit/UIKit.h> @interface ShakeWindow : UIWindow @end  实现类ShakeWindow.m #import "ShakeWindow.h" @implementation ShakeWindow - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // Initi ...

java 3d视频教程

    博客分类:
  • java
3D游戏开发步步高系列课程 http://v.youku.com/v_show/id_XMzMwMjMyNjg4.html 3D游戏开发步步高系列课程(1):3D视频游戏开发介绍 http://v.youku.com/v_show/id_XNDg4Nzg4OTI=.html3D游戏开发步步高系列课程(2):3D引擎开发介绍  http://v.youku.com/v_show/id_XNDg5N ...

core data 入门学习

    博客分类:
  • IOS
参考网址: http://blog.csdn.net/q199109106q/article/details/8563438
   E:/workplace/java/website/src/main/resources/weather.xml内容如下:   <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http:/ ...

iOS 数据库持久化

    博客分类:
  • IOS
-(void) addObserver{ //当程序进入后台时执行操作 UIApplication *app = [UIApplication sharedApplication]; [[ NSNotificationCenter defaultCenter] addObserver: self selector:@selector(appwillresignActive) name:UIApplicationWillResignActiveNotification o ...
Global site tag (gtag.js) - Google Analytics