All Questions

1
answer

Is it possible to display notifications with custom icon in Windows 10 with Java?

I know how to do this kind of notifications: But it turns out that it only changes the icon when changing the message type: trayIcon.displayMessage("Titulo", "Contenido", TrayIcon.MessageType.INFO); It's the only thing I could find...
asked on 21.10.2018 / 02:57
2
answers

MySQL query How many children does Berenice have?

This is the Database and what I want to know is how to ask how many children Berenice has create database padres_hijos; use padres_hijos; create table padres(padre_id varchar (20) primary key, nombres varchar(30), apellidos varchar (30))eng...
asked on 14.10.2018 / 03:30
1
answer

REST Jersey + jackson servlet parsea part of the json as a JsonObject

I am receiving a JSON that jersey + jackson parse it directly on the object that will contain the information. The thing is, I want part of that JSON to be saved as a JSONObject or JSONArray . This would be the JSON that is received, {...
asked on 16.10.2018 / 09:49
2
answers

Declaring variable of the same type of class that contains it

Greetings I've been studying data structures and I've run into a very curious syntax and I've been trying to find answers and I have not found them. public class CNodo { //Aqui colocamos el dato o datos que guarda el nodo private int...
asked on 12.10.2018 / 13:57
1
answer

Algorithm for adding daughter account values in parent accounts in C # .NET

What happens is that I have a list with three fields, which are: Cuenta , importe_A e importe_B . Example of information: Cuenta = "1000.2.15.3" Importe A = 230 Importe B = 500 Cuenta = "1000.2.15.4" Importe A =...
asked on 26.10.2018 / 03:02
2
answers

How to add SQL Server Time field

I am working on a system for a broadcaster, this keeps track of the audio files played on the day, as well as the duration of each audio file. I save this information in a table that has the following structure: ** The description field...
asked on 04.10.2018 / 19:17
3
answers

How to convert query from sql to linq?

I need to convert the following query to linq select * from detalle_pedido where articuloid = 13555 and id_pedido=13 I've tried it in the following way var querydetalle = _db.detalle_pedido.Where(dt => dt.articuloid == articu.articuloi...
asked on 30.10.2018 / 15:36
1
answer

Load fast video rewarded AdMob and Android Studio?

I wish you could help me solve this problem that I have. I have a project in which I have the videos awarded by admob. Everything is fine, but I have a small inconvenience. When I start the application the video loads me, but it takes 20 seconds...
asked on 04.12.2016 / 20:53
1
answer

help syntaxError: unexpected token {in json at position 4

I do not know where the error is, but if you make the query well $.ajax({ url: base_url + 'cargar/carga', type : "POST", data: {id:id}, success: function(json,textStatus, jqXHR) { console.log(json...
asked on 24.10.2018 / 00:03
2
answers

APK update outside of Google play, error: android.os.FileUriExposedException:

I have problems with updating the apk ; what I tried to do 1st download the information of a txt hosted in dropbox and compare the version data. If there is an update, you should download the file. The problem that the log reports to me is:...
asked on 30.10.2018 / 00:34