程序员学英语,从小学开始学英语

  • A+
所属分类:程序员学英语

一直有在百词斩上面刷词,可跟学编程一样,学的快忘得也快,所以打算换一种方式来学,以5 +1的方式,一遍学一遍记录下来,并将单词在代码中的运用给记录下来。

注:5 + 1,是指从百词斩中,从小学英文开始每天背5个单词,人教版小学合计的总计为513个单词,合计需要102天,而1是指在大前端(html + css +javascript + ajax)、php、mysql、linux等编程中遇到的单词,具体的量我忘记了,有很多重复,没有做很细致的筛选。

常见单词

  • book  /bʊk/ 

n.书,书籍

v. 预定,预约

This book is so interesting to me

这本书对我来说太有趣了。

 

  • ruler   /ru:lər/

n. 尺,直尺,统治者,支配者

Give me a pencil and a ruler and i will show you straight lines

给我一支铅笔一把尺子,我给你画直线。

 

  • pencil  /'pensl/

This is a black pencil.

这是一只黑色的铅笔。

 

  • schoolbag  /'sku:l bæg/

He really like his purple schoolbag

他真的很喜欢他的紫色书包

 

  • teacher   /'ti:tʃər/

The teacher is showing us the world。

老师正向我们展示世界全貌。

 

读出来,记忆就会更快。

在查找音标怎么输入的时候,找到了个网站,供参考:http://en-yinbiao.xiao84.com/biao/

 

编程单词

  • html  /ˌeɪtʃ ti: em ˈel/  直接读每一个字母

html是超文本标记语言,标准通用标记语言下的一个应用。常用语文件的后缀名,以及此作为html元素可告知浏览器其自身是一个 HTML 文档。

常用于大前端,使用的编辑器有sublime、atom、dw等。。。

  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>嗨,我是代码示例</title>
  6.   </head>
  7.   <body>
  8.   </body>
  9. </html>

 

李金龙

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: