All Questions

2
answers

What's the difference between creating a string with quotation marks and brackets?

I always created the strings with the quotation marks, like this: local minhaString = "Eu sou uma string" I downloaded a source to give a studied language and I came across the following way to create a string : local query = [[ SELE...
asked on 20.12.2017 / 01:35
1
answer

Execute function when clicking on "textarea"

How to execute a function when a <textarea> is clicked?     
asked on 25.04.2014 / 14:30
3
answers

Placing favicon on several pages on the same site

Is it possible for me to use a different favicon for each page of a site? For example, I have a site with ten pages, I want to put a different favicon on each page.     
asked on 15.05.2014 / 20:30
2
answers

How to format monetary values with C ++?

I would like to display values formatted as currency, with thousands and cents separators. I would like, for example, 56000/12 to have 4.666,67 . I can display 4,666.67 . Would there be any way to change . (dot) by...
asked on 30.05.2014 / 00:32
3
answers

Set CSS according to browser

I found a command to change CSS in Firefox: @-moz-document url-prefix() { body { background: #f00; } } This command will put a red background in firefox, for example. I found it very useful, but I would like to know if I...
asked on 02.05.2014 / 14:46
1
answer

How to create a slide with two divs?

I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle . HTML <div class="carrousel"> <div class="item active" id="about"> <p class="red">Primeiro aqui P...
asked on 29.05.2014 / 23:21
1
answer

Change "copy" to "copied" in clipboard.js after click

I'm trying to make the clipboard.js change the copy button from "COPY" to "COPIED" after the click without losing the function it has that selects the target code. Would anyone know what I should do? ! function() { for (var a = docum...
asked on 23.12.2017 / 07:31
1
answer

"No suitable driver found" in Java database connection

Well, I use eclipse and I'm trying to connect to a MySQL database with my project, my code, compared to other tutorials I found, is perfect, and that's it: package pack; import java.sql.*; import javax.swing.JOptionPane; public class Banco...
asked on 10.06.2014 / 01:49
1
answer

How to implement methods and classes by some keyboard shortcut in visual studio?

I need to implement methods and classes " by keyboard " to get a value automatically.    1: Implement Interface methods in the Start class: class Inicio : Interface { }    2: Put Get and Set automatically: private static RichTextBox...
asked on 19.01.2018 / 10:47
1
answer

Generate private certificate APK using Eclipse Android

When I click Run in eclipse, it generates the APK, sends and installs it on Android, but it installs using a Debug certificate, I'm using Google Games Services and it only works if the APK has a private certificate which we created to send to Goo...
asked on 30.04.2014 / 05:19