Im using Spring Kafka and wrote Producer Class @Component @RequiredArgsConstructor class Producer { private static final String TOPIC = "channels"; pri
Good day. I'm having a hard time solving how to pass an id from a table (Region table) and use that id as a reference (idParent) for the table (Province table)
I am doing a project in Django where I need to log in through existing users on another web page. For this I have a link to consume the web service and to be ab
I've replaced my many .sh files from my previous question with a makefile, of sorts. I don't know much about makefiles, admittedly, but this seems to work: Mai
How to create functions for navigating paths in unix (in tch shell), below I have created is not working: #!/bin/sh proto(){ if [ $# == 2 ] then
I have the following: @RestController public class MyController { @PostMapping MyDto test(@RequestBody MyDto myDto) { return myDto; }
I can't figure out something that is probably quite simple to do. I have a grid with cards that look like this: <div class="card"> <img src="data:ima
I'm trying to display sample data as follows. I'm able to do this using pivot tables and multiple values with no problem but would like to find a way using eith
I need some help with this procedure. I need to include in a single e-mail the whole result of the select on the first Cursor (C1). The way the procedure is wor