All Questions

1
answer

VUE Js does not work as a bookstore at DJango

I have an application that I am developing in django and I want to use VUE js as a library but not as a framework, download the library and import it but I do not even work the example of vue Base.html The lbreira de vue is imported here...
asked on 02.10.2018 / 15:14
1
answer

Why do I have an "too much recursion" error when trying to submit () with JavaScript?

I'm trying to do a simple submit () through JavaScript but in the console I get an error of "too much recursion" and there the program is slowed down. I'm trying to validate the clicks within a modal and save the input's clicked into an array...
asked on 26.11.2018 / 14:17
2
answers

test of program.exe stopped working

I'm new in the world of programming, I'm just starting, and it turns out that today when I run a simple program I jump "test program.exe has stopped working." I do not understand why I skipped this, it had never happened to me before and it seem...
asked on 18.08.2018 / 00:12
1
answer

Get text within annotated tags using BeautifulSoup

I'm scraping an HTML document using BeautifulSoup4. But I was obliged to obtain Text commented. If I want to get commented text like this: <!-- este es el texto --> That can be obtained (bypassing the other statements) like this: te...
asked on 10.09.2018 / 09:21
2
answers

Create a select depending on the selected value in another

I have this select , in which the option that are in disabled are the CATEGORIES and within those categories there is a letter with number. In this select I have ordered them but they asked me that when I select one of...
asked on 14.09.2018 / 12:40
2
answers

Center controls within a maximized form

I would like to put cinco controles picturebo x aligned just in the top middle of the screen. (The length of the screen is different for each user). To begin with, my idea is that the window is maximizada , to obtain the total si...
asked on 14.08.2018 / 22:01
3
answers

How do you validate that a vector can not repeat letters in c ++?

I have been trying to make a validation that when entering letters in a vector does not allow repetitions of the letters, for example I enter the letter "a" and I re-enter it should appear to me that it has already been entered but I can not do...
asked on 25.01.2018 / 02:17
2
answers

How to enter a date by keyboard and use it in Python?

I have a query, I did the exercise in C but I do not know how to pass it to Python, especially with the subject of when I enter the full date .. Here is the code in C #include <stdio.h> main(){ int DiaN, MesN, AnioN; int DiaH, MesH, An...
asked on 22.09.2018 / 00:51
2
answers

How can I create custom content from html5, css3, javascript in wordpress? [closed]

I am working in a company that manages a wordpress template called "the 7" which includes something called "wp bakery page" which is a plugin with which you can create content for a web in a very easy way, style wix ... however for design and us...
asked on 04.01.2018 / 00:56
1
answer

How to calculate the total of each row?

I need to show the total ( .total ) of each row ( .numero ). Obviously my problem is the loop that I am doing wrong. Right now I have the following code: <table id="tabla" border="1"> <thead> <tr&g...
asked on 09.01.2018 / 12:32