Posts by Bruno Souza Picinini • 76 points
3 posts
-
1
votes1
answer65
viewsA: How to compare my edits to the Github repository on Intellij
In intellij there is also this window version control, can be accessed with the shortcut alt+9. A tip is to use the ctrl+shift+a (linux keymap) to search intellij stuff in intellij.…
-
2
votes3
answers85
viewsA: Make item open when giving
Improving the response: As in Anderson’s answer Carlos Woss, you have to put the Hover in a tag above to work, in your case on <li> In this example I cited the dropdown class is above…
cssanswered Bruno Souza Picinini 76 -
3
votes3
answers26529
viewsA: What is the difference between a class and an object?
Another way to explain using a person as an example Class Rules (logic), adjectives(Attributes) and verbs(methods). Written part, the file in your project. Object The person himself (Instance),…