Posts by Adriano Maia • 301 points
23 posts
-
-1
votes1
answer112
viewsQ: PYTHON - JSON format HTML table data
I have the following doubt: Using Python it is possible to convert data from a table html in a format json ? HTML tablet: <div class="contentInternoSemMenu"> <table width="98%">…
-
1
votes0
answers193
viewsQ: Anti-captcha- Error "Captcha Wrong"
I find myself with the following problem: By submitting a form, after solving a captcha, the following error is returned: Captcha Errado I’m wearing the following API Code Used: check_key =…
-
1
votes0
answers36
viewsQ: Peolple API - Error 429 RESOURCE_EXHAUSTED
I’m wearing the following package to store contacts in the service provided by Google, that is to say, Google Contacts. Requests of the type GET They work perfectly and I can extract the contacts…
-
2
votes1
answer111
viewsA: C# - LINQ ERROR "The data type text and varchar are incompatible with Equal Operator"
I finally found the solution in the following question: reply The following code was missing in one of the fields defined as varchar(max): UpdateCheck=UpdateCheck.Never Thank you…
-
1
votes1
answer111
viewsQ: C# - LINQ ERROR "The data type text and varchar are incompatible with Equal Operator"
I find the following error when trying to update a table: the data type text and varchar are incompatible with Equal Operator. I have done several searches and most indicate the same solution:…
-
1
votes1
answer102
viewsQ: SVG - Problem opening svg file
Good staff, I’m having a little problem with svg files. The situation is as follows: I have an initial file (also with svg extension) which I subsequently edit (change text, dates and so) with the…
-
1
votes0
answers288
viewsQ: Javascript - Remove the event by clicking a button
Good staff, I have the following problem: as the following image shows, I have a set of buttons to move forward and backward the process sequence. However, exactly in this part, I need you to click…
-
0
votes1
answer101
viewsA: ASP.NET - Using a web user control dynamically
I managed to solve the problem: On the side of backend of wuc I created a set of properties (with tipo desired), as demonstrated by the following code: public partial class cores_polipeles :…
-
3
votes1
answer106
viewsQ: c# - Error trying to Replace a string
Boa Pessoal, I have the following problem: While trying to do the replace of a string (of a Literal Control), using the code below, the value of the code is not changed.…
-
0
votes1
answer101
viewsQ: ASP.NET - Using a web user control dynamically
Good staff, I have the following code html that repeats over and over again throughout the website: <div class="tab-content"> <div class="tab-pane active" id="basik"> <ul…
-
1
votes2
answers147
viewsA: Javascript - Change return value using setTimeOut
I ended up solving the problem as follows (a little trivial and perhaps a little strange): e.stopPropagation(); First stop the propagation of the event from the click on the link. Then I do a new…
-
1
votes2
answers147
viewsQ: Javascript - Change return value using setTimeOut
Good staff, I needed to change the return value by clicking the button, i.e., first the click would have to return false and past x segundos would have to return true and proceed with the event. The…
-
1
votes1
answer104
viewsQ: Center svg inside a <rect> element
Good morning, I have the following code <?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"…
-
2
votes1
answer496
viewsQ: Python - Problem printing inside a loop
I have the following code Python, representative of the game Pedra,Papel,Tesoura. import random listChoices = ["rock","paper","scissor"] print("Choose rock, paper or scissor to play or write exit to…
-
1
votes1
answer326
viewsQ: Python/Mysql- How to get the id of a table by comparing with two different
I have the following two tables as shown in the following image: I wanted for example comparing the username (session level of each user) remove their id. I have used the following query but it…
-
0
votes1
answer166
viewsQ: Javascript - Use button to show more images
I have the following problem: I am creating a website E-commerce and I have a page to show you all the products. The part of showing this good, the problem is that, being many products wanted to…
-
0
votes2
answers91
viewsA: PHP - Get different database data from the same button
I managed to solve the problem. So I did the following: On the button (which in this case is an image) to open the modal in the attribute data-targetin addition to the name you assign to modal I…
-
0
votes1
answer83
viewsQ: Get id attribute number in <img> tag within while cycle
The problem is this: I have a while cycle on PHP and I need to get the value of an attribute id within a tag img. This value is dynamic because it assigns you a variable PHP. $getLastFour =…
-
0
votes1
answer204
viewsQ: Problem sending images to a folder with accented names
I am sending an image to a folder and saving only the location (path) of it in the database. If for example the name I assign the image has no accents works perfectly, only when it has accents it…
phpasked Adriano Maia 301 -
1
votes2
answers91
viewsQ: PHP - Get different database data from the same button
Well, here’s the problem: I have the following code HTML/PHP which allows me to retrieve the last four data entered in the database to show the last ones added: $getLastFour =…
-
-2
votes1
answer122
viewsQ: C# - Start developing . Net
Having already some knowledge in php,javascript,html, css,responsive design framework ,such as, bootstrap and semantic-ui, and as my main focus (like) is to develop applications for the web, I would…
c#asked Adriano Maia 301 -
0
votes2
answers51
viewsQ: PHP-get the last 4 id’s inserted in the database
I have a database in which one of the tables has the designation "Products" and I would like to extract from it the last 4 items inserted in it. The column with the main key (Primary key) is…
-
0
votes1
answer62
viewsQ: Get Dominio for an unfinished website
Good people, I’m building a website and I needed to get a domain address for the contact page, more like emails. The problem is this, I am using phpmailer and I want the user to be able to…