Posts by Jeison Guimarães • 148 points
19 posts
-
0
votes0
answers22
viewsQ: Error of "this" within a child function after the build in typescript + Reactjs
I have a problem with "this" after the build using typescript + Reactjs, I have a function that reads an xmls to save in the bank, after tracking the error found that it runs where I declare "this"…
-
0
votes3
answers1665
viewsA: Doubt in percentage in C
You can do it this way. Discounting 10% in the amount of R $ 30,00 we have: 30 * 0,90 = R$27,00 end = price * percentage; for additions it is sufficient that the percentage value is this way "30 *…
canswered Jeison Guimarães 148 -
1
votes1
answer81
viewsQ: Search with multiple LIKE values with Laravel
Good afternoon, I do a search using LIKE with Laravel in a table, but this search may require several values ex: %joão% %josé%, etc. but I’m not finding a way to do this search with various values…
-
1
votes1
answer21
viewsA: Overwrite first-Child css
problem solving: .card-header{ border-radius: 20px !important; }
-
0
votes1
answer21
viewsQ: Overwrite first-Child css
Good morning, I’m working with bootstrap cards and I need to replace the header border Radius, but when I try to modify it with css I can’t because of the :first-Child you have in the bootstrap…
-
0
votes0
answers37
viewsQ: Setting in charjs charts
Good morning guys, I have a graph that has a variable with 100 values, but when the chartJs will display it abstract and displays less points than it should, causing the graph to be half broken as…
-
0
votes3
answers933
viewsA: Treat error return in codeigniter
Use Try Catch to treat exception.
-
1
votes3
answers192
viewsA: Redirect to Tab specifies
My problem has been solved as follows: <a href="#" id="meuElemento" onclick="funcao('minha string')">clique aqui.</a> <script> function funcao(string) { alert(string) }…
-
-3
votes3
answers192
viewsQ: Redirect to Tab specifies
Good morning guys, I have a tab where I have a form that is sent via Ajax to my controller and I want that after the Ajax response the person is redirected to another tab after reloading the page, I…
-
1
votes2
answers350
viewsQ: GET request with Angularjs
Good afternoon I am trying to perform a Get request with Angularjs but I get no response and the only console.log that runs is the last one that is already outside the request;…
-
1
votes1
answer60
viewsQ: Sending form with Asp net mvc5
Good morning, I have a form to send where the button is outside the form, this form has 50 different fields, I did in html and I need to receive this data via post in a controller c#, but I have no…
-
2
votes2
answers219
viewsQ: Relative path to txt in ASP
Good afternoon, I am generating a file with Asp net the function saved in the hard drive if I put the path, however this file will be saved in a server and I’m having difficulty to put the relative…
-
1
votes1
answer1625
viewsA: Request with Post and CURL Method
I don’t know if after 1 year it will help you but maybe someone still has this doubt, the url probably needs an HTTP Basic Auth, for that just add, the variables just replace $user and $pass by the…
-
0
votes2
answers105
viewsQ: Add FK in mysql table
Good morning I am facing the following problem, I created 2 tables in the bank, while trying to create a fk in one of them generated the following error:#1215 - Cannot add Foreign key Constraint.…
-
1
votes1
answer599
viewsQ: Curl failed to send array
Well I have a small problem sending the data via Curl, when sending the data to the API returns me that there is one of the fields that is not an array: {"errors":["items deveria ser um Array"]}…
-
1
votes0
answers129
viewsQ: SSL authentication
I am facing a small problem with an api, whenever I send the request I get the following errors: jquery-3.3.1.min. js:2 Failed to load https://api.iugu.com/v1/invoices: Response to preflight request…
-
0
votes0
answers152
viewsQ: Losing Session Codeigniter
Good afternoon guys, I started an internship and they gave me an Commerce to stir, it has Codeigniter (I had never touched)and a library called ion auth(for login) but when I login it sets the…
-
1
votes0
answers27
viewsQ: error in Session Codeigniter
I have a dynamic menu that does a search in the bank and fills this menu, when I’m at home it works normally but when I change the page the value returns null and generates error in count(), I…
-
1
votes1
answer145
viewsQ: Error in Count()
I need to put a website on the air (I didn’t make the site), and I need to adjust some things on it. I am facing a problem in a dynamic menu: when I am on the home page it gets ok, but if I browse…