Selenium 2 years ago Selenium get several child elements(ordered) from parent If you want to get information from a table or similar structure(like Jupyter notebook) you need to extract data in synchronized order. Otherwise you
groovy 3 years ago Install Groovy on Ubuntu 16 Problem If you need to have groovy on your server you can installed it very easy via SDK man. The other advantage of this installation
grails 3 years ago Grails 3 Unknown ordinal value 99 for enum class Book Problem Error message for grails: Unknown ordinal value [99] for enum class [project.Book] means that in database you have value - 99 which doesn't
Java 3 years ago Java 9 java.text.ParseException: Unparseable date In this post: java error Unparseable date code example parsing: Wed Nov 08 01:35:23 EET 2017 Parsing dates in java is a simple
Java 3 years ago Java 9 how to convert LocalDateTime and ZonedDateTime Recently I needed to converted unusual formatted date in Java 9: "dateTime" -> "2017-11-23T17:00:00-0700" In the past I