All Questions

1
answer

Error creating procedure in SQL

I am creating a simple procedure, in SQL, simply its operation is based on returning the data of those incidents that are in situation = 2 and have not reached the situation = 3, together with the name of the reporting user and the type of user....
asked on 04.12.2016 / 11:18
1
answer

Problem when validating an XML file with DTD

When validating the document with DTD I get this error:    XML document structures must start and end within the same entity XML: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Alumne SYSTEM "Activitat02.dtd> <Alum...
asked on 14.01.2017 / 15:44
2
answers

ArrayList.add () ArrayIndexOutOfBoundsException processing

I have searched on this page but I can not find a solution. I have the following code: class BodyThread extends Thread { private Thread t; private String threadName; private boolean isCreature; ArrayList<Creature> creatures; ArrayList<...
asked on 01.12.2016 / 18:50
2
answers

Problem with Github login in eclipse

I want to share a JavaFx project created in Eclipse Neon .1a Release (4.6.1) in GitHub . I am using the native tools of the IDE, I already made the local repository, I just need to create the remote . Using the Git Rep...
asked on 18.12.2016 / 18:22
2
answers

iframe for responsive banner

Good morning. I'm having trouble making a responsive banner created with <iframe> . I'm using the same method that I use for videos, but in this case it's not working for me. Code .redes .embed-container { position: r...
asked on 12.03.2017 / 15:06
0
answers

Google Cloud Platform individual account

I am trying to create an account in Google Cloud Platform with my personal account but I see that if I select Spain as the country in the account type, it only lets me select Company. As I read here link and here link there were changes d...
asked on 03.04.2017 / 08:05
1
answer

problem with Jframe netbeans POO events

I am working with events in Java Swing and it happens that in a JFrame I have uploads of three images. What I need is to know how I do so that when I press an image when I run the program it moves vertically and I can stop it with another click...
asked on 10.04.2017 / 18:56
2
answers

Pass values in vice versa with Javascript or jQuery

Hi, I'm working with Mathquill, what happens is that I have this expression format. sqrt[]{} which can be sqrt[3]{4+5-8} or any number within the brackets and braces, what I did was modify the template of the api of the root...
asked on 14.03.2017 / 21:43
0
answers

Create an IndexedDB editor to store values in a NoSQL database in JavaScript [closed]

I have done a BBCode editor in JavaScript but I need that those values entered (in principle only a value that is the name of a fruit) are stored in a NoSQL database with using IndexedDB and LocalStorage, the problem is that I am quite lost in t...
asked on 15.03.2017 / 19:57
1
answer

Adequate structure

I need to know what would be the most appropriate dynamic structure to load the records of an ID and a Timestamp of approximately 3000 occurrences. Corresponds to the data of a terminal for the entry or exit of personnel with fingerprints. T...
asked on 19.03.2017 / 00:31