Posts by José Darci Rodrigues Jr • 55 points
7 posts
-
0
votes0
answers5
viewsQ: How to fix error with webpack in Vue : Expected an Identifier but found '(' Instead
I have a project done in Vue, it occurs that it compiles without problems, runs in Chrome, but when I test in Safari, generates an error: Expected an Identifier but found '(' Instead In the Safari…
-
0
votes0
answers16
viewsQ: How to consume two endpoints with Axios and increment a list with the return of the second endpoint?
Guys I have the following method in my project with Vue.js: var lista = [] axios.get(this.$store.state.baseUrlAtendSac + 'AtendSacAtendente/ListarAtendSacAtendente',…
vue.jsasked José Darci Rodrigues Jr 55 -
0
votes0
answers37
viewsQ: Return the length of the sequence
I got a problem I can’t fix: Given a string "aeiaaioooau", identify existing sequences and count your elements with PHP. A sequence would be a,e,i,o and u ... Example: $s = "aeiaaioooau" "aei" is…
-
0
votes1
answer221
viewsQ: How to identify the file that is calling a php method?
Good morning Guys, I have a problem that is the following, I have a framework developed in the company, in this framework has a method that prepares data to be saved correctly in the database, it…
phpasked José Darci Rodrigues Jr 55 -
1
votes1
answer1145
viewsQ: How to use Selniunhq to fill out forms with php?
I am days without sleep.. rs , trying to solve a problem that seemed simple to me... I have data in a database and I need to fire that data to another site by filling out the oriúndos fields of the…
seleniumasked José Darci Rodrigues Jr 55 -
0
votes3
answers5068
viewsQ: How to include the Access-Control-Allow-Origin header?
I am in a small project with php and I receive a video in which the origin is an IP camera and I need to take a picture of a frame of the video and convert it to Base64 to save in the database, I…
html-metaasked José Darci Rodrigues Jr 55 -
3
votes0
answers147
viewsQ: Installing Parse on Android Studio 1.5
Hello, I’m having trouble installing Parse in my project, I include the library(Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with permissions, in the java class, in the Oncreate…