Postman collection accidentally deleted Get link Facebook X Pinterest Email Other Apps June 21, 2022 Got to trashor go to history which is located on the side bar below collection, find your requests and save it. 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