আমি svn আপডেট করেছেন যা দ্বন্দ্ব বৃদ্ধি করেছে।
এখন আমি আমার কাজ আমার কপি পেতে চান
তাই দয়া করে কেউ আমাকে svn আপডেট পূর্বাবস্থায় ফেরার উপায় বলুন
এই দ্বন্দ্ব সঙ্গে আমার নিয়ামক বর্গ
চূড়ান্ত স্ট্যাটিক লগার লগার = লগগার.টলেট লগার (ক্রোম এক্সটেনশন কন্ট্রোলার.ক্লাস); করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; .mine
private static final String HttpServletRequest = null;
@RequestMapping(value = "/lead/test", method = RequestMethod.GET)
public String welcome() {
// return new ModelAndView("redirect:/hello");
ModelAndView mv = new ModelAndView("hello");
||||||| .r8587
@RequestMapping(value="/lead/test",method=RequestMethod.GET)
public String welcome(){
//return new ModelAndView("redirect:/hello");
মডেল এবংভিউ এমভি = নতুন মডেল এবংভিউ ("হ্যালো");
CustomJMSProducer producer=new CustomJMSProducer();
@RequestMapping(value="/lead/test",method=RequestMethod.GET)
public String welcome(){
//return new ModelAndView("redirect:/hello");
ModelAndView mv=new ModelAndView("hello");
.r9063 mv.addObject ("বার্তা", "সাফল্য"); System.out.println ("আমার স্ট্রিং" + mv.toString ()); ফিরে "সাফল্য";
}
@RequestMapping(value = "/scraper/submit1", method = RequestMethod.GET)
public String postDataForChromeExtension1() {
CustomJMSProducer c = new CustomJMSProducer();
// c.messageToQueue();
return "Success";
}
করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; .mine
@RequestMapping(value = "/scraper/submit", method = RequestMethod.POST)
public String postDataForChromeExtension(@RequestBody String scraperInput) {
if (scraperInput == null || scraperInput.isEmpty()) {
logger.info("Null in request body");
System.out.println("Null in request body");
return "NULL BODY";
} else {
CustomJMSProducer c = new CustomJMSProducer();
ObjectMapper mapper = new ObjectMapper();
Map incomingRequest = null;
String url = null;
||||||| .r8587
@RequestMapping(value="/scraper/submit",method = RequestMethod.POST)
public String postDataForChromeExtension(@RequestBody String scraperInput){
if(scraperInput==null || scraperInput.isEmpty()){
logger.info("Null in request body");
System.out.println("Null in request body");
return "NULL BODY";
}else{
CustomJMSProducer c=new CustomJMSProducer();
ObjectMapper mapper = new ObjectMapper();
Map incomingRequest=null;
String url=null;
চেষ্টা করুন {
@RequestMapping(value="/scraper/submit",method = RequestMethod.POST)
public String postDataForChromeExtension(@RequestBody String scraperInput){
try {
.r9063 করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; .mine চেষ্টা করুন { চেষ্টা করুন { incomingRequest = mapper.readValue (স্ক্র্যাপ ইনপুট, Map.class); url = incomingRequest.get ("url")! = নাল? incomingRequest.get ("url")। স্ট্রিং (): ""; } ধরা (ব্যতিক্রম) e { logger.info ("মানচিত্রে ম্যাপিংয়ের ত্রুটি হ'ল" + e.getMessage ()); logger.error ("মানচিত্রে ম্যাপিংয়ের ত্রুটি হ'ল" + e.getMessage ()); }
c.messageToQueue(scraperInput, url);
} catch (Exception e) {
logger.error("Error while sending HTML to queue" + e.getMessage());
return "error";
}
return "OK";
||||||| .r8587 চেষ্টা করুন { incomingRequest = mapper.readValue (স্ক্র্যাপ ইনপুট, Map.class); url = incomingRequest.get ("url")! = নাল? incomingRequest.get ("url")। স্ট্রিং (): ""; } ধরা (ব্যতিক্রম) e { logger.info ("মানচিত্রে ম্যাপিংয়ের ত্রুটি হ'ল" + e.getMessage ()); logger.error ("মানচিত্রে ম্যাপিংয়ের ত্রুটি হ'ল" + e.getMessage ()); }
c.messageToQueue(scraperInput,url);
} catch (Exception e) {
logger.error("Error while sending HTML to queue"+e.getMessage());
ফিরে "ত্রুটি";
producer.send(scraperInput);
return "OK";
} catch (Exception e) {
logger.error("Error while sending HTML to queue"+e.getMessage());
return "error";
.r9063 } }
@RequestMapping(value = "/abc", method = RequestMethod.GET)
public ModelAndView getData() {
ModelAndView model = new ModelAndView("hello");
করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; করুন & lt; .mine ফিরে মডেল;
}
||||||| .r8587 ফিরে "ঠিক আছে";
}
.r9063