Posts by wladyband • 4,694 points
426 posts
-
0
votes1
answer902
viewsQ: I can’t connect the vuejs in the Laravel
See the page: <!doctype html> <html lang="{{ app()->getLocale() }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta…
-
0
votes1
answer656
viewsQ: How to configure the webpack file in Laravel?
I’m following several tutorials as you can see below; At 9 minutes and 45 seconds of video. Using Vue.js in an Laravel application At 8 minutes and 12 seconds of video. 1 - CRUD en LARAVEL &…
-
9
votes1
answer23344
viewsQ: SQLSTATE 42000: Syntax error or access Violation: 1071 Specified key was Too long; max key length is 767 bytes with PHP
After I created the project with the command composer create-project --prefer-dist laravel/laravel laravel-scout I have been making the following changes to the archive .env DB_DATABASE=course…
-
4
votes1
answer1055
viewsQ: Laravel Project does not recognize my Javascript file
This is the structure of my project: As you can see in the image above the app.js file is in the folder Assets/js my app.js file looks like this; //var urlUsers =…
-
5
votes1
answer602
viewsQ: My Laravel project does not climb the server
I’m following the following online course on the youtube website: 1 - CRUD en LARAVEL & Vuejs - Webpack, Laravel Mix, NPM, Axios | Rimorsoft Online When I go up the server with the command yarn…
-
1
votes1
answer83
viewsQ: Doubt about Vue.js extended layout
My doubt is very extensive and I believe that with a video on Youtube it is easier to understand my problem: My problem This is my repository without the changes: My repository Error image; Base.…
-
5
votes2
answers330
viewsQ: How do I work with the Javascript console?
my project is generating this error: It is on account of that method: components: { VLayout: require('@/layouts/base'), }, How do I know what the result of VLayout using the console.log()? I have…
-
0
votes0
answers214
viewsQ: failed to mount Component: template or render Function not defined with Vue.js
OBS:Please do not notify me negatively for this post, because it has similarity to another recent post, this is a specific problem. Click on my Video I’m trying to refactor my layout using vue.js, I…
-
0
votes1
answer169
viewsQ: The project does not recognize the Vue.js v-layout directive
Greeting to all, The opportunity to work as a Frond-End programmer came along, and the team I’m working with said they had to work with Vue.js, It’s a new technology that just appeared. I am…
-
2
votes1
answer60
viewsQ: Error of a Vue project with Laravel
The first mistake is saying that you’re in this place called main.js, and I found no error in this file; import Vue from 'vue' import app from './app' require('./bootstrap'); new…
-
0
votes1
answer61
viewsQ: problems using Laravel Frameworks
I’m following a video lesson to understand how the vue, but this video lesson is on top of a project PHP, I know little about PHP. I did as the video below; 1 - CRUD en LARAVEL & Vuejs -…
-
0
votes1
answer288
viewsQ: Questions about Vue js Pusher
I am following a tutorial that has to type the following command to create a Vue project: It create a folder called music-db, then it type this command being inside the folder; vue init webpack…
-
0
votes1
answer50
viewsQ: Vue resource installation error in Ubuntu
observe the commands below; root@wlady-VirtualBox:/home/wlady/Documentos/music-db/frondend# yarn add vuex vuex-router-sync vue-router axios animate.css google-material-color material-design-icons…
-
0
votes1
answer123
viewsQ: How to work with if in a Vue.js application
I am new as Javascript programmer and I’m having a difficulty that maybe for some is no problem. observe the HTML code well; <tbody> <tr v-for="bancodedado in filteredBancodedaos ">…
-
1
votes1
answer85
viewsQ: Expression error in Vue.js with filterBy
This is the excerpt of the code that is in trouble; <div class="well"> <input type="search" v-model="MySearch" class="form-control" placeholder="Search"/> </div> <div…
-
1
votes2
answers613
viewsQ: Problems loading a list of Json in Vue.js
note the Javascript code below; var app = new Vue({ el:'#app', data:{ bancodedados:[] }, methods:{ }, created:function(){ var self = this;…
-
0
votes1
answer164
viewsQ: Json problems with Vue.js
note below; My page <!DOCTYPE html> <html> <head> <title>My books</title> <link rel="stylesheet" type="text/css"…
-
2
votes2
answers43
viewsQ: List creation problem in Vue.js
is part of the HTML code in question: <div class="row"> <h1>Minha lista de elementos</h1> <input type="text" class="form-control" v-model="newElement"…
-
2
votes1
answer27
viewsQ: Active problems with Vue.Js
See below the structure of my small project; <!DOCTYPE html> <html> <head> <title>My books</title> <link rel="stylesheet" type="text/css"…
-
1
votes1
answer222
viewsA: npm install 404 error
And just type in this command that will solve the problem. npm config set registry https://registry.npmjs.org/
-
1
votes1
answer222
viewsQ: npm install 404 error
I started a course of Vue.js and I am installing a feature by Node.js but I am having problems with the npm command, take a look; What is wrong with my Ode on this command below? npm install vue…
-
0
votes0
answers143
viewsQ: How do I activate the javascript upload component using UIKIT?
This page deals with Javascript component implementations using Uikit Frameworks. Click here to access the Uikit page. I’m trying to implement the Drop Area as you can see in the figure below; But I…
-
1
votes0
answers756
viewsQ: Difficulty to list data in a Spring Boot table
I am working with a simple Spring Boot project using Thymeleaf, it is a product registration, as I have several types of products to register I found it interesting to create an entity called…
-
3
votes0
answers940
viewsQ: Difficulty implementing password encryption with Spring Boot
By the title you can see that it is a Spring Boot project, and being a Spring Boot project many things already come configured by Frameworks, but do not know regarding the implementation of password…
-
1
votes1
answer255
viewsQ: Problems with Spring Boot Insert
I am trying to insert a user into the Postgresql database on the Heroku web server. The attributes of the user in the Postgresql database As you can see, there’s a column called groups, and every…
spring-bootasked wladyband 4,694 -
1
votes2
answers7809
viewsQ: How to create postgresql tables using automatic primary key id generation?
I want you to forgive me for this posting, maybe it’s someone’s question, but come on... I know that the programmer has to master some things, and these things are considered as triads, for example;…
postgresqlasked wladyband 4,694 -
2
votes1
answer407
viewsQ: Doubt about mapping with Java
I created a project by putting system authentication including login and password directly in the Java code, but I know this is super wrong, the most recommended for implementation of authentication…
spring-jpaasked wladyband 4,694 -
0
votes1
answer383
viewsQ: How to configure Log4j2 with Spring Boot
Please look at the structure of my project and try to see where my log4j2.xml file is. I set it up that way; Now note line 13 of log4j2.xml file This line has the goal that when the project writes…
-
1
votes1
answer2228
viewsQ: Heroku server H10 code error in Spring Boot project
I’m new to putting projects on the Heroku server, I saw in the videos lessons I got on the internet and the step by step was going all right, the Heroku commands that everything else, when I did the…
-
0
votes1
answer391
viewsQ: Javascript Problem - Spring Boot Dependent Combos
Look at the image below; This happens when loading the category combo to load the subcategory combo. What is the goal? When selecting the category combo it will load the subcategory combo…
-
1
votes1
answer102
viewsQ: Problems converting object to a Spring Boot project
This is my project When I submit the form it gives this error on screen If it is a Spring Boot project, I thought it did not need a class convert to category combo, but as gave the error message I…
spring-bootasked wladyband 4,694 -
1
votes1
answer105
viewsQ: route problems in ruby on Rails
in the file Routes Rails.application.routes.draw do root 'pages#home' get 'about', to: 'pages#about' # For details on the DSL available within this file, see…
ruby-on-railsasked wladyband 4,694 -
1
votes1
answer66
viewsQ: Ruby on Rails web server problem
I type the command Rails server he makes that mistake here; why didn’t he know the web server?…
ruby-on-railsasked wladyband 4,694 -
0
votes1
answer125
viewsQ: Problems configuring route in Rails
I am new as ruby programmer on Rails. I ran on windows console Rails generate controller hello then created the page in the View folder an index.html.erb file, then configured the route in the…
ruby-on-railsasked wladyband 4,694 -
0
votes1
answer28
viewsQ: The string did not come empty so calls another Android screen
The goal of the Android app is as follows; I statically loaded a list of people into the Person entity, so the tela_activity class would identify whether the list would come empty or filled in, if…
-
0
votes1
answer1669
viewsQ: How to implement Lombok in the Spring Boot project
I’m in trouble in this class, take a look @Service public class CadastroEstiloService { @Autowired private Estilos estilos; @Transactional public void salvar(Estilo estilo) { Optional<Estilo>…
-
0
votes1
answer1055
viewsQ: How to configure Lo4j in a Spring Boot project
The goal of setting up log4j is to see the logs of selects that Hibernate does on the eclipse consoles. I already made configuration of Log4j in Spring MVC, but when I went to perform the same…
-
0
votes1
answer545
viewsQ: Edit method with Spring Boot problem
I created a project in Spring Boot with Thymeleaf and I’m having problems in the implementation that updates the database records, the application is managing to save the records, it is managing to…
spring-bootasked wladyband 4,694 -
0
votes2
answers248
viewsQ: Returning NULL in Spring Boot
My page is like this; <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <body> <h1>Olá! Thymeleaf configurado!</h1>…
spring-bootasked wladyband 4,694 -
0
votes0
answers426
viewsQ: I can’t log on to Heroku
I installed Toolbelt in windows 7 and when I went to login gave this message; wlady@wlady-PC MINGW32 ~/workspace/backup/wladimir (master) $ heroku login Enter your Heroku credentials. Email:…
-
0
votes1
answer54
viewsQ: Problem creating table in the database
I put these commands to create the table; CREATE TABLE pessoa ( codigo BIGINT(20) PRIMARY KEY AUTO_INCREMENT, nome VARCHAR(80) NOT NULL, codigo_condominio BIGINT(20) NOT NULL, codigo_proprietario…
-
1
votes1
answer5696
viewsQ: Adding a foreign key to mysql
I’m still learning how to create tables in Mysql and I’m having some difficulty. If you were to create a table with your relationship, you would create: CREATE TABLE estilo ( codigo BIGINT(20)…
-
0
votes2
answers292
viewsQ: Modelling Inheritance Bank with JPA
I understand the concept of Heritage, currently I am working with a condo management project, and I find myself in the following question as you can see below; Please disregard the Debts table, my…
-
1
votes2
answers200
viewsQ: How do I work with @media in css?
Greeting to all, I’m new to Frond-End programming, and I’m starting to learn how to work with @media to apply keying to a single page,? I created a responsive site when the page is more than 991px…
-
2
votes2
answers1402
viewsQ: How to change Link color in HTML?
Greeting to all, I am studying HTML with CSS and I am still in the process of learning, I created a keyword, IE, when the page is above 992px wide it shows the menu, when it is less than 992px it…
-
1
votes1
answer256
viewsQ: Difficulty with Bootstrap responsiveness
Take a good look at the screen; It wasn’t supposed to go on like this, it was for him to be responsive, it was for OUR SERVICE, IMMOVABLE,. My page <!DOCTYPE html> <html lang="pt-BR">…
-
2
votes2
answers19178
viewsQ: How to use available fonts from Google Fonts in HTML?
Greeting to all, I am new as Frond-End programmer and am learning to put the available fonts from Google Fonts in my HTML Click Here As you can see I put the link and the CSS settings and did not…
-
0
votes2
answers462
viewsQ: How to implement Angular features?
A little while ago I have studied Angularjs through materials like this; Online Course on YOUTUBE about Angurlajs >>>>> CLICK HERE. So what he teaches shows that we should link the…
-
3
votes1
answer722
viewsQ: Angular Material Datepicker does not work
I have studied programming Frond-End and I took several tips from friends on Angularjs and refer me some demo sites of Angularjs, at the moment I am trying to implement Datepicker and I am not…
-
0
votes1
answer48
viewsQ: Problem with module creation and localization by Angularjs
Look at the code; <!DOCTYPE html ng-app="helloWword"> <html> <head> <title>Ola Mundo</title> <script src="angular.js"></script> <script>…
javascriptasked wladyband 4,694