I am trying to learn Spring Boot and restful application from an online tutorial. But the code I wrote for it somehow gives me an error. I have written a Comman
Using PHP, I want to convert UNIX timestamps to date strings similar to this: 2008-07-17T09:24:17Z How do I convert a timestamp such as 1333699439 to 2008-07-1
I have a pretty big problem, I'm making an _input function in python, and for that I need a getch function, so I started coding this, but I have a big problem:
const mysql = require("mysql"); var con = mysql.createConnection({ host: "localhost", user: "root", password: "" }); con.connect(function (err) {
I am trying to load data in Avro format from GCS to Big Query, using a single pipeline. There are 10 tables for instance that I am trying to load, which means 1
I have created a program that uses Tkinter and it asks for the user's inputs in the Python Shell. I would like to make it so the user's inputs are written in a
I have two issues with my python plot that would be grateful if anyone could help me with: 1- I wonder if it is possible in python to have the option for the pl
I want to insert all the record from the back up table foo_bk into foo table without specific the columns. if i try this query INSERT INTO foo SELECT * FROM
There is this interface: export interface msgX{ user:any msg:any day:any time:any } Then I define a hook array like this: const [arrayMsg, se
I am very new to python and have a script that i wrote in PowerShell that I would like to recreate in python. in powershell i have created a h