I know there is one issue in MySQL with concurrent SELECT and INSERT. However, my question is if I open up two connections with MySQL and keep loading data usin
I am trying to implement publish/subscribe architecture using Web API and Rabbit MQ message broker. I have two projects in my solution: Publisher and Subscriber
i tried to adding username=None didnt work Account model is for auth other models that are diffrent languge are just profile pic or date joined nothing importan
So, I am trying to do this code, which lets the user know whether a given nr. is a perfect one or not. But I am facing some difficulties in a part of my code. I
The code below is working well, however it isn't quite what I am looking for. It finds an efficient way to cut variable sizes (user input) from one static stock
I am writing a css code to make two div at the same line but it's not working properly. Here is my HTML code sample - .A { max-width: 10
ALTER TABLE table_a ADD CONSTRAINT fkey FOREIGN KEY (f_id) REFERENCES table_b(id) ON DELETE SET NULL; This is a normal constraint, when a t
I have numbers like this that need leading zero's removed. Here is what I need: 00000004334300343 -> 4334300343 0003030435243 -> 3030435243 I can't f