第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

用于在映射 Informatica PowerCenter 中寫入缺失值的 Java 代碼

用于在映射 Informatica PowerCenter 中寫入缺失值的 Java 代碼

慕勒3428872 2023-02-16 16:13:05
我想測試一個簡單關(guān)閉應用程序的類:@Componentpublic class ShutdownManager {    @Autowired    private ApplicationContext applicationcontext;    public int shutdown(int returnCode) {        return SpringApplication.exit(applicationcontext, () -> returnCode);    }}我創(chuàng)建的測試用例是這樣的:public class ShutdownManagerTest {    @Test    public void should_shutdown_gracefully() {        SpringApplication app = new SpringApplication(TestClass.class);        ConfigurableApplicationContext context = app.run();        ShutdownManager shutdownManager = (ShutdownManager)context.getBean("shutdownManager");        int result = shutdownManager.shutdown(10);        assertThat(result).isEqualTo(10);    }    @SpringBootApplication    @ImportResource("classpath:/core/shutdownmanagertest.xml")    private static class TestClass {        public TestClass() {        }        public static void main(String[] args) {        }    }}我的 shutdownmanagertest.xml 只包含一個 bean:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">    <bean id="shutdownManager" class="com.mycodebase.ShutdownManager" /></beans>但是,當我運行它時,它會抱怨:Field myOtherService in com.mycodebase.MyTask required a bean of type 'com.mycodebase.MyOtherService ' that could not be found.MyTask 類位于 ShutdownManager 的同一個包中,其中包含一個字段 myOtherService,該字段具有 @Autowire 注釋。但它沒有在我的測試 xml 中定義,它只包含一個 bean。有人可以幫助我理解為什么它會嘗試解析不在上下文中的 bean 嗎?爪哇春天彈簧靴
查看完整描述

3 回答

?
千萬里不及你

TA貢獻1784條經(jīng)驗 獲得超9個贊

您應該在聯(lián)接器轉(zhuǎn)換中加入兩個表。使用 Left(master) outer join 然后將其帶入目標。然后將右表中的 BETRG 列映射到目標以及左表中的其余列。發(fā)生的情況是,當沒有匹配項時,BETRG 將為空。將其放入表達式中,查看該值是否為 null 或空,然后將其更改為 0 或您想要的值。



查看完整回答
反對 回復 2023-02-16
?
MMMHUHU

TA貢獻1834條經(jīng)驗 獲得超8個贊

我想測試一個簡單關(guān)閉應用程序的類:


@Component

public class ShutdownManager {

    @Autowired

    private ApplicationContext applicationcontext;


    public int shutdown(int returnCode) {

        return SpringApplication.exit(applicationcontext, () -> returnCode);

    }

}

我創(chuàng)建的測試用例是這樣的:


public class ShutdownManagerTest {

    @Test

    public void should_shutdown_gracefully() {

        SpringApplication app = new SpringApplication(TestClass.class);

        ConfigurableApplicationContext context = app.run();


        ShutdownManager shutdownManager = (ShutdownManager)context.getBean("shutdownManager");


        int result = shutdownManager.shutdown(10);


        assertThat(result).isEqualTo(10);

    }


    @SpringBootApplication

    @ImportResource("classpath:/core/shutdownmanagertest.xml")

    private static class TestClass {

        public TestClass() {

        }


        public static void main(String[] args) {

        }

    }

}

我的 shutdownmanagertest.xml 只包含一個 bean:


<?xml version="1.0" encoding="UTF-8"?>


<beans xmlns="http://www.springframework.org/schema/beans"

       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">


    <bean id="shutdownManager" class="com.mycodebase.ShutdownManager" />


</beans>

但是,當我運行它時,它會抱怨:


Field myOtherService in com.mycodebase.MyTask required a bean of type 'com.mycodebase.MyOtherService ' that could not be found.

MyTask 類位于 ShutdownManager 的同一個包中,其中包含一個字段 myOtherService,該字段具有 @Autowire 注釋。但它沒有在我的測試 xml 中定義,它只包含一個 bean。


有人可以幫助我理解為什么它會嘗試解析不在上下文中的 bean 嗎?


爪哇春天彈簧靴


查看完整回答
反對 回復 2023-02-16
?
長風秋雁

TA貢獻1757條經(jīng)驗 獲得超7個贊

這是有效的:


import java.util.*;


private ArrayList<String> myList2 = new ArrayList<String>();


QUALF_out = QUALF;

BETRG_out = BETRG;

SegmentNumber_out = SegmentNumber;

DOCNUM = DOCNUM;


array_for_search = QUALF + ParentSegmentNumber + DOCNUM ;

myList2.add(array_for_search);


System.out.println("myList: " + myList2);

System.out.println("Array: " + myList2.contains("910" + ParentSegmentNumber + DOCNUM));


if(!myList2.contains("910" + ParentSegmentNumber + DOCNUM)){

        QUALF_out="910";

        BETRG_out="0";

}

    generateRow(); 


查看完整回答
反對 回復 2023-02-16
  • 3 回答
  • 0 關(guān)注
  • 140 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號