Thanks for your helps, I have two arrays: A (100k row, 10 col) and B (100k row, 12 col) The following code (thanks to BSALV) loop through A and B => It takes
We are given an wsdl file and he have to serve it a webservice using tomcat. We use axis1, applied wsdl2java, generated java classes and wsdd file. We can brows
I need to deploy the frontend in https://service.domain.it and the backend in https://service.domain.it/api. I've done a deploy configuration but I'm having tro
I follow this thread that works perfectly: Set discount based on number of orders in WooCommerce. But in my case I need to apply the discount not to the order t
I need to write a case non-sensitive code that finds the longest substring of any string and returns the corresponding part of the original string without affec
I am doing following steps: I have API gateway ( PUT Method) which integrated with AWS lambda. It is direct mapping in multipart/form-data ( so big logic is ha
I am using one existing VBA macro code to convert the xml data into table format and Vise versa from the excel sheet. It was working fine on windows 7. But in w
I have old application that uses SLF4J with Log4J-1.2-17.jar. I am upgrading it to use Log4J 2.17 version. The code was updated to use newer packages however pr
I'm using code first and have this entity: public class TaskFeedReactionsModel { public string UserId { get; set; } public ApplicationUser User { get; s