my website needs an online customer service system, just like JD.com s online customer service. I have been developing for too long. I want to find an open source customization. I hope to store the data in my own database, but I haven t found it for ...
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...
problem description: if the request method private ModelAndView articleList (Map < String, Object > map) adds an access control annotation @ PreAuthorize and uses private , it will report an error: java.lang.NullPointerException: null , where n...
as shown in the picture, it failed to install the nexus service using the installutil command. How to solve this problem? thank you for your generous help ...
Under RT,linux, how to troubleshoot a CPP service with high CPU and memory? Trouble a little bit and hope to give a more detailed answer. At present, all I can think of is gdb, but I m not quite sure how to get gdb. ...
the Nuggets just read two istio articles, https: github.com istio istio I don t understand much. Question: where should the business logic be written when using this micro-service framework? Do you want to write in java? ...
the official document says that asynchronous modification of the state will not take effect: https: vuex.vuejs.org zh-cn . but the following code does change the value: mutations: { increment: (state)=>{ window.fetch( https: jsonp...
code <script> var num = 100; var obj = { num: 200, inner: { num: 300, print: function () { console.log(this.num); ...
would you like to ask, is node.js s buffer the same kind of effect as PHP s Cache? earlier, I saw a php teacher deposit Wechat s access_token in cache (valid period of 7200) would you like to ask whether it is appropriate for node.js s buffer ...
1.sudo lsof-I: 80 COMMAND PID USER FD TYPE DEVICE SIZE OFF NODE NAME nginx 63 root 6u IPv4 0x6dff795b4d94a1f1 0t0 TCP *:http (LISTEN) nginx 750 nobody 6u IPv4 0x6dff795b4d94a1f1 0t0 TCP *:http (LISTEN)...
this is the angularjs manual explained by orderBy, which god wrote an example to tell how to use expression when it is a function function? ...