_风铃
码龄8年
求更新 关注
提问 私信
  • 博客:8,248
    8,248
    总访问量
  • 30
    原创
  • 1
    粉丝
  • 0
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:广东省
加入CSDN时间: 2017-09-08
博客简介:

wuchg6的博客

查看详细资料
个人成就
  • 获得0次点赞
  • 内容获得0次评论
  • 获得2次收藏
  • 博客总排名2,239,899名
创作历程
  • 13篇
    2018年
  • 17篇
    2017年
成就勋章
TA的专栏
  • JavaScript
  • 算法分析与设计
    21篇
  • 系统分析与设计
    9篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

75人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

系统分析与设计——第九次作业

1. 使用 ECB 实现 make reservation 用例的详细设计(包含用例简介,顺序图,类图)1.1. 用例简介 基本用例:{search, choose hotel, choose room type, confirm reservation, confirm shopping basket} 子用例:{select the check in date, select ...
原创
博文更新于 2018.07.02 ·
333 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

跨站请求伪造(CSRF)的防护措施

跨站请求伪造(CSRF)的防护措施CSRF的简介跨站请求伪造(Cross-Site Request Forgery, CSRF),也被称为 one-click attack 或者 session riding, 是一种挟制用户在当前已登录的Web应用程序上执行非本意的操作的攻击方法。简单地说,CSRF 利用的就是网站对用户网页浏览器的信任。CSRF的攻击实例假如一家银行用...
原创
博文更新于 2018.07.01 ·
1981 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

系统分析与设计——第八次作业

1. 描述软件架构与框架之间的区别与联系1.1. 区别 软件架构(software architecture)是有关软件整体结构与组件的抽象描述,用于指导大型软件系统各个方面的设计。 软件框架(software framework)通常指的是为了实现某个业界标准或完成特定基本任务的软件组件规范,也指为了实现某个软件组件规范时,提供规范所要求之基础功能的软件产品。1.2. 联...
原创
博文更新于 2018.06.09 ·
386 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

系统分析与设计——第七次作业

1. 题目的链接https://chickendinner8.github.io/2018/05/11/%E7%AC%BA%E7%AC%BA%E5%BB%BA%E6%A8%A1%E7%BB%83%E4%B9%A0.html2. 建模2.1. 用例图2.2. 添加书摘的活动图2.3. 领域模型2.4. 美句对象的状态图2.5. 添加书摘场景的系...
原创
博文更新于 2018.05.13 ·
305 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

系统分析与设计——第六次作业

建模工具: UMLet 14.1.1 stand-alone1)使用 UML State Model建模对象: 参考 Asg_RH 文档, 对 Reservation/Order 对象建模。建模要求: 参考练习不能提供足够信息帮助你对订单对象建模,请参考现在 定旅馆 的旅游网站,尽可能分析围绕订单发生的各种情况,直到订单通过销售事件(柜台销售)结束订单。 2)研究淘宝退货流...
原创
博文更新于 2018.05.13 ·
252 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

系统分析与设计——第五次作业

1、领域建模a. 阅读 Asg_RH 文档,按用例构建领域模型。按 Task2 要求,请使用工具 UMLet,截图格式务必是 png 并控制尺寸说明:请不要受 PCMEF 层次结构影响。你需要识别实体(E)和 中介实体(M,也称状态实体) 在单页面应用(如 vue)中,E 一般与数据库构建有关, M 一般与 store 模式 有关在 java web 应用中,E 一般与数据库构...
原创
博文更新于 2018.04.29 ·
185 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

系统分析与设计——第四次作业

1、用例建模a. 阅读 Asg_RH 文档,绘制用例图。 按 Task1 要求,请使用工具 UMLet,截图格式务必是 png 并控制尺寸。b. 选择你熟悉的定旅馆在线服务系统(或移动 APP),如绘制用例图。并满足以下要求:- 对比 Asg_RH 用例图,请用色彩标注出创新用例或子用例。- 尽可能识别外部系统,并用色彩标注新的外部系统和服务。大众点评定旅馆...
原创
博文更新于 2018.04.22 ·
324 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

系统分析与设计——第二次作业

1. 简答题简述瀑布模型、增量模型、螺旋模型(含原型方法)的优缺点。 模型 优点 缺点 瀑布模型 1.降低软件开发的复杂程度,提高软件开发过程的透明性,提高软件开发过程的可管理性;2.推迟软件实现,强调在软件实现前必须进行分析和设计工作;3.以项目的阶段评审和文档控制为手段有效地对整个开发过程进行指导,保证了阶段之间的正确衔接,能够及时发现并纠正开发过程中...
原创
博文更新于 2018.04.17 ·
247 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

系统分析与设计——第一次作业

一、简单题软件工程的定义——IEEE[IEE93] (1) 将系统化、规范化、可度量的方法应用于软件的开发、运行和维护的过程,即将工程化应用于软件中。(2) 对(1)中所述方法的研究。——其它定义 是指导计算机软件开发和维护的工程学科。采用工程的概念、原理、技术和方法来开发与维护软件,把经过实践考验而证明正确的管理技术和当前能够得到的最好的技术方法结合起来,这就是软件工程。...
原创
博文更新于 2018.03.15 ·
387 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

NP-8.8

8.8. In the EXACT 4 SAT problem, the input is a set of clauses, each of which is a disjunction of exactly four literals, and such that each variable occurs at most once in each clause. The goal is to
原创
博文更新于 2018.03.13 ·
174 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

684. Redundant Connection

Description:In this problem, a tree is an undirected graph that is connected and has no cycles.The given input is a graph that started as a tree with N nodes (with distinct values 1, 2, ..., N
原创
博文更新于 2018.03.13 ·
215 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

11. Container With Most Water

Description:Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai)
原创
博文更新于 2018.03.13 ·
171 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

392. Is Subsequence

Description:Given a string s and a string t, check if s is subsequence of t.You may assume that there is only lower case English letters in both s and t. t is potentially a very long (length
原创
博文更新于 2018.03.13 ·
191 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

330. Patching Array

Description:Given a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n]inclusive can be formed by the sum of some el
原创
博文更新于 2018.01.21 ·
289 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

42. Trapping Rain Water

Description:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.For example, Given [0,1,0,
原创
博文更新于 2018.01.21 ·
201 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

213. House Robber II

Description:Note: This is an extension of House Robber.After robbing those houses on that street, the thief has found himself a new place for his thievery so that he will not get too much at
原创
博文更新于 2018.01.21 ·
146 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

198. House Robber

Description:You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is t
原创
博文更新于 2018.01.21 ·
154 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

338. Counting Bits

Description:Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary representation and return them as an array.Examp
原创
博文更新于 2017.12.24 ·
190 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

64. Minimum Path Sum

Description:Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.Note: You can only move either
原创
博文更新于 2017.12.10 ·
142 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

63. Unique Paths II

Description:Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space is marked as 1 and 0 respectively
原创
博文更新于 2017.11.29 ·
151 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多