Quantcast
Channel: User Diego Hernández - Stack Overflow
Browsing latest articles
Browse All 23 View Live

Comment by Diego Hernández on How to declare an array with size indicated by...

the array should not have the size burned, but should be indicated when captured from the console

View Article



Comment by Diego Hernández on I have to do a project using old .net...

What happens is that they are a requirement that they have given me, I can not change the version of the framework, it must be the v4.0. Ok I understand that you can not work with the recent sqlserver...

View Article

Comment by Diego Hernández on I have to do a project using old .net...

thanks for the information, to avoid all the compatibility problems that may exist, I have decided to work with VS2010 and SQLServer 2008

View Article

Comment by Diego Hernández on How to deploy app developed in VueJS on a local...

@EstusFlask I get nowhere with your answer :(

View Article

Comment by Diego Hernández on Problems with webserver plc advance tia portal...

@CliffPennalligen I tell you that I managed to solve the problem, for a strange reason the browsers reject the connection to the advance plc in its version 2 and 3, I tried several browsers and the one...

View Article


Comment by Diego Hernández on An established connection was aborted by the...

The same thing happened to me, it was because I connected my phone via Wi-Fi to the computer (I was passing internet from the computer to the phone)

View Article

Answer by Diego Hernández for File (string virtualpath, "image/jpeg" ) does...

When I have problems like yours, what I do is that I use the option "inspect item" of the browsers, if I do not show an image and for "x" reason does not appear the navigator indicates if the problem...

View Article

Answer by Diego Hernández for Fetch first image from foreign key table

If you want to recover the image associated with the product, you must do it using the WHERE cluase or using the JOINS for example:SELECT id, name, quantity, description FROM products, image WHERE...

View Article


Answer by Diego Hernández for error on web browser 'Website not secure'

That is the responsibility of the one who offers the domain, because they are the ones who have the servers, in the browsers it appears that it is not safe because they do not have the necessary...

View Article


How to receive an array in AJAX send from the ASP .NET controller?

The tecnologies are:ASP .NET MVC2JQuery v3My code is as follows:Controller:public ActionResult Create() { ViewData["department"] = new SelectList(_db.department.ToList(), "idDepartment", "department",...

View Article

Answer by Diego Hernández for How to overlay image with transparent...

The best way to verify that your image is transparent is to open the image in the browser (I tried it in opera and chrome) and if the image in its background is black, it is because it is transparent,...

View Article

Answer by Diego Hernández for How to make use of try-catch and resource...

For future readers, the following code is valid in Hibernate 5.4.Xpublic class MyClassDAO { public void methodX(){ try(Session session = HibernateUtil.getSessionJavaConfigFactory().openSession()){...

View Article

Answer by Diego Hernández for jboss error: java.lang.NoSuchMethodError:...

for future readers, recently i had this issues, i had in the project the hibernate version 5.1 with glassfish 4.1 and it is generated this issues, for resolved i agregated in the WEB-INF folder the...

View Article


Answer by Diego Hernández for Start/Stop button not working as expected

Using javascript and do'nt jquery<button id="btnTest" onclick="myclick()">Click OFF</button><script> function myclick() { var btnTest = document.getElementById("btnTest");...

View Article

Answer by Diego Hernández for PrimeVue datatable components not working in vue3

You are typing the tag wrongI suggest you change as follows:appInstance.component('Datatable', DataTable)byappInstance.component('DataTable', DataTable)In the component<DataTable...

View Article


Answer by Diego Hernández for The smtplib.server.sendmail function in python...

For future readers, I had the same problem, I was trying to send an HTML email but I got the encoding error, I looked for several solutions but I couldn't find it, until I found that in the...

View Article

Answer by Diego Hernández for could not extract ResultSet in hibernate

The same thing happened to me, because I had a field mapped in the Entity that did not exist in the database

View Article


Image may be NSFW.
Clik here to view.

Answer by Diego Hernández for Property 'ɵunwrapWritableSignal' does not exist...

This is origin issus:There was an update yesterday.Steps to go back to a previous version:

View Article

Image may be NSFW.
Clik here to view.

Answer by Diego Hernández for Error: Schema validation failed with the...

I recently encountered this problem, I made a project with single-spa-angular, when creating the angular app itself it worked correctly, but when adding single-spa and single-spa-angular to the project...

View Article

Comment by Diego Hernández on How can Error in flutter stateless widget?

It is often necessary to place code for greater understanding

View Article

Answer by Diego Hernández for Angular Subscribe with API service does not...

try to import the service in providershome.componen.tsimport { Component, OnInit } from '@angular/core';import { EventosService } from '../../shared/services/eventos/eventos.service';import {...

View Article

Browsing latest articles
Browse All 23 View Live




Latest Images