step 1:begin to identify something in english(to becaome a baby again)
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)的更多相关文章
- (转)SQL流程控制语句学习(二):begin…end if…else case
1.begin…end 语法: begin {sql语句或语句块} end 注意:begin 和end要成对使用 2.if…else 语法: if 布尔表达式 {sql语句或语句块} else 布 ...
- Perl的特殊代码块:BEGIN、CHECK、INIT、END和UNITCHECK
这是5个特殊的代码块.要理解这几个块,关键在于几个时间点: (1).程序编译期间 (2).程序执行期间 (3).程序执行结束但还未退出期间 BEGIN块 BEGIN块是在程序编译期间执行的,也就是上面 ...
- sqlserver中事务总结:begin tran,rollback tran,commit tran
第1个相关用法:摘自:https://shiyousan.com/post/f13d29b7-0d87-4168-bd8b-8b28b0991b5a 以下是出现错误的SQL部分语句: 此错误的原因是 ...
- 精通awk系列(5):BEGIN和END语句块
回到: Linux系列文章 Shell系列文章 Awk系列文章 BEGIN和END语句块 awk的所有代码(目前这么认为)都是写在语句块中的. 例如: awk '{print $0}' a.txt a ...
- OpenGL step by step 38 : Skeletal Animation with Assimp
一般骨架模型由两部分组成: Rigging(bone):相当于骨架,可以用来控制模型的动作 Mesh(skin):相当于表面皮肤 骨架模型一般是层级结构的,比如上面 背骨是root,他的孩子包括胳膊. ...
- On The Way—Step 1 :python入门之Python的历程
1.python的历史 2004 Django框架 python2 和 python3的区别 python2 源码不统一 有重复功能代码 python3 源码统一 没有重复功能代码 Python的发展 ...
- 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 ...
- 转:eclipse以及step into step over step return的区别
首先来讲一下step into step over step return的区别: step into就是单步执行,遇到子函数就进入并且继续单步执行:(F5) step over是在单步执行时,在函数 ...
- Python 调试:step into/step out/step over 的区别
Python 调试:step into/step out/step over 的区别: 首先在PyCharm 程序中设置 “ 断点 ”,后点击右上角的Debug 按钮进入调试程序状态: step in ...
随机推荐
- pyinstaller 打包.exe文件记录遇到的问题
用pyinstaller打包py2.7的程序有时会出现不匹配的错误,在python的idle下运行没有问题,打包之后却会报一些错误,所以打包的话还是尽量用py3.5版本,而且用 -F 将程序打包成一个 ...
- (027)[技术资料]业余制作Windows图标
这几天一直在纠结一件事,想给软件制作一个简单的图标,以前(2014-10-4 11:00)制作的是下面这个,多重ICO,最大尺寸256,无压缩(windows允许图标尺寸在大于256时按PNG方式进行 ...
- FACVSPOW - Factorial vs Power 数学方法 + 二分
http://www.spoj.com/problems/FACVSPOW/ 求解n! > a^n最小的整数n 对于有n!和a^n的东西,一般是取ln 然后就是求解 (ln(1) + ln(2) ...
- html5新增的主题结构元素
article元素 article元素代表文档.页面或应用程序中独立的.完整的.可以独自被外部引用的内容. 它可以是一篇博客或者报刊中的文章,一篇论坛帖子.一段用户评论或独立的插件. 或其他任何独立的 ...
- Python调用Java代码部署及初步使用
Python调用Java代码部署: jpype下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype 下载的时候需要使用Chrome浏览器进行下载 ...
- LibreOJ #109. 并查集
题目描述 这是一道模板题. 维护一个 nnn 点的无向图,支持: 加入一条连接 uuu 和 vvv 的无向边 查询 uuu 和 vvv 的连通性 由于本题数据较大,因此输出的时候采用特殊的输出方式:用 ...
- (译文)IOS block编程指南 3 概念总览
Conceptual Overview(概览) Block objects provide a way for you to create an ad hoc function body as an ...
- Django 你需要了解的入门操作
创建一个django project (我的版本是1.11.11) django-admin startproject mysite cd mysite 当前目录下会生成mysite的工程,目录结 ...
- Django的架构
简介 Django继承并简化了MVC架构.MVC中的Controller部分基本全由Django完成.View部分被分割成两部分,即:负责HTML渲染的模板和负责显示逻辑的视图.所以Django又被称 ...
- JavaScript/JQuery radioButton(单选按钮)练习20190409
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...