Questions tagged as 'script'

1
answer

Script to identify 2 active services, drop the 2 and upload only 1

Next, I have a service here in my environment that runs on some machines, however this service can not be duplicated (they can not have 2 active services at the same time) I would like to know if it is possible to write a script that checks if i...
asked by 16.04.2018 / 21:13
0
answers

Import of CSV (which is inside a zip) received by email automatically to the Spreadsheet

What happens is that every day I receive an email with an attached report. This attachment is zipped (.zip), and inside this zip has a CSV file. I need this zip to be converted to CSV and that this CSV will automatically go from my email (gma...
asked by 02.04.2018 / 13:47
0
answers

AppendTo (script / script) does not execute the added script

I'm creating a light box so that it runs based on the click on a link. The light box works normally and I can add content inside it smoothly. The question is that in this particular I need to add a javascript that pulls one of my forms. Th...
asked by 27.12.2017 / 12:24
0
answers

Clipboard with content filter - Autohotkey

Do you have any idea how to automate the following situation? I'm using Autohotkey for this. I'll tell you the situation and then I'll tell you the hypotheses I considered (part of them only, since I could not finish it) 1 - I give ctrl...
asked by 22.01.2018 / 03:38
1
answer

Convert query to SQLServer

I have the following query for the Oracle database: select xmlagg(xmlelement(e, d.delinha, '').extract('//text()') order by d.nulinha).getclobval() . I need to convert to run on SQLServer database, but I can not. Does anyone know of...
asked by 10.11.2017 / 12:56
0
answers

How to pass a function in an array in powershell?

I need to create a script, some of the fields are preventable and I would like to pass a function to edit it, but when I step inside the array it pops an ERR .     
asked by 26.09.2017 / 03:22
1
answer

Error when using a function outside the Python script [closed]

I created a function that uses other functions that are not in the same script, while running the program encounters an error, stating that the function outside the script is not defined. Must all the functions to be used need to be in the same...
asked by 16.09.2017 / 02:16
2
answers

Check in form if password entered is easy

I want to create a script so that in the registration form I have, check the most used and less secure passwords. That is, check for example the passwords written by the users and not allow to advance in the registry, as for example the follo...
asked by 11.09.2017 / 19:56
0
answers

Right way to autocomplete

I have the following% auto_complete : $(document).ready(function () { $("#id_cliente").autocomplete({ source: function (request, response) { $.ajax({ url: "/PreVenda/CarregaClientePorId",...
asked by 06.09.2017 / 14:43
0
answers

Update DIV with popover attribute

I have a function where I get charged every 10s. When checking that there is a new message updates the field informing the amount of messages. smg(); function smg() { setTimeout(smg, 10000); // 10 seg $.getJSON(...
asked by 18.08.2017 / 21:26