define a database model User
interface User {
id: string,
name: string,
xxxx: string,
}
define a DTO UserDTO
interface UserDTO {
id: string,
name: string,
}
defines a method to get a user. generally, if we do not want to expos...
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5 MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b302b1-2bd09.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") MySQL Errno : 1021 Message : Disk full (/tmp/#sql-temptable-64f5-1b302b1-2bd09.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") Need Help?