Posts by apolzek • 34 points
4 posts
-
1
votes2
answers1132
viewsA: Change compiler settings in Codeblocks
Hello, using Codeblock you must enter Menubar Settings->Compiler and Debugger Select GNU GCC Compiler Select the executed Toolchain There you can select which compiler C and C++ will use. A tip…
-
0
votes2
answers929
viewsA: Change the color of only one button in Vuejs
Another solution was found by a co-worker (merits to William). The problem although simple was quite confusing for me at first. Below is what we implemented: <template> <div…
-
-1
votes1
answer274
viewsA: How can I create a server for hosting websites?
1) It is and it isn’t. I find it interesting because this way you will be studying/learning how it works. The fact that the computer is old does not impact so much, since there are many applications…
-
1
votes2
answers929
viewsQ: Change the color of only one button in Vuejs
I have a styling problem in Vuejs. Through the v-get picked up 3 buttons of the API, so far so good. What I need is that when you click one of the 3 buttons it simply changes the color. When I try…