if there : (department) table: (id,name) (employee) table : (id,dept_id,name) how to show every department (id,name), then all employees (id,name) in this
I am using Gradle 4.0 to package a project to jar.This is my build.gradle: group 'dolphin' version '1.0-SNAPSHOT' buildscript { ext { springBootVe
Page content: import { useRouter } from "next/router"; export default function Gunluk({ data }) { let router = useRouter() const { slug } = ro
I need to add a string ('taskdate') using the string to date conversion function, can you tell me how to do it? Below is the standard add procedure, what do I n
I am using a .NET Core 5 & Blazor together. I have also created a nice simple GraphQL API. But to start I just followed the tutorial Getting Started With St
How do I create a rounded checkbox in Jetpackcompose like this. I tried using a Shape composable on it but it doesn't work.
While converting a file from JPG to WEBP and AVIF, I noticed that the AVIF quality was very poor. I'm not talking about the "quality" parameter, it does not mat
I have a private library and now I want to import only some files in Release mode and all files in Debug mode,I also tried pod 'PonyDebugger',: Configura