• kettle9.1编译后2020年6月份最新版本 jdk1.8以上(第3卷)data-integration.part3.rar

    kettle9.1, 使用 Pentaho Kettle 9.1 源码编译的kettle,可直接运行,kettle9.1编译后2020年6月份最新版本分3卷,实际上自己下载打包也很简单就是费时间,太大了,【图省事的就下载我这个编译后的】,很多人用maven下载出错,主要是必须把maven的资源库settings.xml中新增kettle官网所提供的settings.xml <profiles> <profile> <id>pentaho</id> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <!-- this lets you call plugins from these groups in their short form --> <pluginGroups> <pluginGroup>org.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.github.spotbugs</pluginGroup> </pluginGroups> 推荐两篇文章:https://blog.csdn.net/gongchengshiv/article/details/105211351 https://blog.csdn.net/ajiu_9999/article/details/83306305 我就是看了上边两篇文章编译成功的,感谢两位博主!!!

    0
    708
    549.54MB
    2020-07-06
    18
  • kettle9.1编译后2020年6月份最新版本 jdk1.8以上(第2卷)data-integration.part2.rar

    kettle9.1, 使用 Pentaho Kettle 9.1 源码编译的kettle,可直接运行,kettle9.1编译后2020年6月份最新版本分3卷,实际上自己下载打包也很简单就是费时间,太大了,【图省事的就下载我这个编译后的】,很多人用maven下载出错,主要是必须把maven的资源库settings.xml中新增kettle官网所提供的settings.xml <profiles> <profile> <id>pentaho</id> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <!-- this lets you call plugins from these groups in their short form --> <pluginGroups> <pluginGroup>org.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.github.spotbugs</pluginGroup> </pluginGroups> 推荐两篇文章:https://blog.csdn.net/gongchengshiv/article/details/105211351 https://blog.csdn.net/ajiu_9999/article/details/83306305 我就是看了上边两篇文章编译成功的,感谢两位博主!!!

    0
    577
    900MB
    2020-07-06
    50
  • kettle9.1编译后2020年6月份最新版本 jdk1.8以上(第1卷) data-integration.part1.rar

    kettle9.1, 使用 Pentaho Kettle 9.1 源码编译的kettle,可直接运行,kettle9.1编译后2020年6月份最新版本分3卷,实际上自己下载打包也很简单就是费时间,太大了,【图省事的就下载我这个编译后的】,很多人用maven下载出错,主要是必须把maven的资源库settings.xml中新增kettle官网所提供的settings.xml <profiles> <profile> <id>pentaho</id> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>pentaho-public</id> <name>Pentaho Public</name> <url>http://nexus.pentaho.org/content/groups/omni</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <!-- this lets you call plugins from these groups in their short form --> <pluginGroups> <pluginGroup>org.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.pentaho.maven.plugins</pluginGroup> <pluginGroup>com.github.spotbugs</pluginGroup> </pluginGroups> 推荐两篇文章:https://blog.csdn.net/gongchengshiv/article/details/105211351 https://blog.csdn.net/ajiu_9999/article/details/83306305 我就是看了上边两篇文章编译成功的,感谢两位博主!!!

    0
    1958
    900MB
    2020-07-06
    41
  • 推箱子简单游戏apk源码

    推箱子游戏源码android版本,源码中包括地图原理二维数组绘画地图,通过二维数组中特定的数字代表是否是障碍物还是现在还是住角,控制上下左右事件来移动主角的位置,同时甩你画布等

    0
    241
    1.45MB
    2018-02-07
    10
  • 自己写的hibernate框架

    给学生上课时自己用存java代码实现的仿照hibernate框架的代码,适合初学者。

    0
    49
    1.84MB
    2014-11-17
    9
  • 自己动手写的类似spring框架

    上课时给学生讲spring课的例子,自己手工开发的类似spring的框架,只实现了ioc的功能,比较简单容易理解,分享给想学习spring底层原理的朋友

    5
    170
    487KB
    2013-03-08
    26
  • 自己实现struts2框架代码

    自己实现struts2框架代码,我是给我的学生讲课时写的,比较简单容易理解

    5
    40
    495KB
    2012-06-12
    9
  • 摇奖源程序(c# 2005)

    摇奖源程序(c# 2005),是公司新年时晚会上抽奖及其活动用,内部有语音系统

    4
    41
    6.86MB
    2010-06-02
    0
  • 网站运营手册 陈光锋

    网站运营手册(陈光锋),网站建设及其运营的详细信息,是国内网上书最详细的一本

    0
    66
    2.71MB
    2010-06-02
    9
  • 简单p2p程序演示

    本程序是演示p2p软件的简单原理,用C#写的有代码,有帮助文件

    0
    80
    21KB
    2008-04-24
    32
  • 知无不言

    回答1个问题,每日最多计数5次
  • 分享达人

    成功上传6个资源即可获取
关注 私信
上传资源赚积分or赚钱