I have three test case in different java file and want to invoke it using tomcat server by clicking html button. This is my html <form action="case1" method=
I have a NET 6 api that I am using HotChocolate 12.7 in. My queries work, but when I am trying to add the [Authorize] decorator to a query, and send the request
I have a set of many batch files which are called from one another. For example. File1.batch --> CALL file2.bat |--> CALL file3.bat
.I am new to django. please help me with the solution.I want to get specific event name and number at a particular page. It has to same id and same name on next
I am currently trying to use aws api gateway CLI to create a multi-level base path mapping. I am running the following command: aws apigateway create-base-path-
var a=1; //first one function x() { var a=2; // second function y() { var a=3; // third one } } Is there any way that function y() c
I have collection like these: class Book { @Id String id; Publisher embeddedPublisher; ... } To create Book initially, I need to access on Publisher coll
I am using react native with expo. I have created a Carousel with react-native-snap-carousel and a material-top-tab-navigator with react-navigation 6. My goal i