Posts by Everton • 130 points
13 posts
-
0
votes0
answers37
viewsQ: show and hide angular component
I have implemented a component to change the font color in a text, and this component is opened through a button and hidden when clicked on the same button or elsewhere outside the color component.…
-
0
votes0
answers39
viewsQ: C# inserts incomplete text into the database
Hello, I have an application in . Net C# that updates/inserts a text in HTML format in the Mysql database. In my table in the database I have a field of type Longblob that will store this text. But…
-
1
votes1
answer204
viewsQ: Java converts accented characters to "strange" characters
I am facing a somewhat strange problem. I have a Mysql database in version 5.6 and a table with field of type longblob that stores a text in compressed HTML format (ZIP). When my website makes a…
-
0
votes1
answer38
viewsQ: Align Ivs side by side and center
I am trying to leave an HTML page with some Ivs aligned side by side and centered on the page. I have the following html: <div id="container"> <div id="box-texto-1"…
-
1
votes1
answer77
viewsQ: Select parent div by clicking on child element
Hello, I’m having trouble selecting a parent element when your child is clicked/selected. I have a main div that takes care of the alignment of an image that is inside it, this image when clicked,…
-
0
votes1
answer108
viewsQ: Breaking text with regular expression in Javascript
I’m trying to break a text using regular expression with Javascript, but I’m not getting the expected result. I have the following string: var texto = "texto inicial <div>Texto dentro da…
-
0
votes0
answers36
viewsQ: Ignore folder in project construction for production
Hello, I’d like when to execute the ng build --prod angular ignores a folder and its contents inside the folder assets. I tried using the following configuration inside the.json angular, it even…
-
0
votes0
answers57
viewsQ: Extract Texture from a 3D object
I am developing a game in Unity, and I need to introduce the user the image of the predefined 3ds objects in the game. Today I have an asset folder where I store my . fbx files, . Blender, . Prefab,…
-
0
votes0
answers17
viewsQ: Create Maven dependency between packages
Hello, there is a way via Maven to import only the classes of a project without the dependencies? <dependency> <groupId>basic-service</groupId>…
-
1
votes1
answer64
viewsA: Problem with Spring Boot Mapping
The problem was, because when injecting the service package into the portal design, we were excluded the model package, because it is injected into the service and I do not want the portal to see…
-
0
votes1
answer64
viewsQ: Problem with Spring Boot Mapping
Hello, I have the following project structure using Spring Boot and I’m having problems es create their Beans: project1: com.portal (spring-boot service) contem os @Controllers project2:…
-
0
votes0
answers36
viewsQ: customize Validator.js when leaving the field
Good afternoon, you guys I am working with Validator.js (bootstrap library) to validate fields of a form, I have a custom email field: $('#userForm').validator({ custom: { validemail: function($el)…
-
4
votes1
answer103
viewsQ: Database maintenance c#
I have a system in another language and I need to create an update for this system, but it needs to be run Mysql Scripts for database maintenance. I searched in Java and found Maven that has all…