long long ago , i think if i want to improve my english especially computer english . i must do so mucn things like read some professional book and listen some professional
vedio.but recently, i found out it's wrong. at the beginning, i must use english to identity the basic equipment even like how to speak the each key on our keyboard.

when Daniel came back from beijing for participating in a interview by english, i told him , it's beyond doubt about the consequence. just like me, i am a chinese girl. and my major is chinese language
and literature. but you make me to interview a chemistry position. then i know i will failed. but it doesn't mean i am not excellent. i just need to practice myself. yes , i must have the ability to read some professional book and speak it out at the same
time i can have a good communication with foriegner people.

so, this month , i begin to seek out some interesting application or website to help me learning. i want to learning something just by play a game. to make myself
fell happy and curious is so important. yes, but before , i can't understand, or in my mind, it's not necessary, ok i make  a big mistake , i haven't study myself rather than just imitating other people. this month ,the main part about my english is to read
and to be a baby. i found a website to learn english ,and i fouond a library online to download some book or just find some book. becase some of it need to pay for it. but , as soon as i can i found a way to download any book. i alway tell myself i can find
a way finally to solve any problem. it's ok , i must comquar it.so , if you are so interesting about my stuff,maybe you can skin this website:http://www.onlineprogrammingbooks.com/.
PS: if you find a book in this website but it's not free, maybe you can sign in other website:http://wowenda.com/ just have a try , it never lets you down. another tip if you find your browser
haven't a access to this website, maybe you can try this one: changyou or just ask me.

okay , i want to share angel's day. every single day, i open my computer, i mush input my password to enter my computer. then the first step is to open 360 browser
and login my own email to check out my email. then in general i will replay some mail. then  i will open chuangyou to find some vedio on youtube. sometimes i just see my model aj, sometimes i just download something. and sometimes i read some book. you know
they prefer use monitor instead of screen to describle the part of computer which always show us some information. and i know in america and England there are so many different,like mouse pat and mouse mat, both of them is the same product but only different
name. it's so interesting.

now , i still can't identify anything in english about computer, but i am on the road. i believe one day i will be successful.and you are welcome anytime to be commany
with me.next article, i will summer some hardware's name in english.

step 1:begin to identify something in english(to becaome a baby again)的更多相关文章

  1. (转)SQL流程控制语句学习(二):begin…end if…else case

    1.begin…end 语法: begin {sql语句或语句块} end 注意:begin 和end要成对使用 2.if…else 语法: if  布尔表达式 {sql语句或语句块} else  布 ...

  2. Perl的特殊代码块:BEGIN、CHECK、INIT、END和UNITCHECK

    这是5个特殊的代码块.要理解这几个块,关键在于几个时间点: (1).程序编译期间 (2).程序执行期间 (3).程序执行结束但还未退出期间 BEGIN块 BEGIN块是在程序编译期间执行的,也就是上面 ...

  3. sqlserver中事务总结:begin tran,rollback tran,commit tran

     第1个相关用法:摘自:https://shiyousan.com/post/f13d29b7-0d87-4168-bd8b-8b28b0991b5a 以下是出现错误的SQL部分语句: 此错误的原因是 ...

  4. 精通awk系列(5):BEGIN和END语句块

    回到: Linux系列文章 Shell系列文章 Awk系列文章 BEGIN和END语句块 awk的所有代码(目前这么认为)都是写在语句块中的. 例如: awk '{print $0}' a.txt a ...

  5. OpenGL step by step 38 : Skeletal Animation with Assimp

    一般骨架模型由两部分组成: Rigging(bone):相当于骨架,可以用来控制模型的动作 Mesh(skin):相当于表面皮肤 骨架模型一般是层级结构的,比如上面 背骨是root,他的孩子包括胳膊. ...

  6. On The Way—Step 1 :python入门之Python的历程

    1.python的历史 2004 Django框架 python2 和 python3的区别 python2 源码不统一 有重复功能代码 python3 源码统一 没有重复功能代码 Python的发展 ...

  7. MS SQL 错误:The operation could not be performed because OLE DB provider "SQLNCLI10" for linked server "test" was unable to begin a distributed transaction.

       一同事在测试服务器(系统:Windows 2008 R2 Standard 数据库:SQL SERVER 2008 R2)通过链接服务器test使用分布式事务测试时出错,出错信息如下: set ...

  8. 转:eclipse以及step into step over step return的区别

    首先来讲一下step into step over step return的区别: step into就是单步执行,遇到子函数就进入并且继续单步执行:(F5) step over是在单步执行时,在函数 ...

  9. Python 调试:step into/step out/step over 的区别

    Python 调试:step into/step out/step over 的区别: 首先在PyCharm 程序中设置 “ 断点 ”,后点击右上角的Debug 按钮进入调试程序状态: step in ...

随机推荐

  1. synchronized(6)修饰语方法之:static方法

    当一个synchronized关键字修饰的方法同时又被static修饰,之前说过,非静态的同步方法会将对象上锁,但是静态方法不属于对象,而是属于类,它会将这个方法所在的类的Class对象上锁. 一个类 ...

  2. 为页面添加favicon

    <link rel="shortcut icon" href="favicon.ico" /> 还有另一种写法,但是IE对它的支持不够好: < ...

  3. Django 开发blog未完待续

    [root@sishen simpleblog]# python3.5 Python 3.5.4 (default, Sep 20 2017, 20:37:45) [GCC 4.4.7 2012031 ...

  4. 服务器php-cgi.exe进程过多,导致CPU占用100%的解决方法

    再使用iis服务器中经常会出现php-cgi.exe进程过多,导致CPU占用100%,最终造成网站运行过慢甚至卡死的情况,重启iis会好一会,过一段时间久出现这种情况,为什么会出现这种情况呢,应该怎么 ...

  5. 伟景行 citymaker 从入门到精通系列

    伟景行 citymaker 从入门到精通(1)——js开发,最基本demo,加载cep工程文件 伟景行 citymaker 从入门到精通(2)——工程图层树加载   伟景行 citymaker 从入门 ...

  6. Oracle的数据伪列(ROWNUM)

    作者:Vashon 时间:20150414 数据库:Oracle11g 数据伪列(ROWNUM) *范例:查询前5条记录:select rownum,empno,job,hiredate,sal fr ...

  7. Charles Petzold 编程界大师,世界顶级技术作家 《CODE》值得阅读

    <CODE>The Hidden Language of Computer Hardware and Software 从书内容的第一页开始就惊叹于作者的耐心和责任心 整本书以两个隔街对窗 ...

  8. python笔记_magic变量和函数

    前言 先扯一点背景知识 PEP8(Python Enhancement Proposal)是一份python的编码规范,链接:http://www.python.org/dev/peps/pep-00 ...

  9. bitcoin 源码解析 - 交易 Transaction

    bitcoin 源码解析 - 交易 Transaction(三) - Script 之前的章节已经比较粗略的解释了在Transaction体系当中的整体运作原理.接下来的章节会对这个体系进行分解,比较 ...

  10. Linux之基础命令——文件搜索

    grep(匹配符合条件的字符串) 无参:显示匹配行 -c:显示匹配行数 -e 字符串:匹配特殊字符串,如-开头 -i:忽略大小写 -v:输出不匹配行 -w:匹配指定字符串 可以和别的命令通过" ...