I'm making a program that prints all possible mixtures of numbers from 0 to 9 and I want to delete the numbers that my code puts before the actual number if the
I have a coins change problems but with 1 constraint: for each sum k> 0 we have exactly 2 coins with values of 2^k. example: if we are given the sum 3 we wou
i am new to activiti and i am currently trying to learn more about the engine. After debugging our application i found classes like "BpmnParse", "BpmnXMLConvert
Running my springboot web service java jar app on ubuntu server results in the error shown below, I have done a bit of research about the error however I cannot
Maybe the heading is misleading, so I described my issue as thoroughly as I could. I have a class that generates some id for itself. class Div { id = null
I'm new to query optimizations so I accept I don't understand everything yet but I do not understand why even this simple query isn't optimized as expected. My
How to create data class for this info: <ValCurs Date="09.02.2022" name="Foreign Currency Market"> <Valute ID="R01010"> <NumCode>036</Nu
I'm trying to generate an array of random words fetched from an API and then update for new ones when clicking on a button, right now i can update the array wi
I want copy a range with the following criteria 1 - Copy the entire row, including hidden columns 2 - If the Colunm "CC" has no value, them it will skip the ent
I have a bunch of delete statements that happen on a temp table in SQL Server, the temp table is created based on SQL. While I am trying not to use a temp table