Posts by Josivan Sousa • 61 points
9 posts
-
-2
votes1
answer207
viewsQ: Error loading XML into Laravel
I am getting the error below when loading XML using Laravel. I tested the import with pure PHP and it was normally. Does anyone have any idea what it might be? I understand that " is…
-
0
votes2
answers102
viewsQ: Error creating global Filters with vuejs
I am trying to create some filters globally in vuejs but am getting error "Failed to resolve filter". My main.js is like this import Vue from 'vue'; import VueResource from 'vue-resource';…
-
0
votes0
answers278
viewsQ: Regex to search for words
How to create a REGEX to search for a word in a string taking into account accented and/or upper case words. A search similar to Ctrl+f
regexasked Josivan Sousa 61 -
0
votes4
answers2107
viewsQ: Search string on page with Javascript
How can I perform a search in a DIV resembling Chrome’s Ctrl+F with javascript? Case-independent, lowercase, accents, etc. So far I have the result below. I take the term found and check if there is…
-
1
votes3
answers195
viewsQ: Select with detailed like
How to perform a select because it may not be an exact comparison in the database. I know there is a LIKE, but I’ve tried and not surtiu the desired effect. The problem is this, I have to search in…
mysqlasked Josivan Sousa 61 -
1
votes1
answer349
viewsQ: Replace com Vuejs
Next, I’m making a Filter to search some words passed by parameters and check if it exists in the text. The words that are equal I will have to highlight them with a bold and a background. Only,…
-
0
votes1
answer201
viewsQ: Working with checkbox array
Well, here’s the thing, I’m looking to edit a record that contains only a name and an array of other records, ifs (a relationship 1 to N). This array of ifs I play in the view as checkboxs, but I’m…
-
1
votes1
answer385
viewsQ: Select with subquery turning into column
Well, I didn’t know how to put the title... Anyway, I have the table tblnotadiscipline (follows picture) which will store student grades for a certain period. These grades have a kind of evaluation…
mysqlasked Josivan Sousa 61 -
1
votes3
answers2199
viewsQ: Offline and online PHP application
I wanted to know if it is possible and, if so, which technologies I can use to create an application that runs offline and when the user has connected to the net, the data is taken to the server…