All Questions

1
answer

MS SQL Server android connection

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...
asked on 02.10.2016 / 21:13
1
answer

error in changing fontawesome icon

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> <!--...
asked on 07.08.2017 / 19:30
4
answers

Problem to save data with CKEDITOR PHP AND MYSQL

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...
asked on 05.10.2016 / 02:48
2
answers

Load different URLs without closing the browser

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...
asked on 03.08.2017 / 14:53
1
answer

Simplify a heavy document (1 GB)

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...
asked on 06.10.2017 / 16:22
2
answers

Facebook login and Registration in same step

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...
asked on 29.10.2016 / 04:49
2
answers

Equivalent in javascript for printf of C

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...
asked on 18.08.2017 / 17:56
1
answer

Efficient Query Group by, Having - SQL Server

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...
asked on 10.08.2017 / 23:53
1
answer

Native Storage Error, does not show the following screen - IONIC 3

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...
asked on 10.08.2017 / 18:09
1
answer

How to make a circular layout or Circular ViewPager in Android Studio?

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...
asked on 03.09.2016 / 18:23