I wanna send data from client to server. There are two queues. in client side and in server side. I want to my client to be connected to the server and send all
I read many articles about this subject but cannot find any solution to my problem. What I needed to do is to get values from a table in Sheet1 in my active Wor
I'm trying to filter Core Data by changing the predicate when typing in the search bar, but doing so causes the app to freeze. At first I thou
Can anyone tell me how to integrate a barcode scanner with react js website.when I click scan button it must scan the barcode using camera and display the detai
I am trying to write a query which extracts the total number of non-deleted messages sent to their friends. Here is a screenshot of the table structures: The o
I would like to match with RegExp a number between X and Y. Is that possible? ([0-9]+) will match any number, how could I do to match a number between, for ins
I am trying to set up a workspace in VS Code and I want to be able to run it in venv. root - app -/- modules -/-/- __init__.py -/-/- myModule.py -/-/- myModule2
We have recently moved to mongo java driver core/sync 4.4.0 from 3.12.1 with spring data mongo db from 2.2.5.RELEASE to 3.3.0 also spring boot version 2.6.2 and