Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
vue.js English version

Course Intermediate  11369

Course Introduction:vue.js is a progressive framework for building data-driven web interfaces. The goal of Vue.js is to enable responsive data binding and composed view components with the simplest possible API. Not only is it easy to get started, it is also easy to integrate with third-party libraries or existing projects.

react+redux (English version)

Course Intermediate  8318

Course Introduction:React is a JavaScript library used to build user interfaces and is also the view layer of web applications. Redux is a predictable state container for JavaScript applications. It is an application data flow framework.

Git version control tool

Course Elementary  12294

Course Introduction:Git is a powerful version control tool, divided into graphical version and command line version (sourcetree). This chapter only explains the Git operation of the command line version. Git was originally developed by Linus Torvalds, the father of Linux, in order to improve It is written to manage Linux kernel code well and is used by many large Internet companies. The benefits of learning Git: 1. Have a local version library and roll back the version at any time; 2. It is very simple to establish a branch; 3. It is faster, especially after you are familiar with Git commands; 4. Designate and work with several different remote code repositories. Interaction.

CSS3 latest version reference manual

Course Elementary  32163

Course Introduction:"CSS3 Latest Edition Reference Manual" is the official CSS3 online reference learning manual. This CSS3 online development manual contains various CSS3 properties, syntax, definitions, usage methods, example operations, etc. It is indispensable for web front-end learners and developers. Check manual documents online! Note: CSS3 is an upgraded version of CSS technology. CSS3 language development is developing towards modularization. These modules include: box model, list module, hyperlink method, language module, background and border, text effects, multi-column layout, etc.

Thinkphp6.0 official version video tutorial

Course Intermediate  176714

Course Introduction:Thinkphp6.0 was officially released on October 24, 2019. Compared with the beta version, there have been many changes. At present, TP6 is relatively stable, so the php Chinese website will re-record the course again in 2020 to help get started quickly! related suggestion: ThinkPHP6.0 complete development manual (annotated version) //m.sbmmt.com/course/1049.html

THINKPHP 5.0 manual latest version

Course Elementary  186305

Course Introduction:"ThinkPHP 5.0 Manual Latest Edition" is a high-performance framework designed for API development - a subversive and reconstructed version that adopts new architectural ideas, introduces many new PHP features, optimizes the core, and reduces dependencies. It implements true lazy loading, supports composer, and makes a lot of optimizations for API development. ThinkPHP5 is a new milestone version, including routing, logs, exceptions, models, databases, template engines and verification modules, etc. have been reconstructed. It is not suitable for upgrading the original 3.2 project. Please carefully consider upgrading commercial projects, but it is definitely new. The first choice for projects (whether it is WEB or API development), and it is best to forget the thinking habits of version 3.2 and re-understand TP5

iOS development manual Chinese version

Course Elementary  18106

Course Introduction:"iOS Development Manual Chinese Version" iOS is a mobile operating system developed by Apple. Introduced in 2007 for iPhone, iPod Touch and Apple TV. iOS evolved from OS X and shares Darwin with OS X. iOS is a mobile operating system used by OSX for Apple computer operating systems. Intended Audience This tutorial is intended for developers who know the Objective C or Swift languages ​​and are developing iPhone and iPad apps in that language. This tutorial can give you a full understanding of iPad and iPhone..

Quick Start Node.JS Full Version

Course Intermediate  5436

Course Introduction:Node.js allows front-end programmers to take advantage of the back-end and become a full-stack engineer. This video drives the absorption of knowledge points through actual demand cases, and humorously explains the motivation to drive learning, helping everyone quickly grow into a Nodejs development expert.

jquery fun class (quick start version)

Course Elementary  19120

Course Introduction:Take you to quickly get started with jquery

ThinkPHP6.0 Rapid Development Manual (Case Version)

Course Elementary  180773

Course Introduction:This tutorial is a quick start tutorial for ThinkPHP6.0. PHP Chinese website simplifies it according to actual development needs and is highly operable! Perfect for getting started quickly!

New version of php introductory tutorial

Course Elementary  34724

Course Introduction:"New Version of PHP Introduction Tutorial" is a basic PHP tutorial. The purpose is to lead everyone to understand the basic knowledge of PHP, learn some basic applications, and lay a solid foundation for future advanced courses and practical courses.

SQL optimization and troubleshooting (MySQL version)

Course Intermediate  4838

Course Introduction:MySQL installation and configuration under Linux, database logical layering, parsing process, index, detailed analysis of SQL execution plan, principles to avoid index failure, optimization cases, common optimization strategies, slow SQL troubleshooting, simulation of massive data, lock mechanism, MySQL under windows and linux Master-slave replication.

Complete version of Python crawler tutorial

Course Elementary  4514

Course Introduction:The course is reproduced from Bilibili: https://www.bilibili.com/video/BV1ZT4y1d7JM

Front-end HTML5+CSS3 (goddess version)

Course Elementary  7278

Course Introduction:The latest web front-end html5+css3+ front-end project is now online! Using practical teaching and comprehensive cases from first-tier manufacturers, each technical point is explained in the shortest way, and each chapter forms a closed loop. There are two practical projects in the course and at the end of the course. The first type of project is a corporate website, which allows you to quickly and repeatedly practice basic knowledge points; the second type of project is an e-commerce website, which is based on the difficulty of upgrading the first project to master the development of more complex web page effects. Process and layout standards. Strictly follow the professional development process: professional measurement tools to achieve 100% restoration of the design draft; coding standards are benchmarked against the development standards of first-tier manufacturers to achieve professional development from beginning to end. This allows students to experience first-hand the development processes and standards of first-tier manufacturers while studying.

Big data (MySQL) video tutorial full version

Course Intermediate  6439

Course Introduction:This course is a very comprehensive set of courses. The video knowledge covers the basics, advanced, operation and maintenance of MySQL and many other aspects. The course content is comprehensive and in-depth, which can fully meet our daily development, operation and maintenance, interviews, and self-improvement. It also uses a variety of methods during the explanation process to help students understand the key and difficult content in the course more clearly.

Quick introduction to PHP (Taiwan compatriots version)

Course Elementary  6387

Course Introduction:PHP usually refers to hypertext preprocessor, which is used for object-oriented and imperative programming. It is a general-purpose open source scripting language. The learning of all computer languages ​​must start from the basics. This course is not only the basic part of PHP, but also the core technology of PHP language. It is the content that must be mastered to learn PHP.

JavaScript from Beginner to Master (Full Version)

Course Intermediate  15731

Course Introduction:This course explains the basic knowledge of JavaScript in the simplest way and content, fully combining animation effects and principle explanations to help students with no basic knowledge quickly get started with JS. Focusing on animation effects, try to learn the basics of JS as happily as watching cartoons. A large number of PPT animations help understand obscure content and output the most knowledge points in the shortest time.

PHP string processing (Jade Girl Heart Sutra version)

Course Elementary  10247

Course Introduction:The processing and analysis of strings is an important foundation in any programming language. The classification, parsing, storage and display of information, as well as data transmission in the network, all require the manipulation of strings. It is particularly important in web development. Most of the work of programmers is to operate strings, so string processing also reflects a programming ability of programmers.

Band of Brothers new version Linux video tutorial

Course Intermediate  83807

Course Introduction:Linux is a free-to-use and freely disseminated Unix-like operating system. It is a multi-user, multi-task, multi-thread and multi-CPU operating system based on POSIX and UNIX. Linux inherits the network-centric design philosophy of Unix and is a multi-user network operating system with stable performance. "Brothers New Version Linux Video Tutorial" will introduce you how to use the Linux system, so that friends can quickly learn to use this operating system.

Band of Brothers new version PHP video tutorial

Course Intermediate  54592

Course Introduction:In the course "Brothers New PHP Video Tutorial", PHP (foreign name: PHP: Hypertext Preprocessor, Chinese name: "Hypertext Preprocessor") is a general open source scripting language. The syntax absorbs the characteristics of C language, Java and Perl, which is easy to learn and widely used. It is mainly suitable for the field of Web development. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML (an application under the Standard Universal Markup Language) document for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags; PHP can also execute compiled code. Compilation can achieve encryption and optimize code running, making the code run faster.

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved