Course Advanced 19242
Course Introduction:Through a simple example, this course gradually introduces the related concepts, principles, implementation methods and application methods of Ajax, including the concept of HTTP requests, simple syntax of PHP, JSON data format, native Ajax and jQuery implementation. , cross-domain and other knowledge points.
Course Elementary 4539
Course Introduction:This course is a practical course focusing on API interface development in the Laravel framework. This course will take ten days to systematically introduce the entire process of API interface development, including interface design, routing, request and response, authentication and authorization, data transmission, error handling and other core contents. Through case teaching and practical exercises, students can quickly master the necessary skills for API interface development and improve development efficiency under the Laravel framework. Whether you are a beginner or an experienced developer, this course will provide you with valuable practical experience and solutions to help you achieve breakthroughs in the field of API interface development.
Course Intermediate 19850
Course Introduction:Rumor in the world: "As soon as you enter the front end, it is as deep as the sea", This is the advice of seniors, scaremongering, keep your own job? Do you want to see the true face of Lushan on the front end? Teacher Zhu will accompany you to take a look: What is there in the weird front-end world? More fun and interesting things are available in the public welfare live broadcast dinner prepared by php Chinese website for you.... On Double Twelve, in addition to Taobao, you might as well come to Taotao class to invest in your own brain. It is always the most cost-effective, right? Time: December 11th ~ December 12th (15:00 ~ 17:00 pm) Discussion QQ group: 909720232
Course Intermediate 19503
Course Introduction:API interface programming technology uses PHP to prepare the required interfaces in advance, and APPs and mini-programs obtain JSON data by calling the interfaces. Many large companies have made third-party interfaces for programmers to use.
2018-11-12 16:13:31 0 1 1208
Method cannot receive parameters
The searches method cannot receive parameters and reports an undefined error.
2018-06-26 10:28:29 0 2 1271
Course Introduction:How to receive parameters: 1.HttpServletRequest mode reception public ModelAndView test1(HttpServletRequest req){ String userName = req.getParameter("userName");
2017-06-26 comment 0 1351
Course Introduction:Guide to Receiving Email in Java. Here we discuss the introduction, create receiving email in java class, two jar files in JavaMail, example.
2024-08-30 comment 0 938
Course Introduction:Solution to PHP failing to receive data: 1. When the header information is x-www-form-urlencoded, use $_POST to receive data; 2. When the header information is json, use file_get_contents("php://input") to receive data, etc. .
2019-10-28 comment 0 2400
Course Introduction:Method receivers in Go language are different from those in other programming languages. In Go language: method receiver is located in the function signature, immediately after the function name. The method receiver is a value rather than a pointer, which makes it more lightweight.
2024-04-12 comment 0 581