All Questions

1
answer

facebook login android

I want to obtain the data of the public profile {email, id and the profile picture}, but when I start my application it falls, then I will leave my code @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(...
asked on 03.11.2016 / 19:16
2
answers

Get current value in real time in table

I have the following problem, I am currently working on a pricing system with SQL Server database, in which I have to work Dynamic pricing . For which I have the following table. ID_TARIFA : Primary Key Auto-increment. I...
asked on 26.10.2016 / 02:24
0
answers

Run a Jasper Reports report from a Python script

I am developing a Python application and I want to use Jasper Reports as a report generator. My purpose is only to launch a report that is in a repository of Jasper Reports . The JasperServer server is working and I have designed reports...
asked on 23.10.2016 / 17:28
6
answers

JSON object arrives empty to my method

I created the following function to send an object of a service through JSON but when the object arrives it has all the empty variables: var cpDate = new Object(); cpDate = { OllPass: '', NewPass: '', ConfPass: '' }; $(documen...
asked on 09.03.2017 / 12:39
1
answer

NETBEANS DEPRESSING ERROR: Unrecognized or ambiguous flag word: \ "? \"

I have NetBeans IDE 8.2 installed next to the Cygwin package in Windows 8.1. I have already tried to reinstall the program but it is not solved. I program in C. When I start the program everything works correctly, the programs compile and...
asked on 21.11.2016 / 20:41
2
answers

Log in on node.js

I am new programming in node.js and I wanted to ask you a question: I have the following log in (which works without problem) but I'm not sure if it is the most recommendable way of doing things since I do not know if you are doing it I work in...
asked on 02.01.2017 / 16:30
1
answer

List linked within a Jlist in java

I have two classes one contains a linked list Catedraticos and another one containing a Jframe in which I want to put a Jlist , the listaCatedraticos contains the information of your name, surname and email as I can us...
asked on 04.11.2016 / 15:05
1
answer

How to invoke a web service published on a service bus through AJAX? [closed]

I am working with Oracle Service Bus , I have currently created some services with SOA in JDeveloper , which I have published in bus service offered by Oracle , now I need to access them from my mobile application made in PhoneGap . Does...
asked on 11.11.2016 / 20:07
1
answer

JNI help with reading C binaries and writing in Java

I have to make a program that reads binary files of any kind from C and through JNI pass the read bytes to java. That part is already, what I need is to write a new file in Java and pass all the data that collects C. I put the code that I have,...
asked on 25.10.2016 / 22:28
0
answers

IDE or Gem Arcadia pulls error [Windows 7]

I had the following problem once the gem arcadia was installed when I write to the Windows console (CMD): Arcadia requeri ruby-tk extension and tcl/tk run-time you must install before run. ----- LoadError Details ------------------...
asked on 31.10.2016 / 13:03