make module in intellij Get link Facebook X Pinterest Email Other Apps April 16, 2021 If the project is already is modeule. and have pom.xml fileJust right click on it, and make it as maven project.Then update generate project and update sources Get link Facebook X Pinterest Email Other Apps Comments
python -m SimpleHTTPServer /usr/bin/python: No module named SimpleHTTPServer October 16, 2022 use python3 -m http.server 9000 Read more
cannot resolve configuration properties in intellij October 13, 2021 Rename the configuration file to spring-configuration-metadata.json This is because spring automatically name the files as additional-spring-configuration-metadata.json Read more
Changing the dark theme for mysql workbench July 13, 2020 Go in the file code_editor.xml , inside folder /usr/share/mysql-workbench/data Paste the below code inside <language name="SCLEX_MYSQL"> <!-- dark-gray: #282828; brown-gray: #49483E; gray: #888888; light-gray: #CCCCCC; ghost-white: #F8F8F0; light-ghost-white: #F8F8F2; yellow: #E6DB74; blue: #66D9EF; pink: #F92672; purple: #AE81FF; brown: #75715E; orange: #FD971F; light-orange: #FFD569; green: #A6E22E; sea-green: #529B2F; --> <style id = "32" fore-color-light = "#DDDDDD" back-color-light = "#282828" fore-color-dark = "#DDDDDD" back-color-dark = "#282828" bold = "No" /> <!-- STYLE_DEFAULT !BACKGROUND! --> <style id = "33" fore-color-light = "#DDDDDD" back-color-light = "#282828" fore-color-dark = "#DDD... Read more
Comments
Post a Comment