On three weeks zero-based learning portal Thinkphp5 development restful-api interface experience and summary

A Diudiu feelings and experiences:

       First of all have to say about learning a knowledge, really like to build a high-rise as the foundation must be solid, or you worked so hard to build the building may collapse at any time, this is the way I have deep learning thinkphp5 experience, and since then I fell in love with the blog, I found a blog is a good way to learn, in the course of writing the blog, they are learning to do an analysis, review and summarize it for their own learning helpful.

       Then I Talking about my zero-based IT white pair of thinkphp5 is how to learn in three weeks, three weeks is certainly not completely master this framework, but the door is still possible, but the so-called ponder new knowledge, learning this way I gained a lot of framework, I hope to learn routes and methods can help more small partners learn this thinkphp5 framework, there may be some places not very detailed, but also please a lot of pointing iT heavyweights , written blog are my personal study notes, but please let me know.

       In particular, need to explain : learning any lessons and knowledge, certainly not seen the beginning of something, look ignorant circle, this is normal, you have to do is to think of ways to find information to understand it, the problems encountered Baidu what problems you encounter various pits and, most of all predecessors stepped on the general will have a solution.

I studied the website and platform: Mu class, Netease cloud classroom, w3school, rookie tutorial, Baidu;

I'm learning path:

PHP->SQL->thinkphp5

       PHP 1. : Needless to say, first of all certainly have to learn php, so I'll share my learning php of course, have to say Mu class network really is a good site to learn IT knowledge, it is recommended white like me more to admire net learn lessons, I believe we gained a lot.
        I was first learning PHP Beginners , Advanced articles I have yet to see, later I will carefully look at, I feel pretty good content. After reading the PHP introductory chapter , just start to NetEase cloud classroom learning thinkphp5 development restful-api interfaces tutorial, tutorial when I installed the software, fill out a variety of pit I installed the software and use the software encountered officially ready to learn thinkphp5, when I repeatedly watch and learn over the first 10 courses, and what a sad, motionless out a I do not know, but very fast and some php, feeling thinkphp5 of knowledge I've never not seen, my realized that I see this thinkphp5 development restful-api interfaces that are advanced combat tutorial, this tutorial is that you must have some knowledge of PHP, MySQL and thinkphp5, and then to see, to understand it, to learn the will. So I went to see a bit rookie tutorial php tutorials, nor all the reading, I read some basics tutorials, arrays, and functions, and now want to come back again Bubu had not seen in other knowledge;

Suggestions: two routes

       1) Look rookie tutorial inside PHP basics, as a someone who has, my advice is to read through all, not for all to read, will be written, but some basic such as arrays, functions, etc., you have to understand, otherwise, the back can not learn, could not understand the contents watch the video tutorial.
       2) Look Mu class network inside PHP Beginners and Advanced PHP articles , tutorials after reading these two, you will have some knowledge and understanding of the php.

Note: In the process of learning php, edit the php code testing, you can not download software, online editor on it.

Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture DescriptionHere Insert Picture Description

       SQL 2. : I said before to have MySQL knowledge, in fact, inside the core, the essence is that most SQL , learn SQL subsequent course you will be able to understand met, I learn SQL statement took about two and a half, feel good, feel is not difficult, very good use.

Suggestions:
       rookie tutorial learning platform, as is not difficult to see the document can be read, this is my comparison of the results obtained W3school, rookie closer comprehensive tutorial,

NOTE:
       Run the SQL statement can row or Navicat MySQL command inside the test must be open to use Navicat MySQL, Navicat because you want to connect MySQL.
       Recommended to use the command line to run SQL statements, see the changes in Navicat table inside, you can visually see the effects of SQL statements executed, remember to refresh before viewing the change table Oh.

在这里我就分享一下我学习的两个软件叭,Mysql和Navicat

Navicat:

我的这个是破解版,附上破解教程:https://blog.csdn.net/WYpersist/article/details/79834490
软件链接:https://pan.baidu.com/s/1qtb_eTZG6g3fEZjo0EB8pw      提取码:qcmd

简单介绍一下Navicat叭,我也不说太多,毕竟软件的使用还得靠自己摸索,不懂可以百度,有很多教程教你怎么用。
Here Insert Picture Description
Here Insert Picture DescriptionHere Insert Picture Description
MySQL:

软件链接:https://pan.baidu.com/s/1nt2gqPHd9s7-bKthayFJ2w        提取码:7glw

MySQL程序双击就可以进入黑色命令窗口啦。
Here Insert Picture Description

       3. Thinkphp5:学习了前面的两个课程,就可以开始学习thinkphp5啦,学习thinkphp5有三个阶段,thinkphp5基础篇->thinkphp5模型篇->thinkphp5开发restful-api接口,按着这个顺序看,你就会逐渐提高对thinkphp5的认识和了解,特别是thinkphp5基础篇和thinkphp5模型篇,当初我看完了之后再去想之前看的thinkphp5开发restful-api接口的教程,真的有一种恍然大悟的感觉,像发现新大陆一样,之前什么模块,控制器,方法,路由还有配置什么的一脸懵圈,,完全不清楚,看了thinkphp5基础篇和thinkphp5模型篇之后我才对这些有了一定的认识和理解。

学习建议:两条路线

       1) thinkphp5基础篇->thinkphp5模型篇->thinkphp5开发restful-api接口。
       2) thinkphp5完全开发手册->thinkphp5开发restful-api接口。

备注:
学习网站: 慕课网和网易云课堂

学习工具:

  • thinkphp5下载
  • php开发环境:phpstudy ==> windows + apache + mysql + php
  • 编辑器:sublime
  • 接口测试工具:postman
  • 数据库工具:navicat   提取码:qcmd
  • 学习工具的安装和使用可以参考thinkphp5开发restful-api接口的课时2和课时3,要是搞不定,就百度咯,当时我是出现了很多问题,然后每个软件都不熟悉,百度了解了一下。

Here Insert Picture DescriptionHere Insert Picture Description
Here Insert Picture Description

  • The next day I will continue to update thinkphp5 development restful-api interface study notes blog, the problems I encountered, solution to the problem and to share with you some insights, IT heavyweights also please let me know.
Published 17 original articles · won praise 1 · views 890

Guess you like

Origin blog.csdn.net/weixin_43914604/article/details/99690055