Posts by Júlio Sena • 34 points
3 posts
-
1
votes3
answers372
viewsA: What are these two dots at the beginning of a CSS URL?
The colon is to indicate that a level will descend in the folder hierarchy. Probably your css is in a css folder: css css file. index.html img jpg image. when you give the command ../ you indicate…
-
0
votes2
answers1119
viewsA: Generating Barcode (Bankary billet) with Angular
Here’s a simple tip... Use a barcode source, 3 of 9 Barcode is an example to use this source just put asterisk before the first number and asterisk after the last.…
angularanswered Júlio Sena 34 -
1
votes1
answer255
viewsA: Delete Registry in BD Mysql
Remove the asterisk. $exclusao = "DELETE FROM chaves "; $exclusao .= "WHERE IDchaves = {$chID} "; Will work!