Article Topic Learning Download Q&A Programming Dictionary Game Recent Updates
LOGIN
简体中文(ZH-CN) English(EN) 繁体中文(ZH-TW) 日本語(JA) 한국어(KO) Melayu(MS) Français(FR) Deutsch(DE)

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 10000 related content
  • Module is not defined in Vue project

    I just created a new Vue application by running npmini tvue@latest as specified in the official documentation. I then tried to add Tailwind to my application following the guide on the Vue and Vite website. However, when opening the file tailwind.config.js, I noticed that ESLint tells me that module...

    P粉235202573 2023-11-17 12:38:53 0 2 394

  • PHP中文网用户-2517107 2023-11-14 23:55:21 0 1 79

  • WordPress 6.0 (add_editor_style) does not load style.css in Gutenberg editor

    I'm taking the UdemyWordPress course to create a custom WordPress block theme. I successfully registered the block type in function.php and can select my block in the Gutenberg editor. The tutorial suggests using the following method to load the styles for my gutenberg block element so that the css ...

    P粉905144514 2023-11-12 20:37:50 0 2 261

  • How to fix the problem: "Unable to load resource: net::ERR_CONNECTION_REFUSED http://localhost:8989/route?...."

    There is a problem with my program. This is a program about geographic information systems, using the LeatlefJs library, and I also used the letlef router function. The problem is that the system isn't able to display the route it should be able to, I don't quite understand. Here is the script. func...

    P粉475315142 2023-11-12 19:34:27 0 1 244

  • What is the alternative to pages/_app.js in Application Router in NextJS?

    I've just started using NextJS and there is a new router called Application Router. Now I have some tutorials using pages/_app.js from NextJS page router. So, what is the corresponding file in the application router?

    P粉277824378 2023-11-11 09:38:14 0 1 395

  • Leverage VueJS components in PHP

    I want to mix basic HTML generated by Php and VueJS components without having to use VueJS all the way down to the lowest dom leaf. The parent layout has a Vue application applied, all headers, navigation, sidebars, etc. are Vue components, and the main content on most pages is still pure HTML gener...

    P粉611456309 2023-11-11 00:01:44 0 2 288

  • Why is the OpenAI Chat GPT (GPT-3.5) API unresponsive when the stream parameter is set to false?

    You can see the $prompt value in my application below. When I enter this prompt value, chat GPT gives no results. But this is because "stream" => false in the parameter. If "stream"=>true, chat GPT gives the result. My question is why chat GPT doesn't give results when &quo...

    P粉865900994 2023-11-10 18:39:06 0 1 338

  • Can't modify max_input_vars in PHP

    I need to increase max_input_vars value in php for Moodle installation. However, when I change the value in the php.ini file, the moodleWeb installer still prompts: PHP setting max_input_vars must be at least 5000. phpinfo() shows: max_input_vars=>5000=>5000 Editing the .htaccess file also has...

    P粉176980522 2023-11-10 11:49:31 0 1 277

  • Angular application without annotations

    Is there any configuration setting to remove these empty comments and spaces? My build command is ngbuild --environmentprod --progressfalse --targetproduction and tsconfig is: {"compileOnSave":false,"compilerOptions":{"alwaysStrict":true,"baseU

    P粉939473759 2023-11-10 10:51:51 0 2 172

  • Nuxt.js: window is not defined apexcharts/vue-apexcharts

    I've added this simple example from apexcharts.com. Pretty sure the import is correct. I don't reference window anywhere. When adding this file my entire application stops. I believe this has something to do with SSR or Nuxt configuration.