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...
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...
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,
{...
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...
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 =...
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...
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...
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...
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...
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:...