Interesting questions
-
4
votes1
answer135
viewsTour Virtual 360 - Google Maps
I’ve done some map integrations with the Google Maps API for Javascript in some customers, I checked that the types of maps conform to the basic map documentation are those below: roadmap- Displays…
-
0
votes0
answers1703
viewsCurl error 6: Could not resolve host
Good afternoon staff I am trying to perform an authentication test using the Guzzlehttp, which in turn uses the Curl under the table, with no mystery: $http = new \GuzzleHttp\Client; $response =…
-
-3
votes1
answer197
viewsA checkbox can have more than one value?
I wonder if a checkbox can have more than one value example type below for one with the name of the checkbox and another with the price . I am grateful already. <td width="280"><input…
htmlasked 9 years ago allan araujo 541 -
10
votes2
answers1616
viewsWhat is the use of the pseudo class :root?
I’m learning about pseudo structural classes, but I haven’t found an article about this pseudo class yet, and I only find it in English.
-
1
votes1
answer3770
viewsDjango, data’d/m/Y format configuration
I am unable to change the Django configuration so that the date format looks like’d/m/Y'. In the form validation, if you enter 22/12/1980, the form is invalid. Informing 12/22/1980 the field date is…
-
3
votes2
answers1096
viewsHow to set custom name in Javascript array index?
In PHP we can use: $validation = [ 200 => ['icon-check', 'The key match with the message!'], 400 => ['icon-close', 'The key doesn\'t match with the message!'], 403 => ['icon-close',…
-
0
votes1
answer572
viewsPicking with preg_match e-mail with special PHP characters
With this code below it does not take emails with underline. It is possible to modify to it catch including underline and other special characters? In the example below it returns the value…
-
3
votes1
answer66
viewsIncomplete sum with JOINS in Mysql
I’ve had a doubt for a few days and I can’t find a solution. I own the tables: swing +------------+---------+------------+----------+ | id_balanco | id_loja | data | dinheiro |…
-
2
votes2
answers1311
viewsProblem with the UTF-8
Good. I’m doing a project, and I have several accents in my text. I’ve already put : <meta charset="utf-8"/> in my code and yet did nothing and do not understand why ... Some help ??…
-
0
votes1
answer70
viewsI’m getting None in output
l = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89] num = int(input(print("Choose a number: "))) new_list = [] for i in l: if i < num: new_list.append(i) print(new_list) I’m doing this exercise that asks…
-
-3
votes2
answers103
viewsCALCULATION USING FUNCTION WITHIN FUNCTION - JAVASCRIPT
Good afternoon, I have a problem where I can’t get the final result. The program is as follows: the user will enter the values, the operation you want (sum or subtraction), and the program will…
-
1
votes2
answers112
viewsHow to pass post variables, save them until the last step and show all values
I have a form that is divided into 10 parts, IE, I will save via post the variables from page to page. However, if you refresh on the page all previous variables are lost. How can I solve the…
-
2
votes0
answers409
viewsError Facebook plugin does not count amount of comments
I used the Facebook plugin on my site, for the buttons to like (like), share (share), face box (facepile) and comments (comments). Everything works, except the comment counter in each post, all…
-
2
votes1
answer399
viewsHTML & PHP - HTML code simply not read
I have following code on the part of PHP does not present any error, the page appears blank and does not show the HTML code. <?php include("config.php"); if($_GET['key'] &&…
-
0
votes0
answers74
viewsError creating a Jsonobject object
I’m trying to create a WebService return to me one or more data from the database, using as return JSON. @Path("teste") @Produces(MediaType.APPLICATION_JSON) public JSONObject teste() { JSONObject…
-
0
votes1
answer22
viewsView in SQL ERROR
I’m trying to ride a SQL to use in the methodology view. But when executing, it produces an error. I need as a result the amount of items that are in the 'Released' condition and the amount of items…
mysqlasked 4 years, 10 months ago Sr. André Baill 6,946 -
1
votes0
answers36
viewsOrder Does Not Enter Magento, But Payment Method Environment Yes!
Hello, I am facing a problem in my store Gento, where when customers try to finalize the order on the platform and in the same the order is not saved. But that is not the problem, what harms in this…
-
0
votes0
answers202
viewsHow to pass the variable on postgres using dbblink
Oops, good morning! I have the following query in postgres: declare $1 VARCHAR; BEGIN IF (SELECT COUNT(*) FROM tempo2 WHERE looping IS NULL) > 0 THEN $1 = (SELECT banco FROM tempo2 WHERE looping…
-
0
votes1
answer82
viewsProblem passing version on Maven via Property
I am trying to make a modification to a project to allow you to pass a Property and generate the package with the version that was passed. Ex: mvn package install -Dversion.app=0.0.1 But I have a…
-
3
votes1
answer102
viewsNavigate between pages from a web page bar
How to browse pages that are in a web page bar? Specific case: When performing a query on the TCM-Ba website, on the page that records the expenses of municipalities, it is possible to access some…