




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、毕毕 业业 设设 计计( 论论 文文) 玩友交流网站的设计与实现玩友交流网站的设计与实现 论文作者姓名:论文作者姓名: 申请学位专业:申请学位专业: 申请学位类别:申请学位类别: 指指导导教教师师姓姓名名: 论文提交日期:论文提交日期: 文字格式: 楷体 小三 加粗 玩友交流网站的设计与实现玩友交流网站的设计与实现 摘摘 要要 随着互联网技术的迅猛发展,网络给人们带来了很多便利,比如人们借助 于网络进行相互交流变得更加方便。如今,信息经济时代已经来临而且发展势 头更加迅猛,这是一个大的趋势。internet 时代,造就了我们新的工作和生活 方式,其互联性、开放性和共享信息的模式,打破了传统信息
2、传播方式的重重 壁垒。 利用 asp 实现个人网站,可以为游戏中的玩家们提供一个相互交流的平台。 玩家不仅可以通过发表文章的方式来发表自己的见解,而且相互之间的资料均 可以进行查找,联系起来也非常的方便。该网站的开发使用了 asp 语言和 access 数据库。它实现了通过结构化查询语言连接后台数据库来实现用户注册,添 加,查找和删除等功能。在设计中还使用了设置验证码和管理员权限的方法,有 效提高了网站的安全性。 关键词关键词:b/s;玩友交流;个人网站 design and implementation of player forum by using asp abstract with t
3、he fast development of the internet techniques, it has brought people a lot of convenience. for example, the communication among people becomes more convenient through the internet. nowadays, the times of information economy has come and developed quickly. this is the main trend of the society. the
4、times of the internet has created new ways for our jobs and livings. its characteristics of connection, opening and information-sharing mode have improved the efficiency of information transmission. design and implementation of personal website by using asp language can provide a communication platf
5、orm for the players who are playing computer games. players can not only announce their ideas by sending message, but can also search for each others personal information. so they can contact with each other easily. the development of such website uses the asp language and access database. it implem
6、ents these functions, such as registration, addition, search and deletion through operating database by sql language. and also set the valid code and authority of the administrators to improve the security of this system. key words: b/s; player communication; personal website 目目 录录 论文总页数:18 页 1 引言.1
7、 1.1课题背景.1 1.2选题意义.1 2 基础理论.1 2.1 开发环境.1 2.2 技术简介.1 3 设计方案.3 3.1 框架结构 .3 3.2 模块功能.4 3.3 错误处理 .5 4设计与实现.5 4.1典型模块流程图.5 4.2数据表设计.7 4.3典型算法.8 5测试与调试.12 结 论.15 参考文献.16 致 谢.17 声 明.18 1 1 引言引言 1.11.1 课题背景课题背景 随着互联网技术的迅猛发展,网络给人们带来了很多便利,比如人们借助 于网络进行相互交流变得更加方便。人类已进入 21 世纪,科学技术突飞猛进。 人类社会前进的脚步在逐渐加快,每一天都有新的事情发生
8、,每一天都在创造 着奇迹。随着互联网技术的迅猛发展,网络给人们带来了很多便利,比如人们 借助于网络进行相互交流变得更加方便。经济知识和信息产业初见端倪,特别是 信息技术和网络技术的讯速发展和广泛应用。对社会的政治,经济,军事,文化等 领域产生越来越深刻的影响,也正在改变人们的工作,生活学习,交流方式。人 们的娱乐方式也又由以前传统的方式逐渐转移到互联网上,通过网络认识到更 多更广的朋友。 1.21.2 选题意义选题意义 internet 时代,造就了我们新的工作和生活方式,其互联性、开放性和共 享信息的模式,打破了传统信息传播方式的重重壁垒,为我们带来了新的机遇。 随着计算机和信息时代的到来,
9、人类社会前进的脚步在逐渐加快,每一天都有 新的事情发生,每一天都在创造着奇迹。随着互联网技术的迅猛发展,网络给 人们带来了很多便利,比如人们借助于网络进行相互交流变得更加方便。如今, 信息经济时代已经来临而且发展势头更加迅猛,这是一个大的趋势。比尔盖 茨曾经说过, “二十一世纪要么做电子商务,要么就无商可务” 。在这个趋势下, 会出现很多电子商务站,而且更离不开后台的管理。因此,学会网站的开发变 的犹为重要。毕业设计的目的主要是为了检查使学生综合运用以前所学知识, 主要是为了锻炼自己的网站开发能力和维护能力。首先从简单的个人网站做起, 今后再在此基础上不段的发展和完善,通过日后更多的学习最终实
10、现开发出大 型电子商务网站的能力。在为玩友提供交流平台同时还能够作为个人博客来使 用,发挥它的功能,做到学以致用。 2 2 基础理论基础理论 2.12.1 开发环境开发环境 winxp sp2、 iis6.0、 ie6.0、dreamweaver、fireworks、access 2.22.2 技术简介技术简介 本设计采用的是 b/s 模式, 用 asp 语言和 access 数据库进行开发。这里 先对相关的技术做个简介。 (一)b/s 模式简介:b/s 是 brower/server 就是用浏览器(如 ie)为应用 程序客户端操作服务器。这样用浏览器来操作简单易用,但是对输入没有很好 的验证
11、。逻辑实现不多。本地只是用于获取数据然后大部分验证需要提交服务 器来完成。它是随着 internet 技术的兴起,对 c/s 结构的一种变化或者改进的 结构。在这种结构下,用户工作界面是通过 www 浏览器来实现,极少部分事务 逻辑在前端(browser)实现,但是主要事务逻辑在服务器端(server)实现, 形成所谓三层 3-tier 结构。这样就大大简化了客户端电脑载荷,减轻了系统维 护与升级的成本和工作量,降低了用户的总体成本(tco) 。以目前的技术看, 局域网建立 b/s 结构的网络应用,并通过 internet/intranet 模式下数据库应 用,相对易于把握、成本也是较低的。它
12、是一次性到位的开发,能实现不同的 人员,从不同的地点,以不同的接入方式(比如 lan,wan,internet/intranet 等)访问和操作共同的数据库;它能有效地保护数据平台和管理访问权限,服 务器数据库也很安全。特别是在 java 这样的跨平台语言出现之后,b/s 架构管 理软件更是方便、快捷、高效。 (二)asp 技术简介: microsoft active server pages 即我们所称的 asp,其实是一套微软开发的服务器端脚本环境。active server page 是创建 动态网页的一个很好的工具,它起一种编程语言的作用,可以利用它编写动态产 生 html 的程序代码
13、。因此,只要用户浏览 web 站点并请求一个 asp 页,web 服 务器就可以处理相应的 asp 代码,生成 html 代码,然后将它传递到用户浏览器 并显示出网页。 asp 之所以能受到大家的重视与使用的原因,主要在于所产生 的执行结果都是标准的 html 格式,而且这些程序是在网络服务端中执行,使用 一般的浏览器(如 ie 或 netscape)都可以正确地获得 asp 的“执行”结果, 并且将这 asp 执行的结果直接在浏览器中“浏览” ,不像 vbscript 或 javascript 是在客户端(client)的浏览器上执行,若使用 vbscript 来设计 程序,客户端(clie
14、nt)在浏览器中可以显示程序执行的结果,可是,客 户端(client)若使用 netscape 浏览器就无法显示 vbscript 的执行结果。 asp 程序的优点: 1.asp 使用 vbscript 脚本语言直接源于 vb 语言,秉承了 vb 简单易学的特 点,掌管起来非常容易。 2.无须编译,容易编写,可在服务器端直接执行。 3.利用 ado 组件轻松存取数据库。 4.与浏览器无关,客户端只要使用可执行 html 码的浏览器,即可浏览 asp 所设计的网页内容。 5.asp 能与任何 activex scripting 语言相容。除了可使用 vbscript 或 javascript 语
15、言来设计外,还通过 plug-in 的方式,使用由第三方所提供的其 他脚本语言。 6.asp 技术的处理速度相当快,并且其安全性也很高,asp 的源程序,不会 被传到客户浏览器,因而可以避免所写的源程序被他人剽窃,也提高了程序的 安全性。 7.asp 的对象和组件:asp 有 7 个固有对象这 7 个固有对象分别是 request, response, server, application, session, asp error 和 objectcontext. (三)access 简介: access 就是关系数据库开发工具,数据库能汇集各 种信息以供查询,存储和检索。那么什么叫数据库呢?
16、数据库(database)是由 一些有意义和有关系的数据(data)所组合而成。一个数据库中,包含了许多条 记录(record),而每条记录是由多个字段(field)所组成,不同的字段存放这不 同的数据。所以数据库的严格定义是一组相关记录的集合,而字段则是最基本 的数据项,也是数据库中最小的单位。在计算机中用来帮我们管理数据库的系 统,我们称之为数据库管理管理系统(database management system dbms)。数 据库管理系统是架构在一个或多个数据库之上,并针对数据库中的数据进行管 理运用。 access 的优点: 它能使用数据表示图或自定义窗体收集信息,数据表示 图提供了
17、一种类似于 excel 的电子表格,可以使数据库一目了然。另外, access 允许创建自定义报表用于打印或输出数据库中的信息。access 也提供 了数据存储库,可以使用桌面数据库文件把数据库文件置于网络文件服务器, 与其他网络用户共享数据库。如上所述,access 作为关系数据库开发具备了许 多优点,可以在一个数据包中同时拥有桌面数据库的便利和关系数据库的强大 功能。 3 3 设计方案设计方案 3.13.1 框架结构框架结构 本着方便实用、安全可靠的原则,我们按功能划分为 11 个模块:登入/登 出模块、用户注册模块、用户管理模块、日历模块、用户搜索模块、站内搜索 模块、火速链接模块、留言
18、版模块、文章显示模块、文章管理模块以及网站简 介模块。各模块之间是平行的,根据需要的不同嵌入在首页的主要区域中。用 户不管怎样操作,首页的框架图是不会变的,变动的只是中间嵌入功能模块部 分。 首页 注册登 录 册 录 搜 索 链 接 历文章互通留言介 绍 介 图 3-1 首页结构图 3.23.2 模块功能模块功能 (1)登入/登出模块:系统有两种用户:普通用户及管理员用户,管理员 用户是直接设定的,是不能通过注册得到的,而普通用户则是可以通过提交注 册表单注册的。用户登录时不需要选择以普通用户或管理员的方式登录,登录 处理页面 logoin.asp 会根据用户名自动获取该用户的权限,并以此为依
19、据来提 供用户的操作权限及显示界面。用户登录时用到的数据项为 uname 、pass 、flag。其中 uname 为用户名,pass 为密码,flag 为用户权限。 (2)用户注册模块:用户在没有登录的情况下,通过点击注册按钮,阅读 并同意相关条款,填写相关资料,并设置了填写资料要遵循的相关规则。提交 注册后,如果没有错误产生,则注册成功。否则,注册失败,并转到错误处理 程序 err.asp。 (3)用户管理模块:无论普通用户还是管理员,他们登录后都可以修改自 己的基本资料和密码。修改资料和密码,也要遵循注册时的填写规则。不论是 管理员还是普通用户,均无法自己修改自己权限。 (4)用户搜索模
20、块:提供用户的相关信息,用于相互之间了解。此处包含 有查询功能,可以根据用户昵称来搜索该用户所有资料。该模块只针对注册用 户开放,查询前必须先登录。 (5)日历模块:这里引用现成的代码,提供一个即时更新显示日历的版面。 由于日历不能显示时间,所以在首页的顶部区域嵌入一个按 12 小时制的时间显 示模块。 (6)站内搜索模块:此模块暂未开发,留待日后扩充。这里把它先放出来 是出于让界面更美观的需要。 (7)火速链接模块:这是一个静态模块,为玩友提供相关的网站链接。目 前连接的是 17173 游戏网站和 qq 幻想官方网站,这两个对与本站的玩友群来说 访问率最高。若有玩友有自己的网站,也可在此处做
21、个友情链接。 (8)留言模块:留言板是一个开放的模块,任何人都可以使用,目的是让 更多的人能够参与进来留言,发表他们的看法,提出他们的建议和意见,利于 网站的发展。 (9)文章管理模块:此模块将文章的标题按第页 10 条记录分页显示给用 户,并区分用户权限以显示不同的操作界面。在管理员界面中,可以实施修改 文章和删除文章的操作。在进行这些操作以前,系统会实事判断用户的登录状 态和操作权限。如果登录超时或是用户越权操作,系统将会报错,并提交错误 信息给 err.asp 页面处理。 (10)文章显示模块:用户和管理员都可以通过文章显示列表的链接进入 到文章显示界面。文章显示界面主要显示文章标题、文
22、章作者、发表时间、和 文章内容。文章标题的显示按发表时间的先后降序排列。 (11)简介模块:这部分相对来说是一个静态的页面,对本玩友交流网站 的简单介绍。在此处说明本站的用户群和作用,这样可以更有针对性的把兴趣 相投的新朋友吸引进来。本站主要是用于游戏中玩友之间的交流,相当于是在 玩友们 qq 群思想上的一个采用,把 qq 群不具备的功能在这里体现了出来,还 可以根据需要不段的完善功能。从另一个方面说,这个简介模块中的内容,可 以换成游戏中公会的公告,有重要通知也可放在上面。 3.33.3 错误处理错误处理 设计系统时,考虑了一些容易出错的地方,比如用户不经意的输入的不合 适的内容,或是别有用
23、心的人故意输入的带有尝试攻击的内容。在设计这个系 统时,对已知会出错的内容采取过滤、丢弃、出错提示、要求重填等手段加以 预防,在各个会出错的地方将出错信息提交给 err.asp 程序处理。当遇到出错 信息,系统报错都会转入到 err.asp 页面,在此页面中提示出错内容以及解决 方法,并能按需求跳转到前一页或者是网站首页。 4 4设计与实现设计与实现 这里只列出一些典型设计的流程(如登陆系统流程,发表文章流程,管理 流程)以及重要数据表(如用户表,文章表和留言表)的设计。 4.14.1 典型模块流程图典型模块流程图 (1)用户登录过程的详细流程: 用户登陆时候,首先检查所输入的用户名和密码是否
24、为空,若为空则报错, 不为空则与数据库中用户表中的用户资料进行验证。验证结果与数据库中的用 户不匹配,则说明用户名或密码错误,系统报错;若验证通过则登录成功,并 将用户登陆状态信息保存到客户端 cookies。 图 4-1 登陆流程图 (2)发表文章的流程: 用户在发表文章之前,首先要判断其是否登录,若没有登录,则系统报错 并要求用户登录;若已经登录,用户便可以写文章。由于写文章的时间长短不 一定,很有可能在用户写完文章的时候登录已经超时了。若超时系统会报错, 则要求用户重新登录;若在有效登录状态,则文章发表成功并返回文章列表。 登 录 报错退出 y 验证用户 用户或密码 为空 n 验证成功
25、将用户登状态信息 保存到客户端 cookies 返回 n y 登录 是否登录 写文章 写文章 登录超时 成功并返回 报错退出 n y y n 提交 图 4-2 发表文章流程图 (3)管理员管理流程: 管理员的身份是由用户表中每个用户的 flag 值确定的,0 为普通用户,1 为管理员。因此,在用户登录的时候,系统就已经确定了你是否具有管理员权 限,用户不用再去选择什么样的登录方式。 当管理员进行管理的时候,首先会检查是否登录或者登录超时。若没有登 录或已经登录超时,系统会提示错处信息。若登录状态有效,管理就可以对用 户发的文章或者留言进行一些管理操作。操作结束后,系统保存并返回。 图 4-3
26、管理流程图 4.24.2 数据表设计数据表设计 图 4-4 为文章表,该表中定义了用户在发表文章时候文章的数据类型。以 id 号为区别,id 是自增的。tid 是文章的 id 号,title 是文章题目,txt 是文 章的内容,datatime 是文章的发表时间(12 小时制) ,tuname 是发表者的用户 名(不是呢称) 。 图 4-4 文章表 管理 是否已登录 是否为管理员 管理操作 报错退出 成功并返回 y n 图 4-5 是留言表,该表中定义了留言者发留言时所填资料的各种数据类型。 由于这里是开放的模块不需要注册登陆过程,所以就简单一点。id 是留言的序 号,它是自增的。title
27、是留言标题,connect 是留言的正文,ldatatime 是留 言的时间(12 小时制) ,name 为留言者的姓名,这里不需要注册。 图 4-5 留言表 图 4-6 是用户表,该表中定义了用户注册时所填个人资料的数据类型。这 里表中没有显示出 uid,因为一旦注册,会自动添加一个 uid 来做为用户的区 别。nick 是用户的昵称,uname 是用户名,sex 是用户性别,pass 是用户密码, flag 是权限标志(0 为普通用户,1 为管理员,用户不能填写此项) ,qq 是用户 的 qq 号码,tel 是联系电话,email 是用户的 e-mail 地址。 图 4-6 用户表 4.3
28、4.3 典型算法典型算法 (1)数据库连接: mm_conn_string = driver=microsoft access driver (*.mdb);dbq=c:inetpubwwwrootdatabaseasp.mdb; (2)验证码:为了加大暴力破解的难度,在登陆时设置了随机验证码。典 型程序代码如下: dim rank randomize rank=cstr(int(rnd*8999)+1000) response.cookies(rank)=rank response.write(rank) (3)用户注册:用户注册分为两大步骤,先要阅读注册须知,上面的各项 条款要全部同意后才
29、能进入资料填写页面。用户注册需要填写用户名,密码, 确认密码,昵称,电子邮件,联系电话。其中用户名由 az 的英文字母、 09 的数字组成,长度为 312 个字符。密码长度为 612 位,区分字母大小 写。昵称长度为 412 位。qq 只能是数字。在注册模块中,设定了一些专门的 函数来检查用户资料的填写是否规范,只有在全部正确的情况下才允许注册。 典型代码如下: dim err err=0 sub ckqq(obj) if not isnumeric(obj.value) then msgbox(qq 号会不是数字的吗?) obj.value= end if end sub sub ckuna
30、me(obj) dim lenth lenth=len(obj.value) if lenth12 or lenth12 or lenth12 or lenth6 then msgbox(密码长度不对!) end if end sub sub ckreg() if err=0 then megbox(ok) else return false end if end sub (4)文章添加:新发表文章的添加算法。 title=replace(replace(trim(request.form(title),),) if title= then response redirect err.asp?
31、 txt=标题不能为空 end if text=replace(replace(replace(trim(request.form(text),chr(10),), ),) if text= then response redirect err.asp?txt=内容不能为空 end if uname=trim(request.cookies(login)(user) times=now() mm_dbvalues=) text=replace(text,chr(10),) if text= then response.redirect err.asp?txt=内容不能为空 end if una
32、me=trim(request.form(name) uname=replace(replace(uname,),12 or lenth12 or lenth12 or lenth6 then msgbox(密码长度不对!) end if end sub sub ckreg() if err=0 then megbox(ok) else return false end if end sub (4)文章添加:新发表文章的添加算法。 title=replace(replace(trim(request.form(title),),) if title= then response redirec
33、t err.asp? txt=标题不能为空 end if text=replace(replace(replace(trim(request.form(text),chr(10),), ),) if text= then response redirect err.asp?txt=内容不能为空 end if uname=trim(request.cookies(login)(user) times=now() mm_dbvalues=) text=replace(text,chr(10),) if text= then response.redirect err.asp?txt=内容不能为空
34、end if uname=trim(request.form(name) uname=replace(replace(uname,),) if uname= then response.redirect err.asp?txt=留言者不能为空 end if times=now() mm_dbvalues= if i pursue you i will not catch you, and if i catch you-through your own slowness and clumsiness-i will not kill you, and if i kill you i will no
35、t eat you. nicholas had begun to back away, and at the last; words, realizing that they were a signal, he turned and began to run, splashing through the shallow water. ignacio ran after him, much helped by his longer legs, his hair flying behind his dark young face, his square teeth-each white as a
36、bone and as big as nicholass thumbnail-showing like spectators who lined the railings of his lips. dont run, nicholas, dr. island said with the voice of a wave. it only makes him angry that you run. nicholas did not answer, but cut to his left, up the beach and among the trunks of the palms, sprinti
37、ng all the way because he had no way of knowing ignacio was not right behind him, about to grab him by the neck. when he stopped it was in the thick jungle, among the boles of the hardwoods, where he leaned,.; out of breath, the thumping of his own heart the only . sound in an atmosphere silent and
38、unwaked as earths long, prehuman day. for a time he listened for any sound ignacio might make searching for him; there was none. he drew a deep breath then and said, well, thats over, expecting dr. island to answer from somewhere; there was only the green hush. the light was still bright and strong
39、and nearly, shadowless, but some interior sense told him the day, was nearly over, and he noticed that such faint shades as he could see stretched long, horizontal distortions of their objects. he felt no hunger, but he had fasted be- fore and knew on which side of hunger he stood; he was not as str
40、ong as he had been only a day past, and by this time next day he would probably be unable to outrun ignacio. he should, he now realized, have eaten the monkey he had killed; but his stomach revolted at the thought of the raw flesh, and he did not know how he might build a fire, although ignacio seem
41、ed to have done so the night before. raw fish, even if he were able to catch a fish, would be as bad, or worse, than raw monkey; he remembered his effort to open a coconut-he had failed, but it was surely not impossible. his mind was hazy as to what a coconut might contain, but there had to be an ed
42、ible core, because they were eaten in books. he decided to make a wide sweep through the jungle that would bring him back to the beach well away from ignacio; he had several times seen coconuts lying in the sand under the trees. he moved quietly, still a little afraid, trying to think of ways to ope
43、n the coconut when he found it. he imagined himself standing before a large and raggedly faceted stone, holding the coconut in both hands. he raised it and smashed it down, but when it struck it was no longer a coconut but mayas head; he heard her nose cartilage break with a distinct, rubbery snap.
44、her eyes, as blue as the sky above madhya pradesh, the sparkling blue sky of the egg, looked up at him, but he could no longer look into them, they retreated from his own, and it came to him quite suddenly that lucifer, in falling, must have fallen up, into the fires and the coldness of space, never
45、 again to see the warm blues and browns and greens of earth: 1 was watching satan fall as lightning from heaven. he had heard that on tape somewhere, but he could not remember where. he had read that on earth lightning did not come down from the clouds, but leaped up from the planetary surface towar
46、d them, never to return. nicholas. he listened, but did not hear his name again. faintly water was babbling; had dr. island used that sound to speak to him? he walked toward it and found a little rill that threaded a way among the trees, and followed it. in a hundred steps it grew broader, slowed, a
47、nd ended in a long blind pool under a dome of leaves. . diane was sitting on moss on the side opposite him; she looked up as she saw him, and smiled. hello, he said. hello, nicholas. i thought i heard you. i wasnt mistaken after all, was i? i didnt think i said anything. he tested the dark water wit
48、h his foot and found that it was very cold. you gave a little gasp, i fancy. i heard it, and i said to myself, thats nicholas, and i called you. then i thought i might be wrong, or that it might be ignacio. ignacio was chasing me. maybe he still is, but h think hes probably given up by now. the girl
49、 nodded, looking into the dark waters of they pool, but did not seem to have heard him. he began to work his way around to her, climbing across the snakelike roots of the crowding trees. why does ignacio want to kill me, diane? sometimes he wants to kill me, too, the girl said. but why? i think hes
50、a bit frightened of us. have you ever talked to him, nicholas? today i did a little. he told me a story about a pet fish he used to have. ignacio grew up all alone; did he tell you that? on= earth. on a plantation in brazil, way up the amazon -dr. island told me. i thought it was crowded on earth. t
51、he cities are crowded, and the countryside closes to the cities. but there are places where its emptie than it used to be. where ignacio was, there would have been red indian hunters two or three hundred years ago; when he was there, there wasnt anyone, just the machines. now he doesnt want to be lo
52、oked at, doesnt want anyone around him. nicholas said slowly, dr. island said lots of people wouldnt be sick if only there werent other people around all the time. remember that? a only there. are other people around all the time; thats how the world is. not in brazil, maybe, nicholas said. he was t
53、rying to remember something about brazil, but the only thing he could think of was a parrot singing in a straw hat from the comview cartoons; and then a turtle and a hedgehog that turned into armadillos for the love of god, montressor. he said, why didnt he stay there? did i tell you about the bird,
54、 nicholas? she had been not listening again. what bird? i have a bird. inside. she patted the flat stomach below her small breasts, and for a moment, nicholas thought she had really found food. she sits in here. she has tangled a nest in my entrails, where she sits and tears at my breath with her be
55、ak. i look healthy to you, dont i? but inside im hollow and rotten and turning brown, dirt and old feathers, oozing away. her beak will break through soon. okay. nicholas turned to go. ive been drinking water here, trying to drown her. i think ive swallowed so much i couldnt stand up now if i tried,
56、 but she isnt even wet, and do you know something, nicholas? ive found out im not really me, im her. turning back nicholas asked, when was the last time you had anything to eat? i dont know. two, three days ago. ignacio gave me something. im going to try to open a coconut. if i can ill bring you bac
57、k some. when he reached the beach, nicholas turned and walked slowly back in the direction of the dead fire, this time along the rim of dampened sand between the sea and the palms. he was thinking about machines. there were hundreds of thousands, perhaps millions, of machines out beyond the belt, bu
58、t few or none of the sophisticated servant robots of earth-those were luxuries. would ignacio, in brazil (whatever that was like), have had such luxuries? nicholas thought not; those robots were almost like people, and living with them would be like living with people. nicholas wished that he could
59、speak brazilian. there had been the therapy robots at st. johns; nicholas had not liked them, and he did not think ignacio would have liked them either. if he had liked his therapy robot he probably would not have had to be sent here. he thought of the chipped and rusted old machine that had cleaned
60、 the corridors-maya had called it corradora, but no one else ever called it any- f thing but hey! it could not (or at least did not) speak, 1 and nicholas doubted that it had emotions, except possibly a sort of love of cleanness that did not extend to its own person. you will understand, someone was
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年汽车租赁合同范本
- 2025年租车带司机服务合同模板
- 2025标准个人租房租赁合同样本
- 2025财产委托管理合同模板
- 2025包装盒生产合同模板
- 2025年土地流转合同样本
- 2025订购绿化苗木合同模板
- 2025物业管理服务合同范本
- 2025合同能源托管协议范本
- 2025咖啡店承包合同协议书
- 美国加征关税从多个角度全方位解读关税课件
- 期中(试题)-2024-2025学年人教精通版(2024)英语三年级下册
- 一例脂肪液化切口的护理
- 2025-2030中国煤焦油杂酚油行业市场发展趋势与前景展望战略研究报告
- 2025届嘉兴市高三语文二模作文解析:智慧不会感到孤独
- 2025中考英语热点话题阅读《哪吒2魔童闹海》
- 定额〔2025〕1号文-关于发布2018版电力建设工程概预算定额2024年度价格水平调整的通知
- 《思想政治教育方法论》考研(第3版)郑永廷配套考试题库及答案【含名校真题、典型题】
- UL9540A标准中文版-2019储能系统UL中文版标准
- 一种基于STM32的智能门锁系统的设计-毕业论文
- 末端产品介绍
评论
0/150
提交评论