Posts by Ricardo Mendes • 19 points
6 posts
-
-1
votes1
answer916
viewsQ: Ordering a list of strings in python
Staff need to sort a list that inside it there is another list containing exactly a string and a number, the problem is that I’m not getting the desired result, let’s put an example, if I have the…
-
0
votes1
answer605
viewsA: Postgresql regular expressions
Guys I managed to solve the problem here, I was setting up regular expression in the wrong way, here’s the right way NEW.telefone ~ '^\+[0-9]{2}\([0-9]{2}\)[0-9]{5}\-[0-9]{4}$'…
-
0
votes1
answer605
viewsQ: Postgresql regular expressions
Come on, guys, I need some help I’m trying to make a Rigger in postgresql that checks whether the format of a new data to be inserted into a table is in a certain format, in this case the phone…
-
1
votes1
answer2796
viewsQ: Transfer of python files, client-server
Guys I have a problem in my code, I need to develop an application that is able to send a file to a server and also be able to recover files from the server I’m using a tuple to send the data to the…
-
0
votes0
answers47
viewsQ: SQL search result in table on front-end
Guys, I’m developing a project for the college and wanted to put the result of the search made in mysql database in a table on the front end, however I’m having difficulties to do this, there is…
-
1
votes0
answers39
viewsQ: Mysql database insertion problem in php
I am developing a project for the college and I am having some problems to perform the insertion in the my_sql database, my problem is in this excerpt. mysqli_query($conn, "INSERT INTO funcionario(…