Xorg.conf - Related information

  • The FreeBSD font is abnormal.

    FreeBSD 11.1, installed wqy noto fonts are displayed as shown in the following figure, how to solve ...

    Mar.03,2021
  • Scrapy transfer parameters report error

    -sharp! usr bin python3 import sys from scrapy.cmdline import execute class main(): def run(self): argv = sys.argv argv.append( -s ) argv.append( LOG_FILE=logs + argv[2] + .log ) argv.append( -s ) argv.append( LOG_FORMAT=%(asctime)s [ + ...

    Mar.09,2022
  • About the use of vue components in react projects

    problem description recently, there is a new react project. If you want to use the components written by vue in this project, the workers found so far have vuera and react-vue , but they cannot be used according to the case tutorials on the official w...

    Jun.17,2022
  • Ng6 behavSubject problem

    now, after making a login, dynamically pass the menu data and generate the menu according to the logger. So I use rxjs to write a global service, where setMenu () is to set the data into the service after logging in, and getMenu () is in sidebar t...

    May.27,2021
  • Nginx specify IP or specify user_agent access question

    set $flag 0; location ~ my.php.* { if ( $http_user_agent !~* "user agent") { set $flag "${flag}1"; } if ( $remote_addr != ip ){ set $flag "${flag}2"; } if ($flag = "012...

    Jun.10,2022
  • No data can be obtained in vue mounted

    problem description mounted console.log(this) vue the environmental background of the problems and what methods you have tried imageSrc createdapi vuex computed related codes Please paste the code text below (do not replace the code...

    May.16,2022
Menu