Tag:Introduction
-
Recommend 10 classic go books, from introduction to advanced (including download method)
The book list contains a total of 10 books, which are divided into 5 introductory books and 5 advanced books. I have read 7 of them, and although I haven’t read the other 3, they are also recommended online. Although it is divided into introduction and advanced, these two parts are included in many books. […]
-
Python’s three object-oriented features [encapsulation, inheritance and polymorphism]
catalogue 1. Encapsulation 2. Inherit 3. Polymorphism 4. Class properties and class methods 6. Static method First, we need to understand the three characteristics of object-oriented programming: Encapsulation —- encapsulate attributes and methods into abstract classes according to responsibilities; Enhance code security Inheritance —- realize the duplication of code, and the same code does not […]
-
Stop talking about rust hype
Whenever there is a discussion about rust, it will end up with “hype”. Many friends think that rust has too many water armies on the Internet. They hear “rust is the best”, “how about others’ rust” and “rust yyds” every day. I may be thinking: can’t these guys stop for a while? In fact, with […]
-
Chinese official document of spring framework
Chinese official document of spring framework It is currently the latest version of 5.3.11. Other spring documents are constantly updated 1. History, design concept, feedback and introduction. Overview 2. IOC container, event, resource, I18N, verification, data binding, type conversion, spiel, AOP. Core 3. Simulation object, testcontext framework, spring MVC test, webtestclient. Testing 4. Transaction, Dao […]
-
[GitHub] javascript trend chart project (week 33)
August 3, 2020 – August 10, 2020 1. facebook/react-native Project address: https://github.com/facebook/react-native ⭐:89,325 | forks:19,796 | 293 stars this week Use react to build the framework of mobile application. 2. goldbergyoni/nodebestpractices Project address: https://github.com/goldbergyoni/nodebestpractices ⭐:48,694 | forks:4,556 | 380 stars this week ✅ Node. JS best practices list 3. jgraph/drawio Project address: https://github.com/jgraph/drawio ⭐:18,880 | […]
-
Publish a package on your own vunpm
First, put a directory structure diagram of CLIComponent path: Src / components / component folder / component vueSrc / components / component folder / index JS code import comFullCalendarTimeline from “./fullCalendarTimeline.vue”; comFullCalendarTimeline.install = (Vue) => Vue.component(comFullCalendarTimeline.name, comFullCalendarTimeline); export default comFullCalendarTimeline; Purpose: introduce components, install components and throw external references Multiple components: the components are all […]
-
Seven weeks from front-end entry to front-end development engineer
As a junior who began to learn front-end and has been working for three years, I would like to talk to you about my self-study road of front-end, my own learning methods, and the recommendation of front-end learning resources. This is a front-end introductory guide. Please avoid it. The front-end industry has developed rapidly in […]
-
Development of unity3d openvr virtual reality bowling brick game
It is said that brother Shui bought a valve index device. Since this device is so expensive, I feel sorry for this device if I don’t develop some interesting games. This paper will start to develop a bowling brick game with little playability and strong appreciation in the future. This is just an entry-level game. […]
-
Ajax instance entry code
Static page Copy codeThe code is as follows: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” > <head> < title > Untitled Page < / Title ><script type=”text/javascript” src=”jquery/jquery.js” > //< script type = “” SRC = “” / > cannot be used here</script> <script type=”text/javascript”> /* Encodeuri methodEncode the parameters passed by […]
-
Vue2 + node + mongodb based front and rear end separation full stack hands training small project
Source code of this article:Github Introduction: I just started Vue and finished a simple and complete project of pure vue2 family bucket. The data is simulated and requested by local JSON; Please move here for details:vue-proj-demo In order to truly achieve the real access of the database, I started node + Express + mongoose again, […]
-
[vscode advanced player] set cool font Fira code
Click here to view the original content without advertisement Fira code font is a constant width font suitable for programming. Using it can reduce the mental consumption of processing logical markers in programming. problem The author of Fira code font believes that developers use it when programming->,>=,:=,===These fonts are actually a single logical mark. Although […]
-
Summarize the knowledge of go language and give it to everyone who wants to get started with go
catalogue Write in front brief introduction Why go Go application Web Cloud cloud Blockchain blockchain How to learn go last Easter egg Write in front Welcome✨ In fact, I haven’t been in contact with go language for less than a year. I only began to learn go in October of 20 years. I don’t quite […]