All Questions

1
answer

Error ios 8.4 simulator in xcode 7

I'm trying to download the simulator of iOS 8.4 in Xcode 7 and it returns this error:    Could not download and install ios 8.4. Authorization is required to install the packages. Before that, I entered my user password.   ...
asked on 30.10.2015 / 20:42
3
answers

How to add a value to an input without replacing the one that is already

How can I do when I click on a button to put one number after another and I do not replace the value that is. That is to say if I give two clicks to the 3 I add 33 or if I click on the 1 and then in the 3 I put 13 link function nume...
asked on 22.02.2018 / 01:34
2
answers

Format Date to Save Form

Good afternoon, I have a view based on Form View: class CrearPuesto(FormView): template_name = 'crear_puesto.html' form_class = PuestoForm success_url = reverse_lazy('administracion:maestro_puestos') def form_valid(self, form)...
asked on 04.05.2016 / 22:28
2
answers

Clone remote git repository to commit

I have a project stored in a repository of
asked on 27.07.2017 / 17:29
2
answers

CMD executes tasks in a separate window, how to do it so that it can be executed again in the main window?

Working with Django in the CMD suddenly now executes all the processes in a separate window causing several inconveniences. I need you to do them again in the original window as you always did.  I chose to illustrate the case the typical "manag...
asked on 28.06.2016 / 11:00
1
answer

Enable or Disable an Input depending on the selected radio button

I have the following HTML code which consists of two Radio Buttons. I need that if the user chooses one, depending on which is the same, the "Discount Percentage" field is active or not. <div class="form-group"> <label for="isProd...
asked on 04.05.2018 / 20:29
1
answer

How is the integration of 2 htaccess with ptpasswd?

Ask a question and very kind Alvaro has answered, only that I do not understand codes and I do not know how to integrate with path's the question and answer was this:    If I have 2 htaccess files in different directories? Do I need to create...
asked on 22.04.2016 / 20:36
2
answers

Question about method get in javascript

A question, that it helps me to outsource a property, I have created a total property with the method get, but for what is necessary? Since doing a method I can call it the same with () and return what I want, instead of getting total () I do to...
asked on 15.01.2018 / 13:41
2
answers

Switch case in PHP with variable

My question is this, I'm doing a Telegram bot with user help in various cases. I would like to capture a piece of the message that you send me to use it as a variable, that is: switch($mensaje) case '/tiempo Madrid': $ciudad="Madrid";...
asked on 26.07.2018 / 18:10
1
answer

How to update ajax php sql server table?

Good I'm doing a form but in this case they fill certain data or they choose and a graph is generated and below a table that is basically the description of that graph and it is dynamic. The problem is that when I press the first time it work...
asked on 26.07.2018 / 17:02