Posts by teste-90 • 181 points
10 posts
-
0
votes0
answers25
viewsQ: How to assign different colors to each node in a Sunburst?
I am creating Sunburst that has a lot of data, to have a more readable reading I want to assign to each node a color. I am using the D3.js library, I found in the documentation the following code.…
-
0
votes0
answers37
viewsQ: Problem with the equals
I have three classes, Pai, Filha1, Filha2. The classes Filha1 and Filha2 inherit from Pai, and each class has its own method equals, I want to make an Arraylist both of Filha1 and Filha2. As the two…
-
-1
votes1
answer28
viewsQ: Memory allocation problem, with large values
Well I’m in trouble on one issue Enunciation Given an integer vector, your task is to find the k-th occurrence (left to right) of an integer v in the vector. To make the problem more difficult (and…
-
0
votes1
answer550
viewsA: PHP Friendly URL: Does not load files from Folder
Good for you to have friendly url you must have the file. htaccess on it will get apache settings like redirect, folder permissions, when I want to use URL friendly using this setting below…
-
0
votes1
answer25
viewsQ: Why the animation effect is gone
I’m doing a side sidNav, I was able to animate it but the effect that the animation makes goes away, when the animation ends, I wanted to know why this is happening My code <!DOCTYPE html>…
-
0
votes1
answer75
viewsQ: Why isn’t Navbar showing up?
I’m doing a navbar from scratch, but I’m not succeeding when it comes to triggering as the ul element as a block. I was wondering why. On the console it appears that the class is being added and…
-
1
votes1
answer35
viewsQ: How to zip a folder with php
I’m trying to zip the briefcase img to play in the folder zipped, but I’m not succeeding. Would you like to know what the mistake is? Because I’ve seen some tutorials and I can’t zip $diretorio =…
-
0
votes1
answer66
viewsQ: Why when the page loads the event is triggered?
It’s just a test, wanted when I clicked on the table to show me a message, but when the page is loaded the event is triggered, wanted to know why this is happening My code <!DOCTYPE html>…
-
11
votes1
answer282
viewsQ: Are all Javascript values, except primitives, objects?
The documentation at w3school says All Javascript values, except primitives, are objects, which are they: string number boolean null undefined So let nome = 'João'; It’s primitive string type, and…
-
4
votes1
answer47
viewsQ: Doubt with scope js
I know that variable statements are all high for the whole of the scope, but I was left with a little doubt about this, the use of the word 'use Strict' avoids q declare variables like this a = 10…
javascriptasked teste-90 181