Relative Content

Tag Archive for javascriptjava

Position Between Each Titles

so I have a project where I need to create a game. My task is to create a “Select Levels” but the problem is I don’t know how to adjust the position like the coding for layout position to move all the level from 1 till 5
enter image description here
So this is my Select levels its just that i want to move the level 1 until 5 to the middle position. and this is my coding using JavaFX

Implementing the JWT

@Bean public AuthenticationManager authenticationManager(AuthenticationConfiguration builder) throws Exception { return builder.getAuthenticationManager(); } Entry Point File @Component public class JwtAuthenticationEntryPoint implements AuthenticationEntryPoint { @Override public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException, ServletException { response.setStatus(HttpServletResponse.SC_UNAUTHORIZED); PrintWriter writer = response.getWriter(); writer.println(“Access Denied !! ” + authException.getMessage()); } } Authentication Fileter file @Autowired private JwtHelper jwtHelper; @Autowired […]

need HELP i need to make graduate work for my college, app like yandex taxi

i have a problem with my graduate work in college, i should make my project in 3 week but im so stupid, my theme is “Online taxi ordering system: Create an application for ordering a taxi and tracking the route”, i’ll hope somebody can help me. (just in case, English is not my native language)

javascr if else problems

[2024-05-17 15:05:35] ERROR: Failed to register interactions in guild 1082362156021977200: No matching guild
[2024-05-17 15:05:35] ERROR: Client Error: E11000 duplicate key error collection: test.guilds index: id_1 dup key: { id: null }
[2024-05-17 15:05:45] ERROR: Client Error: E11000 duplicate key error collection: test.guilds index: id_1 dup key: { id: null }
enter image description here