Posts by Weslei • 33 points
4 posts
-
0
votes0
answers1111
viewsQ: mysql error: ERROR 1045 (28000): Access denied for user 'Weslei'@'localhost' (using password: NO)
Guys, first of all I’ve reviewed all the topics about it here and the error in question remains. I have tested several solutions presented here and indexed in google but will not, because everything…
-
1
votes4
answers177
viewsA: How to get the entire HTML of the last Fieldset into a dynamic page?
All the fieldset: var fieldsets = document.querySelectorAll('#BlocosDinamicos') n = [] fieldsets.forEach(element => { n.push(element.innerHTML); }); The last:…
-
0
votes1
answer36
viewsQ: Access one-page classes, id’s, div’s with my extension
Hello, I am writing an extension with the following goal: access the target elements of a page (type Document.querySelector('.Jobs')) and from there write the rest of the instructions. However, from…
-
2
votes1
answer1338
viewsQ: Comparing lines from a file with data from a spreadsheet
I’m new to Python and I have a problem that’s getting me out of the picture... Here’s the thing, I want to get the strings of a file and compare its elements with the sentences written in the…