Posts by LuizCostaa • 41 points
5 posts
-
0
votes1
answer1608
viewsQ: Pass more than one parameter on the Angular route
I have an application that uses angular V6, I have a route system where I can pass a parameter, in order to access another component, an id for example, however, I need to pass two parameters in…
-
1
votes3
answers6645
viewsQ: Union of two vectors in C
I need to perform the union of two vectors, resulting in a third vector: a[5]={1, 2, 3, 4, 5}, b[5]={6, 7, 8, 9, 10}, c[10]; else if (select_menu == 4) { int select_f4, i, j, x; printf("Esta é uma…
-
0
votes2
answers70
viewsQ: Colors changing as the monitor
I’m creating a website for use in the company where I work, this site has blue background and everything, in my notebook it looks beautiful, the blue color I chose even, but when I switch to another…
-
2
votes1
answer1158
viewsQ: Specify command for the CMD to open
I am making a simple program with Visual Studio to run some commands on CMD that I want, currently the program has only a simple screen and a button to open cmd, but I would like to specify the…
-
0
votes1
answer6085
viewsQ: Rename entire Mysql Database
I wonder if it is possible to rename a whole Mysql database I have the Database Register with the people table I would like to rename registration to CAD_CRS It is possible?…