I have installed Pentaho (9.x) on Tomcat 8.5 and OpenJDK 1.8 as required. In front of it there is Apache 2.4 with mod_proxy_http. My website is served with HTTP
My main page header is different than others, i have 15 pages and 14 of them have same header but in main page is different. I tried to apply other header only
We have an s3 bucket that Airflow uses as the source of all of our DAG data pipelines. We have a bucket for dev, test and production. Let's say the bucket in de
void main() { String num = "50"; int quantity = 2; num = (int.parse(num) * quantity) as String; print("num is "+num); } This is giving me error Actually
Is there a way to save all of the print output to a txt file in python? Lets say I have the these two lines in my code and I want to save the print output to a
I am new to OpenCV. I want to extract the main object from an image. So, I have applied Canny on the image to get the edges around the main object and got the f
I've got a spring boot app in which I'm adding the websocket feature so that websocket client can make subscription request to subscribe messages off the websoc