Interesting questions
-
0
votes1
answer228
viewsError in API Rest POST - Windows Forms
I’m trying to register (POST) this endpoint https://geradornf-prod.herokuapp.com/ (is a Simple API I made with Django Rest) I’m using Windows Forms C# Follow the call: using (var client = new…
-
0
votes0
answers112
viewsAdd Msflexgrid records via VBA textbox
How can I add records to Msflexgrid via a VBA textbox? I found a way to do it ( http://www.macoratti.net/gridedit.htm ) but for vb6, using screen.twipsperpixelx that does not exist in vba... Anyone…
-
4
votes1
answer708
viewsWhat does Nodo mean?
I am studying stacks and queues, below I was given a code to analyze. The code first creates queue then queues the values. After this, it removes each of the values from the queue and warns whether…
-
1
votes4
answers140
viewsHow to add class to the first <img src=""> of a set
Guys , I have a set of <img src=“”>. I need, once the page is loaded, to add a class to the first of that set with Jquery, but remembering that they have a relative, the href. ... <a…
-
0
votes1
answer153
viewsCalendar php with login
I need to make an agenda with login where I register in the system and do login. After login, register my agenda lines in the fields lugar, pais and descrição. I can save as many lines as I want on…
-
0
votes0
answers40
viewsDoubt about updating the google maps API map!
Good afternoon guys, I have a question here. I wanted to know how to update the map of the API google maps, because the google map is updated and tals and appears all the neighborhood of my city,…
google-mapsasked 8 years, 10 months ago Marcos Pereira 65 -
0
votes1
answer29
viewsDate filter using month
Dear(a)s The following is, I have a form where I do some filters/ searches that displays the results in a table, but I need to filter the dates by month that are part of the date itself, like month…
-
2
votes2
answers485
viewsExtract only extensions specific to a ZIP
I am developing a system where in some part of it the client can send a file ZIP containing only images. I’m willing to do it in a way that I can extract from this ZIP only files that contain…
-
6
votes1
answer3033
viewsDate in Portuguese (en-br)
I have the following code in PHP: <?php setlocale(LC_ALL, "pt_BR", "pt_BR.iso-8859-1", "pt_BR.utf-8", "portuguese"); $tz_object = new DateTimeZone('Brazil/East'); $datetime = new DateTime();…
-
1
votes2
answers542
viewshow to remove rows from a table?
I’m creating a table, but on the site always appear the lines that separate the columns and rows. Can someone tell me how I could do to get them out? The code I have is this: <table>…
-
0
votes1
answer47
viewsChange the visibility of a DIV based on the value of two select using jQuery
I have 2 select options. If the option of select1 AND the option of Select2 is selected, nothing appears. Otherwise a form appears. HTML <div class="form-group" style="color:black"> <select…
-
0
votes1
answer488
viewsCustom Fields: Not appearing on the site page!
I have a page with custom fields, so far so good, but when saved on the site does not appear the field, that would be a BLOCK. I used the code <?php the_meta(); ?> and appeared like this,…
wordpressasked 10 years, 4 months ago Alessandro Ramos 421 -
8
votes2
answers478
viewsHow do I get a loose number in my HTML?
Consider the following code: <span class="test"><span style="color:green">Teste</span>:</span> Text<br><br> <span class="test"><span…
-
3
votes2
answers1790
viewsData Search with Entity Framework
I have a project in Asp.Net MVC where I need to work with a large volume of data. To get them from the Database (Microsoft SQL Server) using Entity Framework 4 I know basically three ways: first…
-
-1
votes1
answer66
viewsMargin does not push content to the center
I recently asked a question because my margin top did not push my div down, following the example in the previous question I was able to solve, but now, using the same explanation of the previous…
cssasked 7 years, 4 months ago Fernando Munhoz 163 -
-1
votes2
answers584
viewsWhy is the Json_encode() PHP function not returning data in Json format?
Good Morning. After 2 full days researching I post my question: Why does the command echo json_encode($a); is returning an HTML page ? It is a registration where I have 1 foreign key, but the user…
-
1
votes1
answer94
viewsFloat:left and float:right in smaller resolutions
I have component 1 in float:left and component 2 in float:rigth, , but the problem occurs when in lower resolution component 2 is below component 1 facing the right side and component 1 facing the…
cssasked 11 years, 8 months ago valdir silva 89 -
1
votes1
answer798
views -
1
votes1
answer3043
viewsHow to use Microsoft ASP.Net MVC in English?
I found this package, but I don’t know how to use it: Microsoft ASP.NET MVC English Resources Microsoft.AspNet.Mvc.en https://www.nuget.org/packages/Microsoft.AspNet.Mvc.pt-br/ How to use the…
-
3
votes1
answer191
viewsWhich correct way to update
Friends this mistake (SQLSTATE[HY093]: Invalid parameter number: parameter was not defined), what is the correct way to apply the UPDATE according to the code below? Campos DB id_seguradora…