All Questions

1
answer

How to modify a Label when writing in Entry in tkinter?

I would like to make a program that detects the change in the Entry text and changes the Label to the same Entry text, how can I do this? from tkinter import * # Configurações da Tela window = Tk() window.title("Hello World") window.resizab...
asked on 17.07.2015 / 16:11
1
answer

My calendar only displays the first scheduled appointment each day

I've set up a calendar with a calendar in PHP + MySQL, it's already 80% of the development. But, I have a problem, such as if I registered for an event for 7/20/07, this appointment is normally displayed in the calendar. If I schedule another...
asked on 17.07.2015 / 17:34
0
answers

How to collect requirements? [closed]

How can I collect requirements and work them out to develop a system ? Is there any form of analysis that I can use for this purpose?     
asked on 11.09.2015 / 03:37
1
answer

POST Request in Jetty Client 9.X

I'm using Jetty Client to request a API Web , until recently everything was ok, but I felt the need to send data via POST. Problem In Jetty's documentation says that POST request data should be passed by the param("chave"...
asked on 05.08.2015 / 17:30
2
answers

How to generate links to bound pagination?

I have a page whose results generate a lot of links-numbers. Scenery: I have 10.000 (ten thousand) records being paged. Paging should be 30 in 30 ; However, links can not display 333 links, but only...
asked on 27.07.2015 / 20:45
0
answers

IntelliSense Error: 'No additional information available' in Visual Studio 2012 [closed]

Today my computer crashed (because of Google Chrome!) and I had to restart it. Visual Studio 2012 was currently open (and I lost a few lines of code I had not saved). The problem is that after this event, my IntelliSense simply stopped workin...
asked on 05.08.2015 / 23:18
2
answers

How to delete a certain group from the regular expression

I have a tax file that comes with the following information in the line: Ex:. OCF|DINHEIRO|160.12|12 To fix it I have to delete a part, and the right one would be: OCF|DINHEIRO|160.12 So I started doing a regular expression in notepad...
asked on 13.06.2018 / 12:53
0
answers

What are the basic requirements for creating a WordPress template? [closed]

I would like to know, based on the experience of those who have worked on this topic, what are the basic requirements for creating a WordPress template. What to avoid and value when working with them? What is your relationship with Bootstrap?...
asked on 16.09.2015 / 03:05
1
answer

What advantages and disadvantages to use? instead of? php? [duplicate]

According to the PHP documentation it is possible to enable short_open_tag in the php.ini file, in which you can use: <? /* jon snow */ ?> instead of: <?php /* jon snow */ ?> The questions are: Is it i...
asked on 17.05.2017 / 05:24
3
answers

Image with 100% width

I have the following CSS declarations applied to an element: .minhaClass { float:left; width:100%; height:560px; background:url(../imagens/corpo/imagen.jpg) repeat-x top center; } This will happen on a website with top, body and foo...
asked on 31.01.2014 / 16:56