Hexo


  • Startseite

  • Kategorien

  • Archiv

  • Tags

Unit 1 People

Veröffentlicht am 2017-11-06 | in Learning English

Vocabulary

  1. introduce
    Allow me to introduce a friend to you.
  2. suppose
    I suppose you want to borrow money from me again.
  3. vocabulary
    There is a vocabulary at the back of our English book.
  4. recording
    The recording was spoiled by scratches.
  5. occupation
    Why did you choose the occupation of a secretary.
  6. favourite
    What’s your favourite wine?
  7. holiday
    Did you have a nice holiday?
  8. presenter
    She is a TV presenter.
  9. understand
    I cannot understand what you said.
  10. hometown
    He was bright and curious about the world outside his hometown.
  11. plan
    Do you have plans for this weekend?
  12. business
    Mr.Jones is in the business of selling cars.

Online leaning

Exercise1 : Understanding key vocabulary

Job Family
student father
teacher sister
doctor mother
journalist brother
designer parents

Exercise2 : Listening for main ideas

Hi! My name’s Toby and right now, I’m going to tell you about my family. OK, so here’s a mind map, a picture of everybody in my family. There are four of us.
That’s me – Toby – and I’m a student. I go to university in Perth. I want to be a journalist.
And here are my parents, Tom and Lisa. Lisa’s my mother. She’s a journalist on TV. She talks to people about fashion. She goes to China and Japan a lot and she knows a lot of famous people, like, you know, fashion designers.
And this is my father. He’s from Turkey but he’s Australian. He’s a teacher. He teaches managers at a business school.
And then over here is my sister. Her name’s Tara. She’s a doctor. Her hospital is in the country in a small place called Kalgoorlie.

Exercise 3: Listening for detail

same as exercise 2

Java中@Override的作用

Veröffentlicht am 2017-10-09 | in java

@Override是伪代码,表示重写(当然不写也可以),不过写上有如下好处:

1、可以当注释用,方便阅读;
2、编译器可以给你验证@Override下面的方法名是否是你父类中所有的,如果没有则报错。例如,你如果没写@Override,而你下面的方法名又写错了,这时你的编译器是可以编译通过的,因为编译器以为这个方法是你的子类中自己增加的方法。

举例:在重写父类的onCreate时,在方法前面加上@Override 系统可以帮你检查方法的正确性。

1
2
3
@Override
public void onCreate(Bundle savedInstanceState)
{…….}

这种写法是正确的,如果你写成:

1
2
3
@Override
public void oncreate(Bundle savedInstanceState)
{…….}

编译器会报如下错误:The method oncreate(Bundle) of type HelloWorld must override or implement a supertype method,以确保你正确重写onCreate方法(因为oncreate应该为onCreate)。而如果你不加@Override,则编译器将不会检测出错误,而是会认为你为子类定义了一个新方法:oncreate

The first blog

Veröffentlicht am 2017-09-28 | in Learning English

This is my first blog.My English is so bad, so I want to learn the Unlock course to improve my English.I hope that after a year I can get good grades in PubMed English.I am writing this article when using Google translation, so I hope that I can write an excellent article without using it.

John Doe

John Doe

3 Artikel
5 Kategorien
4 Tags
© 2017 John Doe
Erstellt mit Hexo
Theme - NexT.Muse