首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 421 毫秒
1.
利用Ajax提高页面载入速度   总被引:1,自引:0,他引:1  
网络的反应速度是Weh应用程序设计的关键,Ajax作为一种新的应用程序技术,在Web应用程序开发中有独特的优势,探讨了在开发Web应用程序过程中如何有效地通过Ajax降低网络负载和改善用户浏览体验等问题,为开发和研究Web应用开辟了新的思路;  相似文献   

2.
EWAF:一种Web应用程序框架   总被引:2,自引:0,他引:2  
随着Web应用开发变得越来越复杂,如何快速开发出稳定健壮的Web应用程序成为开发者面临的巨大挑战,Web应用程序框架(WAF)就是为了适应这种挑战而出现的。提出了一种基于J2EE的Web应用程序框架EWAF,框架通过其特有的服务层、层次性的控制方式、组合式的视图结构及应用程序级的安全支持,使得Web开发者能够快速高效地构建安全的Web应用程序。目前,EWAF已应用到企业信息门户OncePortal的实现中。  相似文献   

3.
《软件》2017,(12):233-237
Web工程是开发Web应用的一种系统方法,大量的Web工程方法已被提出。通过使用不同的机制捕获Web应用程序概念,定义新模型来扩展这些方法。由于Web应用程序的复杂性上升,Web工程方法无法再提供Web解决方案。尽管交互流建模语言(IFML)是最近被提出作为开发Web应用程序的新方法,但它有局限性。因此,这些方法需要改进。在本文中,介绍了IFML可扩展性支持Web应用程序新问题的能力。此外,通过UML机制扩展IFML,以支持从上下文到用户界面的新问题。新的IFML通过定义新模型解决上下文Web应用程序的缺失,并成为开发现代Web应用的新方向。  相似文献   

4.
集成式Web应用开发平台的设计与实现   总被引:3,自引:0,他引:3  
提出了一种用Java技术开发的集成式Web应用程序开发平台。这个平台是一套自定义的Java类库,基于J2SDK1.4/servlet2.0、JSP1.1设计开发,封装了构建大型Web应用程序所需的常用功能操作,内嵌了Web项目从构架到发布的中间流程。通过该平台,可以快速高效、统一规范地开发各种分布式Web应用项目。最后给出了该平台在设备网络监控服务系统(Web-Moniserver)中的应用实例。  相似文献   

5.
介绍了Ajax的基本原理及其在Web应用程序开发中的优势,探讨了在开发Web应用程序过程中如何有效地通过Ajax降低网络负载和改善用户浏览体验等问题,为开发和研究Web应用开辟了新的思路。  相似文献   

6.
张纪九  马可 《程序员》2003,(3):72-76,95
本文主要介绍在 .NET framework 下使用 Microsoft Visual Studio .NET 开发 Browser—Server应用程序的技巧和捷径、本文涉及的 Web控件及Web工程应用架构,已在国家级科技创新项目“具有实施向导的ERP 系统”中成功应用,实现了快速高效开发功能强大界面友好的企业级Web应用程序,Demo Web 应用程序:WWW.hexiesoft.NET。  相似文献   

7.
语义Web应用程序是应用语义Web技术开发的Web应用程序,其特点是全部信息均由应用程序本体所定义的概念进行标记,因而含有丰富的语义,能更好地支持信息集成和知识共享,从而能够更加充分地利用已有Web资源.给出语义Web应用程序的定义、构成与性质;说明应用程序本体与知识库的作用;建立语义Web应用程序的开发模型.通过编写一个基于计算机文献本体的语义Web应用程序,用实例验证了所提出开发模型的可行性以及在信息集成和信息检索方面取得的明显效果.  相似文献   

8.
VS.NET作为一个面向网络、支持各种用户的终端开发平台.已经越来越受到广大编程爱好者的喜爱。我们可以在.net集成开发环境下开发出大型的分布式Web应用程序.而且还可以集成和管理所有基于Web的各种应用。但任何Web应用要取得成功.都必须解决好应用程序的安全问题。本文从开发人员的角度讨论用net开发Web应用程序的时候应该从哪些方面和采取哪些相应的措施来解决Web应用程序开发中代码的脆弱性。  相似文献   

9.
Web应用大行其道,其软件开发的工程化方法也成为讨论的热点。作为软件应用中的一个新的分支,Web应用的类别有信息型、下载型、可定制型、交换型、面向事务型、面向服务型、门户型、数据仓库型等。Web工程创建高质量的Web应用程序,同时涉及计算机科学、信息学、艺术学、软件工程等多门学科,是软件工程方法学科等在Web应用程序开发中的应用。Web工程的出现代表了在整个Web应用程序生命周期开发Web应用的框架、方法和工具。Web工程的主要目的是使基于Web的系统开发受控、维持最小的风险、提高质量、具有很好的维护性和可测量性,其核心是成…  相似文献   

10.
Web应用程序的一种功能自动化测试模型与实现   总被引:7,自引:0,他引:7  
赖利锋  刘强 《计算机工程》2006,32(17):123-125
Web应用程序相比于传统的应用程序有其自身的特点,对软件测试提出了新的要求。该文针对Web应用程序的特征,提出了一种Web应用程序的测试框架,形成了一套规范化、易操作、可扩展的测试流程;并在该框架的基础上讨论了一种实现技术,开发出了相应的Web应用程序功能自动化测试的工具。该工具在实践中被证明是有效的,能及时发现Web应用程序中的错误,使迭代开发过程中的回归测试变得简单而方便。  相似文献   

11.
Abstract This paper describes an approach to the design of interactive multimedia materials being developed in a European Community project. The developmental process is seen as a dialogue between technologists and teachers. This dialogue is often problematic because of the differences in training, experience and culture between them. Conditions needed for fruitful dialogue are described and the generic model for learning design used in the project is explained.  相似文献   

12.
European Community policy and the market   总被引:1,自引:0,他引:1  
Abstract This paper starts with some reflections on the policy considerations and priorities which are shaping European Commission (EC) research programmes. Then it attempts to position the current projects which seek to capitalise on information and communications technologies for learning in relation to these priorities and the apparent realities of the marketplace. It concludes that while there are grounds to be optimistic about the contribution EC programmes can make to the efficiency and standard of education and training, they are still too technology driven.  相似文献   

13.
融合集成方法已经广泛应用在模式识别领域,然而一些基分类器实时性能稳定性较差,导致多分类器融合性能差,针对上述问题本文提出了一种新的基于多分类器的子融合集成分类器系统。该方法考虑在度量层融合层次之上通过对各类基多分类器进行动态选择,票数最多的类别作为融合系统中对特征向量识别的类别,构成一种新的自适应子融合集成分类器方法。实验表明,该方法比传统的分类器以及分类融合方法识别准确率明显更高,具有更好的鲁棒性。  相似文献   

14.
Development of software intensive systems (systems) in practice involves a series of self-contained phases for the lifecycle of a system. Semantic and temporal gaps, which occur among phases and among developer disciplines within and across phases, hinder the ongoing development of a system because of the interdependencies among phases and among disciplines. Such gaps are magnified among systems that are developed at different times by different development teams, which may limit reuse of artifacts of systems development and interoperability among the systems. This article discusses such gaps and a systems development process for avoiding them.  相似文献   

15.
This paper presents control charts models and the necessary simulation software for the location of economic values of the control parameters. The simulation program is written in FORTRAN, requires only 10K of main storage, and can run on most mini and micro computers. Two models are presented - one describes the process when it is operating at full capacity and the other when the process is operating under capacity. The models allow the product quality to deteriorate to a further level before an existing out-of-control state is detected, and they can also be used in situations where no prior knowledge exists of the out-of-control causes and the resulting proportion defectives.  相似文献   

16.
Going through a few examples of robot artists who are recognized worldwide, we try to analyze the deepest meaning of what is called “robot art” and the related art field definition. We also try to highlight its well-marked borders, such as kinetic sculptures, kinetic art, cyber art, and cyberpunk. A brief excursion into the importance of the context, the message, and its semiotics is also provided, case by case, together with a few hints on the history of this discipline in the light of an artistic perspective. Therefore, the aim of this article is to try to summarize the main characteristics that might classify robot art as a unique and innovative discipline, and to track down some of the principles by which a robotic artifact can or cannot be considered an art piece in terms of social, cultural, and strictly artistic interest. This work was presented in part at the 13th International Symposium on Artificial Life and Robotics, Oita, Japan, January 31–February 2, 2008  相似文献   

17.
Although there are many arguments that logic is an appropriate tool for artificial intelligence, there has been a perceived problem with the monotonicity of classical logic. This paper elaborates on the idea that reasoning should be viewed as theory formation where logic tells us the consequences of our assumptions. The two activities of predicting what is expected to be true and explaining observations are considered in a simple theory formation framework. Properties of each activity are discussed, along with a number of proposals as to what should be predicted or accepted as reasonable explanations. An architecture is proposed to combine explanation and prediction into one coherent framework. Algorithms used to implement the system as well as examples from a running implementation are given.  相似文献   

18.
This paper provides the author's personal views and perspectives on software process improvement. Starting with his first work on technology assessment in IBM over 20 years ago, Watts Humphrey describes the process improvement work he has been directly involved in. This includes the development of the early process assessment methods, the original design of the CMM, and the introduction of the Personal Software Process (PSP)SM and Team Software Process (TSP){SM}. In addition to describing the original motivation for this work, the author also reviews many of the problems he and his associates encountered and why they solved them the way they did. He also comments on the outstanding issues and likely directions for future work. Finally, this work has built on the experiences and contributions of many people. Mr. Humphrey only describes work that he was personally involved in and he names many of the key contributors. However, so many people have been involved in this work that a full list of the important participants would be impractical.  相似文献   

19.
基于复小波噪声方差显著修正的SAR图像去噪   总被引:4,自引:1,他引:3  
提出了一种基于复小波域统计建模与噪声方差估计显著性修正相结合的合成孔径雷达(Synthetic Aperture Radar,SAR)图像斑点噪声滤波方法。该方法首先通过对数变换将乘性噪声模型转化为加性噪声模型,然后对变换后的图像进行双树复小波变换(Dualtree Complex Wavelet Transform,DCWT),并对复数小波系数的统计分布进行建模。在此先验分布的基础上,通过运用贝叶斯估计方法从含噪系数中恢复原始系数,达到滤除噪声的目的。实验结果表明该方法在去除噪声的同时保留了图像的细节信息,取得了很好的降噪效果。  相似文献   

20.
蒙古语言是中国蒙古族使用的通用语言,由于蒙古文区别于其他文字的书写方式和其自身变形机制等特点,在很多通用的文字处理引擎中都不被支持。在嵌入式产品开发与应用领域中Linux加QTE已经成为流行方式。该文给出了一种在QTE环境上实现基于标准Unicode的蒙古文点阵显示和变形算法, 并自定义了支持蒙古文的QTE组件,扩展了QTE功能,为在Linux加QTE方式的嵌入式体系结构中处理蒙古文提供了一种解决方法。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号