Front%2Band%2Brear%2Bend%2Bseparation - Related information

  • How to customize the pointcut for AOP

    I want to use facets to manage all methods with the first parameter HttpServletRequest request under the controller package. Here is my code: @Pointcut("execution(* com.belfry.bequank.controller.*.*(..))&&args(request,..)") public voi...

    Jul.07,2021
  • Element-ui2 form select display problem

    when editing user information, how the element-ui2 form displays the previous company name (item.Name) of the user in the select selection box is normal in option, but opening the edit page selection box does not display the previous data. <el...

    Mar.03,2021
  • The problem of cookie algorithm

    I copy cookie hoping to automatically decompose it into dictionary format by algorithm self.cookie_str="acw_tc=b65cfd2515395760831792797e7a30fed7278a95d7c68d0dcad0b9cbc4ac1b; kwlo_iv=1h; kr_stat_uuid=CQ5e225664238; Hm_lvt_e8ec47088ed7458ec32...

    Sep.16,2021
  • Ajax cross-domain login, how does the php backend handle it?

    Front-end address: http: a1.domain.com login.html backend address: http: b2.domain.com login.php when the frontend logs in, the ajax request is sent to the backend for verification, and the request returns a correct user name and password, and t...

  • A little doubt about the viewport setting in meta

    chrome browser, in mobile phone mode iphone6, adds this sentence to the page < meta name= "viewport " content= "width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5 " > . At this time, both window.innerWidth and document.docume...

    Mar.07,2021
Menu