205
Points
Questions
39
Answers
51
-
I would like to add some attributes in the xml report generated by junit tests to add traceability to my …
- 401 views
- 1 answers
- 0 votes
-
I’ve done some changes within my schema, so it now has a commons component which is reused throughout two other …
- 434 views
- 0 answers
- 0 votes
-
I have a little problem when loading my XML file into Listview. It’s not loading all the values and it’s …
- 417 views
- 1 answers
- 0 votes
-
- 453 views
- 0 answers
- 0 votes
-
- 493 views
- 0 answers
- 0 votes
-
I want to DROP check from my table. When I am using this query in MySQL , I am not …
- 423 views
- 1 answers
- 0 votes
-
I have a SQL database with three tables: department, role, and employee. The employee table has foreign keys to reference …
- 403 views
- 2 answers
- 0 votes
-
I am stuck trying to return the rank of an SQL query. SELECT c.id, c.score, i.sheetscore, @curRank := @curRank + …
- 355 views
- 2 answers
- 0 votes
-
I am a new user in Tkinter. I have buttons for ( import CSV and prediction). I need the CSV …
- 359 views
- 0 answers
- 0 votes
-
My code: import csv with open("firstfile.csv", encoding=’utf-8-sig’) as file1: one = csv.DictReader(file1) with open("secondfile.csv", "r") as file2: for line in …
- 394 views
- 1 answers
- 0 votes