Tag:curriculum
-
Time:2021-2-25
The article explains: This paper is based on the WeChat official account + rapid development course notes of Sheng Su Zhenwei network. Course address: https://study.163.com/course/courseMain.htm?courseId=1004873017 Project address: https://github.com/wechatdeveloper/WechatVideoCourse Course objectives: New from 0 Asp.Net Introduction of MVC web project Senparc.Weixin SDK, and publish Web project to the application server to connect with the communication interface […]
-
Time:2021-2-24
Today, there is no original article for us to write. We only have a sense of mission that we have to write about. This sense of mission comes from an uneasy mood: after seeing high-quality resources, if we leave without saying or writing something, we will be sorry to those who have not seen it […]
-
Time:2021-2-21
A few days ago, the second lecture of the live course, “n usages of promise” was broadcast. I feel that the broadcast itself is still a success. The atmosphere was good. The students asked questions actively. After I finished the answers, everyone said that they understood and got something. It would be better if there […]
-
Time:2021-2-20
It’s not easy to get a PhD. Recently, my tutor sent me a deep learning course ppt. It’s a very hard core learning course with excellent pictures and text.As a note, I also pay the download link for you to study together The latest development of deep machine learning makes great progress in vision recognition, […]
-
Time:2021-2-17
The previous article said that the back-end uses easyexcel to process excel and then store it. In this article, we use Vue to call the back-end interface! In this case, you can use the upload component of element. There are two ways. I use the manual upload method The last picture is as follows: […]
-
Time:2021-2-11
Demonstrate the AI development process with kart game, and have a game of speed and passion? Do you always crash when you play go kart? How about following the course author to create an AI player who can control himself? Wow, it’s cool to think about it. Let’s start! #You will get# 1. Practice applies […]
-
Time:2021-2-9
catalog Experiment 3: simple query and connection query of database Experiment 4 database query and data manipulation Experiment 8: database backup and recovery experiment Experiment 3: simple query and connection query of database Purpose of the experiment Master the usage of unconditional query. Master the usage of conditional query. Master the usage of library function […]
-
Time:2021-1-27
Since 2019, cloud native technology has been popularized on a large scale. The software development idea with “cloud” as the core is gradually becoming the default option for all developers. Cloud native technology such as “kubernetes” is becoming a compulsory course for technical personnel. In this context, “meeting kubernetes” is far from enough, and the […]
-
Time:2021-1-24
There are four tables as follows: Student form: student (student number, student name, date of birth, gender) Grade: score (student number, course number, grade) Curriculum: Course (course number, course name, teacher number) Teacher table: Teacher According to the above information, write the corresponding SQL statement according to the following requirements. PS: these questions examine the […]
-
Time:2021-1-20
Actual combat series of coding Devops micro service projectLesson oneDevops micro service project: Devops first experienceMr. Wang Kuan, the development engineer of coding Devops, will introduce the basic concept of Devops to you, and discuss why Devops is needed in modern development activities. At the same time, we will take eshoponcontainer project code as an […]
-
Time:2021-1-19
In recent years, the structure of engineering projects is becoming more and more complex, and it needs to access the appropriate continuous integration pipeline form to meet more and more changing needs. So how to use CI capacity gracefully to improve production efficiency?Actual combat series of coding Devops micro service projectLesson TwoDevops micro service project: […]
-
Time:2021-1-18
With the increasing complexity of software engineering, how to publish gray scale in kubernetes cluster has become a “required course” of production deployment, and how to realize safe, controllable and automatic gray scale publishing has also become the focus of continuous deployment.Actual combat series of coding Devops micro service projectLast lesson:Devops microservice project: automatic gray […]