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 1453 related content
uni-app e-commerce project practice

Course9858

Course Introduction:This course is a uni-app zero-based to project practical course. uni-app is easy to get started and can quickly develop small programs, h5, Android, and ios applications. To study this course, you need to have a basic knowledge of Vue before continuing. Of course, those who want to learn mini programs are also recommended to study this course. After learning uni-app, you can also quickly get started with native mini programs.

React Native e-commerce project practice

Course14590

Course Introduction:React Native e-commerce project practice

E-commerce website front-end architecture

Course8105

Course Introduction:E-commerce websites are very popular right now. Our course teaches you how to create an e-commerce website. The course uses a vertical e-commerce website to introduce the steps and methods of building and implementing front-end architecture, and what we need to do in this process to help the project finally move from design to implementation. Isn't it tempting? Let’s learn together!

Laravel e-commerce project practical course

Course31020

Course Introduction:The "Laravel E-commerce Project Practical Course" course explains the development of Laravel projects. After studying this course, you can imitate and develop an e-commerce project.

Laravel5.4 e-commerce practical video tutorial

Course30778

Course Introduction:"Laravel 5.4 E-commerce Practical Video Tutorial" is a practical Laravel project. It is very useful for students who have learned PHP but have no development experience. It will also be of great help. I hope students can study hard! ! !

More courses
  • Download pdf from Laravel API via Axios in VueJS 3

    Hello, I have a VUEJS3 front-end and Laravel8 back-end. I will download the pdf saved in public/pdf/temp/file.pdf Now I make a call from VUEJS: axios.post('/api/'+this.url_access+'/rebuild',formData,{headers:{'Content -Type':'multipart/form-data','responseType':'blo

    2023-11-16 12:48:50 0 2 301

  • 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. functiongetDirectRoute(index,callbackFunction){vardari=marker_awal.getLatLng().lat+","+marker_awal.getLa

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

  • PHP mailer not working: no error log, message says sent but not received

    I don't receive any error logs in my webserver's php error log. I've tried several different SMTP servers (other email providers I know work as well). This is my HTML form:

    2023-11-10 15:02:39 0 1 218

  • 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.8 https://support.google. com/mail/?p=BadCredentialsmv24-20020a1709

    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.