I got the following error when I want to go to the "about.php" page even though my core.php and controller.php are set correctly: Fatal error: Uncaught Error: F
How to create fat jar with tests sources and all dependencies on spring-boot application with TestNG and run tests ?
I have the following code: list.sort(Comparator .comparing(ProgrammData::getEnd) .thenComparing(ProgrammData::getStart).reversed()); My problem is that
I have a .csv file with a currency sign field separator (¤), when I execute this query to bulk load it to a table it raise an error. The file is UTF-8 en
How to detect an empty value when user presses ok on prompt (and previously empties the prompt field)? I need to overwrite the old value with the new (empty) va
per Split/Slice large JSON using jq we are able to successfully slice huge input file into smaller chunk of data based on array size.. Would like to add a new j