I am trying to add a button but it is showing me this error. here is my html code <div card-container> <template class="mainTemplate">
Changing the structure of my site and am trying to redirect everything behind /blog to /. So /blog/some-blog-post should now go to /some-blog-post. I am doing t
abp.io landing page of blazor page loading and loading. There is no error shown in the blazor application. HttpApi.Host projects work just fine. I have already
I have spring boot application, where I need to refresh every 20 seconds so I created this: @Scheduled(cron="*/20 * * * * *") @GetMapping("/refresh") public voi
I am trying to make a sorting on specific table column, initially I tried to do it dynamically using baseQuery = baseQuery.OrderBy(x => EF.Property<Table&
I have the following very simple console app for creating Users manually via CLI. Program.cs: IConfiguration configuration = new ConfigurationBuilder() .Add
I'm new to android and xamarin. Recently I have created one android app following xamrarin sample TaskyPortable. Problem is whenever following code executes it
I try to copy a image to other image using opencv, but I got a problem. Two image is not the same, like this: This is the code I used: #include <opencv2\