E001-185-2508-黄奕琛

时间名词解说查找网址
2020/9/22Requirements baselineA   baseline for a set of   requirements.https://www.jamasoftware.com/blog/defining-requirement-baseline/
2020/9/27Functional requirementa declaration of the intended function of a system and its componentshttps://www.techopedia.com/definition/19508/functional-requirement
2020/9/27Asynchronous actionA request where the sending object does not pause to wait for result.https://docs.microsoft.com/en-us/windows/win32/msi/synchronous-and-asynchronous-custom-actions#:~:text=During%20synchronous%20execution%20of%20a%20custom%20action%2C%20the,custom%20action%20simultaneously%20as%20the%20current%20installation%20continues.
2020/9/27Synchronous actionA request where the sending object pause to wait for result.https://docs.microsoft.com/en-us/windows/win32/msi/synchronous-and-asynchronous-custom-actions#:~:text=During%20synchronous%20execution%20of%20a%20custom%20action%2C%20the,custom%20action%20simultaneously%20as%20the%20current%20installation%20continues.
2020/9/27type expressionAn expression thar evalustes to a reference to one or more types.https://docs.microsoft.com/en-us/cpp/cpp/types-of-expressions?view=vs-2019
2020/9/27metamodelA model thst defines the language for expressing a model.https://www.sciencedirect.com/topics/computer-science/metamodeling
2020/9/27meta-metamodelAn activity, and this activity produces meta-models, and the meta-meta-model is the language that express the meta-model.https://melsatar.blog/2020/01/12/architecture-model-meta-model-and-meta-meta-model/
2020/9/27namespaceUsed to uniquely identify one or more names from other similar names of different objects, groups or the namespace in generalhttps://www.techopedia.com/definition/1341/namespace
2020/9/27postcondtionA statement or set of statements describing the outcome of an action if true when the operation has completed its task.https://www.tutorialspoint.com/software_testing_dictionary/post_condition.htm
2020/9/27Scenarioa software testing technique that makes best use of scenarios. Scenarios help a complex system to test better where in the scenarios are to be credible which are easy to evaluate.https://www.tutorialspoint.com/software_testing_dictionary/scenario_testing.htm
2020/9/27Dynamic TestingA kind of software testing technique using which the dynamic behaviour of the code is analysed.https://www.tutorialspoint.com/software_testing_dictionary/dynamic_testing.htm
2020/10/18entityAn entity is an object that exists.https://study.com/academy/lesson/what-is-an-entity-in-a-database.html
2020/10/18scope of a systemthe current systems that the required application package is expected to replace or interface withhttps://www.projectmanagement.com/deliverables/411/System-Scope#:~:text=System%20Scope%20describes%20the%20current%20systems%20that%20the,as%20to%20whether%20the%20anticipated%20application%20package%20will%3A
2020/10/18state-transition diagramused to capture the behavior of a software systemhttps://www.guru99.com/state-machine-transition-diagram.html
2020/10/18behavior model a detailed concept of the required behavior or the desired behavior patternhttps://psychologydictionary.org/behavioral-model/
2020/10/18dataflow diagramused to graphically represent the flow of data in a business information systemhttps://www.visual-paradigm.com/guide/data-flow-diagram/what-is-data-flow-diagram/
2020/10/18fault tolerancerefers to the ability of a system (computer, network, cloud cluster, etc.) to continue operating without interruption when one or more of its components fail.https://www.imperva.com/learn/availability/fault-tolerance/
2020/10/18application domainOperating systems and runtime environments typically provide some form of isolation between applicationshttps://docs.microsoft.com/en-us/dotnet/framework/app-domains/application-domains
2020/10/18class diagramIt represents the static view of an applicationhttps://www.tutorialspoint.com/uml/uml_class_diagram.htm
2020/10/18component diagramComponent diagrams are used in modeling the physical aspects of object-oriented systemshttps://www.visual-paradigm.com/guide/uml-unified-modeling-language/what-is-component-diagram/
2020/10/18decision tablea tabular representation of inputs versus rules/cases/test conditionshttps://www.guru99.com/decision-table-testing.html
2020/10/18semantic variation pointIt provides an intentional degree of freedom for the interpretation of the metamodel se- mantihttps://hal.inria.fr/hal-00795105/file/Chauvel05a.pdf#:~:text=A%20semantic%20variation%20point%20is%20a%20point%20of,semantics%20of%20aggregation%20is%20a%20semantic%20variation%20point.
2020/10/18single inheritanceenables a derived class to inherit properties and behavior from a single parent class.https://www.techopedia.com/definition/22104/single-inheritance
2020/10/18Single-Valued Functiona function that maps each value of the independent variable for which it is defined to just one value of the dependent variable—in contrast to a multiple-valued function.a function that maps each value of the independent variable for which it is defined to just one value of the dependent variable—in contrast to a multiple-valued function.
2020/10/18state machineany device storing the status of something at a given timehttps://www.techopedia.com/definition/16447/state-machine
2020/10/18structural feature is anything the writer has done deliberately to shape / organise the text in a w ay that affects the audiencehttps://medium.com/@scrbblyblog/structural-features-for-english-language-analysis-bef05964a38d
2020/10/18subactivity stateA subactivity state represents the execution of a non-atomic sequence of steps that has some duration; that is, internally it consists of a set of actions and possibly waiting for eventshttps://documentation.help/StarUML/modeling_with_activity_diagram_subactivitystate.htm
2020/10/18submachine staterepresents an instance of a given Submachine Diagram and is semantically equivalent to inserting the whole Submachine Diagram in a given place of your state machine.https://www.state-machine.com/qm/sm_smstate.html#:~:text=Submachine%20State%20represents%20an%20instance%20of%20a%20given,in%20a%20given%20place%20of%20your%20state%20machine.
2020/10/18AsyncControllerenables you to write asynchronous action methods. You can use asynchronous action methods for long-running, non-CPU bound requestshttps://docs.microsoft.com/en-us/previous-versions/aspnet/ee728598(v=vs.100)#:~:text=%20To%20convert%20a%20synchronous%20action%20method%20to,have%20a%20name%20that%20consists%20of...%20More%20
2020/10/18transient objectAn object which is not associated with hibernate session and does not represent a row in the database is considered as transienthttp://www.javawebtutor.com/articles/hibernate/hibernate-object-states.php#:~:text=1.%20Transient%20Object%20State%3A%20An%20object%20which%20is,using%20the%20new%28%29%20operator%20is%20in%20transient%20state.
2020/11/15software crisisA software crisis is a mismatch between what software can deliver and the capacities of computer systems, as well as expectations of their users.https://www.wisegeek.com/what-is-a-software-crisis.htm
2020/11/15rich internet applicationA rich Internet application (RIA) is a Web application designed to deliver the same features and functions normally associated with deskop applications.https://whatis.techtarget.com/definition/Rich-Internet-Application-RIA
2020/11/15Acceptance testAn acceptance test confirms that an story is complete by matching a user action scenario with a desired outcome.https://whatis.techtarget.com/search/query?q=Acceptance+test+
2020/11/15primitive typeIn computer programming, a primitive (pronounced PRIH-muh-teev) is a basic interface or segment of code that can be used to build more sophisticatedhttps://whatis.techtarget.com/search/query?q=primitive+type
2020/11/15pseudo-statePseudo-anonymity is the appearance – but not the reality--of anonymity online. Most often, pseudo-anonymity enables anonymous posting and commenting.https://whatis.techtarget.com/search/query?q=pseudo-state
2020/11/15stateful-inspectionStateful inspection, also known as dynamic packet filtering, is a firewall technology that monitors the state of...https://searchnetworking.techtarget.com/definition/stateful-inspection
2020/11/15submachine staterepresents an instance of a given Submachine Diagram and is semantically equivalent to inserting the whole Submachine Diagram in a given place of your state machine.http://www.state-machine.com/qm/sm_smstate.html
2020/11/15peer reviewPeer review is a process used for checking the work performed by one's equals (peers) to ensure it meets specific...https://searchsoftwarequality.techtarget.com/definition/peer-review
2020/11/15stateful inspectionStateful inspection is a firewall technology that monitors the state of active connections and uses this information to determine which network packets to allow through the firewall. Stateful inspection is also ...https://searchnetworking.techtarget.com/definition/stateful-inspection
2020/11/15base stationA base station is a fixed point of communication for customer cellular phones on a carrier network.https://whatis.techtarget.com/definition/base-station
2020/11/15customer baseCustomer base is the group of clients to whom a business markets and sells their goods or services.https://whatis.techtarget.com/definition/customer-base
2020/11/15exclusive requirementIn computer programming, a mutex (mutual exclusion object) is a program object that is created so that multiple program thread can take turns sharing...https://whatis.techtarget.com/search/query?q=exclusive+requirement
2020/11/15carrier networkA carrier network is the proprietary network infrastructure belonging to a telecommunications service provider...https://whatis.techtarget.com/definition/carrier-network
2020/11/15baselineIn project management, a baseline is a known state by which something is measured or compared.https://whatis.techtarget.com/search/query?q=baseline
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值