I have a question that is confusing me a little. I have a project locked down at the org level through a perimeter fence. This is to whitelist ip ranges to acce
I can run the webapp in the localhost without docker container I have created the docker image and started the container. But I can't access the webapp fro
Currently I can achieve this task by these code chunks: Code The problem I have is that the total number of rows can vary, and I do not want to have to go back
I have been trying to connect a json file for a long time but he does not want to see it please tell me how to do it right InputStream inputStream = ContentD
I have a python socket server that receives a string from an Android app and should return the same string in uppercase. The app can send the string and I recei
I have create this query: SELECT table1.id, b.sum FROM table1 CROSS JOIN (SELECT SUM(id) sum FROM table1) b ORDER BY id DESC; But this produces
For my Angular Auth OIDC Client figuation: auth: { stsServer: '...' clientId: '...', responseType: 'code', silentRenew: true,
public JoinChatClient(String serverAddress, String chatName) { chatWindow.getContentPane().add(sendButton, "South"); chatWindow.getContentPa
I need to connect with a mariaDB database which is hosted online with entity framework core 6. here my connection string: "ConnectionStrings": { "DBConnec