I tried everything, but the error not getting solved Here is my code: public String[] getWeekDays() { LocalDate today = LocalDate.now(); LocalDate mo
My Table @Table({ tableName: "siCheckingInfo", createdAt: false, updatedAt: false }) export class SiChecking extends Model<SiChecking, CheckingAttrs> {
Although my code works, it's not the way the question wants it to be solved and I'd like to know the correct way. The question is: Given a sorted list of integ
So been working on a mock frontend e-commerce site using React. While I run the app on the localhost everything shows up as it should, once I have deployed the
So I have to use Tensorflow 1.9 for system specific reasons. I want to train a cnn with a custom dataset consisting of images. The folder structure looks very m
Given two simple data container classes: @Data @Builder public class Category { private Long id; private String name; private String codename;