Properties prop = System.getProperties(); Enumeration propertyNames = prop.propertyNames(); while (propertyNames.hasMoreElements()) { String key = (String) propertyNames.nextElement(); System.out.println(key + "=" + prop.get(key)); }
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory 삭제 한 디렉토리 내부에서 명령을 실행하여 존재하지 않는 디렉토리라고 발생합니다. 삭제 한 디렉토리 내부 말고, 존재하는 디렉토리 경로로 이동 후 진행하면 됩니다.
OS에 맞는 MariaDB 다운받기(release status가 stable인 것으로 받는다) https://downloads.mariadb.org/mariadb/+releases/ MariaDB Releases - MariaDB Looking to download rpm or deb files manually? Head on over to our Repository Configuration Tool and select your distribution, release, and version. Then, instead of adding the repository, just follow the link on the baseurl or add-apt-repository line of t downloads.ma..