I am sure this code isn't perfect, but I am new to programming and am trying to work out a challenge for checking if a number is a palindrome or not. I tried wr
I have simpple code below. my goals is, if checkbox checked then button can click.. <button className={`btn btn-xl text-6xl ${isChecked[0] == true? "bg-p
I am using bootstrap to create my website and I am trying to use a progress bar. What I am trying to do is after I complete a function in PHP (I have 10 functio
I'm trying to change the format of the dates I'm getting from my Mongo database. Currently they look like this: Fri Sep 16 2011 19:05:17 GMT+0900 (JST) I've
I created a procedure in ORACLE create or replace PROCEDURE GETTIMEZONE (timeZone IN VARCHAR2, cur IN OUT SYS_REFCURSOR) is BEGIN open cur FOR SELECT
here's my problem: I'm using Qt, I've got two QLineEdits (name, author) and one QTextEdit (description) in my form. I need to set placeholders for each of them,
My code: axis.Date(1,sites$date, origin="1970-01-01") Error: Error in as.Date.numeric(x) : 'origin' must be supplied Why is it asking me for the origin when
Is their any drawback to declare a property of type record ? TMyObject = class(TObject) private FSomeRecord: TMyRecord; public property SomeRecord
I use Atomikos with spring boot, spring batch, spring data jpa, hibernate and Postgresql. I have two datasources configured in XA Datasource with the Atomikos p