I've below data.sql file in my src/main/resources/data.sql file. I would like user tabel to be created from user.csv file. DROP TABLE IF EXISTS `USER` CASCADE;
fun main(args: Array<String>) { println("Hello World!") var myint=15 //int datatype var mylong=23L//long datatype println("My inte
I have an application that send payments to PayPal. The issue is that transactions contain Comment1 and Comment2 fields and sometimes these are sent to PayPal a
I need to write a task in package.json. It looks like this: "nyc": { "all": true, "include": [ "src/main/**/*.tsx" // here i need to match all camel
Im having difficulties to figure out how to change some field in a object created by builder pattern: for example this is the class public class Pizza { priv
I've got some PNG images with transparency, and I need to create versions with the image layer composed onto a white background. I've tried various things with
I am trying to upload files to artifactory with more than 1 level folder in the path. According to jfrog docs it should be possible but it does not work as expe
In Android 9 & 10 I face issued in install app programmatically in Android Studio using filepath apk file. Below show what I tried.. Intent intent = new I
I would like to do something for each element in my_var: // get selected rows of DataTable let table_data = dtMember.rows({ selected: true }).
I have excel file column A, B and C as inputs and then I want to do calculation in python and then return the outputs back o the excel column D and E. Is there