09 2017 档案
三体
摘要:寂静的春天 这一节中叶文洁在大兴安岭遇到了白沐霖,读了《寂静的春天》,替白沐霖抄写了信件,却背上了他的黑锅。叶文洁被关入监狱,在程丽华的诱惑下也不愿承认父亲的罪行。神秘的雷峰塔第一次出现了。 也许,人类和邪恶的关系,就是大洋和漂浮于其上的冰山的关系,它们其实是同一种物质组成的巨大水体,冰山之所以被醒
阅读全文
A Dream Within a Dream
摘要:Take this kiss upon the brow!亲吻着你的额头,And, in parting from you now,到了再见的时候,Thus much let me avow—请聆听我的宣告,You are not wrong, who deem你所说的话甚好,That my day
阅读全文
重定向网页
摘要:userLogin.jsp <form action="userReceive.jsp>" method="post"> 姓 名:<input type="text" name="RdName"><br> 密 码:<input type="password" name="Rdpasswd"><br>
阅读全文
软件工程 作业2
摘要:习题3 3.银行计算机储蓄系统的工作过程大致如下:储户填写的存款单或取款单由业务员输入系统,如果是存款则系统记录存款人姓名、住址(或电话号码)、身份证号码、存款类型、存款日期、利率及密码(可选)等信息,并印出存单给用户;如果是取款而且存款时留有密码,则系统首先核对储户密码,若密码正确或存款时未留密码
阅读全文
include动作实现参数传递
摘要:String.jsp <%@ page contentType="text/html" pageEncoding="UTF-8"%><html> <head><title>传参数页面</title></head> <body> <h4>该页面传递一个参数QQ,直线下是接受参数页面的内容</h4> <
阅读全文
图书管理系统-需求分析
摘要:需求分析 一个成功的图书管理系统能提供快速的图书信息检索功能、快捷的图书借阅、归还流程,为管理者与读者提供充足的信息和快捷的数据处理手段,本系统应具有以下特点: 1.具有良好的系统性能,友好的用户界面。 2.系统应该有很好的可扩展性和较高的处理效率,便于使用和维护。 3.采用成熟技术开发,使系统具有
阅读全文
诗文
摘要:The Lake lsle of Innisfree by--叶芝 I will arise and go now, and go to Innisfree,我欲起身去,再续湖岛情,And a small cabin build there, of clay and wattles made:小屋香
阅读全文
Tree
摘要:Trees咏树by Alfred Joyce Kilmer作者:阿尔弗雷德·乔伊斯‧基尔默I think that I shall never seeA poem lovely as a tree.我想我永远都不可能看见像一棵树那样美好的诗篇A tree whose hungry mouth is
阅读全文
It is a pleasant day
摘要:Come,my children,come away! For the sun shines bright today. Little children come with me, Birds,and brooks,and posies see; Get your hats and come awa
阅读全文
软件工程-作业1
摘要:习题2 画出下列数据流图 2.为方便储户,某银行拟开发计算机储蓄系统。储户填写的存款单或取款单由业务员键入系统,如果是存款,系统记录存款人姓名、住址、存款类型、存款日期、利率等信息,并印出存款单给储户;如果是取款,系统计算利息并印出利息清单给储户。 3. 某航空公司拟开发一个机票预定系统。旅行社把预
阅读全文
java web 作业1
摘要:JSP中include指令和include动作的区别 1.include指令即文件加载指令 include可以在JSP页面转换成Servlet之前将JSP代码插入其中。它的主要优点是功能强大,所包含的代码可以含有总体上影响主页面的JSP构造,比如属性、方法的定义和文档类型的设定。它的缺点是难于维护只
阅读全文
Be a Fighter
摘要:The author of InPraise of the Fighter says: Riding on the ceaseless rushing torrent of life,I should pursue and overtake it so as to create an greater
阅读全文
The House ON Mango Street
摘要:You can never have too much sky. You can fall asleep and wake up drunk on sky, and sky can keep you safe when you are sad. Here there is too much
阅读全文
莎翁情诗
摘要:To,me,fair friend,you never can be old, For as you were when first your eye I eyed, Such seems your beauty still.Three winter could Have from the fore
阅读全文
GAME OF THRONES 2
摘要:Chaos isn’t a pit. Chaos is a ladder. Many who try to climb it fail and never get to try again. The fail breaks them. And some are given a chance
阅读全文
GAME OF THRONES 1
摘要:The man who passes the sentence should swing the to look sword.If you would take a man's life,you owe it to him to look into his eyes and hear his fin
阅读全文
软件工程-作业一
摘要:1.什么是RUP? RUP(Rational Unified Process)即统一软件过程,是一种用例驱动的,以架构为中心的,采用迭代增量方式开发的软件工程过程。它汲取了面向对象软件工程领域多年来的优秀研究成果,应用统一建模语言(UML)进行可视化建模,为面向对象的软件系统的开发提供了方法论。 2
阅读全文
猜数字游戏
摘要:个类A有一个成员变量v有一个初值100.定义一个类的A类的成员变量v进行猜。如果大了小了则提示小了。等于则提示猜测成功。 import java.util.*; public class GuessNum{ public static void main(String[] arg){ A a=new
阅读全文
摘自-角田光代《对岸的她》
摘要:人为什么要长大呢?不是为了逃进生活,也不是为了关上门,而是为了再相遇。为了选择相遇,为了走到自己选择的地方去。
阅读全文
java复习总结
摘要:月亮绕地球转。编写一个应用程序,模拟月亮围绕地球转。 MainClass.java import javax.swing.*;public class MainClass { public static void main(String args[]) { Sky sky= new Sky(); /
阅读全文
艾米莉-狄金森
摘要:If You Were Coming in the Fall If you were coming in the fall,I'd brush the summer byWith half a smile and half a spurn,As housewives do a fly.If I co
阅读全文
浙公网安备 33010602011771号