Posts by Lucas Freitas • 183 points
9 posts
-
0
votes0
answers175
viewsQ: VS2015 - Accessing Mobile Application
Good morning! I am creating an API for testing on VS2015. When running the project, it uses the "localhost:32150" address provided by IIS Express. If I provide a method from my browser, it works…
-
1
votes0
answers51
viewsQ: Concept - Dynamic web menu
I am idealizing a personal project and I am in doubt about best practices. For a WEB system with access control, which of the following options, in your opinion, is the most ideal? 1 - Assemble a…
-
2
votes1
answer106
viewsQ: Ensure that Httpconfiguration.Ensureinitialized()
Goodnight! I’m studying about ASP.NET (I come from java) and I’m a little confused by all this. I am trying to create an endpoint to return the client list of my database, however, I can not in any…
-
1
votes1
answer219
viewsQ: User Resize photo in Imageview
Good morning, I would like to request some information source, tutorial or example, how to resize a photo in an Imageview, because I did not find anything about it in my searches. I am developing a…
-
0
votes0
answers128
viewsQ: Android.Camera2 - Rotation Error
Good night! I’m trying to implement the android.hardware.camera2 in a project, but I have a problem in the rotation of the camera! The following happens, before taking the photo, with the phone in…
-
1
votes1
answer121
viewsQ: Receive HTML Table in Controller (Springmvc)
Good morning, I have a page where the digital user 3 information. <input type="text" id="info01"> <input type="text" id="info01"> <input type="text" id="info01"> When typing the 3,…
-
1
votes1
answer223
viewsA: Spring MVC Security - Web config.xml does not open page
I changed the Spring version from 3.1.1 to 3.2.8, the project now works normally!
-
1
votes1
answer223
viewsQ: Spring MVC Security - Web config.xml does not open page
I am trying to implement Spring Security in my project, but I am facing the following problem. When I add tags to web xml., the project does not even load the initial page, already starts with error…
-
1
votes2
answers114
viewsQ: Solved - Responsive Menu, Drop down Event via JS
Good morning! I’m having some problems with JS from my responsive menu. It happens that when you activate the page responsive function, it turns into a single menu, so far so good, however, when you…