期刊文献+
共找到25,824篇文章
< 1 2 250 >
每页显示 20 50 100
SQL Server性能优化的技术分析
1
作者 赵佳 《中国高新科技》 2024年第7期102-104,107,共4页
随着客户端/服务器技术和多层架构的进步,系统效率问题日益引发广泛讨论。由于缺乏数据库管理系统(DBMS)提供的优化方法和工具,以及基于微软技术的数据库管理员和应用程序开发人员的知识,无法对设计和服务执行系统进行优化。文章回顾了... 随着客户端/服务器技术和多层架构的进步,系统效率问题日益引发广泛讨论。由于缺乏数据库管理系统(DBMS)提供的优化方法和工具,以及基于微软技术的数据库管理员和应用程序开发人员的知识,无法对设计和服务执行系统进行优化。文章回顾了提高SQL Server实例性能时需要考虑的目标,并阐述了用于优化查询的技术。 展开更多
关键词 查询 优化 SQL server
下载PDF
WebFLex:A Framework for Web Browsers-Based Peer-to-Peer Federated Learning Systems Using WebRTC
2
作者 Mai Alzamel Hamza Ali Rizvi +1 位作者 Najwa Altwaijry Isra Al-Turaiki 《Computers, Materials & Continua》 SCIE EI 2024年第3期4177-4204,共28页
Scalability and information personal privacy are vital for training and deploying large-scale deep learning models.Federated learning trains models on exclusive information by aggregating weights from various devices ... Scalability and information personal privacy are vital for training and deploying large-scale deep learning models.Federated learning trains models on exclusive information by aggregating weights from various devices and taking advantage of the device-agnostic environment of web browsers.Nevertheless,relying on a main central server for internet browser-based federated systems can prohibit scalability and interfere with the training process as a result of growing client numbers.Additionally,information relating to the training dataset can possibly be extracted from the distributed weights,potentially reducing the privacy of the local data used for training.In this research paper,we aim to investigate the challenges of scalability and data privacy to increase the efficiency of distributed training models.As a result,we propose a web-federated learning exchange(WebFLex)framework,which intends to improve the decentralization of the federated learning process.WebFLex is additionally developed to secure distributed and scalable federated learning systems that operate in web browsers across heterogeneous devices.Furthermore,WebFLex utilizes peer-to-peer interactions and secure weight exchanges utilizing browser-to-browser web real-time communication(WebRTC),efficiently preventing the need for a main central server.WebFLex has actually been measured in various setups using the MNIST dataset.Experimental results show WebFLex’s ability to improve the scalability of federated learning systems,allowing a smooth increase in the number of participating devices without central data aggregation.In addition,WebFLex can maintain a durable federated learning procedure even when faced with device disconnections and network variability.Additionally,it improves data privacy by utilizing artificial noise,which accomplishes an appropriate balance between accuracy and privacy preservation. 展开更多
关键词 Federated learning web browser PRIVACY deep learning
下载PDF
Python Server Page Performance Analysis and Modeling
3
作者 Razafindraibe Marolahy Alix Randrianomenjanahary Lala Ferdinand +2 位作者 Rafamantanantsoa Fontaine Mahatody Thomas F. Angelo Raherinirina 《Communications and Network》 2024年第1期1-30,共30页
Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of s... Today, in the field of computer networks, new services have been developed on the Internet or intranets, including the mail server, database management, sounds, videos and the web server itself Apache. The number of solutions for this server is therefore growing continuously, these services are becoming more and more complex and expensive, without being able to fulfill the needs of the users. The absence of benchmarks for websites with dynamic content is the major obstacle to research in this area. These users place high demands on the speed of access to information on the Internet. This is why the performance of the web server is critically important. Several factors influence performance, such as server execution speed, network saturation on the internet or intranet, increased response time, and throughputs. By measuring these factors, we propose a performance evaluation strategy for servers that allows us to determine the actual performance of different servers in terms of user satisfaction. Furthermore, we identified performance characteristics such as throughput, resource utilization, and response time of a system through measurement and modeling by simulation. Finally, we present a simple queue model of an Apache web server, which reasonably represents the behavior of a saturated web server using the Simulink model in Matlab (Matrix Laboratory) and also incorporates sporadic incoming traffic. We obtain server performance metrics such as average response time and throughput through simulations. Compared to other models, our model is conceptually straightforward. The model has been validated through measurements and simulations during the tests that we conducted. 展开更多
关键词 Performance Analysis QUEUE Performance Model Web server Internet World Wide Web Web server Performance
下载PDF
FedAdaSS: Federated Learning with Adaptive Parameter Server Selection Based on Elastic Cloud Resources
4
作者 Yuwei Xu Baokang Zhao +1 位作者 Huan Zhou Jinshu Su 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第10期609-629,共21页
The rapid expansion of artificial intelligence(AI)applications has raised significant concerns about user privacy,prompting the development of privacy-preserving machine learning(ML)paradigms such as federated learnin... The rapid expansion of artificial intelligence(AI)applications has raised significant concerns about user privacy,prompting the development of privacy-preserving machine learning(ML)paradigms such as federated learning(FL).FL enables the distributed training of ML models,keeping data on local devices and thus addressing the privacy concerns of users.However,challenges arise from the heterogeneous nature of mobile client devices,partial engagement of training,and non-independent identically distributed(non-IID)data distribution,leading to performance degradation and optimization objective bias in FL training.With the development of 5G/6G networks and the integration of cloud computing edge computing resources,globally distributed cloud computing resources can be effectively utilized to optimize the FL process.Through the specific parameters of the server through the selection mechanism,it does not increase the monetary cost and reduces the network latency overhead,but also balances the objectives of communication optimization and low engagement mitigation that cannot be achieved simultaneously in a single-server framework of existing works.In this paper,we propose the FedAdaSS algorithm,an adaptive parameter server selection mechanism designed to optimize the training efficiency in each round of FL training by selecting the most appropriate server as the parameter server.Our approach leverages the flexibility of cloud resource computing power,and allows organizers to strategically select servers for data broadcasting and aggregation,thus improving training performance while maintaining cost efficiency.The FedAdaSS algorithm estimates the utility of client systems and servers and incorporates an adaptive random reshuffling strategy that selects the optimal server in each round of the training process.Theoretical analysis confirms the convergence of FedAdaSS under strong convexity and L-smooth assumptions,and comparative experiments within the FLSim framework demonstrate a reduction in training round-to-accuracy by 12%–20%compared to the Federated Averaging(FedAvg)with random reshuffling method under unique server.Furthermore,FedAdaSS effectively mitigates performance loss caused by low client engagement,reducing the loss indicator by 50%. 展开更多
关键词 Machine learning systems federated learning server selection artificial intelligence of things non-IID data
下载PDF
A Design of an SMTP Email Server
5
作者 Liheng Hu 《Journal of Electronic Research and Application》 2024年第4期41-47,共7页
This study developed a mail server program using Socket API and Python.The program uses the Hypertext Transfer Protocol(HTTP)to receive emails from browser clients and forward them to actual email service providers vi... This study developed a mail server program using Socket API and Python.The program uses the Hypertext Transfer Protocol(HTTP)to receive emails from browser clients and forward them to actual email service providers via the Simple Mail Transfer Protocol(SMTP).As a web server,it handles Transmission Control Protocol(TCP)connection requests from browsers,receives HTTP commands and email data,and temporarily stores the emails in a file.Simultaneously,as an SMTP client,the program establishes a TCP connection with the actual mail server,sends SMTP commands,and transmits the previously saved emails.In addition,we also analyzed security issues and the efficiency and availability of this server,providing insights into the design of SMTP mail servers. 展开更多
关键词 Mail server Socket API HTTP protocol SMTP protocol Security analysis Efficiency analysis
下载PDF
Excel+SQL Server在实验成绩信息管理中的应用研究
6
作者 舒鹏丽 高平 白心爱 《电脑编程技巧与维护》 2024年第3期107-109,共3页
深入探讨了如何利用Excel和SQL Server集成化地管理和分析大学物理实验成绩信息。通过建立数据库、导入导出数据、数据查询与分析及使用Excel的数据透视表和图表功能,可以高效地管理实验成绩数据,进而深入分析学生的学习情况和教学效果。
关键词 EXCEL表格 SQL server数据库 实验成绩 数据
下载PDF
Browser/Server模式管理信息系统的设计与实现 被引量:40
7
作者 柳树春 廖孟扬 +1 位作者 王思贤 徐振勤 《计算机工程与应用》 CSCD 北大核心 2000年第6期106-107,132,共3页
文章讨论了浏览器/服务器模式信息管理系统的主要原理及关键技术,并以实际应用中所开发的医院护理管理系统为例,着重介绍了运用ASP技术设计和实现B/S模式信息管理系统的基本方法。
关键词 浏览器/服务器 管理信息系统 ASP 医院
下载PDF
基于WWW的Browser/Server结构的信息系统研究与设计 被引量:17
8
作者 姚国祥 毛涛 沈镇林 《计算机科学》 CSCD 北大核心 1998年第6期75-77,共3页
随着用户的大量涌入,Internet上的信息资源和站点以迅猛的速度大幅增长,目前,已经没有人能准确地统计出Internet的规模,尤其是信息资源的规模。然而,在Internet上提供的信息服务除了传统的电子邮件Email、文件传输ftp和公告牌BBS外,其... 随着用户的大量涌入,Internet上的信息资源和站点以迅猛的速度大幅增长,目前,已经没有人能准确地统计出Internet的规模,尤其是信息资源的规模。然而,在Internet上提供的信息服务除了传统的电子邮件Email、文件传输ftp和公告牌BBS外,其主角还是后起之秀www。 展开更多
关键词 信息系统 WWW 浏览器/服务器 INTERNET网
下载PDF
基于Browser/Server的焊工档案管理系统 被引量:6
9
作者 刘丰 魏艳红 +1 位作者 庞忠瑞 刘古文 《焊接》 2004年第2期30-33,共4页
将焊工档案按照基本信息和专业信息进行分类 ,并据此建立数据库 ,实现了Internet环境下的焊工档案录入、更新和检索。将用户分为三个级别 ,所有功能均按照级别予以限定 ,实现了免费信息和付费信息的管理。本文采用MicrosoftSQLServer 2 ... 将焊工档案按照基本信息和专业信息进行分类 ,并据此建立数据库 ,实现了Internet环境下的焊工档案录入、更新和检索。将用户分为三个级别 ,所有功能均按照级别予以限定 ,实现了免费信息和付费信息的管理。本文采用MicrosoftSQLServer 2 0 0 0作为数据库管理系统 ,综合运用ASP、VBScript、JavaScript和HTML技术 ,利用MicrosoftInterDev 6 .0和MicromediaDreamweaver 4作为开发平台 ,在Windows 2 0 0 0IIS下测试了所有程序。 展开更多
关键词 焊工档案 档案管理 browser/server 数据库 焊接
下载PDF
基于Browser/Server结构的远程数据采集 被引量:4
10
作者 姚志峰 周洁敏 陶云刚 《数据采集与处理》 CSCD 2002年第2期231-234,共4页
将网络技术融入数据采集系统使得原先在一台机器上完成的工作可以由多台机器分担 ,这使得数据采集站的负担大大减轻 ,数据分析的任务可以交给其他计算机完成。通过合理的资源配置 ,将可以大幅度提高系统的性能 ,并完成一些原先不可能完... 将网络技术融入数据采集系统使得原先在一台机器上完成的工作可以由多台机器分担 ,这使得数据采集站的负担大大减轻 ,数据分析的任务可以交给其他计算机完成。通过合理的资源配置 ,将可以大幅度提高系统的性能 ,并完成一些原先不可能完成的任务。与传统的 Client/Server结构不同 ,本文介绍了一种基于 Browser/Server结构的远程数据采集方法 ,利用通用网关接口 (CGI)进行远程数据采集 ,从而用一种更简洁的方式将数据采集系统与网络结合起来。同时论述了在 CGI程序中与设备驱动程序通讯实现数据采集的方法 ,并与其他方法进行了比较。最后通过实验证明 ,采用 Browser/Server结构进行远程数据采集是确实可行的 。 展开更多
关键词 browser/server结构 远程数据采集 数据处理 计算机网络
下载PDF
Client/Server和Browser/Server两种模式合用的高校设备物资管理信息系统 被引量:12
11
作者 贾克斌 常武 +3 位作者 张鸿源 刘俊千 王一柏 任启财 《计算机工程》 CAS CSCD 北大核心 2000年第10期86-88,共3页
讨论了采用Client/Server模式与Browser/Server模式相结合作为MIS开发平台的方法.通过对两种模式的比较,说明了采用这种开发平台的原因和特点,并对基于这种平台的高校设备物资管理系统的设计开发方法... 讨论了采用Client/Server模式与Browser/Server模式相结合作为MIS开发平台的方法.通过对两种模式的比较,说明了采用这种开发平台的原因和特点,并对基于这种平台的高校设备物资管理系统的设计开发方法进行了说明。系统运行的结果表明,在目前条件下,这种方法是可行的。 展开更多
关键词 C/S B/S 管理信息系统 设备物资管理 高校
下载PDF
网络信息系统从Client/Server到Browser/Server 被引量:3
12
作者 杨玉 李建军 康婧 《哈尔滨商业大学学报(自然科学版)》 CAS 2002年第5期515-518,共4页
探讨了网络信息系统建设中Client/Server和Browser/Server的区别与联系 ,阐述了Client/Server系统的二层体系结构和Browser/Server系统的三层体系结构 。
关键词 网络信息系统 CLIENT/server browser/server 体系结构 客户机 服务器 浏览器
下载PDF
Browser/Server数据库模式在高速公路管理系统中的应用 被引量:4
13
作者 王江 张辉 +1 位作者 赵忠堂 孙胜红 《计算机工程与应用》 CSCD 北大核心 1999年第12期82-84,共3页
文章阐述了基于WWW的Browser/Server数据库模式高速公路管理系统的设计及实现技术,特别是对Browser/Server数据库模式下系统数据库的安全性作了比较详细的说明。
关键词 高速公路 管理系统 数据库 浏览器/服务器
下载PDF
基于Browser/Server模式的管理信息系统的开发 被引量:9
14
作者 吴国谱 李志蜀 《四川大学学报(自然科学版)》 CAS CSCD 北大核心 1999年第1期43-48,共6页
IS3.0基本部件中的ADO是建立在最新开放数据连接规范OLEDB之上的应用接口,利用ADO可开发基于Browser/Server模式的管理信息系统.这种系统具有操作方便、使用灵活、维护简单、性能稳定、数据传输安全可... IS3.0基本部件中的ADO是建立在最新开放数据连接规范OLEDB之上的应用接口,利用ADO可开发基于Browser/Server模式的管理信息系统.这种系统具有操作方便、使用灵活、维护简单、性能稳定、数据传输安全可靠等优点.作者介绍其工作方式、关键技术及实现方法。 展开更多
关键词 INTERNET MIS 浏览器 服务器 管理信息系统
下载PDF
基于Browser/Server开发的中国土壤系统分类检索系统 被引量:3
15
作者 刘光 李树德 +1 位作者 赵烨 马修军 《水土保持研究》 CSCD 2002年第4期45-48,共4页
以土壤系统分类和土壤调查资料为依托 ,建立区域土壤类型、诊断土层及其诊断特性的数据库 ,以满足区域农业生产和科学研究对土壤信息的需要 ,是现代土壤科学研究的核心内容之一。在综合分析《中国土壤系统分类(修订方案 )》的指标体系 ... 以土壤系统分类和土壤调查资料为依托 ,建立区域土壤类型、诊断土层及其诊断特性的数据库 ,以满足区域农业生产和科学研究对土壤信息的需要 ,是现代土壤科学研究的核心内容之一。在综合分析《中国土壤系统分类(修订方案 )》的指标体系 ,即土壤诊断土层和诊断特性的基础上 ,采用数据库管理、地理信息系统、面向对象编程技术、浏览器 /服务器模式和多层数据库技术等研究方法 ,使用 C++Builder4 .0开发工具 ,在土壤系统分类的计算机自动检索实现、网络实现及其应用领域以及土壤信息网上发布作了初步探索 ,开发了基于 展开更多
关键词 开发 检索系统 中国土壤系统分类 WEBGIS 面向对象技术 Browse/server体系 C++BUILDER
下载PDF
基于Browser/Server结构学生网上评教系统的研究与开发 被引量:4
16
作者 于全 王希 王群 《解放军医院管理杂志》 2006年第2期177-178,共2页
关键词 浏览器 服务器 学生评教 指标体系 browser/server结构 学生网上评教系统 开发 高等教育
下载PDF
基于代理中间件的安全Browser/Server系统 被引量:3
17
作者 汪渊 李思昆 《计算机工程》 CAS CSCD 北大核心 2000年第7期127-128,共2页
在分析代理中间件原理的基础上,提出了一个基于代理中间件的安全Browser/Server系统。该系统可为采用Browser/Server系统结构开发的用户应用提供一种透明的数据安全服务。
关键词 代理 中间件 browser/server系统 数据加密
下载PDF
基于WWW和分布对象技术的Browser/Server结构 被引量:12
18
作者 贾军渭 《计算机工程》 CAS CSCD 北大核心 1998年第10期29-31,44,共4页
首先讨论了当前WWW的不足,然后计分布式对象技术CORBA及ORB互操作进行了讨论.在此基础上,进行了将CORBA规范、Java语言与WWW技术相结合构成Browser/Server的尝试,并给出了在Browser/Server结构上构建信息系统的设想.
关键词 browser/server WWW 分布对象 计算机网络
下载PDF
基于Browser/Server体系结构的XFMIS设计与实现 被引量:8
19
作者 杨莹 刘献忠 《计算机工程》 CAS CSCD 北大核心 1999年第7期103-103,F003,共2页
介绍了一种基于Browser/Server结构,设计和开发全省消防综合信息管理(XFMIS)的方法。重点分析了系统的设计方法、关键技术以及主要功能和特色。
关键词 浏览器/服务器 体系结构 XFMIS 消防系统 设计
下载PDF
一个基于Browser/Server体系结构的旅游服务系统 被引量:6
20
作者 赵洁 《计算机系统应用》 北大核心 2002年第4期14-17,共4页
Internet的出现和发展对旅游行业带来了巨大的挑战和机遇。本文主要阐述了基于Browser/Server的旅游服务系统的主要实现技术,并以基于Browser/Server的旅游服务系统TSS为例,重点分析了系统功能,网络结构,软件结构和关键技术。
关键词 browser/server 体系结构 旅游服务体系 旅游行业 INTERNET
下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部