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. python_8(模块)

    第1章 模块 1.1 概述 1.2 模块的分类 1.2.1 内置模块 1.2.2 扩展模块 1.2.3 模块安装 1.2.4 自定义模块第2章 模块之内置模块 2.1 collections模块 2. ...

  2. Apache Kylin的框架介绍

    不多说,直接上干货! Apache kylin 能提供低延迟(sub-second latency)的秘诀就是预计算,即针对一个星型拓扑结构的数据立方体,预计算多个维度组合的度量,然后将结果保存在hb ...

  3. (转 )Unity对Lua的编辑器拓展

    转 http://blog.csdn.net/ZhangDi2017/article/details/61203505 当前版本的Unity(截至Unity5.5.x)中TextAsset类不支持后缀 ...

  4. macOS 的 JDK 安装问题 (Homebrew)

    Homebrew 介绍 Homebrew 是 macOS 下的一个非常好用的包管理工具, caskroom 则是基于 Homebrew 构建的一个强大的应用程序管理器. 具体用法可以餐参考 像 Mac ...

  5. python2和python3的区别(转)

    基本语法差异 核心类差异 Python3对Unicode字符的原生支持 Python2中使用 ASCII 码作为默认编码方式导致string有两种类型str和unicode,Python3只支持uni ...

  6. 【学习笔记】一:JavaScript简介

    1.JavaScript简史 1)JavaScript最初的功能只是用来在客户端做简单的输入验证器,减少客户端与服务器端的数据交互(毕竟那个年代网速有限). 2)JavaScript的飞速发展及Net ...

  7. PMP项目管理学习笔记(4)——项目整合管理

    六个整合管理过程. 1.制定项目章程 一个新项目要完成的第一件事,就是项目章程的制定.这是授权你开展工作的文档.不过并不总是需要你介入,通常情况下会由赞助人交给你.如果没有项目章程,你就没有权利告诉你 ...

  8. EJB 使用多个数据源问题

    编辑 删除 如果在JBoss中同时使用俩个数据源就会发生如下异常: Transaction is not active: tx=TransactionImple < ac, BasicActio ...

  9. 洛谷 P2894 [USACO08FEB]酒店Hotel

    题目描述 The cows are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a ...

  10. 如何安装Virtual Box的VBox Guest Additions扩展程序

    Virtual Box的默认安装是不包含Guest Addition这个扩展的,在实际使用过程中带来种种不便,比如只能通过小窗口访问虚拟机的操作系统,通过默认的右Ctrl切换鼠标,不能和宿主操作系统共 ...