Questions tagged as 'script'

0
answers

I can not get the script to run every 5 m

Could you help me? I have configured a line in crontab to run a script every 5 minutes, the script has the permission chmod 755 but I can not do it, what can I do? */5 * * * * root -x /etc/dondominio/dondomcli.sh && /etc/dondomi...
asked by 02.09.2017 / 23:41
1
answer

How to include jquery table sorter inside a .js file

Good evening, I recently started working on a very good guide that I got on YouTube where the tables are made directly from a .js file The table works like a charm, search, edit and delete but I'm trying to work with the liberia of tablesorter t...
asked by 24.08.2017 / 05:11
3
answers

Event click on just the element clicked

My problem is the following, I need that when clicking with an mouse on an html element, the click event is executed only on the element clicked and not that it is executed in the other elements that share the same call. I could n...
asked by 22.11.2017 / 17:58
2
answers

Problems with bash script in CentOS - Reading of variables

I have to make a script written in bash to do access audits in mySQL. I already have the sentences that I have to use, but I do not know how to write the script correctly in order to collect variables and add them to a simple menu to make the...
asked by 20.11.2018 / 23:08
1
answer

SQL Script error - Do not create all the complete tables

Good afternoon! I hope you can help me. I am creating a BD for a project. The logical design I did with MySql Workbench and generate the Sql Script to create the database. The issue is that when executing the Script in...
asked by 24.08.2017 / 15:33
1
answer

How can I add the total of the Total Value $ row and the result in input costs appear? [closed]

var sumaValores = function(){ //Obtengo la última fila ingresada en la tabla var fila = $("#tablaDetalleMaterialEinsumo").find('tr:last'); //Obtengo el campo referente a la cantidad de insumo ':eq(2)' var campo1 = fila.find(...
asked by 04.10.2017 / 19:14
1
answer

Help with Script to jump in Unity 3D

The thing is that I'm very new and I'm doing a game for a race subject and I can not find a way to make the damn Player jump. It moves on the X and Z axes, but I can not get it to jump. I would greatly appreciate if someone finds me the fault. O...
asked by 27.11.2018 / 20:37