All Questions

3
answers

How to use GIT connected on the server?

I've been looking for some time on how I could replace my filezilla and got some answers that it's possible to use git as an intermediate so I can run my site / project according to what's in that repository . I also found a article a...
asked on 05.10.2015 / 17:17
1
answer

How to create an executable from python

I'm doing a service where I have to do a program that reads and creates files with numeric data. The problem I have is that the computers on which the program will be used are not accessible to me. Because of this, I needed to convert my file...
asked on 10.02.2017 / 18:06
1
answer

Firebird SQL and Union ALL without Duplicating Items

I have a SQL query that searches two tables for a primary and one for history but when I run the query the values come duplicated I use UNION All because if I by UNION or DISTINCT displays the following message:   ...
asked on 26.10.2017 / 19:12
2
answers

How to force the download of an object from an AWS bucket S3 with PHP?

I know how to upload an object to the AWS S3 Bucket this way: try { $oClientAws->putObject(array( 'Bucket' => 'bucket_test', 'Key' => 'fileName.jpg', 'Body' => fopen('path/to/file/fileName.jpg', 'r'...
asked on 25.06.2015 / 22:52
2
answers

How to present the name of the customer of a particular sale? I can not get the name with the get

sales list code I'm having problem to present the customer name of each sale and product name of each sale tbm! I do not know what I'm doing wrong <?php include_once("Sessao.php"); include_once("Valida.php"); include_once("Cabecalho.p...
asked on 16.09.2015 / 20:30
1
answer

Can a bit mask be / typed?

In most programming languages, when you want to create a bitmask you usually use an integer type and bitwise operations (and, or, xor, not, shift left, shift right .. .). However, although nothing prevents the programmer from assigning a specif...
asked on 26.08.2015 / 00:50
2
answers

Error in JSP include

I have the following situation: Servlet instantiated at root / MinhaServlet Jsp instantiated in a folder inside the root:    /folder/file.jsp Within this file I have the following <img src="_img/editar.png"> <a href="_...
asked on 13.08.2015 / 14:22
2
answers

Error trying to host app on itunes

We made an iPhone app with Embarcadero xe10 + PHP, but when trying to host it in: He was turned down for not having IPV6 support. I joined the site link and I noticed that IPV6 access is not supported. Apple requires my application to...
asked on 01.03.2017 / 21:28
1
answer

How do I assign an Activity to open when I click on the ActionBar Tab?

Context I have an application that contains a Activity called MapActivity (of which is a Map type activity that inherits from GoogleMaps api), and another Activity common that will serve as a search with filters to refine...
asked on 20.07.2015 / 16:16
1
answer

java.lang.UnsupportedClassVersionError: Unsupported major.minor version 52.0 when running JAR

I have a project in NetBeans and I have to pass it to test for other users. I'm running it on Ubuntu 14 and running the following command to run .jar: java -jar "TesteTableYasc.jar" However, trying to run the .jar file gives Java version...
asked on 09.11.2016 / 20:46