Posts by Gustavo Dazzle • 59 points
8 posts
-
-1
votes1
answer609
viewsQ: ERROR 1045 (28000) MYSQL
I’m starting with the back-end and I’m having a hard time installing mysql, after installing and doing all procedures while trying to run the mysql the following error appears (it is worth…
-
1
votes1
answer545
viewsQ: Socket in python
I’m doing the discipline of networks and computers and I’m having trouble on the following question: Using TCP, deploy a server that offers two features: uppercase and Daytime. The client, when…
-
1
votes1
answer375
viewsQ: Insert data into Sqlite
I’m learning to use Sqlite, but I’m not able to enter the data. Come on, I’m creating a simple space for the user to enter his name and password and a button to send the data in Sqlite. My html is…
-
1
votes1
answer205
viewsQ: Unable to load script. Make sure you`re either running a Metro server
I am creating my first project with the Genymotion simulator. I can create the project by typing in the terminal: react-native init once created, I enter my project: cd myproject Now when running…
-
1
votes1
answer153
viewsQ: Problem with IONIC versions
Currently the Ionic is in version 4, but I prefer the Ionic 3 mainly to program the themes of my application. So I did the downgrade for version Ionic 3.1.0. But I’m faced with a big problem, typing…
-
0
votes1
answer386
viewsQ: How to change the application theme in Ionic 4
I’m using Ionic 4 and I’m having a hard time changing the theme to dark. In Ionic 3, I was only in the document scss variables. and made the change: de @import "ionic.theme.default"; para @import…
-
0
votes0
answers43
viewsQ: Problems with Xampp
I just did the installation of xampp and typing, in the terminal: $ sudo /opt/lampp/lampp start Some problems appear, follow the terminal image This command below was not I who typed, appears alone:…
-
1
votes1
answer110
viewsQ: Export Ionic Creator
I am developing, after a long time, with Ionic again. Well, when preparing the environment correctly and typing in the terminal ionic start myapp blank the code is generated and works correctly,…