Controller - Related information

  • The data traversed by angular is submitted to controller after modification of how to bind to modal (pop-up box).

    problem description typeList is the data coming from the background, and every result I traverse is type. I want to extract id and ran_name to modal pop-up box display, and then submit to controller. However, the id, will not be temporarily saved and ...

    Sep.16,2021
  • Does the user create an order in OrderController or UserController?

    problem description should the user create an order in UserController or OrderController? public void UserController{ } public void OrderController{ } for example, adding users to a group, should it be placed in GroupController or UserCon...

    Mar.25,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-1b3cd06-41385.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-1b3cd06-41385.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?