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
Found a total of 10000 related content
  • Nuxt.js SSG (Static Site Generator) Get API Data

    When building a project using a static site generator, I understand that documentation created in advance is provided to the user. If there is logic to use axios to obtain data and display it on the screen when entering the page, is the corresponding API cached or not called?

    P粉593536104 2023-11-16 21:36:07 0 1 176

  • How to get multiple data with the same user ID from a table in Nest.js? Assuming I have a users table, how do I get the data that matches the user ID?

    How to get multiple data with same user id from table in Nestjs? Let's say I have a users table. How to get data matching user ID? import{Injectable}from'@nestjs/common';import{InjectRepository}from'@nestjs/typeorm';import{Repository}from'typeorm';import{usertbl}from'./usertbl.e

    P粉116654495 2023-11-16 20:41:42 0 2 214

  • Call to undefined function create_function()

    I get this message on the home page of the website: Fatal error: Uncaught error: calling /customers/7/e/7/jovobytes.be/httpd.www/wp-content/themes/inovado/framework/inc/widgets/custommenu Undefined function create_function(). php:67 Stack trace: #0/customers/7/e/7/jovobytes.be/httpd.www

    P粉198670603 2023-11-16 19:00:36 0 1 277

  • Using triggers and constraints to limit the number of records in MySQL

    I have a table called BFFs that stores user IDs and best friends' user IDs, and I want to limit the table to 3 best friends for each different user. I mean if the table structure is: BFFs(userID,userID) the records are: (3286,1212)(3286,4545)(3286,7878) In this case if the user with ID 3286 should n...

    P粉807397973 2023-11-14 13:35:02 0 4 434

  • How to set Laravel Spatie permission setting method to define a set of permissions for each user based on role?

    I have 4 types of users using my system: 1. Super Admins 2. Team Super Admins, 3. Administrators and 4. Managing team members, since I use spatie to handle roles and permissions, I have a set of modules (permissions) that are common to all types of users, and another set of modules (permissions) tha...

    P粉197639753 2023-11-14 12:58:58 0 1 292

  • Laravel 9.x: Redirect user to view success message after registration

    I'm trying to return a view with a success message after registering a user, which contains a link to the login page, but the session message is not passed along with the view. This is my registered() method protectedfunctionregistered(Request$request,$user){returnview('frontend.pages.register-succe...

    P粉983021177 2023-11-12 22:55:21 0 1 336

  • TYPO3 V11: "PHP warning: undefined array key", $this->request->getArguments() is empty

    I'm a new user of typo3, I made a plugin to show users and use the search bar to filter them, but when I want to show my page I get this error: (1/1) #1476107295TYPO3\CMS\Core\Error \ExceptionPHPWarning:Undefinedarraykey"word"inMyPath/Controller/UserlistController.phpline44 in my controlle...

    P粉807471604 2023-11-12 21:35:09 0 1 362

  • 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

  • Stream data from OpenAI's API using AJAX, PHP, and server-sent events

    How can I use Server Sent Events (SSE) to stream data from the above API to a browser client using JavaScript and PHP? I've been working on this problem for hours and I can't seem to figure out what's going wrong. For reference, I tried adapting the solution here: StreamDATAFromopenaiGPT-3APIusingPH...

    P粉762447363 2023-11-11 12:03:23 0 1 497

  • v-date-picker to select only month and year

    Please tell me if there is any other way to do this using v-date-picker. I just want the user to be able to select the year and month and then the date picker menu should close. Here is my html as an example, but I don't mind using different code as long as it still uses v-date-picker.

    P粉509383150 2023-11-10 14:05:05 0 1 269

  • Unable to authenticate to SMTP server with username 'phptest01072003@gmail.com' using 3 possible authenticators

    Unable to authenticate with username "phptest01072003@gmail.com" on SMTP server using 3 possible authenticators. Authenticator login returned expected response code 235, but received code "535" with message "535-5.7.8 Username and password not accepted. Learn more at 5355.7....

    P粉262926195 2023-11-09 23:58:07 0 1 311

  • 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.