Posts by user3628479 • 103 points
5 posts
-
1
votes0
answers55
viewsQ: Java Spring, error authenticating with active Diretory
Hi guys, in my company we implemented an active Diretory environment, and we were asked to develop an application that authenticates there, the environment is already created and the guy from the…
-
4
votes1
answer365
viewsQ: Problems with connection to the MS Acces bank
Staff I developed a web application whose database is MS Access, well, when the user logs in I send the data by ajax to the java class to do the login and password validation, the problem is that…
-
5
votes2
answers1513
viewsQ: how to change the type of graph using Chart.js?
Guys I’m developing an application that helps me build graphics, and I was thinking about doing it in a way where the graph is built dynamically as the user inserts information, the first of them…
-
0
votes2
answers351
viewsQ: Angular filter with ng-repeat giving strange error
Folks I’m having trouble using a filter in conjunction with ng-repeat. I have a json of events where I want that when selecting an event type in select, the filter returns a new json with only the…
-
0
votes0
answers362
viewsQ: angular-scroll-Immature does not work when scrolling the screen
Guys I’m developing a mobile application using angular, and I’m trying to put together a timeline like this: http://rp.js.org/angular-timeline/example/index.html documentation here:…