Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
29 views

I am automating job applications on Naukri.com using Selenium WebDriver in Java. My code successfully navigates to the job page and opens the job details, but I am unable to click on the 'Apply' or '...
Er. Shivam Parashar's user avatar
1 vote
0 answers
26 views

@AllArgsConstructor(onConstructor_ = @Autowired) i used this @AllArgsConstructor lomboc annotation in my class repositoryduring springboot work. cannot find symbol symbol: method onConstructor_()...
user32299629's user avatar
0 votes
1 answer
32 views

I want to install a project from a public GitHub repository. I could clone and install it. However, I want to do it in one go with JitPack without storing sources locally. Example project. My attempt: ...
Sergey Zolotarev's user avatar
0 votes
0 answers
19 views

I have a multi module project. All working fine with java 8 and kotlin 2.3.0. I want to upgrade java up to 21. After upgrading java kotlin compilatin failing in one of submodules. But in another ...
Sergey's user avatar
  • 41
Tooling
0 votes
0 replies
32 views

Current spring implementation of structured logging with ECS format creates object "service" with fields: name, version, environment, node I would like to add field "id" to the ...
abc12331231's user avatar
Advice
0 votes
2 replies
47 views

I need help designing a Multi-User Blog Platform using Spring Boot and React or with HTML, CSS, and JavaScript. What basic modules should I implement? What should be my first step to start the project?...
Sabia's user avatar
  • 1
-9 votes
0 answers
72 views

i have SSO login System i want user details. username,hostname,OSversion etc.. I have a Java web application that needs to know the computer name of clients connecting to it. i not need (InetAddress....
Rohit Kumar's user avatar
0 votes
0 answers
39 views

I had code that was using the old HttpURLConnection class to make calls to a web API. I was trying to convert that code to use HttpClient instead so that I could make a PATCH call, as the old Java ...
jmohrmann's user avatar
  • 498
0 votes
1 answer
24 views

I have a question about dialog in Playwright Java. By far what I have known, you can handle dialog through onDialog(), offDialog(), onceDialog(). But they are not suitable for testing if a dialog is ...
Phạm Quang Hưng's user avatar
-6 votes
0 answers
103 views

So say I am making an OS in C, 32 bit, how can i make it support Java programs and stuff? I haven't tried it yet I'm just curious if its even worth it or if I should just leave it a terminal-only OS?
Mee1774's user avatar
Advice
0 votes
2 replies
55 views

I have a Spring service class with two methods, both annotated with @Transactional. When I call the second method from the first one internally (within the same bean), the transaction of the second ...
EgorSorokin's user avatar
-6 votes
0 answers
55 views

I have started to learn functional interface, but no matter how much I see, I don't understand the need of Consumer, Supplier, Predicate and Function. Like, how do they help with programming? Do they ...
Rajat Kotwal's user avatar
0 votes
0 answers
63 views

Problem Description I am experiencing a native crash (SIGSEGV) on an Android device (Qualcomm Adreno GPU) when rendering stickers using OpenGL ES 3.0. The crash occurs inside the Adreno driver (...
李嘉伦's user avatar
Best practices
0 votes
4 replies
102 views

Thank you all for this platform.
Rahul Misra's user avatar
Advice
1 vote
1 replies
56 views

I am working on a GridDB time-series container with columns timestamp (TIMESTAMP) and sensor_id (STRING). I want to optimize the performance of a TQL query that filters on both columns: #code SELECT * ...
Ammar's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
127799