programming-thought - Related information

  • How should design patterns be used in PHP projects?

    in the actual project development of PHP, there is little real application of design patterns in business logic. why? suppose a simple scenario: using yii2 or laravel to develop user management-related functions, most of the time a simple MVC is creat...

  • Vue-cli 's question about es6

    for example, let a=1; for(let i=0;i<3;iPP){ console.log(a); let a=2; } running in the browser s console will report an error, and I know the reason. outputs undefined,2,2 when running in vue-cli. If I comment out the babel in loader, the...

    Mar.31,2021
  • How does asp.net mvc integrate ant design pro?

    I want to use the ant design pro front-end framework in asp.net mvc, but I don t know how to integrate it. build the directory structure of the project using .net react-based templates as follows ant design pro : I overwrite the directory of ant...

    Mar.29,2021
  • Element ui tabs tab bug

    element uiui : add 1: I later commented out < component > < component > dynamic mount components, and there was no problem. But I don t see where there is bugmuri in my code. add 2: through debugging, I have located the problem now, because ...

    Mar.02,2021
  • Implementation of non-repetitive queues with redis

    redis queue lpush rpush inserts the queue without judging the repetition, how to avoid inserting some repetitions? redis has a collection that does not allow repetition. How can the two of them be implemented together? ...

    Mar.11,2021
  • El-pagination current page problem

    use el-pagination and el-table for true pagination el-pagination attribute: page-sizes: 10 if there are 12 pieces of data, el-pagination displays two pages. If I click on the second page, the second page shows two pieces of data I now do the foll...

    Mar.02,2022
Menu