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. AtCoder - 2153 An Ordinary Game list模拟 || 博弈

    http://abc048.contest.atcoder.jp/tasks/arc064_b?lang=en 在vj里面用list模拟水过去了,然后感觉vj不靠谱,上atcoder交,果然tle 我 ...

  2. Problem 2238 Daxia & Wzc's problem 1627 瞬间移动

    http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1627 http://acm.fzu.edu.cn/problem.php ...

  3. php Try Catch多层级异常测试

    <?php class a { public function a1 () { try { throw new Exception('123'); } catch (Exception $e) ...

  4. 微信环境支付宝服务窗环境app手机浏览器pc端混合判断

    //微信环境 if(userAgent.match(/micromessenger/) == 'micromessenger'){ }//支付宝服务窗环境else if(userAgent.match ...

  5. 动手实现 React-redux(二):结合 context 和 store

    既然要把 store 和 context 结合起来,我们就先构建 store.在 src/index.js 加入之前创建的 createStore 函数,并且构建一个 themeReducer 来生成 ...

  6. hihocoder offer收割编程练习赛9 B 水陆距离

    思路: 宽搜,多个起点. 实现: #include <iostream> #include <cstdio> #include <algorithm> #inclu ...

  7. CSS层叠的问题、标准文档流、伪类选择器

    一.层叠的问题 CSS有两个性质: 1.继承性 2.层叠性:选择器的一种选择能力,谁的权重大就选谁 层叠性又分为: 1).选不中:走继承性  (font.color.text.) 继承性的权重是0 若 ...

  8. VMware 彻底删除虚拟机操作系统的方法

    方法一 首先,都需要点击左边的虚拟机列表,选中你要删除的操作系统 点击VMwae上方的虚拟机-管理-从硬盘删除. 方法二 右键左侧列表中要删除的系统-移除. 然后在硬盘上找到其所在文件夹,直接按SHI ...

  9. Model 模型

    Model 模型模型是你的数据的唯一的.权威的信息源.它包含你所存储的数据的必要字段和行为.通常,每个模型对应数据库中唯一的一张表. 每个模型都是dhango.db.models.Model 的一个P ...

  10. 主席树-指针实现-找第k小数

    主席树,其实就是N颗线段树 只是他们公用了一部分节点(๑•̀ㅂ•́)و✧ 我大部分的代码是从一位大佬的那里看到的 我这个垃圾程序连Poj2104上的数据都过不了TLE so希望神犇能给我看看, 顺便给 ...