Home \ Course List \ JavaScript \Javascript basic tutorial

Javascript basic tutorial

  • Start Learning |
  • Playback count 116641
  • Difficulty Intermediate
  • update time 2022-04-11 16:14
  • Type Tutorial on Graphic and Text
  • "Javascript Basics Tutorial" will take you to quickly learn the basic knowledge of javascript and explain it through examples, so that you can better understand the javascript scripting language.

    • Course Catalog
    • Related articles
    • Courseware download
    5 hours of learning duration
    • CakePHP Date and Time

      CakePHP Date and Time

      To work with date and time in cakephp4, we are going to make use of the available FrozenTime class. View original text

    • Shuffle the array: Introduction to how to use array_shuffle()

      Shuffle the array: Introduction to how to use array_shuffle()

      When performing data processing or algorithm design, it is often necessary to shuffle an array. The purpose of shuffling an array is usually to randomize the data to better test the performance indicators of the algorithm, or to obfuscate the data to protect user privacy. In the PHP language, a very convenient function is provided that can directly shuffle the array. This function is array_shuffle(). The use of the array_shuffle() function is very simple, it only requires one parameter View original text

    • Detailed explanation of PHP page jump function: page jump skills of header, location, redirect and other functions

      Detailed explanation of PHP page jump function: page jump skills of header, location, redirect and other functions

      Detailed explanation of PHP page jump functions: Page jump techniques for header, location, redirect and other functions, which require specific code examples. Introduction: When developing a Web website or application, jumping between pages is an essential function. PHP provides a variety of ways to implement page jumps, including header functions, location functions, and jump functions provided by some third-party libraries, such as redirect. This article will introduce in detail how to use these functions View original text

    • PHP Warning: filesize() [function.filesize]: stat failed solution

      PHP Warning: filesize() [function.filesize]: stat failed solution

      When developing PHP projects, we often encounter problems related to file operations. One of the problems that often occurs is the error prompt "PHPWarning: filesize()[function.filesize]:statfailed". This error message often makes people confused and it is difficult to find a solution. This article will introduce the cause and solution of this problem, hoping to help everyone. The cause of the problem is in PHP, filesize View original text

    • How To Use PHP As A Backend Using React For Frontend

      How To Use PHP As A Backend Using React For Frontend

      Introduction Developing dynamic and interactive web apps is crucial in the dynamic and ever-changing world of web development. The speed and versatility of React, a JavaScript toolkit for creating user interfaces, have led to its great populari View original text

    • Single Page App with Laravel and EmberJS

      Single Page App with Laravel and EmberJS

      In this part, we will see how Ember works, how to use Ember Data and how to build something simple with it. Router, Route, Model, Template and Store are some of the concepts of Ember. I’m not going to explain every one of those, so if you feel stuck, View original text

    • Building a Simple Blog App with MongoDB and PHP

      Building a Simple Blog App with MongoDB and PHP

      Key Takeaways MongoDB is a document-oriented NoSQL database that enhances performance and scalability, making it ideal for blog applications where collections and documents can be easily managed. The PHP MongoDB driver is essential for connectin View original text

    • How to use Flysystem file system tool in PHP

      How to use Flysystem file system tool in PHP

      Flysystem is a PHP library that provides a simple, general-purpose file system interface that can be used to interact with local file systems, Amazon S3, Dropbox and other remote storage systems without worrying about implementation details. Its ease of use, flexibility, and scalability make it the preferred tool for PHP developers to build reliable file system applications. This article will introduce how to use the Flysystem file system tool and how to use it in a PHP application to manage the file system. View original text

    The courseware is currently not available for download, and the staff are organizing it. Please pay more attention to this course in the future~