期刊文献+
共找到255篇文章
< 1 2 13 >
每页显示 20 50 100
Adaptive resource allocation for workflow containerization on Kubernetes
1
作者 SHAN Chenggang WU Chuge +3 位作者 XIA Yuanqing GUO Zehua LIU Danyang ZHANG Jinhui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第3期723-743,共21页
In a cloud-native era,the Kubernetes-based workflow engine enables workflow containerized execution through the inherent abilities of Kubernetes.However,when encountering continuous workflow requests and unexpected re... In a cloud-native era,the Kubernetes-based workflow engine enables workflow containerized execution through the inherent abilities of Kubernetes.However,when encountering continuous workflow requests and unexpected resource request spikes,the engine is limited to the current workflow load information for resource allocation,which lacks the agility and predictability of resource allocation,resulting in over and underprovisioning resources.This mechanism seriously hinders workflow execution efficiency and leads to high resource waste.To overcome these drawbacks,we propose an adaptive resource allocation scheme named adaptive resource allocation scheme(ARAS)for the Kubernetes-based workflow engines.Considering potential future workflow task requests within the current task pod’s lifecycle,the ARAS uses a resource scaling strategy to allocate resources in response to high-concurrency workflow scenarios.The ARAS offers resource discovery,resource evaluation,and allocation functionalities and serves as a key component for our tailored workflow engine(KubeAdaptor).By integrating the ARAS into KubeAdaptor for workflow containerized execution,we demonstrate the practical abilities of KubeAdaptor and the advantages of our ARAS.Compared with the baseline algorithm,experimental evaluation under three distinct workflow arrival patterns shows that ARAS gains time-saving of 9.8% to 40.92% in the average total duration of all workflows,time-saving of 26.4% to 79.86% in the average duration of individual workflow,and an increase of 1% to 16% in centrol processing unit(CPU)and memory resource usage rate. 展开更多
关键词 resource allocation workflow containerization Kubernetes workflow management engine
下载PDF
Containerization of Grain: Emergence of a New Supply Chain Market 被引量:1
2
作者 Barry E. Prentice Mark Hemmes 《Journal of Transportation Technologies》 2015年第2期55-68,共14页
The containerized shipment of freight continues to grow rapidly. This development can be traced to a transformation of bulk and break-bulk service to containerization. Demand has been driven by opportunities to broade... The containerized shipment of freight continues to grow rapidly. This development can be traced to a transformation of bulk and break-bulk service to containerization. Demand has been driven by opportunities to broaden logistical options as well as advantageous freight rates. Logisticians and policy makers are unsure how much more bulk traffic can be converted to containerization, but the trends are evident. Of particular interest is grain. Bulk grain handlers have successfully resisted the conversion of grain shipping to containerization, except on the North American-Asian traffic lanes and the Australian-Asian traffic lanes where growth has been significant. This paper reviews the theoretical case for grain containerization from a logistics perspective, followed by an examination of the current trends in the United States and Canada. Subsequently, the analysis considers the restrictions and resistance to the conversion of grain from bulk shipping to containerization. 展开更多
关键词 containerization GRAIN AGRICULTURAL LOGISTICS TRANSPORTATION
下载PDF
Improved STNModels and Heuristic Rules for Cooperative Scheduling in Automated Container Terminals
3
作者 Hongyan Xia Jin Zhu 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第2期1637-1661,共25页
Improving the cooperative scheduling efficiency of equipment is the key for automated container terminals to copewith the development trend of large-scale ships. In order to improve the solution efficiency of the exis... Improving the cooperative scheduling efficiency of equipment is the key for automated container terminals to copewith the development trend of large-scale ships. In order to improve the solution efficiency of the existing spacetimenetwork (STN) model for the cooperative scheduling problem of yard cranes (YCs) and automated guidedvehicles (AGVs) and extend its application scenarios, two improved STN models are proposed. The flow balanceconstraints in the original model are decomposed, and the trajectory constraints of YCs and AGVs are added toacquire the model STN_A. The coupling constraint in STN_A is updated, and buffer constraints are added toSTN_A so that themodel STN_B is built.As the size of the problem increases, the solution speed of CPLEX becomesthe bottleneck. So a heuristic method containing three groups of heuristic rules is designed to obtain a near-optimalsolution quickly. Experimental results showthat the computation time of STN_A is shortened by 49.47% on averageand the gap is reduced by 1.69% on average compared with the original model. The gap between the solution ofthe heuristic rules and the solution of CPLEX is less than 3.50%, and the solution time of the heuristic rules is onaverage 99.85% less than the solution time of CPLEX. Compared with STN_A, the computation time for solvingSTN_B increases by 58.93% on average. 展开更多
关键词 Automated container terminal BUFFER cooperative scheduling heuristic rules space-time network
下载PDF
不同装载条件下小型渔船参数横摇的非定常RANS CFD仿真
4
作者 Muhammad Iqbal Momchil Terziev +1 位作者 Tahsin Tezdogan Atilla Incecik 《哈尔滨工程大学学报(英文版)》 CSCD 2024年第2期327-351,共25页
Fishing boats have unique features that make them prone to changing loading conditions.When the boat leaves the port,the empty fish tank gradually fills up during fishing operations which may result in parametric roll... Fishing boats have unique features that make them prone to changing loading conditions.When the boat leaves the port,the empty fish tank gradually fills up during fishing operations which may result in parametric roll(PR).This dangerous phenomenon that can lead to capsizing.The present study aims to understand better the behaviour of parametric roll in fishing boats and its relation to changing loading conditions.The study considers the effects of displacement and the GM/KM ratio on parametric roll,as well as the longitudinal flare distribution at the waterline.Two assessments to detect the parametric roll occurrence in early stage were carried out by using the level 1 assessment of parametric roll based on the Second Generation of Intact Stability criteria(SGIS)from International maritime Organisation(IMO)and the Susceptibility criteria of Parametric roll from the American Bureau of Shipping(ABS).Then,the CFD method is used to predict the amplitude of the parametric roll phenomenon.The results provide important insights to fishing vessel operators on how to manage loading conditions to maintain stability and avoid hazardous situations.By following the guidelines outlined in this study,fishing boats can operate more safely and efficiently,reducing the risk of accidents and improving the overall sustainability of the fishing industry. 展开更多
关键词 Small fishing boat Parametric roll URANS-CFD KRISO Container Ship(KCS) Stability in waves
下载PDF
Hound:a parallel image distribution system for cluster based on Docker
5
作者 LIU Zijie LI Junjiang +1 位作者 CHEN Can ZHANG Dengyin 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第4期955-965,共11页
Current applications,consisting of multiple replicas,are packaged into lightweight containers with their execution dependencies.Considering the dominant impact of distribution efficiency of gigantic images on containe... Current applications,consisting of multiple replicas,are packaged into lightweight containers with their execution dependencies.Considering the dominant impact of distribution efficiency of gigantic images on container startup(e.g.,distributed deep learning application),the image“warm-up”technique which prefetches images of these replicas to destination nodes in the cluster is proposed.However,the current image“warm-up”technique solely focuses on identical image distribution,which fails to take effect when distributing different images to destination nodes.To address this problem,this paper proposes Hound,a simple but efficient cluster image distribution system based on Docker.To support diverse image distribution requests of cluster nodes,Hound additionally adopts node-level parallelism(i.e.,downloading images to destination nodes in parallel)to further improve the efficiency of image distribution.The experimental results demonstrate Hound outperforms Docker,kubernetes container runtime interface(CRI-O),and Docker-compose in terms of image distribution performance when cluster nodes request different images.Moreover,the high scalability of Hound is evaluated in the scenario of ten nodes. 展开更多
关键词 container image image distribution PARALLELISM containerization
下载PDF
Container-Based Internet of Vehicles Edge Application Migration Mechanism 被引量:1
6
作者 Sujie Shao Shihan Tian +1 位作者 Shaoyong Guo Xuesong Qiu 《Computers, Materials & Continua》 SCIE EI 2023年第6期4867-4891,共25页
Internet of Vehicles(IoV)applications integrating with edge com-puting will significantly drive the growth of IoV.However,the contradiction between the high-speed mobility of vehicles,the delay sensitivity of corre-sp... Internet of Vehicles(IoV)applications integrating with edge com-puting will significantly drive the growth of IoV.However,the contradiction between the high-speed mobility of vehicles,the delay sensitivity of corre-sponding IoV applications and the limited coverage and resource capacity of distributed edge servers will pose challenges to the service continuity and stability of IoV applications.IoV application migration is a promising solution that can be supported by application containerization,a technology for seamless cross-edge-server application migration without user perception.Therefore,this paper proposes the container-based IoV edge application migration mechanism,consisting of three parts.The first is the migration trigger determination algorithm for cross-border migration and service degra-dation migration,respectively,based on trajectory prediction and traffic awareness to improve the determination accuracy.The second is the migration target decision calculation model for minimizing the average migration time and maximizing the average service time to reduce migration times and improve the stability and adaptability of migration decisions.The third is the migration decision algorithm based on the improved artificial bee colony algorithm to avoid local optimal migration decisions.Simulation results show that the proposed migration mechanism can reduce migration times,reduce average migration time,improve average service time and enhance the stability and adaptability of IoV application services. 展开更多
关键词 Application migration CONTAINER internet of vehicles edge computing
下载PDF
Nonlinear semi-analytical modeling of liquid sloshing in rectangular container with horizontal baffles
7
作者 Xun MENG Ying SUN +2 位作者 Jiadong WANG Ruili HUO Ding ZHOU 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI CSCD 2023年第11期1973-2004,共32页
A nonlinear semi-analytical scheme is proposed for investigating the finiteamplitude nonlinear sloshing in a horizontally baffled rectangular liquid container under the seismic excitation.The sub-domain method is deve... A nonlinear semi-analytical scheme is proposed for investigating the finiteamplitude nonlinear sloshing in a horizontally baffled rectangular liquid container under the seismic excitation.The sub-domain method is developed to analytically derive the modal behaviors of the baffled linear sloshing.The viscosity dissipation effects from the interior liquid and boundary layers are considered.With the introduction of the generalized time-dependent coordinates,the surface wave elevation and velocity potential are represented by a series of linear modal eigenfunctions.The infinite-dimensional modal system of the nonlinear sloshing is formulated based on the Bateman-Luke variational principle,which is further reduced to the finite-dimensional modal system by using the NarimanovMoiseev asymptotic ordering.The base force and overturning moment induced by the nonlinear sloshing are derived as the functions of the generalized time-dependent coordinates.The present results match well with the available analytical,numerical,and experimental results.The paper examines the surface wave elevation,base force,and overturning moment versus the baffle parameters and excitation amplitude in detail. 展开更多
关键词 rectangular container nonlinear sloshing baffe sub-domain multi-modal method
下载PDF
Vertical Pod Autoscaling in Kubernetes for Elastic Container Collaborative Framework
8
作者 Mushtaq Niazi Sagheer Abbas +3 位作者 Abdel-Hamid Soliman Tahir Alyas Shazia Asif Tauqeer Faiz 《Computers, Materials & Continua》 SCIE EI 2023年第1期591-606,共16页
Kubernetes is an open-source container management tool which automates container deployment,container load balancing and container(de)scaling,including Horizontal Pod Autoscaler(HPA),Vertical Pod Autoscaler(VPA).HPA e... Kubernetes is an open-source container management tool which automates container deployment,container load balancing and container(de)scaling,including Horizontal Pod Autoscaler(HPA),Vertical Pod Autoscaler(VPA).HPA enables flawless operation,interactively scaling the number of resource units,or pods,without downtime.Default Resource Metrics,such as CPU and memory use of host machines and pods,are monitored by Kubernetes.Cloud Computing has emerged as a platform for individuals beside the corporate sector.It provides cost-effective infrastructure,platform and software services in a shared environment.On the other hand,the emergence of industry 4.0 brought new challenges for the adaptability and infusion of cloud computing.As the global work environment is adapting constituents of industry 4.0 in terms of robotics,artificial intelligence and IoT devices,it is becoming eminent that one emerging challenge is collaborative schematics.Provision of such autonomous mechanism that can develop,manage and operationalize digital resources like CoBots to perform tasks in a distributed and collaborative cloud environment for optimized utilization of resources,ensuring schedule completion.Collaborative schematics are also linked with Bigdata management produced by large scale industry 4.0 setups.Different use cases and simulation results showed a significant improvement in Pod CPU utilization,latency,and throughput over Kubernetes environment. 展开更多
关键词 Autoscaling query optimization PODS kubernetes CONTAINER ORCHESTRATION
下载PDF
Resource Based Automatic Calibration System (RBACS) Using Kubernetes Framework
9
作者 Tahir Alyas Nadia Tabassum +3 位作者 Muhammad Waseem Iqbal Abdullah S.Alshahrani Ahmed Alghamdi Syed Khuram Shahzad 《Intelligent Automation & Soft Computing》 SCIE 2023年第1期1165-1179,共15页
Kubernetes,a container orchestrator for cloud-deployed applications,allows the application provider to scale automatically to match thefluctuating intensity of processing demand.Container cluster technology is used to... Kubernetes,a container orchestrator for cloud-deployed applications,allows the application provider to scale automatically to match thefluctuating intensity of processing demand.Container cluster technology is used to encapsulate,isolate,and deploy applications,addressing the issue of low system reliability due to interlocking failures.Cloud-based platforms usually entail users define application resource supplies for eco container virtualization.There is a constant problem of over-service in data centers for cloud service providers.Higher operating costs and incompetent resource utilization can occur in a waste of resources.Kubernetes revolutionized the orchestration of the container in the cloud-native age.It can adaptively manage resources and schedule containers,which provide real-time status of the cluster at runtime without the user’s contribution.Kubernetes clusters face unpredictable traffic,and the cluster performs manual expansion configuration by the controller.Due to operational delays,the system will become unstable,and the service will be unavailable.This work proposed an RBACS that vigorously amended the distribution of containers operating in the entire Kubernetes cluster.RBACS allocation pattern is analyzed with the Kubernetes VPA.To estimate the overall cost of RBACS,we use several scientific benchmarks comparing the accomplishment of container to remote node migration and on-site relocation.The experiments ran on the simulations to show the method’s effectiveness yielded high precision in the real-time deployment of resources in eco containers.Compared to the default baseline,Kubernetes results in much fewer dropped requests with only slightly more supplied resources. 展开更多
关键词 DOCKER CONTAINER VIRTUALIZATION cloud resource kubernetes
下载PDF
Container Instrumentation and Enforcement System for Runtime Security of Kubernetes Platform with eBPF
10
作者 Songi Gwak Thien-Phuc Doan Souhwan Jung 《Intelligent Automation & Soft Computing》 SCIE 2023年第8期1773-1786,共14页
Containerization is a fundamental component of modern cloud-native infrastructure,and Kubernetes is a prominent platform of container orchestration systems.However,containerization raises significant security concerns... Containerization is a fundamental component of modern cloud-native infrastructure,and Kubernetes is a prominent platform of container orchestration systems.However,containerization raises significant security concerns due to the nature of sharing a kernel among multiple containers,which can lead to container breakout or privilege escalation.Kubernetes cannot avoid it as well.While various tools,such as container image scanning and configuration checking,can mitigate container workload vulnerabilities,these are not foolproof and cannot guarantee perfect isolation or prevent every active threat in runtime.As such,a policy enforcement solution is required to tackle the problem,and existing solutions based on LSM(Linux Security Module)frameworks may not be adequate for some situations.To address this,we propose an enforcement system based on BPF-LSM,which leverages eBPF(extended Berkeley Packet Filter)technology to provide fine-grained control and dynamic adoption of security policies.In this paper,we compare different LSM implementations to highlight the challenges of current enforcement solutions before detailing the design of our eBPF-based Kubernetes Runtime Instrumentation and Enforcement System(KRSIE).Finally,we evaluate the effectiveness of our system using a real-world scenario,as measuring the performance of a policy enforcement system is a complex task.Our results show that KRSIE can successfully control containers’behaviors using LSM hooks at container runtime,offering improved container security for cloud-native infrastructure. 展开更多
关键词 CONTAINER kubernetes runtime security eBPF ENFORCEMENT
下载PDF
Container Based Nomadic Vehicular Cloud Using Cell Transmission Model
11
作者 Devakirubai Navulkumar Menakadevi Thangavelu 《Computer Systems Science & Engineering》 SCIE EI 2023年第1期423-440,共18页
Nomadic Vehicular Cloud(NVC)is envisaged in this work.The predo-minant aspects of NVC is,it moves along with the vehicle that initiates it and functions only with the resources of moving vehicles on the heavy traffic ... Nomadic Vehicular Cloud(NVC)is envisaged in this work.The predo-minant aspects of NVC is,it moves along with the vehicle that initiates it and functions only with the resources of moving vehicles on the heavy traffic road without relying on any of the static infrastructure and NVC decides the initiation time of container migration using cell transmission model(CTM).Containers are used in the place of Virtual Machines(VM),as containers’features are very apt to NVC’s dynamic environment.The specifications of 5G NR V2X PC5 interface are applied to NVC,for the feature of not relying on the network coverage.Nowa-days,the peak traffic on the road and the bottlenecks due to it are inevitable,which are seen here as the benefits for VC in terms of resource availability and residual in-network time.The speed range of high-end vehicles poses the issue of dis-connectivity among VC participants,that results the container migration failure.As the entire VC participants are on the move,to maintain proximity of the containers hosted by them,estimating their movements plays a vital role.To infer the vehicle movements on the road stretch and initiate the container migration prior enough to avoid the migration failure due to vehicles dynamicity,this paper proposes to apply the CTM to the container based and 5G NR V2X enabled NVC.The simulation results show that there is a significant increase in the success rate of vehicular cloud in terms of successful container migrations. 展开更多
关键词 Vehicular cloud container migration cell transmission model 5G NR V2X PC5 interface
下载PDF
Scale Breeding and Reproduction Technique of Ficus tikoua Bur.Container Seedlings
12
作者 Tinghong TAN Fan GAO +5 位作者 Yang XIAO Mingxing DAI Shunping BAI Shimei LIAO Chaojun FENG Chunfang WU 《Plant Diseases and Pests》 CAS 2023年第5期16-18,23,共4页
Based on the principle of asexual reproduction,a kind of scale breeding and reproduction technique of Ficus tikoua Bur.container seedlings was explored by using the characteristics of strong adaptability to the enviro... Based on the principle of asexual reproduction,a kind of scale breeding and reproduction technique of Ficus tikoua Bur.container seedlings was explored by using the characteristics of strong adaptability to the environment and fast growth and reproduction.Using non-woven bag as a breeding container for seedlings,the scale breeding and reproduction technique of F.tikoua container seedlings was summarized through the important links of seedling bed construction,seedling collection,soil configuration,container selection,cutting cultivation,field management,and disease and pest control.This technique can achieve differential,massive and sustainable efficient breeding and reproduction of F.tikoua seedlings in a short time. 展开更多
关键词 Ficus tikoua Bur Pharmaceutical/food resource Asexual reproduction Container seedling Scale breeding and reproduction
下载PDF
Rereading the World Map
13
作者 AUGUSTO SOTO 《China Today》 2023年第10期42-44,共3页
ON August 28 China’s Shenzhen Airlines inaugurated a new direct route from the industrial hub of Shenzhen in southeast China to Spain’s second largest city Barcelona,Europe’s eighth busiest container port and one o... ON August 28 China’s Shenzhen Airlines inaugurated a new direct route from the industrial hub of Shenzhen in southeast China to Spain’s second largest city Barcelona,Europe’s eighth busiest container port and one of the EU’s most cosmopolitan maritime cities.The new route between these two cities,which became sister cities in 2021,coincides with China-Spain diplomatic relations celebrating 50 years in 2023. 展开更多
关键词 SOUTHEAST CONTAINER World
下载PDF
Ship Fuel and Carbon Emission Estimation Utilizing Artificial Neural Network and Data Fusion Techniques
14
作者 Shaohan Wang Xinbo Wang +3 位作者 Yi Han Xiangyu Wang He Jiang Zhexi Zhang 《Journal of Software Engineering and Applications》 2023年第3期51-72,共22页
Ship energy consumption and emission prediction are the main concern of the shipping industry for ship energy efficiency management and pollution gas emission control. And they are attracting more global attention and... Ship energy consumption and emission prediction are the main concern of the shipping industry for ship energy efficiency management and pollution gas emission control. And they are attracting more global attention and research interests because of the increase in global shipping trade volume. As the core of maritime transportation, a large volume of data is collected around ships such as voyage data. Due to the rapid development of computational power and the widely equipped AIS device on ships, the use of maritime big data for improving and monitoring ship’s energy efficiency is becoming possible. In this paper, a fuel consumption and carbon emission model using the artificial neural network (ANN) framework is proposed by using AIS, ship machinery, and weather data. The proposed work is a complete framework including data collection, data cleaning, data clustering and model-building methodology. To obtain the suitable parameters of the model, the number of neurons, data inputs and activate functions were tested on both AIS-based data and MRV-based data for comparison. The results show that the proposed method can provide a solid prediction of ship’s fuel consumption and carbon emissions under varying weather conditions. 展开更多
关键词 Artificial Neural Network Ship Fuel Consumption Regression Analysis AIS Container Ship IMO Carbon Neutrality
下载PDF
Smart Operation
15
作者 XIA YUANYUAN 《ChinAfrica》 2023年第12期46-47,共2页
As a boy growing up in Durban,the largest seaport city in South Africa,Kashveer Raghunath is no stranger to port terminals.But when he walked into the Hairun Container Terminal located in berths 4-6 of the Haicang sec... As a boy growing up in Durban,the largest seaport city in South Africa,Kashveer Raghunath is no stranger to port terminals.But when he walked into the Hairun Container Terminal located in berths 4-6 of the Haicang section of the Xiamen Port,what he saw was totally different from that in his hometown. 展开更多
关键词 CONTAINER XIAMEN totally
下载PDF
三倍体毛白杨硬枝扦插容器育苗基质的筛选(英文) 被引量:11
16
作者 张平冬 王红静 +2 位作者 宋金利 康向阳 朱之悌 《Agricultural Science & Technology》 CAS 2008年第6期104-107,共4页
[Objective] The experiment was aimed to select effective and economical media for container seedling of triploid clones of Populus tomentosa that was carried out. [Method] The sandy loam, peat, perlite, vermiculite, r... [Objective] The experiment was aimed to select effective and economical media for container seedling of triploid clones of Populus tomentosa that was carried out. [Method] The sandy loam, peat, perlite, vermiculite, riversand, sludge were taken as media of hardwood cutting and survival rate, seedling height were taken as indexes to select media for container seedling of triploid clones of Populus tomentosa. [Result] Different mixedmedia had great influence on survival rates of container seedlings. Taking peat and vermiculite with the proportion of 5∶2 (M10) or peat ,vermiculite with the proportion of 7∶2 (M11) or sandy loam (M1) as media would generate higher cutting survival rate that was higher than 90.0%. There were significant differece in height increments of container seedlings. Taking sandy loam, peat and vermiculite with the proportion of 6∶2∶2(M5)or sandy loam (M1), seedling height of 60-days the seedling was over 37.0 cm. [Conclusion] According to cost analysis of nursery medium, the optimum medium for hardwood cuttings container seedling-raising of triploid clones of Populus tomentosa was sandy loam. 展开更多
关键词 TRIPLOID CLONES of POPULUS tomentosa HARDWOOD cutting Container seedling-raising Medium
下载PDF
Java构件的测试脚本生成技术 被引量:1
17
作者 刘冬懿 潘越 +2 位作者 潘秋菊 金茂忠 柳永坡 《计算机工程》 EI CAS CSCD 北大核心 2006年第17期118-120,共3页
QESat/Java中的构件测试工具辅助用户生成测试脚本,通过测试脚本的执行获得功能测试结果以及程序覆盖信息。测试脚本生成技术是Java构件测试工具中的核心和难点部分,该文根据JUnit、Mockobject、InContainer等技术规范提出模板关键域替... QESat/Java中的构件测试工具辅助用户生成测试脚本,通过测试脚本的执行获得功能测试结果以及程序覆盖信息。测试脚本生成技术是Java构件测试工具中的核心和难点部分,该文根据JUnit、Mockobject、InContainer等技术规范提出模板关键域替换方法生成测试脚本。 展开更多
关键词 构件测试 JUNIT MOCK object: In CONTAINER 测试脚本
下载PDF
基于J2EE的软件虚拟实训系统的MVC架构实现 被引量:3
18
作者 张志强 刘巧玲 《中州大学学报》 2009年第1期122-125,共4页
设计模式在当前的工程应用中越来越广泛,MVC是软件开发中的一种重要的设计模式,J2EE则是开发高端企业级应用的成熟技术体系。论文通过对J2EE企业计算平台和MVC设计模式进行简要的分析和讨论,构建了一个软件虚拟实训教学系统的应用框架,... 设计模式在当前的工程应用中越来越广泛,MVC是软件开发中的一种重要的设计模式,J2EE则是开发高端企业级应用的成熟技术体系。论文通过对J2EE企业计算平台和MVC设计模式进行简要的分析和讨论,构建了一个软件虚拟实训教学系统的应用框架,达到了视图、模型、控制的分层,成功实现了J2EE平台上的MVC架构。 展开更多
关键词 J2EE结构 MVC 中间层 EJB CONTAINER SCI
下载PDF
一个Java构件测试工具的设计与实现
19
作者 刘冬懿 潘越 +1 位作者 潘秋菊 金茂忠 《南京大学学报(自然科学版)》 CAS CSCD 北大核心 2005年第z1期686-692,共7页
为了支持构件开发者的白盒和黑盒构件测试,设计实现了QESat/Java中的构件测试工具.此工具辅助用户生成符合JUnit、Mock object、In Container等技术的测试脚本,在模拟的或实际的构件运行环境中执行测试脚本,获得构件执行的错误、失效等... 为了支持构件开发者的白盒和黑盒构件测试,设计实现了QESat/Java中的构件测试工具.此工具辅助用户生成符合JUnit、Mock object、In Container等技术的测试脚本,在模拟的或实际的构件运行环境中执行测试脚本,获得构件执行的错误、失效等功能测试信息,以及程序覆盖信息. 展开更多
关键词 构件测试 JUNIT MOCK OBJECT In CONTAINER 测试脚本 测试结果信息
下载PDF
战场“信息高速公路”:未来战争的主宰 被引量:1
20
作者 卢广芝 《河南警察学院学报》 1999年第3期52-53,共2页
随着高技术特别是电子信息技术在军事领域的广泛应用、未来战争将发生重大变化。比如,战场空间多维,陆、海、空、天、电一体;作战方式多样,信息战、导弹战、电子战、太空战等将成为重要的作战样式,其中特别是信息战,不仅最先展开... 随着高技术特别是电子信息技术在军事领域的广泛应用、未来战争将发生重大变化。比如,战场空间多维,陆、海、空、天、电一体;作战方式多样,信息战、导弹战、电子战、太空战等将成为重要的作战样式,其中特别是信息战,不仅最先展开,而且将贯穿整个战争的始终。198... 展开更多
关键词 Space engineering LIQUID SLOSHING coupled dynamics CONTAINER
下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部