Гость » 03 мар 2024, 10:02
Последнее сообщение Гость «
Гость »
I want to use com.google.android.material.tabs.TabLayout component with Android's new ViewPager implementation androidx.viewpager2.widget.ViewPager2. However, the setupWithViewPager(..) method provided by TabLayout supports only the old ViewPager...
Anonymous » 03 мар 2024, 09:56
Последнее сообщение Anonymous «
Anonymous »
So I have a pom file, where I got junit5, and I got testng, and i'd like to achieve the following: When running mvn verify -> first the unit tests would run using junit platform and then integration tests would run but testng would be the platform...
Anonymous » 03 мар 2024, 09:53
Последнее сообщение Anonymous «
Anonymous »
I want to use com.google.android.material.tabs.TabLayout component with Android's new ViewPager implementation androidx.viewpager2.widget.ViewPager2. However, the setupWithViewPager(..) method provided by TabLayout supports only the old ViewPager...
Anonymous » 03 мар 2024, 09:50
Последнее сообщение Anonymous «
Anonymous »
I'm having some problems understanding how the recursion works and i have this question asking me to print a diamond pattern using recursion. after a while i got to something close to the solution i think but my output is this:
Anonymous » 03 мар 2024, 09:27
Последнее сообщение Anonymous «
Anonymous »
I have sso configured for my application with keycloak and I wish to do single logout. When I call my endpoint for single logout /slo, I got this from the response:
Note: Since your browser does not support JavaScript, you must press the Continue...
Anonymous » 03 мар 2024, 09:05
Последнее сообщение Anonymous «
Anonymous »
I am developing rest APIs in Spring Boot. I am able to do CRUD operations and postman gives correct responses, but when I add Spring Security username and password Postman gives 401 Unauthorized.
I have provided a spring boot security username and...
Anonymous » 03 мар 2024, 08:52
Последнее сообщение Anonymous «
Anonymous »
I tried to print a PDF document from Java using PDFRenderer and ICEpdf. In both cases some of the text came out rotated in 180 degrees while the images stayed correct. With PDFREndere all the text is rotated and in ICEpdf only some of the lines. Any...
Anonymous » 03 мар 2024, 08:48
Последнее сообщение Anonymous «
Anonymous »
My Eclipse worked fine a couple of days ago before a Windows update. Now I get error messages whenever I'm trying to do anything in Eclipse. Just a simple program as this will display a bunch of error messages:
Anonymous » 03 мар 2024, 08:35
Последнее сообщение Anonymous «
Anonymous »
I am using Java Sound to read Audio Stream on my laptop to converse with a bot but it's taking the sound from response of the bot as part of the audio stream, this happens when I am using my device speaker and microphone and works well when I use a...
Anonymous » 03 мар 2024, 08:03
Последнее сообщение Anonymous «
Anonymous »
I'm having a problem with webservlet. This is my first project and i don't know what happend but when i start project in server i can't go to /helloworld althought i can connect to my main url this is my class
Anonymous » 03 мар 2024, 08:03
Последнее сообщение Anonymous «
Anonymous »
I'm currently developing a Java application where I need to dynamically update the contents of a configuration file (env.properties) while the application is running. The configuration file contains crucial values like db.url and db.token, which are...
Anonymous » 03 мар 2024, 08:01
Последнее сообщение Anonymous «
Anonymous »
For my app, I am trying to pull a fresh location only once to show nearby points of interest. I don't want to pull a cached location because the points of interests are displayed in order of distance from the current location, so the most current...
Anonymous » 03 мар 2024, 07:58
Последнее сообщение Anonymous «
Anonymous »
I'm trying to read data from a Firestore database. one of which is a Timestamp value. So I have a function to convert into a string. the conversion works for other Timestamps but not this one particularly. I don't know why.
Anonymous » 03 мар 2024, 07:45
Последнее сообщение Anonymous «
Anonymous »
I'm using ModelMapper to convert from my domain object to DTO.
@Getter @Setter class Pojo { private String a; } @Getter @Setter class PojoDto { private String a; } My controller returns Page and my service layer returns Page, so the controller...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения