I am building rest API using Spring Boot v1.3.3. API is secured by Spring Security. I have implemented custom user details service to have custom principal in a
I recently started using the Coin Market Cap API. It has 2 main endpoints that I have been using OHLCV historical and OHLCV Latest. The historical API allows fo
I have an object with several properties and I would like to remove objects/nested objects that are empty, using lodash. What is the best way to do this? Let t
There is a flutter application that I wrote below. I'm trying to connect to mysql database and pull data with api, but every time I try, I get an error like the
Is it possible to change the visible state of an input parameter, either with sql or java?
I have a problem with python api in c. I am trying to run a python script with PyRun_SimpleFile but it fails I get this error: d:/gcc/bin/../lib/gcc/x86_64-w64-
I am running one shell script from django views.py. Below is the code: def result(request): if request.method=="POST": process=subprcoess.Popen(cmd, s
When I post a datetime value to my web API I get different results and I want to get datetime in local format MyViewModel : public class MyViewModel { publ
My POS system is set to open in firefox as defult page. So it would be nice if I could open it in full screen by default. So Can I know, Is there any way to mak
I want to understand why we don't use the NOLOCK keyword at the end SQL queries that run in Impala, Hive or MySQL. For example, I use both Hive and Impala throu