Alias - Related information

  • How to solve the problem that IDEA will report an error (red cross) when using aliases in xxmapper.xml?

    1, problem when I use the alias IDEA of the entity in Mapper.xml, there will be a red cross, while using full path will not report an error. is this IDEA s problem? How to solve the problem? 2, my configuration application.xml: -sharp [Mybatis...

    Apr.07,2021
  • Why does it not take effect to set up a virtual directory in nginx?

    nginx version: 1.12.1 nginx virtual host configuration is as follows: server{ listen 80; server_name abc.local; index index.html index.htm index.php; root opt tool web; location = favicon.ico { log_not_found off; ...

    Mar.06,2021
  • 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-1b37b95-2c0c3.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-1b37b95-2c0c3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?