Гость » 09 мар 2024, 21:07
Последнее сообщение Гость «
Гость »
I have sensitive data in my laptop, is there any example when a usb drive is pluged in it automaticly put it on read-only
Thanks in advance
i used a batch file but didn't do nothing really
i used powershell also but no result
tried to run a python...
Гость » 09 мар 2024, 20:54
Последнее сообщение Гость «
Гость »
I'm making a spigot plugin that makes dropped item explode when it touched the ground and the version I'm working on is Minecraft 1.20.2(paper server) with spigot 1.20.2 API.
The problem is that when I drop a item, it just keeps falling and nothing...
Гость » 09 мар 2024, 20:51
Последнее сообщение Гость «
Гость »
I have a JFrame that uses the method pack() to minimize the size of the components within the frame. This works well enough, but occasionally, due to something upon startup, I'll have a lot of components and the frame will be gigantic. Technically,...
Гость » 09 мар 2024, 20:49
Последнее сообщение Гость «
Гость »
I do not want osmdroid to use the external storage location to store cache of tiles. Instead, I want it to use the app's getCacheDir() location. This is the code I have done to achieve this:
org.osmdroid.config.IConfigurationProvider osmConf =...
Гость » 09 мар 2024, 20:48
Последнее сообщение Гость «
Гость »
Selenium recently updated its way of using web drivers. (I have prior experience with selenium version 4.9.0 in python where we just downloaded the web driver and used it by driver = webdriver.Edge(service=Service(path_to_webdriver)) but in new...
Гость » 09 мар 2024, 20:48
Последнее сообщение Гость «
Гость »
I am trying to Practice Spring AOP. The Problem is, My program is not what I expect.
It should Look something like this when Aspect works.
Sep 27, 2020 1:11:11 PM aspects.LoggingAspect log
INFO: Method will execute
Sep 27, 2020 1:11:11 PM...
Гость » 09 мар 2024, 20:48
Последнее сообщение Гость «
Гость »
I have the following minimal Quarkus project example. Without the quarkus-amazon-lambda-http dependency, the project returns the correct response when the GET endpoint is called, and even a much larger one (10,000 items).
However when the...
Гость » 09 мар 2024, 20:47
Последнее сообщение Гость «
Гость »
What is wrong:
I am attempting to run two files; I first run the Server Main file, and then I run the Client Main file. I receive the error, Connection refused when I attempt to give 127.0.0.1 as the address.
package chatRoom2;
Гость » 09 мар 2024, 20:45
Последнее сообщение Гость «
Гость »
I am creating an app with a html, css, js inside a webview, and also several databases to store data. My app is designed to be used for 10 to 11 hours each time.
A big problem was found that android will kill my app in background after leaving for a...
Гость » 09 мар 2024, 20:44
Последнее сообщение Гость «
Гость »
I haven't used Spring Boot for a while and seem to have a problem getting Spring to serve static assets. My project contains multiple modules - one of which is webui . It builds an Angular application and archives it into a jar . This dependency is...
Гость » 09 мар 2024, 20:40
Последнее сообщение Гость «
Гость »
I get the following error when I try to run a simple program to connect to MySql database in IntelliJ IDEA:
java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver
at...
Гость » 09 мар 2024, 17:56
Последнее сообщение Гость «
Гость »
I wanted to know when exactly we should use @Tranasactional in Spring Boot Services.
Since JpaRepository's save() method is annotated with @Tranasactional is it really required for me to add that annotation in my service method?
I've seen couple of...
Гость » 09 мар 2024, 17:56
Последнее сообщение Гость «
Гость »
It's
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2024-03-09T16:29:37.351+05:30 ERROR 21552 --- o.s.boot.SpringApplication : Application run failed...
Гость » 09 мар 2024, 16:56
Последнее сообщение Гость «
Гость »
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, 16:52
Последнее сообщение Гость «
Гость »
I'm using Spring MVC as a rest controller and I've integrated Swagger-ui with my controller using Springfox. I'd like to have a method that is able to upload a file via the Swagger-ui interface. I only need two parameters, a long acting for an...
Гость » 09 мар 2024, 16:52
Последнее сообщение Гость «
Гость »
im using flink 1.81.1 api on java 11 and im trying to use a BroadcastProcessFunction to filter a Products Datastream with a brand autorized Datastream as broadcast.
So my first products Datastream contains different products that has a field brand...
Гость » 09 мар 2024, 16:51
Последнее сообщение Гость «
Гость »
I have a problem for which I did not find a solution on the Internet and did not invent on my own.
There is an area of the room given by an array of points with X and Y coordinates, for example CGPoint(x, y) (their consecutive connection forms the...
Гость » 09 мар 2024, 16:39
Последнее сообщение Гость «
Гость »
I am trying to create a filter query using JPA Criteria API that finds all those entities that have a lowest value in their group.
For example given a JPA entity Student mapping a Table similar to:
Гость » 09 мар 2024, 16:35
Последнее сообщение Гость «
Гость »
I have a java gradle project with multiple main class, i want to build a docker image with Jib and chose which main class to run when i execute docker run.
Is it possible to do this with Jib or i have to build multiple docker image for each main...
Гость » 09 мар 2024, 16:33
Последнее сообщение Гость «
Гость »
I'm trying to read my previously committed data in @TransactionEvenListener annotated method which has default transaction phase but can't. Actually data is committing pretty fine, I can see it after transaction end, in DB or even if I do not use...
Гость » 09 мар 2024, 16:32
Последнее сообщение Гость «
Гость »
I learned that if the names of beans registered through component scanning overlap with those registered through configuration methods, overriding occurs.
However, when I mistakenly specified the return type of a method in the configuration as the...
Гость » 09 мар 2024, 16:25
Последнее сообщение Гость «
Гость »
Hi I'm using recyclerview for handling multiviewType of the lists, but when i scroll the cells are changing sometimes.
I referred many SO's answer but it didnt worked.
Override the getitemid as well but didnt worked need help for the following...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения