Гость » 09 мар 2024, 22:12
Последнее сообщение Гость «
Гость »
I have an Oracle 12c form, it worked in the developer machine and the infrastructure middleware and oracle forms builder 12c installed already in it, the developer machine is a VMWare workstation.
I want to run the .fmx file on another client...
Гость » 09 мар 2024, 22:04
Последнее сообщение Гость «
Гость »
Я хочу получить определенный путь процесса, используя его PID
Например, у меня есть Discord.exe 1300 Console 1 32.364 Ko from tasklist.exe, and I want to transform 1300 to C:/Users/Me/AppData/Local/Discord/app/Discord.exe
Anyone knows how I can...
Гость » 09 мар 2024, 22:02
Последнее сообщение Гость «
Гость »
Я столкнулся с проблемой при попытке импортировать библиотеку Bouncy Castle в свой Java-проект. Несмотря на добавление библиотеки Bouncy Castle в мой проект, я получаю сообщение об ошибке «Организация пакета недоступна» при попытке импортировать...
Гость » 09 мар 2024, 22:02
Последнее сообщение Гость «
Гость »
After migrating from SB2.5 to SB3.2 PDF generated using itext7-core:7.2.2 becomes invalid after download but it is working fine in SB2.5.
In SB3.2, I am able to view the pdf in browser and there is no issues with its content but when I download the...
Гость » 09 мар 2024, 22:01
Последнее сообщение Гость «
Гость »
Привет, я делаю небольшой сервер Minecraft для себя и нескольких друзей, и я какое-то время не работал с Java, кстати, я использую Spigot 1.14.1.
К сожалению, мой метод containsKey() возвращает false, хотя я запустил первую команду и знаю, что мой...
Гость » 09 мар 2024, 22:00
Последнее сообщение Гость «
Гость »
A friend of mine told me that I mustnt save files in the directory of the project, but to the build directory, but couldn't help me to do so
I tried to search a way to get the path to the directory, but couldn't find a way, that doent require...
Гость » 09 мар 2024, 21:58
Последнее сообщение Гость «
Гость »
У меня странная проблема с RestAssured, потому что я не вижу ни одного поля.
почему я использую почтальон для отправки запроса
curl --location '
as response I get:
{ timestamp : 2024-03-09T18:24:10.622+00:00 , status : 404, error : Not Found ,...
Гость » 09 мар 2024, 21:56
Последнее сообщение Гость «
Гость »
I have defined my chipgroup in my XML and adding chips programtically as below:
chip_group_filter.removeAllViews();
for(FilterModel filterModel : Common.categorySelected.getFilters()){
Chip chip = (Chip)...
Гость » 09 мар 2024, 21:50
Последнее сообщение Гость «
Гость »
I have myannotation and whenever my method(which has myannotation) is executed then AOP should be called but which is not working in my spring boot controller.But which is working for methods which has other annotations.Please help me to understand...
Гость » 09 мар 2024, 21:49
Последнее сообщение Гость «
Гость »
an A object contains a B object, which contains a C object, which in turn contains a D object. I need to access the name property of the D object starting from the A object.
Currently, I'm doing it like this:
a.getB().getC().getD().getName();
I...
Гость » 09 мар 2024, 21:49
Последнее сообщение Гость «
Гость »
How do I fix an error? When I send a message, the date appears correctly, but when I receive a message, the date appears incorrectly. For example, 5 p.m., the date appears at 8 p.m. Here is a three-hour difference.
AdapterChat:
Calendar cal =...
Гость » 09 мар 2024, 21:42
Последнее сообщение Гость «
Гость »
How to stop replacing CSRF Token for ignoringRequestMatchers? I did not implement the codes below and I am trying to solve someone else problem arised from the implementation
@Bean
public SecurityFilterChain securityFilterChain(HttpSecurity http)...
Гость » 09 мар 2024, 21:40
Последнее сообщение Гость «
Гость »
I'm making a client-server application based on the command pattern. But I don't understand how best to do it. Who should store the command implementation, the client or the server? That is, the server knows nothing about commands, and the client...
Гость » 09 мар 2024, 21:40
Последнее сообщение Гость «
Гость »
I am making a simple Maven Project using Eclipse. There is a form that has Username and Password and a submit button.
When I enter and submit the default username(admin) and password(admin). It should either show a page with Pass or Fail text if...
Гость » 09 мар 2024, 21:37
Последнее сообщение Гость «
Гость »
Here is the problem I am trying to solve(Java):
Given a string of digits, you should replace any digit below 5 with '0' and any digit 5 and above with '1'. Return the resulting string.
Here's my attempt at solving it:
public class FakeBinary {...
Гость » 09 мар 2024, 21:37
Последнее сообщение Гость «
Гость »
I am using a JFileChooser to let the user select their folder.
The user triggered execution somewhere they did not expect because the JFileChooser provided a default value in the Folder Name: field. Specifically, they were trying to click on...
Гость » 09 мар 2024, 21:36
Последнее сообщение Гость «
Гость »
My course instructor told us in a previous lesson not to use one function for two tasks. A few lessons later, the code we are reviewing has functions in it that perform two tasks. I'm brand new to Stack Overflow so I'm hoping this is the right place...
Гость » 09 мар 2024, 21:34
Последнее сообщение Гость «
Гость »
karaf: JAVA_HOME not set; results may vary
karaf.base: /opt/Cytoscape_v3.10.1/framework
JAVA_HOME: null
Exception in thread main java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-amd64/lib/libawt_xawt.so
Гость » 09 мар 2024, 21:27
Последнее сообщение Гость «
Гость »
I'm attempting to create a custom implementation of java.nio.FileSystem for an existing Application.
The implementation itself seems to work correctly within its context.
However, the parent Application doesn't load my implementation via regular...
Гость » 09 мар 2024, 21:14
Последнее сообщение Гость «
Гость »
I have 100 RegEx masks like:
Service - (?Start|End) (?\w*) - (? {10})(?: - (?.*))?
to search for something, when a RegEx finds something I extract the data to compose another (closing) sentence to search for
Service - End Foo - 2024-03-09
Гость » 09 мар 2024, 21:12
Последнее сообщение Гость «
Гость »
I got this error when I try to run the Tic Tac Toe game: java.lang.IllegalStateException: Could not find method click(View) in a parent or ancestor Context for android:onClick attribute defined on view class...
Гость » 09 мар 2024, 21:08
Последнее сообщение Гость «
Гость »
I am making a Java library with Spring cloud config server support, which provides different ways to get application properties from different sources depending on feature flags (input environment properties). For example, AWS S3 bucket will be...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения