Blog | 博客

react-redux learning

Original link: https://www.iyouhun.com/post-228.html Introduction to React-Redux Why use the React-Redux bindings library? React and Redux are two separate libraries with separate responsibilities. Therefore, in order to implement state management with Redux in React, a mechanism is needed to link these two separate libraries together. At this time, the binding library React-Redux is used. Function: Access […]

react-redux learning Read More »

Learning Redux state management tools

Original link: https://www.iyouhun.com/post-227.html Redux – Concept Redux is the most commonly used state management tool (state container) in React Documentation: redux Chinese documentation redux english documentation The problem with React: React is just an abstraction layer (UI library) of the DOM, not a complete solution for web applications. Therefore, React is more complicated when it

Learning Redux state management tools Read More »

React component basics

Original link: https://www.iyouhun.com/post-223.html Introduction to React Components Components allow you to split your UI into independently reusable pieces of code, and think about each piece independently. Components represent some of the functions in the page, and combine multiple components to achieve a complete page. Features : reusable, independent, combinable. Two ways to create React components

React component basics Read More »

JSX grammar learning

Original link: https://www.iyouhun.com/post-222.html Basic Concepts of JSX JSX is short for JavaScript XML , which means writing XML-formatted code in JavaScript. It is the core content of React , it allows us to create elements in React easier, more intuitive, and improve development efficiency. What is JSX? JS extension syntax, XML syntax can be written

JSX grammar learning Read More »

ceshi

Original link: https://rawchen.com/1374 ceshi This article is reproduced from: https://rawchen.com/1374 This site is for inclusion only, and the copyright belongs to the original author.

ceshi Read More »

house on the zan river

Original link: https://s3-eu-west-1.amazonaws.com/dailyartartwork/img-202205036270fdbb9d132 After the Franco-Prussian War, Claude Monet, who was in exile in London during this period, went to the Netherlands immediately. He and his family stopped at Zaandam, a town near Amsterdam popular with tourists. “A painter can do it all his life,” he wrote to his friend Camille Pissarro. When Paris was

house on the zan river Read More »

A brief introduction to etcd

Original link: http://www.nosuchfield.com/2022/06/14/A-brief-introduction-to-etcd/ Install etcd is a distributed consistent key-value database. First we download the package useradd etcdsu – etcdwget https://github.com/etcd-io/etcd/releases/download/v3.5.4/etcd-v3.5.4-linux-amd64.tar.gztar -zxvf.tar.gzcd After that we can query the version of etcd $ ./etcd –versionetcd Version: 3.5.4Git SHA: 08407ff76Go Version: go1.16.15Go OS/Arch: linux/amd64 We performed the above operations on the three loads 172.19.33.141 , 172.19.32.155 and

A brief introduction to etcd Read More »

Happiness doesn’t need drama

Original link: https://mercurychong.blogspot.com/2022/06/drama.html Some goodbyes you may know are the last time we meet. But some don’t. There are friends who have been in contact all the time, but I don’t know when they have not been in contact. Maybe after an ordinary supper dinner party, I said a dull next time, but never met

Happiness doesn’t need drama Read More »

React quickly

Original link: https://www.iyouhun.com/post-221.html Introduction to React Understand the historical background and basic concepts of react React originated as an internal project at Facebook. Because the company was not satisfied with all the JavaScript MVC frameworks on the market, it decided to write one of its own to build the Instagram website. After making it, I

React quickly Read More »

Reading comprehension questions about AIDS

Original link: https://yinwang1.wordpress.com/2022/06/15/aids-reading-comprehension/ Why do I always tell everyone that logical thinking is particularly important? Because once you have logic in your head, it’s easier to spot inconsistencies in things, and thus detect unknowable information. Now let me test everyone’s logical thinking. From the following two papers/books on AIDS with opposing viewpoints (emphasis has been

Reading comprehension questions about AIDS Read More »

Weekly Issue 14: Pause Update Instructions, Future Trends in Automated Testing

Original link: https://4ark.me/post/weekly-14.html Pause updates Because I was working on a Side Project recently, the weekly magazine has not been updated for a period of time. After all, one’s time and energy are very limited, and it is impossible to do two things at the same time. After thinking about it, I decided to temporarily

Weekly Issue 14: Pause Update Instructions, Future Trends in Automated Testing Read More »