PASTE THIS CODE ON YOUR SITE Source: The Developer's Life Transcription ↓real story; string sender = "jFRAF"; A.P.: Man, look this: the are some data on our database dated by 2050... Dev: Wow... I think I know why... A.P.: Timestamp conversion error?(…) leia mais
Artigos marcados com a tag db
The amazing legend of John Two Spaces 20/01/2017 18:01
PASTE THIS CODE ON YOUR SITE Source: Programmers Life Original: A incrível lenda do João Dois Espaços Transcription ↓real story; string sender = "Anonymous Student "; Programmer: Duuuude!!! The primary key of this database is the student's name? Alex: Weird, uh? It's legacy and no one is allowed to change...(…) leia mais
Database copy 13/09/2016 16:01
Upper join 19/08/2016 14:25
We've lost everything 12/08/2015 18:09
PASTE THIS CODE ON YOUR SITE Source: Programmers Life Original: Apagaram os dados Transcription ↓real story; string sender; sender = "Mauro"; Alonso: Someone updated the tasks table. WE'VE LOST EVERYTHING! Programmer: What? Alonso: That table has now only one column and all the records were replaced by the 8 number!(…) leia mais
Configuration file 07/04/2015 22:21
Injection 12/03/2015 23:46
Original: Injection Transcription ↓real story; string sender; sender = "Diego Pablo"; Programmer: You shouldn't pass a form field value right to the SQL. A hacker could manipulate your query! Alonso: Oh, but I don't do this! First I put the value on a variable, then the variable goes to the SQL! Programmer: PLAFT!(…) leia mais
Database 06/03/2015 19:02
Original: Banco de dadosTranscription ↓real story;string sender;sender = "Fernando Zambrotta";Friend: Man, I'm having a lot of troubles with databases at my company. Could you help me?Programmer: Which database management system are you using?Friend: Excel!--T-shirt: Do you know Google?