All Questions

1
answer

Java executable

I have already converted my Java executable to .exe, but when I run the .exe I log in and I accept, I get the following error:    "This driver is not configured for authentication   integrated ". This is my connection to the sql server da...
asked on 07.03.2017 / 19:23
1
answer

TypeError: only length-1 arrays can be converted to Python scalars (2)

Hello again I am with the same error but in a different place. Veran I have the following code import matplotlib.pyplot as plt import numpy as np from py_expression_eval import * def f(exp, var, x0): p = Parser() p.ops2['^'] = n...
asked on 03.03.2017 / 00:49
1
answer

Edit themes for prestashop 1.7

I'm trying to generate a new theme for prestashop 1.7 but I'm running into a series of problems. I copy the default theme and set it as a new one. I edit files to know how prestashop works and does not make any changes: for example in the...
asked on 08.03.2017 / 10:02
1
answer

Macro outlook, automate email

Dear good afternoon, I would like to know if there is a form or method either by VBA or other means by which at a certain time Outlook automatically opens a new mailing sheet and that this process is automatically and consecutively. that is,...
asked on 13.03.2017 / 18:59
3
answers

get latest registration in MySQL

I have a database in MySQL and each table has its primary key that was inserted using the following structure: "INSERT INTO TABLA VALUES (UUID(),CAMPO1,CAMPO2)" , until then everything is perfect. My question is this, how can I get the...
asked on 13.11.2018 / 14:39
1
answer

Warning javac on Ubuntu

I'm trying to compile a .java and by doing: $ javac archivo.java The following warning appears: It is recommended that the compiler be upgraded I have the following versions: $ javac -version javac 1.7.0_80 $ java -version ja...
asked on 22.02.2016 / 16:57
3
answers

How to add several numbers in Javascript

Good as they are? I have a question on how I can make a value in javascrip can add it again and again, that is, for example I can make 1 + 1 + 1 equal to 3 without having to create a variable for each of them. This is the calculator tha...
asked on 09.08.2018 / 16:21
0
answers

Schedule in C, create TAD with Xcode

I have a question to make a TAD, (abstract type of data) in C, with the development environment Xcode (version 7.2.1 although I do not think it has much to do with the version). That is, for simple files: test.c (for example) I...
asked on 03.03.2016 / 01:18
4
answers

Will not let me enter the data in an array structure

Excuse me, surely it is something without much difficulty for you but I am just starting in this language, my mistake is something logical that surely I can not understand since I feel that all the arithmetic sentences are made correctly. Keep i...
asked on 14.03.2017 / 23:38
1
answer

noUISlider with Jquery does not assign as parameter "audio.currentTime"

The creation in the HTML of the slider is this, I use a framework, the nouislider. The Slider is because I am creating a player with HTML and jQuery together with Bootstrap. The slider would have to work, logically, to advance as the audio plays...
asked on 28.02.2016 / 03:43