Example #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            GettingInfoServiceImpl gettingInfoService = new GettingInfoServiceImpl();
            SearchVo searchVo = new SearchVo();

            gettingInfoService.crawlingFromkream(searchVo);
        }
        private void test_Click(object sender, EventArgs e)
        {
            GettingInfoServiceImpl gettingInfoService = new GettingInfoServiceImpl();
            SearchVo searchVo = new SearchVo();

            searchVo.clothesYn = false;
            searchVo.sizeType  = "";

            /*kream test
             * searchVo.kreamUrl = "https://kream.co.kr/products/26711";
             * Dictionary<string, DetailInfo> kreamInfoMap = gettingInfoService.crawlingFromkream(searchVo);
             */
            ///

            /* stock test
             * searchVo.stockXUrl = "https://stockx.com/nike-sb-dunk-low-frame-skate-habibi";
             * float usdKrw = gettingInfoService.getUseKrw();
             * searchVo.usdkrw = usdKrw;
             * Dictionary<string, DetailInfo> stockXInfoMap = gettingInfoService.crawlingFromStockx(searchVo);
             */
        }