Hungry, I found that the rice at home has been eaten, I think of the dumplings in the refrigerator, and forget how many times this is. Looking at the full two bags of dumplings, I think of my mother again!

My mother only left me two days ago, and there was nothing to eat at home. My mother knew that I was lazy and was afraid that I had nothing to eat when I was hungry. Before I went out, she specially made dozens of dumplings for me to freeze in the refrigerator. My mother knew that I liked pork and green pepper stuffing, so she gave me pork and green pepper stuffing.

Mom's dumplings are delicious. They are the most delicious dumplings I've ever eaten. I love them. I can't get tired of them every time. I eat 20 dumplings in a blink of an eye

I think maybe I can see my mother next month. Do you want to save food? After eating, there will be no food. Otherwise, you can cook ten pieces of noodles, and the oil from the dumplings will be delicious!

In the middle of May, 2017, I started my tour around Taiwan. The most regrettable thing about this tour is that I didn't ride Suhua. After entering the South return road, I was turbid by rain every three or five times. Especially near the Dragon Boat Festival, the plum rain season is coming. When it rains, I don't say that I will encounter landslides. It is also very dangerous to fall rocks frequently. So I gave up Suhua and went to su'ao On the train of, see nearby too Lu Ge cloudy, although have not willing, but helpless!

In addition to the Su Hua Road between Hualian and su'ao, which is replaced by a train, the ride took 9 days, with a total journey of 1006.12 km. The rest 5 days were spent in Riyuetan, Kenting and Taipei. Taipei stayed for 3 days, which was also the most boring 3 days!

But I spent a day riding five mountains at the south end of Taiwan and saw the most beautiful sea. It's worth it

Using jQuery's slidedown() and slideup() methods to achieve an accordion effect is very simple.

Its function is to adjust the height of the selected element with the effect of animation, so that it presents a "sliding" effect, while other attributes of the element do not change; the parameter speed is the speed of animation display, and the option [callback] is the callback function executed after the completion of animation display.

If CSS3 is used to achieve this effect, there are five features to be realized and five problems to be solved:

  1. Dynamically adjust the display area with the animation effect of "sliding"
  2. No height is set for the selected element, and its height is adaptive by the number of sub elements
  3. It can adjust the display area without occupying the position
  4. The animation display speed can be adjusted by parameters
  5. Optional [callback] is the callback function executed after the completion of animation display

With the problem identified, I'm ready to start with building a panel.

In some cases, we may need to "double bind" a prop. In fact, this is what the. Sync modifier in Vue 1. X provides. When a child component changes the value of a prop, the change will also be synchronized to the value bound in the parent component. This is convenient, but it can also cause problems, because it breaks the assumption of "one-way data flow".

Because there is no difference between the code of the sub component changing the prop and the normal state changing code, when you look at the code of the sub component, you have no idea when it quietly changes the state of the parent component. This will bring high maintenance cost in the application of debug complex structure.

I deeply found that the threshold of taking a plane is so high. This article is never finished. If I have any problems, I will record that I am not confused with my brother who took the first plane and left the country for the first time