I am new to Corda and am designing a Cordap. I want to display the states onto the terminal based on some arguments passed during initiating the flow. My appro
I have json and there is array of 'products'. { "data": [ { "contact_id": "...", "email": "...", "first_name": "...", "hash_campai
I have the following classes class FileDownloader { public static void downloadFile(String repoUrl, String filename) throws IOException { // Downloa
I try to connect to Web Socket server by using Socket.IO-client Java First i tried this config: fun createSocket(): Socket { val options = IO.Options()
Here is my code for finding the maximum weight in a n x m matrix. public static int[][] maxSum(int[][] matrix, int m, int n) { int[][] totalWeight =
I'm trying to import Python Tensorflow custom model to spring-boot using DJL Tensorflow, and the model gets Pandas DataFrame as both input and output. I'm wonde
is there any way to get all attribute names of an object Company recursively: ExpectedOutput id, age, address {street, zipCode}, employee {firstName, LastName,
I trained a mobilnet_v2 tensorflow model using tf 2.1.0 and hub.KerasLayer with python and exported it in pb format with tf.keras.models.save_model. I loaded it
Suppose these are my job runs: job_id | job_status ------------------- 1 COMPLETED 2 COMPLETED 3 FAILED 4 COMPLETED 5 FAILED
I have a CRON trigger defined with Quartz, which successfully fires several times and ends up in error state after some cycles, with the following message (clas
Hey I created this code for timeout in my tcp communication, but after I run thread, I can't change the end time? any ideas? public class Timer extends Thread{
Spark-submit in Databricks cluster.. is giving this error. I am using Spark 3.1.2 Scala 2.12 Springframeworkboot 2.6.3 However spark-submit is running good in m
I received this build error having updated my native android project to Android S (Pre release of android 12). Googling for the error threw up no valuable hits.
I have already searched all day today, but without success. First I created a new Word document and tried to set the background with //Blank Document XWPFD
I have a ConsentForm Activity. Upon pressing the consent Btn (Yes) a dialog where the user has to enter their email pops up. When they enter a valid email and p
I have a Gradle java project. When I tried to import/ open, I am getting dependency can't be resolved error. Initially I tried with IntelliJ, so doubt IntelliJ
i am making a recipe app and i m getting this error : constructor HomeItem in class HomeItem cannot be applied to given types; recipe.add(new HomeItem("
I have created an event handler for the onClick button. When I click on the button, I want to transfer a pre-recorded number in the database to the price sectio
I running selenium testcases with a remote driver on a docker container. I want to upload files to a chrome browser running on a conatiner. I have tried the fol
I`ve got IllegalArgumentException("Null KeyStore name") in PolicyUtil.java while trying to debug SpringBoot App. Debugging in every other project, including Spr