Posts by Eric Rosário • 90 points
7 posts
-
0
votes1
answer248
viewsQ: Styling components in React
I am starting my studies/development with React but I have a problem in the stylization of the components. Even though importing the CSS file into my component, the style is not picking up. How can…
-
4
votes1
answer1359
viewsQ: Postgresql md5 encryption
I am creating a table using Postgresql and there will still be a password field with MD5 encryption. What would the syntax look like in it? Because I have more contact with Mysql than Postgresql.…
-
-3
votes1
answer2671
viewsA: Laravel problem with php Artisan serves
Define what is this "standard used in the market". Usually to have Laravel on your machine,check if the Composer is installed so it gives the command to start the project with the framework. Stay…
-
0
votes1
answer43
viewsQ: Use of library in different S.O
Guys,have been developing some projects in C but at a certain time there was the need to use the library "Windows. h". So far so good, the problem is that I develop with Linux and researched about…
-
0
votes1
answer37
viewsQ: Sqlserver // Tables
I created a Database and it contains two tables, I put the script: Table Client Create table Cliente( Cod_Cliente int Primary key NOME Varchar(50) SOBRENOME Varchar (50) ) GO Table Size of the…
sql-serverasked Eric Rosário 90 -
1
votes1
answer277
viewsA: Can you indicate me some package for Sublime Text that improves the auto complete?
You can use the PHP Completions Kit. Follow the link with the instructions,. https://packagecontrol.io/packages/PHP%20Completions%20Kit…
-
0
votes0
answers250
viewsQ: Visual Studio Code and React
I started recently studying Reactjs and at first I chose VS Code as a tool for development, but something bizarre is happening that does not help the development. Every time I need to save something…