I have a couple of doubts
What is the most commonly used standard now?
If I make a program for example in the C ++ 14 standard, will portability and code execution affect it?
I have a modal in which I indicate preliminary information to perform these actions, but some data surpass the space of modal . Here is an example of a modal I use.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9....
It is understood that distinguish it from the deletion made by the garbage collector. I would like the explicit deletion:
del objeto
It will execute something that does not run when the object disappears because the garbage collector detect...
I have an HTML form with method="POST" and a submit button. Within my file 'purchases.controller.php', if I do a var_dump ($ _ POST), you can see all my POST variables belonging to the inputs of the form correctly.
Now, I have another file ca...
I have an array: aNumeros=[1, 5, 6, 7, 8, 9, 10, 12];
I want to create another array from that, which contains the last 5 numbers:
aNuevo= [7, 8, 9, 10, 12]
thanks in advance
I can do this in SQL Server:
SELECT 'HERRAMIENTA ELÉCTRICA' AS TIPO_PRODUCTO,
0 AS DEPRECIACION,
(select sum(empid) from HR.employees) STOCK
But in Access the same query returns the following error:
Query input must contain at least o...
Good afternoon, my query is if I have a value type Date and an array where its values are also type Date : is it possible to perform a search to see if there are matches? .
I'm doing the following:
// time = Sun Dec 13 2015 21...
I am making an application that will register an order and for that I need to use the transaction sentences. I have developed an attempt that I will attach below and the following error:
Unhandled exception of type 'System.InvalidOperation...
I request your help to improve an SQL query.
There are times when I have a table I want to relate several foreign fields to a primary field of another table, but the problem is that there is more than 1 field with a foreign key.
Something...
You see, I want to send someone a message in Laravel.
I have this function:
// Enviamos a un usuario inactivo un mensaje de activación.
public function mensajeActivar(User $usuario){
Mail::to($usuario->email)->send(new Mensajeria($us...