Questions tagged as 'variables'

0
answers

get label variables tkinter python

I have the following code, and I want to get the string with the value of the file to use in the function: def openBioActFile(): finestra.openfile = tk.filedialog.askopenfilename(initialdir = cwd,title = "Select file",filetypes = (("text file...
asked by 05.02.2018 / 10:17
1
answer

Variable within another Python variable

I need to know if there is a certain text within my variable content, for example: content = <!DOCTYPE html> <html> <head> <meta http-equiv="expires" content="mon, 27 sep 2018 14:30:00 GMT"> <title>Peri├│dico am...
asked by 27.12.2017 / 01:31
1
answer

No Find Variable PHP

When trying to make an insert in a table it throws me the following Notice: Notice: Undefined variable: iva in C: \ xampp \ htdocs \ remission \ ajax \ edit_facturacion.php on line 17 and does not add VAT Value $(document).ready(function...
asked by 11.12.2017 / 06:46
1
answer

Error creating Circle object in ionic 3

Hello, I am using the Google Maps API. Where I have to create a circle around the market created. I perform it with (works correctly) createCircle(loc: LatLng){ return this.map.addCircle( {'center': loc, 'radius': 300,...
asked by 20.11.2017 / 01:32
0
answers

I need to increase max_input_vars in Centos 7 and edit php.ini and htaccess and it does not work

Community, my case is that I have a server in Digital Ocean with Centos 7 x64 and I'm using Centos Panel . In one of the accounts, my client requires that he increase the variable from Php max_input_vars to 5000 b...
asked by 11.10.2017 / 16:43
1
answer

Integrate the dictionary and complete the Python variables

I have this dic and I would like to work with him: Inventory_data = {"Inventario_datos": {"Alti MW $ 2 |": {"Floor_price": '2.5', "Li_platform": "1"                                                     "Excel_name": "Alti MW $ 2.xlsx", "Li_Publ...
asked by 06.10.2017 / 07:00
2
answers

Less variables are not replaced when compiling and error occurs

I am using less for the first time and I am having some problems. It's a MVC project and I'm using dotless and System.Web.Optimization.Less . I have registered a bundle to include all my files less and return a single minimized file to t...
asked by 27.09.2017 / 10:49
0
answers

Recode a variable in r

I initially put a database to a lm to perform a regression, but it believes in a function and then creates a function to predict with predict, the arguments that I put to this function are: a vector with the same structure of the initial data (I...
asked by 09.08.2017 / 17:05
2
answers

modify variable shown in HTML from JS

Hello people, as you can see on the page, there is a button, in which I click and increase the variable credit that is shown in the console, but what I want is that this variable also increases where the number is 1 that is on the p...
asked by 24.06.2017 / 19:39
2
answers

What is a class variable and an instance variable?

Good to the whole community. I have written this POST with the aim of improving understanding about class and instance variable . I searched the Internet, and what has been clear to me, is that: A class variable is when it is written as...
asked by 28.01.2017 / 00:04