Course Elementary 10406
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.
Course Elementary 17850
Course Introduction:"PHP Fun Class" happily takes everyone to learn PHP, making learning programming less scary. Learning programming is not a scary thing. This class will make learning PHP quite simple and interesting! !
Course Elementary 36740
Course Introduction:"PHP Fun Class" makes learning PHP like playing a game, developing, fighting monsters, and breaking through levels, making learning programming no longer a scary thing, but fun and simple! If you find it difficult to learn PHP, then this course is very suitable for you to learn!
Course Elementary 25485
Course Introduction:Lecturer: php Chinese website-Teacher Zhu (Peter Zhu) Time: 2019.10.17 20:00-22:00 Topic: How to learn a new technology efficiently? Specific content: 1. In 2020, what other new technologies are worth learning? 2. How to learn front-end development efficiently? 3. How to learn PHP development efficiently? 4. Introduction and demonstration of new functions of phpStudy V8 5. Xiaopi panel function introduce
Course Advanced 19585
Course Introduction:"PHP Image Upload Tutorial" teaches you how to use our PHP and a PHP image upload class to implement our image upload function.
Course Intermediate 38751
Course Introduction:1. Date: October 17th (Wednesday) to October 20th (Saturday); 2. Time slot: Morning session (10:00 ~ 12:00), Afternoon session (15:00 ~ 17:00); 3. Topic: Full-stack development experience sharing for PHP programmers 4. Purpose: Example demonstration, full recording, easy to understand, public welfare and practical 5. Lecturer: Peter_Zhu, Miejie Shitai, Ouyang Ke, Ximen Daguanren Interested friends, please join the QQ group: 929746523 to participate in the exchange!
Course Intermediate 34458
Course Introduction:How php+mysql+mvc works
Course Elementary 26015
Course Introduction:Object-oriented programming using php
Course Advanced 11844
Course Introduction:As a basic course for learning WeChat development, this course introduces in detail the preparatory conditions for WeChat development, how to apply for a WeChat public account, and how to successfully access the API interface developed by WeChat in project applications. The course goes from easy to deep and has detailed content. Very suitable for novices to learn.
Course Advanced 9977
Course Introduction:"In-depth Learning of Image Upload Function Example for PHP Development" introduces the development of image upload function.
Course Elementary 21613
Course Introduction:"File and Image Technology" mainly introduces the use of PHP to process files and upload images.
Course Intermediate 28662
Course Introduction:The second phase of the online training class on PHP Chinese is a full live broadcast of the class, delivered by Peter Zhu, a professional lecturer on this site. The course covers front-end development and the most practical technologies for server-side development.
Course Elementary 13742
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82249
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13130
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24578
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 27435
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Course Elementary 57880
Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!
Course Elementary 87563
Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.
Course Elementary 21040
Course Introduction:"XML DOM Tutorial" XML DOM defines a standard method for accessing and manipulating XML documents. DOM treats an XML document as a tree structure, with leaves defined as nodes. If you want to use XML, you need to understand the XML DOM.