Posts by Guilherme Bueno • 401 points
12 posts
-
1
votes2
answers622
viewsQ: How to Split Javascript using multiple tabs and without removing them?
I have the following Javascript code: if (v.includes("'!'")) var separators = ["\\\''", '\\\&', '\\\#', '\\\|']; else var separators = ["\\\''", '\\\'', '\\\&', '\\\#', '\\\|']; var…
-
2
votes1
answer257
viewsQ: How to navigate a dynamic javascript tree by setting the value of its properties?
Good evening, I own the following tree defined by JSON: [ { "roleName":"CCA", "children":[ { "roleName":"Data_Final_Índices_CCA", "$$hashKey":"object:2183", "children":[ {…
-
1
votes1
answer644
viewsQ: How to pass a parameter through the URL using Httpget in ASP.NET CORE?
I have an application in ASP.NET CORE 2.0 where I did the following method in the controller [HttpGet] public IActionResult Index(int idLeilao) { ConsultaCarrosModel obj = new ConsultaCarrosModel();…
-
6
votes1
answer3395
viewsQ: Error creating table with INDEX VISIBLE in Workbench
I created a diagram of a BD using Mysql Workbench and had it generated. But the following error happens when I run the query: Executing SQL script in server ERROR: Error 1064: You have an error in…
-
0
votes1
answer35
viewsQ: Bootstrap application in ASP.NET Core 2
Good morning, I have an application in ASP.NET Core 2 where I use the latest version of Bootstrap(4.3.1), I took some codes in the documentation but when I put them in my HTML they always appear…
-
0
votes0
answers31
viewsQ: How to perform 2 different submits in the same action?
I have a view with 2 different forms, when performing the first Submit I receive the data in the controller normally, when performing the second Submit the data comes all as nulls. How can I fix…
-
3
votes1
answer320
viewsQ: How to align the content of a Nav Bar so that it is in the center of the screen?
I have a Nav bar that I need to put your content in the center of the screen, I’ve tried several codes but it always stays to the left, follow my current code <nav class="navbar navbar-inverse…
-
1
votes1
answer538
viewsQ: How to create a dynamic Jtable?
I have a JTable in my form, I wanted the size(number of rows and columns) of the table to be according to the number the user enters, how to do in java?
-
0
votes1
answer16660
viewsQ: How do I send an email from an HTML site form?
I have a template for an HTML site that has an email form,? <h3>Email</h3> <form method="post" action="#"> <div class="row uniform"> <div class="6u 12u(3)"> <input…
-
0
votes1
answer3261
viewsQ: Grab the coordinates of the mouse position by clicking
I have to trace a line with starting point and ending point,I can do this line if I provide these coordinates by keyboard, but I want to do this by mouse click,the first would be the starting point…
-
8
votes5
answers1583
viewsQ: How to read data from the Mysql database of an application in c#?
I have a table with 2 columns in phpmyadmin,I can connect and read one column but not the other, from the following error An unhandled Exception of type 'Mysql.Data.Mysqlclient.Mysqlexception'…
-
6
votes2
answers427
viewsQ: How to remove the Appcompat error from the app?
I had to reinstall the Eclipse and import mine app, he makes a mistake of Styles of AppCompat. I imported the AppCompat and the very AppCompat gives the same error. How can I fix?…