All Questions

1
answer

Pandas Load bad dates in Python 3

I'm scheduling a task in Python but loading the dates of a CSV using Pandas loads them erratically, sometimes changing the day for the month. For example, for these cases everyone should be from month 06, but sometimes it is 06 and sometimes it...
asked on 24.07.2017 / 21:03
3
answers

Do filtering with jquery and php

Good, I have a catalog of products that I did with a while to show all the products that I have in the db, the thing is that the template I use brings some that I would like to use to filter the products, the thing is. Searching I did something...
asked on 24.10.2016 / 01:56
1
answer

How to use CASE within WHERE in SQL Server

I have the next part of a procedure on sql Server. FROM Personas as p inner join Estados as e on p.EstadoId=e.Id inner join ListaMarketing_Persona as lmpe on p.Id=lmpe.IdPersona inner join ListaMarketing as lm on lmpe.IdListaMarketing=l...
asked on 28.10.2016 / 17:01
1
answer

Modify the activity_main_drawer.xml from an external server xml

I have this file activity_main_drawer.xml inside the folder res/menu/ <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:checkableBehavior="s...
asked on 29.05.2017 / 14:00
1
answer

Read file .txt and enter data read in variables

I had a question about how to read a text file in which the data come one in each line and enter them in the variables that I want. Let me explain: #include <stdio.h> int main() { char fichero[100], nombre[100], apellido[100]; int e...
asked on 28.04.2017 / 13:06
1
answer

Capture error in jQuery

I have the following doubt. I have always worked jQuery looking for all the possible falls by mistake, and avoided doing other functionalities. However, I missed the following doubt. Is there any way to rescue an error that is generated in jQuer...
asked on 12.04.2017 / 16:26
2
answers

Is it necessary to install Git in Windows 10 if it already exists in Bash Ubuntu?

I just bought a computer with Windows 10 (so far I've only used Windows 7, I did not need Windows 8 and 8.1). The first thing I did with this new toy was to install Ubuntu Bash. I've tried this bash and it's decent to be a beta version (I'm goin...
asked on 16.07.2017 / 04:01
2
answers

save an IP in a database

Good morning I'm trying to create a database to save the "likes" that the user gives. For this I need to save the IP so that the same person does not vote repeatedly. The problem is that I get the IP but it does not save it (or at least it do...
asked on 19.06.2017 / 14:02
1
answer

I need help with a query

I would like to know if anyone knows how to make the values of an example column add up: id | Fecha | Efectivo | TC | TD | Otro | Total | Obtenido | Resta | Acomulado 1 | 18/07/2016 | 5861 | 0 | 0 | 0 | 5861 | 650 | 5211...
asked on 18.05.2017 / 18:21
3
answers

Android - How to access the content of a phone that does not work?

I have a phone with Android operating system and I have a terrible problem ... What happens is that after downloading applications and using it for a long time, I stop working correctly, it locks up when it reboots, and when it enters the ope...
asked on 15.10.2016 / 01:53