All Questions

1
answer

JSON returning html

I'm returning a JSON from a server using PHP with the simple code: <?php $response = array(); $response["success"] = 1; echo json_encode($response); I'm getting the answer through an android app, however with the following error:    E...
asked on 26.02.2014 / 22:24
2
answers

Jboss - "Unable to get managed connection for java: / AppDS"

The following exceptions are occurring in my application: 10:52:34,506 ERROR [br.com.app.dao.NotificacaoDAO] (http--0.0.0.0-8080-77) java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/...
asked on 22.02.2014 / 00:53
2
answers

C # - Path to execution

I am doing a launcher, however I would like to leave the files with a "fixed" path, the launcher is in the same folder as the file to be started, but I do not know how I could create a "midway", something like in html, that just put a piece of t...
asked on 01.03.2014 / 17:10
1
answer

Is it possible to create a remote server with MongoDB? In what way?

My question, to be clearer, is to create a server with mongodb in a cloud hosting (for example) and access it through another server. Example: I have a mobile app. I hosted my mongoDB in a cloud hosting (ubuntu). I want to connect my app to d...
asked on 24.04.2014 / 13:29
2
answers

Options for generating documentation for javascript libraries

I've been heavily using jsdoc3 with docstrap , however it requires a large amount of third-party libraries to generate documentation with node and grunt , someone knows a robust alternative (which has a specification le...
asked on 16.02.2014 / 05:49
2
answers

How do I run a subprocess with administrator permission?

I'm doing a script that accesses cmd of Windows, via subprocess . But I need to run cmd as an administrator. The solution I found is not satisfying to me, which would be to use runas . What I want to know is if there...
asked on 21.02.2014 / 22:01
1
answer

Save multiple figures in a loop - Python

I'm using python to analyze experimental data. I have in a folder several data files that, in the script, are grouped according to some criteria. I use a loop to read all the files in the folder, and within the loop, data from the same group is...
asked on 27.02.2014 / 22:40
1
answer

CSS Incompatibility with jquery blockUI in IE 8

I'm using jquery 1.11.0 in> along with the plugin jquery-blockui < in> 2.66.0 and when blocking the screen, div gets white background in IE8 and earlier. Here are the images: The call to blockUI: $.blockUI({ message: "...
asked on 18.02.2014 / 20:21
1
answer

zebra printer barcode error

When you print the Zebra RW 420 printer using EPL language, the bar code is displayed with a black border in the middle, as if the bars were spliced (see image). However, using the same code, printing is normally done (without the black strip...
asked on 04.03.2016 / 12:57
2
answers

How to upload images to a folder using Classic ASP?

Is there a script for Classic ASP so that I can upload an image to a folder. Ex: I click on a button, I load the image, I click to upload it and it goes to a folder, for example: C:\ASP\sistema\imagens .     
asked on 10.02.2014 / 15:20