How can we control or manage our emotion ,so that we feel better and feel stronger when we're learning English? Some people feel bad or bored, so we have to learn some techniques , remember that emotion and psychology are 80% of success. The other 20…
Models are very important, here model means role model, is kind of like a hero. It's someone that has success, the same kind of success that you want. Why it's important? Because you can learn from them. You can learn much faster if you discover w…
This method is "The Power of Reading" and it comes from an article by Dr.Stephen Krashen. He is probably the number one expert on language learning and language teaching in the world. Here're some questions: 1.How do people ,native speakers, and…
1.It is...to do sth:做某事是.... 解析:It 是形式主语,后面一半接形容词做表语,to do sth是不定式短语作真正主语. 2.make do和make doing是两种表达方式 解析:make.have.let三个为使役动词,其后跟省略to的不定式作宾语补足语,即:make\have\let sb. do sth.(让某人做某事),例如:The teacher made him wait outside.(主动语态) 在被动语态的句子中,则要还原不定式的符号to,即:…
lua中的小技巧,即基础lua语言本身的特种,进行一个些简化的操作 一. 巧用or x = x or v 等价于: if not x then x = v end 假设x为nil或false,就给他赋值为 二.三元运算符实现 a and b or c 类似C语言: a ? b : c and 的运算由优先级高于or 三.不足位补0 str = string.format("%02d",num) 相当于 if num < 10 then str = string.format(&q…
[背景] 使用之中发现一些eclipse使用的小技巧,记录下来供以后查阅 Eclipse保存preferences,并导入到其他workspaces The Export wizard can be used to export preferences from the Workbench to the local file system. To export a preference file: Select File > Export . In the Export wizard sel…