All Questions

1
answer

Deploy Application Laravel 5.2 + Angular2

I'm developing a small application with Laravel 5.2 and Angular2. So far everything is ok in the development environment (not to contradict :)). My concern is how to deploy this application to a shared server - in which case I'll be posting on K...
asked on 31.08.2016 / 21:09
1
answer

Spring Security, display message when you log out

I am controlling the session of my application with Spring Security, I have two rules to terminate the session, max-session <session-management> <concurrency-control max-sessions="1" error-if-maximum-exceeded="true" ex...
asked on 13.08.2015 / 21:41
1
answer

Database Mirroring

I'm developing an application on Java using database PostgreSQL , locally. Well I would like to know if there is a way to mirror this my local bank to an external server? Is there any API in Java for this? If you can he...
asked on 30.07.2015 / 03:29
2
answers

Add multiple objects to a list

I'm developing a web application where I have a list of an object called frames , well, every time I click on a button I add a new object to that list, but the problem is this: When I try to add a new object for the 2nd time to this list,...
asked on 23.06.2015 / 03:25
1
answer

Add bar at end of URL with Htaccess

I'm having a problem with my .htaccess , since I previously used .htm at the end now that I want to by bar I can not change. Usage with .htm query string : ##### Url Dinamica ################################### <ifMo...
asked on 24.10.2015 / 21:38
1
answer

Location of specific points on maps

Hello, I'm developing an application that works with the JXMapViewer library in the java language, one of the proposals is to find geolocation points (eg, stops / snack bars) in a certain street that the user selects. Location geolocation info...
asked on 01.07.2015 / 01:15
3
answers

How to develop user manuals?

I came across a situation here that prompted me to look for some software that would allow me to create a good user manual. What happens is that I was in charge of developing the system user manual that we have here for a request from a custo...
asked on 29.10.2015 / 18:18
2
answers

How to convert an html string into a jQuery object?

How to convert an HTML to a jQuery object? var objeto = '<div id="minhaDiv"><span id="meuSpan">Span</span></div>';     
asked on 18.09.2015 / 19:09
2
answers

What is the difference between [] and [[]] in R?

I just used [ ] to define the position of an element in a vector or array ( [ ] , [,] , [, ,] ...), but how does [[ ]] work?     
asked on 06.12.2018 / 18:28
1
answer

Web API and Owin OAuth - redirect to another domain (redirect_uri)

Good afternoon, I'm having a problem implementing external login in a project I'm working on.    ASP.NET Web API + Owin + OAuth. Environment: I work with two Server1 and Server2 servers. Server1: Server published on the WEB. It hos...
asked on 09.05.2016 / 22:01