All Questions

1
answer

filter records per month

I have the following query: $sql= mysql_query("SELECT dia, GROUP_CONCAT(hora) FROM marcacoes WHERE colaborador_id = {$colaborador_id} GROUP BY dia "); Returns the following table: But I want it to appear only from month 6 for example...
asked on 26.07.2016 / 19:44
1
answer

HTML - How to get values from a tag

Hello, I need some help. I would like to know how to get values from an html tag using javascript. such as: grabbing the marginLeft value of an image that was determined by a css file. I hope I have been clear, thank you ...     
asked on 02.08.2016 / 14:06
2
answers

How to adjust a DIV within another vertical DIV? [duplicate]

I have the following problem in CSS .. I gave you an example of what I'm trying to do Code Example, click here I would like the <div id="divAreaMenuLateral"> that is in orange that is vertical to be inside the <div id="...
asked on 08.07.2016 / 01:05
2
answers

How do I compare a char entry with an interval (0 to 9) without specifying individual conditions?

I'm doing a program that reads a string and I want to ignore the spaces and letters that the user types (but I have to read the letters i and the math symbols + - / * ^). > What I have achieved so far has been to ignore only the spaces. I th...
asked on 10.09.2016 / 16:23
3
answers

How not to distort the layout when opening the keyboard?

I have a linear layout with a form. whenever the keyboard is open it distorts my layout by leaving my buttons in half, is there any way to keep my layout intact when the keyboard is open ?? Any command that locks my layout behind the keyboard ??...
asked on 26.07.2016 / 15:39
1
answer

Refresh TextView on onResume

package br.com.automaserv.stocserv.fragments; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextV...
asked on 08.09.2016 / 14:47
2
answers

How to configure proxy in Android Studio?

Company where work joined proxy use and I'm having trouble using gradle . The gradient returns the following error:    Error: Connection timed out: connect. If you are behind an HTTP proxy, please configure the proxy settings either...
asked on 28.07.2015 / 18:15
1
answer

Run Python file with arguments

In my program, I do the following operation: import sys qtd_ponts = int(sys.argv[1]) I would like to know a practical way to run this .py file by passing arguments without needing an IDE, for example .bat files.     
asked on 24.06.2015 / 12:22
1
answer

What are Native Hybrid and Web Applications?

Hello everyone, I'm kind of lost in the study of mobile computing. I'm studying these 3 types of architecture for mobile development. Does anyone know the definition of these development architectures?     
asked on 29.08.2015 / 23:53
1
answer

Is it possible to create graphical interfaces for Python applications?

And besides, do you use them on a computer that does not have a Python interpreter? If the answer is yes, what software are able to do this?     
asked on 15.07.2015 / 00:30