I have duplicates lines on each cell, these lines are merely URL address separated by vbLf. I need to remove duplicate lines, but only per each cell on the col
I'm running a PostgreSQL query: 'SELECT * FROM table' On my server side, I'm trying to generate a JSON object of the below format, but some of the column# valu
I have a cmake project that uses vcpkg to manage its dependencies. vcpkg is used in 'manifest mode'. Meaning my dependencies are specified in the vcpkg.json tha
I am trying to query (using sqlalchemy) to find temperatures for a specific month but i want the measurements for the month of june for all years in my database
in IoTDBConstant class //when running the program in IDE, we can not get the version info using getImplementationVersion() public static final String VERSION =
I'm using tkinter in python to make 2 windows in 2 diffrent classes, their root window open a new window and to make the child window to be on top I'm using lif
I've added cors on main.go however, when I do fetch => fetch("http://e047d13752fa.ngrok.io/api/v1/campaigns/15").then(res => res.json()).then(data => c
When I delete a field in a model, I can see from the db browser that the field is deleted, but I don't quite see the size of the DB file change. How and when i
I would like to disable blinking feature of cursor in pycharm. This setting seem not included in the preferences. I wonder if there are ways to get around that?