Course Intermediate 3909
Course Introduction:Digital signature generation and verification principles, AES and RSA encryption and decryption
Course Intermediate 36326
Course Introduction:A large-scale public welfare class will start at 20:00 on the evening of April 12, 2021. It will be broadcast live for 5 consecutive nights. Let’s develop a registration system for interest classes in primary and secondary schools together! The back-end is developed using Thinkphp6, and the front-end page uses bootstrap3. Welcome to participate in the interaction! QQ group: 731694316
Course Intermediate 28400
Course Introduction:Namespace is the soul of modern PHP development framework, and mastering namespace is the most basic requirement for learning framework development. This course uses extremely straightforward language to allow everyone to quickly master the core knowledge of namespaces in the shortest possible time.
Course Elementary 8073
Course Introduction:[Public welfare live broadcast] Core themes: 1. The path to growth as a PHP programmer 2. Future trends in WEB development 3. Where does a full-stack engineer go? 4. The unspeakable secret of layoffs 5. Why is the company/industry so involution? 6. Winter, are you ready? 7. .... Communication QQ group: 609135716 Live broadcast time: 20:00 pm on September 22, 2022
Course Elementary 2857
Course Introduction:Since WebSocket is a protocol for full-duplex communication on a single TCP connection, the browser and the server only need to complete a handshake to directly create a persistent connection and perform two-way data transmission, so the application scenarios of WebSocket are also increasing. The more extensive. Apipost 7 supports WebSocket, Socket.IO and Socket.JS type debugging, which can meet debugging in various scenarios.
Course Elementary 13319
Course Introduction:Material collection: https://gitee.com/xiaoqiang001/java-script.git 1. JavaScript basics from the definition and use of variables, flow control statements, arrays, functions, constructors, built-in objects and objects, etc. 2. Web API explains how to obtain DOM elements, how to operate DOM elements, BOM operations, and create web page special effects on mobile terminals. 3. Later there will be advanced js, ES6 object-oriented syntax, object-oriented cases, prototypes and prototype chains, etc. 4. jquery comprehensive + echarts data visualization
Course Elementary 6296
Course Introduction:PHP Programming Guide collects existing PHP best practices, coding standards and authoritative study guides to facilitate PHP developers to read and find
Course Elementary 30155
Course Introduction:1. How to overcome inertia and force yourself to calm down and study? 2. If you encounter difficulties, how can you get answers quickly? 3. What should I do if I always have trouble paying attention during lectures and can’t remember? 4. There are many things that I know well as soon as I hear them, but I make mistakes as soon as I write them. What should I do? 5. What is the difference between studying on your own and enrolling in a training class? 6. I want to study, but I am busy with work and have no time. What should I do?
Course Intermediate 40260
Course Introduction:In interviews, we are often asked what algorithms we know. In this course, PHP Chinese has recorded some common classic algorithms for you and explained their implementation principles in detail in the form of videos. I hope it can help the majority of PHP learners and interviewers.
Course Intermediate 2674
Course Introduction:ECMAScript 6 has basically become the industry standard. Mainstream front-end frameworks such as ReactJS, Vue.js, and angularjs will all use the new features of ES6. Its popularity is much faster than that of ES5. This chapter explains in detail the commonly used new features of ES6: different variable declarations, template strings, arrow functions, object and array destructuring, classes in ES6, and Module modular programming.
Course Intermediate 30260
Course Introduction:This course refers to the software engineer's principles from Robert C. Martin's Clean Code book and applies to PHP. This is not a style guide. This is a guide to developing readable, reusable, and reconfigurable PHP software. Not all of the principles here must be followed, and few are even universally accepted. Although these are just guidelines, they are all summarized by the Clean Code authors over the years.
Course Elementary 2254
Course Introduction:Due to gRPC's good ecology, powerful performance, support for multiple languages, streaming processing based on http2.0 and other advantages, gRPC is used more and more frequently, and the demand for gRPC debugging is also increasing. . Choosing to perform gRPC debugging in Apipost 7 can be achieved in just a few simple steps.