All Questions

1
answer

Can I create an ExpandableListView with the swipe effect?

I have a ListView that is composed of 3 ListView's chained. The first is a Year Release list, which has a list of genres that in turn stores a list of movies. I wanted to have the option to expand and collapse the lists by the year...
asked on 10.10.2016 / 17:48
1
answer

Different timezones in an application with PostgreSQL

We have a system that serves several distribution centers. A distribution center is a physical location that can be located anywhere in the country. The same customer may have several centers. Our system can work in all these centers. As we are...
asked on 21.02.2018 / 16:58
1
answer

.bat Settings that runs a .dstx

I'm running a .dtsx file using a load bat and I'm trying to make some adjustments: Manually set the file name date. Set in the log file to tell you the name of the .dtsx package that was run Decrease the code to insert date and time into...
asked on 17.02.2017 / 14:49
1
answer

Keyboard does not recognize Edittext

I have several EditText within an item in my list ExpandleListView . Always clicking on EditText the following message will appear and no text will be typed in the field:    getSelectedText on inactive InputConnection   g...
asked on 30.03.2015 / 16:58
0
answers

How to use OAuth in ASP.NET 5?

In versions prior to ASP.NET 5, there was a middleware called "OAuth Authorization Server Middleware" that allowed adding an OAuth server to the pipeline and configuring token generation. The middleware was easy to use, worked well, and gave acc...
asked on 05.06.2015 / 14:35
0
answers

Bootstrap v2.3.2 grid does not work in IE9 [closed]

I have a grid in Bootstrap v2.3.2, which I am trying to fix to run in IE9. In the official page the grids show correctly in IE9, so I expected the same result. I saw some answers with Respond.js and other techniques for IE8, but I think it on...
asked on 20.05.2015 / 09:12
2
answers

Update client dlls [closed]

I have software that communicates with a MySQL 4.1.14 database. I installed a new server for Mysql 5.6 tests, but when I communicate with the new database, the message that the client does not support the authentication protocol requested by...
asked on 21.05.2015 / 18:17
1
answer

Project import encoding problem for Android Studio

Imported a project via SVN in Android Studio. Previously, the project was in Eclipse and whoever handled the project ended up committing files as .classpath . From there I started to have an encoding problem that, regardless of what I d...
asked on 19.05.2015 / 18:36
1
answer

Remove all the leaves of a binary tree in pascal

I'm trying to implement an algorithm that removes all sheets from a binary tree, that is, nodes that have no children. I can even remove it but I can not leave the "parents" of these nodes with null reference. When I call the function to display...
asked on 21.05.2015 / 03:37
1
answer

Error in decode and convert_from in Postgres

Has anyone had the problem of Postgres giving base64 decode error? I have the following call that says [Err] ERROR: End of sequence is invalid convert_from(decode('YnJhc2lsc2VtbGVp', 'base64'), 'UTF8') Remembering that where I have 'YnJh...
asked on 27.11.2014 / 15:37