All Questions

1
answer

How to do an AUTOUPDATE to update without PlayStore in Android Studio?

Do any of you know how to update an application that will not be uploaded to the Play Store? I thought that when you start the application it will verify its internal version number (Versioncode and VersionName) and compare it with a WebServi...
asked on 18.01.2018 / 17:09
1
answer

Why does it work the same with square brackets and without brackets?

I have a question: <p appAttributeDirectives [color] = green > Look at the attribute color is in a directive that inside has an input that would be the alias and the green attribute is the component.Ts I do not understand why I take...
asked on 18.01.2018 / 16:03
1
answer

Problem when downloading .xlsx in Chrome Error: network error

When I want to export a list of type IEnumerable from Chrome it gives me an error that says "Error: network error". I try it in Firefox and it's ok, download the file. Someone will know how to solve this, or have an alternative (another method t...
asked on 25.01.2018 / 22:09
1
answer

How do I fix footer elements?

I'm trying to put the social media bar in the footer but it does not have the desired effect, like the bar above the example. It remains as pigeonholed in a box. If I delete <li class="social_icons clearfix"> it works, but the eleme...
asked on 18.01.2018 / 13:11
2
answers

show queries by careers

the idea is to show the consultations by career in the following image: the first 4 records on the right are of the second race and the last 4 of the first race and it is wrong, for example the query on the left shows me that it is the Second...
asked on 24.01.2018 / 20:59
1
answer

Insert HTML page in email via php

Good morning, I have a doubt. I am trying to send a page in html via mail, when executing a function in php, instead of directly placing the html inside the function. To see a clear example of what I need would be something like this: Button...
asked on 17.01.2018 / 15:46
3
answers

Store unicode characters in Bundle

I have a project of java internationalized and versioned, but it seems that when opening it the accented characters of the resource bundle (the .properties file) of the Spanish language are seen incorrectly. I already tried to change the...
asked on 17.12.2015 / 08:39
2
answers

Hibernate with sqlite [closed]

I am developing a desktop application and I want to do it using Sqlite e Hibernate . Does anyone know if it is possible to integrate Hibernate with Sqlite3 ?     
asked on 17.12.2015 / 12:23
1
answer

Using ";" in a query that is in php

I have this query: SET @runtot:=0; SELECT Fecha, (@runtot := @runtot + Numero) AS 'N' FROM Tabla WHERE 'ID' = 2 I am using this query on a page of php . But since there is a ; in the query (at the end of SET @runtot:=0; ), the...
asked on 07.01.2016 / 18:29
1
answer

scss does not apply to jsfiddle

I have a jsfiddle and tried to apply styles with scss but they are not applied. The results should look like this other . Why is not the conversion of
asked on 05.01.2016 / 16:58