python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Ctrl-C for exit the program isn't working without enter
I was using Runtime -> addShutDownHook for closing application.
It works with an enter, but only typing ctrl+c doesn't do it's job. Is it because I opened scanner at the beginning of the class? Wha...
kzrt0123
Votes: 0
Answers: 1
Why are there always at least 10 sessions for a postgreSQL database? Why can't they be terminated?
Original aim: rename a database using ALTER DATABASE via psql.
Problem: rename fails due to other sessions accessing target database. ・All terminals/applications I am aware of have been closed.
・quer...
jonotree
Votes: 0
Answers: 0
How to debug unexpected process termination without core dump or errors logged
I have a set of multithreaded executables written in C++ being run from the crontab on an Ubuntu machine that primarily fetch and process data from websocket connections. Each of these executables are...
galpo
Votes: 0
Answers: 2
I can't compile the rest after inputed the age in eclipse, it says "Terminated" on console. Does anyone know how to solve the problem ? Thanks
'What i am trying to do::
Show message based on
Good morning (12am-12pm)
Good after noon (12pm -4pm)
Good evening (4pm to 9pm)
Good night ( 9pm to 6am)'
import java.util.Calendar;
import java.util.Gr...
Rafi
Votes: 0
Answers: 1