Here is my code var upload_image=""; const image = document.querySelector("#image"); image.addEventListener("change",()=>{ // console.log(image.value)
When starting my activity there is always an error message and the app does not open. Error: 2022-05-11 23:18:12.470 17222-17222/com.example.myapplication E/And
I am working with some web code that is outputted by an application I have little control over at the start it outputs <script type="text/javascript" src="wp
We use Hazelcast for many years with version 3.9 on an application which used the near cache mechanism (we store data in the OBJECT format). This application is
I want to solve a Question in Tree and Graph problem and i write code for this problem but this gives me wrong answer but i think code? Please Help me outԅ
I wanted to use xticks function 2 times on the x axis for the 2 plots but it doesn't work. I wanted to know a way to use the xticks tool to display my second ax
I stored the user's input into a dictionary, but the variables name and amount seems to not be a separate value for each Textfield rows. I tried adding self. to
<template> <div> <h1>Index</h1> <button @click="showMe">BUTTON</button> </div> </template> <scri
I am trying to use truncatechars in flask. When previously I used truncatechars in django the following code worked The code (Django): <div class="preview"&