Anonymous » 05 мар 2024, 09:14
Последнее сообщение Anonymous «
Anonymous »
Class A{ public void testA(){ // other codes priMethod(); // other codes } private void priMethod(){ // other codes } } I want to test testA method,The priMethod method is not the focus of the test and I want to skip it.Is there a method similar to...
Anonymous » 05 мар 2024, 09:12
Последнее сообщение Anonymous «
Anonymous »
I have a code that I am showing in PDF but, I want to set this content at the footer of pdf. The pages are created dynamically, which means the Page changes according to the content in the pdf. So I want to add this content in the footer and want...
Anonymous » 05 мар 2024, 08:45
Последнее сообщение Anonymous «
Anonymous »
I have an eventtable TableView, and I have a StudentGuardian class that has:
private SimpleStringProperty studentName; private BooleanProperty hasGuardian; private SimpleStringProperty guardianName; In my Controller, I've set it up so that the...
Anonymous » 05 мар 2024, 08:31
Последнее сообщение Anonymous «
Anonymous »
string s = something s. substring( yo .length(),3) I try to fix the problem. I don't know what I did wrong but know I did something wrong because not of my answer aren't making any sense when I put it together. It's not even given the right answer...
Anonymous » 05 мар 2024, 08:26
Последнее сообщение Anonymous «
Anonymous »
I want to parse a few DDL statements for my use case. I am using SqlDDLParserImpl provided by Calcite Server for my use case. version : org.apache.calcite:calcite-server:1.36.0
I am able to parse the create statements who don't have any kind of...
Anonymous » 05 мар 2024, 08:24
Последнее сообщение Anonymous «
Anonymous »
I am having spring boot version 2.5.5 in my project. i am getting below error while running the project. i think am having some version issue with spring boot. i also try to upgrade version of spring boot but its not working.
Anonymous » 05 мар 2024, 08:11
Последнее сообщение Anonymous «
Anonymous »
I am working on a project that involves retrieving details of similar products from an uploaded image. I noticed that the Myntra app utilizes a search lens feature for this purpose, but I'm having difficulty finding relevant documentation.
Anonymous » 05 мар 2024, 07:56
Последнее сообщение Anonymous «
Anonymous »
I have packaged my log4j2 custom plugin into a separate jar (contains only plugin classes) and have put it in application classpath. But it does not get detected.
I googled found that it's a bug - packages parameter is no longer used. Also some...
Anonymous » 05 мар 2024, 07:39
Последнее сообщение Anonymous «
Anonymous »
I'm using a JavaFX Popup window with a TextField inside, and I am trying to reduce the width of the TextField, but the Popup is preventing this and instead the TextField always grows to the width of the Popup.
Anonymous » 05 мар 2024, 07:28
Последнее сообщение Anonymous «
Anonymous »
I worked in spring boot 2.x version without any hassles with H2 in memory database. Now, we are migrating to Spring boot 3.x version and facing issues while trying to configure and access H2 database.
Anonymous » 05 мар 2024, 07:20
Последнее сообщение Anonymous «
Anonymous »
I'm currently trying to make a custom Hibernate Type to map a List of Enum into a Varchar of comma-separated elements. For that, I've written my own JavaType (old JavaTypeDescriptor) and my own BasicType. The problem is, for my second class, that I...
Anonymous » 05 мар 2024, 07:17
Последнее сообщение Anonymous «
Anonymous »
I have a class A that inherits another class, B. This is an entity that is to be stored in Dynamo DB, now the sort key for it is defined by attribute in A and primary key is in B. when I am scanning the DB by a DAO method for A it is only giving me...
Anonymous » 05 мар 2024, 07:15
Последнее сообщение Anonymous «
Anonymous »
I am writing a trajectory modeling project in Java for my class, I think the code should be working as intended, but I keep getting an error message for line 29 of my program, and it should be recognized as a variable.
Anonymous » 05 мар 2024, 07:15
Последнее сообщение Anonymous «
Anonymous »
I want to display data sent from an android app using POST request to a simple html website whenever a button in the app is pressed. I'm hosting the website and the php file to handle the POST in xampp apache, I've set up the server so the app on my...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения