I have these data create table #data (MilesID INT, Milestone varchar(50), Sataus varchar(50)) insert into #data values (101 ,'Done All 20','A-approved complete
I have saved some html code in a my database ( using laravel 5.7 , Sqlite ) it saved but after that i want to show it , laravel encodes the special chars. it h
I'm implementing a controller function that will need to pass down a few database queries to the template engine, specifically I need to include the category an
When using SwiftUI's new TextEditor, you can modify its content directly using a @State. However, I haven't see a way to add a placeholder text to it. Is it doa
I'm quite base in Java because I'm full time C# developer but i need make some private project in Android. In C# i can do something like this : public class
I am trying to open a modal popup after a click of a button but I am getting the following error: It clicks on the button but somehow does not load the popup af
I want to check similarity in between 2 images: to Using code below, I get Difference Percentage-->8.132336061764388. First I resize images to be on the sa
Currently I am trying to solve a problem, where I am supposed to print the answer upto two decimal points without rounding off. I have used the below code for t