I have the following code for a login, but when executing the application, it is dropped by the OnClickListener method (server, and users of the bdd omitted for obvious reasons)
package com.ciclomapp.ciclomapp.ciclomapp;
import android.annota...
I have several buttons in a foreach in php
<table class="table-mp3 center-block" data-directorio-album="ideas" id="reproductor">
<?php foreach($canciones as $id => $cancion):?>
<tr class="fila">
<td>
<!--...
I'm trying to insert data from a CKEDITOR into a mysql database with php, but I'm trying to capture that data through different modes that I found on the web, but I can not insert the CKEDITOR content in a field of the BD: htmlentities, htmlspec...
Through this code, I load different URLs in the browser to extract the source, but I close the browser after each reading, can I reload with the following URL in the list?
from selenium import webdriver
from bs4 import BeautifulSoup
delFicher...
I'm dealing with a Geoide model, specifically the EGM2008 :
This file contains the Geoid undulation (in meters) with respect to the ellipsoid WGS84, with a mesh pitch of 2.5 '(minutes)
Occupy 1.28 GB
Example of the file
| LAT...
I have the following situation:
The service I have is half functioning. I did not do it, so I want to modify it a bit so that I do two steps in one, that is, currently when I click on the button that I have for Facebook it only registers bu...
Something that happens to me very often is to need to format a string for it I end up concatenating several chains manually, my question is if there is any implementation of printf in javascript
for those who do not know that printf...
I have the following query :
SELECT S.IdCliente
,S.NOMBRE
,S.JLI_SDESLINEA
,S.JCA_SDESCATEGORIA
,SUM(S.MONTO) AS MONTO
,COUNT(*) AS QTY
,S.DIA
,T.IDTERRITORIO
,T.VENDEDOR
,T.SUPERVISOR
,V.IDCLIENTE
FROM...
I'm trying to implement a login, which has 2 registration options, one with your data that is in FB, and the other put them manually.
In the first form, the user uses his / her facebook account, to obtain the corresponding data of this user...
What I'm looking for is like the following image:
They are like selectable items, I want to do just like the image, the options rotate from left to right or from right to left, the images become bigger, when you go to the next option an...