For serving images,js and css in asp.net core MVC application ,I use app.UseStaticFiles method and serve from a physical location. app.UseStaticFiles(new Stati
I set my localStorage like bottom: category: [ {id: 1, name: "test_1"}, {id: 101, name: "test_2"} ], city: "", country: "USA", description: "", options: {tr
I am working on importing data from Salesforce Report using ADF. I am using copy activity and have created salesforce linked service. I followed the Microsoft d
I am working on this code and using "match" function to detect strength of password. how can I detect if string has special characters in it? if(password.match
I have a website where I document a list of installed Pythonic libraries. For each library, I want to have available: The name of the library A link to the docu
I have a query that i am trying to insert a value based on a forum post results. Boiling it down to this $users->whereIn('id', $viewedIds); $rdata = $users-
I have a json response as : { someText: "Order in {000} 12pm PST for early shipping"; cutofftime : "10000000" } What is the best approach to replace the '{000}'
I'm working on LeetCode 40. Combination Sum II Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations