Posts by Jorge Saba • 67 points
7 posts
-
0
votes1
answer32
viewsQ: Using component data in the create method in Vuejs
I’m trying to pass data from one component to another using the $bus method: Vue.component('porcentagens',{ data: function(){ return { porcentagemSangramentoMarginal: 0, porcentagemPlaca: 0,…
vue.jsasked Jorge Saba 67 -
0
votes1
answer509
viewsQ: Import Vuejs template from external html file
Is there any way to import an html file in the template? Vue.component('porcentagens',{ data: function(){ return { porcentagemSangramentoMarginal: 78, porcentagemPlaca: 78, porcentagemOLeary: 78, }…
-
2
votes1
answer291
viewsQ: Error deploying with Tomcat 7
I made an app with springboot and when I run it inside the springboot it works normally but when I run War and I put to run in Tomcat it gives some errors. I’ve tried a few things I’ve seen on the…
-
0
votes2
answers1478
viewsQ: Spring Boot paging with custom SQL query method
Next, I have a Spring Boot application where I do a listing of some entities. I researched how to use paging, but all the examples I found use the default method findAll() Repository, only that I…
-
1
votes0
answers38
viewsQ: bad request when sending number to Spring controller
I have a form that sends some data to a controller, when I send only text data works, but when I send a given type number ( and that in the controller I hope to receive as parameter a Double) gives…
-
2
votes1
answer131
viewsQ: Springboot does not render image (only if restarting)
I have an entity called Product that has only Title, Price and wayImage, the latter guards the way in which the product image is saved. Upon receiving this form data my service executes this code:…
-
0
votes1
answer2221
viewsQ: Insert an element at the beginning and end of a list in Prolog
I want to implement a Prolog program that receives an L list, an X numeor and a Y number and insert the X at the top of the list and the Y at the bottom of the list (I wanted a way without using the…
prologasked Jorge Saba 67