期刊文献+
共找到65,969篇文章
< 1 2 250 >
每页显示 20 50 100
基于提示学习的API评论知识图谱构建方法
1
作者 杨延军 刘名威 +1 位作者 彭鑫 赵文耘 《计算机应用与软件》 北大核心 2026年第2期8-15,31,共9页
API(Application Programming Interface)是现代软件开发中提升效率的重要组件,开发者经常在问答社区的评论中学习不同类型的API知识,由此引发一系列对API评论进行分类的研究工作。然而相关工作在分类时均需要大量标注数据,成本较高。为... API(Application Programming Interface)是现代软件开发中提升效率的重要组件,开发者经常在问答社区的评论中学习不同类型的API知识,由此引发一系列对API评论进行分类的研究工作。然而相关工作在分类时均需要大量标注数据,成本较高。为此,提出一种基于提示学习的API评论知识图谱构建方法,能够将评论分类任务转化为模型擅长的单词预测任务从而提升分类效果。相对于基线方法,该方法的F1指标提升16.1%~21%,召回率提升30.6%~36.2%。此外,所提出的知识图谱结构可以将不同帖子中的API评论按照不同粒度、不同类别、去冗余地整合在一起。并且通过实验证明所建知识图谱能够有效帮助开发者学习相关API知识。 展开更多
关键词 api评论 提示学习 知识图谱
在线阅读 下载PDF
基于AI智能体的隐藏RESTful API识别与漏洞检测方法
2
作者 林怡 夏冰 +3 位作者 王永 孟顺达 刘居宠 张书钦 《计算机应用》 北大核心 2026年第1期135-143,共9页
伴随RESTful API在现代Web服务中的普及,安全问题日益凸显。而现有的主流API识别与漏洞检测工具依赖API文档或公开路径进行扫描,在识别隐藏API或无文档API时效果有限,在复杂或动态API环境下漏洞误报率高。针对这些挑战,基于上下文协议(M... 伴随RESTful API在现代Web服务中的普及,安全问题日益凸显。而现有的主流API识别与漏洞检测工具依赖API文档或公开路径进行扫描,在识别隐藏API或无文档API时效果有限,在复杂或动态API环境下漏洞误报率高。针对这些挑战,基于上下文协议(MCP)无缝通信智能体,提出一种隐藏API发现和漏洞检测的智能体系统A2A(Agent to API vulnerability detection)来实现从API发现到漏洞检测的全流程自动化。A2A通过自适应枚举和HTTP响应分析自动识别潜在的隐藏API端点,并结合服务特定的API指纹库进行隐藏API的确认和发现。A2A在API漏洞检测上则是结合大语言模型(LLM)与检索增强生成(RAG)技术,并通过反馈迭代优化策略,自动生成高质量测试用例以验证漏洞是否存在。实验评估结果表明,A2A的平均API发现率为91.9%,假发现率为7.8%,并成功发现NAUTILUS和RESTler未能检测到的多个隐藏API漏洞。 展开更多
关键词 RESTful api 漏洞检测 大语言模型 检索增强生成 AI智能体
在线阅读 下载PDF
MO_BLA:基于规则集与深度学习的API风险检测
3
作者 邵游朋 袁建廷 +1 位作者 郑金 杨楠 《计算机应用与软件》 北大核心 2026年第1期142-148,232,共8页
在数字化转型过程中信息流通以及各种程序、应用和系统之间的连接,使得API在应用架构中变得更加普遍。API作为应用程序之间、应用与用户之间交互的桥梁,承载着企业的业务逻辑和大量敏感数据,在数字时代呈爆发式增长,围绕API安全的探索... 在数字化转型过程中信息流通以及各种程序、应用和系统之间的连接,使得API在应用架构中变得更加普遍。API作为应用程序之间、应用与用户之间交互的桥梁,承载着企业的业务逻辑和大量敏感数据,在数字时代呈爆发式增长,围绕API安全的探索成为当下不可回避的话题。故设计一种API风险检测模型(MO_BLA),利用ModSecurity规则集对风险API误报率低的优点,融入深度学习模型并引入注意力机制,提高API风险检测的准确率。实验结果表明,该方法在API风险检测上具有明显的优势,其识别准确率可达97.50%。 展开更多
关键词 api安全风险 深度学习 数据安全 漏洞检测
在线阅读 下载PDF
Cuda-Gen:一种基于API知识图覆盖驱动的CUDA模糊测试框架
4
作者 宋霁洋 范希明 +3 位作者 高心怡 丁雪川 雷琦 方勇 《四川大学学报(自然科学版)》 北大核心 2026年第2期259-274,共16页
在人工智能驱动的时代,NVIDIA CUDA库已成为加速计算密集型任务不可或缺的工具,但由于其闭源代码和独特的编程范式,其安全性评估仍然严重不足。现有研究还没有专门针对CUDA库的漏洞挖掘工具。本文讨论了对CUDA库进行模糊测试所面临的挑... 在人工智能驱动的时代,NVIDIA CUDA库已成为加速计算密集型任务不可或缺的工具,但由于其闭源代码和独特的编程范式,其安全性评估仍然严重不足。现有研究还没有专门针对CUDA库的漏洞挖掘工具。本文讨论了对CUDA库进行模糊测试所面临的挑战:1)缺乏指导导致生成的测试驱动能够覆盖的API范围有限;2)基于大模型生成的测试驱动在输入变异方面效率低下。本文提出了一种名为Cuda-Gen的新工具,用于发现CUDA库中的潜在漏洞。Cuda-Gen能够从零开始为各种CUDA库函数生成测试驱动,执行高效的参数变异,并适配多种CUDA库的需求。首先,利用大语言模型(LLM)从CUDA文档和示例代码中提取语义关系,构建知识图谱,从而优先考虑API交互与上下文依赖关系。提出API覆盖位图,以引导模糊测试器探索测试不足的库函数。此外,API知识图谱还结合编译器诊断信息来修复错误的桩代码,从而提升编译成功率。随后,Cuda-Gen使用大模型分析并解耦参数依赖关系,区分可变参数,对其进行参数隔离变异,以提高变异效率。在3个CUDA版本(12.4、12.7和13.0)以及6个被广泛使用的库(如cuBLAS、cuFFT)上的评估表明,Cuda-Gen相较于基线工具Fuzz4all,平均实现了2.97倍的API覆盖率和4.0倍的API边覆盖率。实验还发现了3个未知漏洞,已由NVIDIA安全团队验证。 展开更多
关键词 模糊测试 基于大语言模型的知识图谱 CUDA库安全 api覆盖位图
在线阅读 下载PDF
Bioinspired interface-mediated multichannel sensor array for rapid and robust identification of bacteria
5
作者 Ting Huang Xiaohua Zhu +4 位作者 Meiling Liu Haitao Li Youyu Zhang Yang Liu Shouzhuo Yao 《Chinese Chemical Letters》 2025年第8期613-617,共5页
Rapid and robust identification of bacteria is crucial for environmental monitoring and clinical diagnosis.Herein,a bioinspired interface-mediated multichannel sensor array was developed based on three-coloremitting a... Rapid and robust identification of bacteria is crucial for environmental monitoring and clinical diagnosis.Herein,a bioinspired interface-mediated multichannel sensor array was developed based on three-coloremitting antimicrobial functional carbon dots(FCDs)and concanavalin A doped polydopamine nanoparticles(Con A-PDA)for identification of bacteria.In this sensor,the fluorescence intensity of the three FCDs was quenched by the Con A-PDA.Upon addition different types of bacteria,the fluorescence intensity of the three FCDs was restored or further quenched.Recur to statistical analysis methods,it is employed to accurately discriminate 10 types of bacteria(including three probiotics and seven pathogenic bacteria)in natural water samples and human urine samples.The discrimination ability of the sensor array was highly enhanced via different competing binding of the FCDs and the bacteria toward Con A-PDA.The proposed array-based method offers a rapid,high-throughput,and reliable sensing platform for pathogen diagnosis in the field of environmental monitoring and clinical diagnosis. 展开更多
关键词 BACTERIA Sensor array Bioinspired interface Carbon dots Polydopamine nanoparticles
原文传递
互联网医院API安全治理与风险监测技术研究
6
作者 刘玉兵 《中国信息界》 2026年第2期205-207,共3页
引言随着互联网医院的发展,医疗信息系统的相互连接日益紧密,API接口成为数据交换与业务协作的关键渠道。然而,接口开放引发的安全隐患愈发凸显,如凭证滥用、参数注入、会话重放等事件频繁出现,极大威胁了数据安全与业务持续运行。现存... 引言随着互联网医院的发展,医疗信息系统的相互连接日益紧密,API接口成为数据交换与业务协作的关键渠道。然而,接口开放引发的安全隐患愈发凸显,如凭证滥用、参数注入、会话重放等事件频繁出现,极大威胁了数据安全与业务持续运行。现存系统在权限管理、请求验证以及日志可观测方面依旧存在短板,造成异常行为无法及时被发现和跟踪[1]。面对这一挑战,搭建一套系统化的安全治理框架十分必要。 展开更多
关键词 风险监测技术 互联网医院 api安全治理
暂未订购
API接口资源漏洞分析及访问控制方法研究与实现
7
作者 黎鹏 刘智文 +1 位作者 王重杨 廖明亮 《数字通信世界》 2026年第2期47-49,共3页
API数量爆发式增长使安全威胁加剧,针对其开放性与传统防护不足的矛盾,本文提出基于RBAC和API资源树结合的访问控制模型,通过构建资源树、设计五张核心数据表,实现.NET Core权限验证,解决细粒度权限管控问题,防止越权访问。
关键词 api 接口资源 漏洞分析 访问控制 模型实现
在线阅读 下载PDF
BCH 012—88与API 1104焊接标准在油气管道工程中的应用差异对比
8
作者 袁运栋 叶建军 +1 位作者 杨永杰 孟川 《石化技术》 2026年第1期1-3,共3页
油气管道工程作为能源输送的重要基础设施,管道焊接质量是保障油气管道安全运行的关键因素,而焊接标准则是指导和规范焊接工作的依据。基于此,通过对BCH 012—88和API 1104两种焊接标准进行深入对比,探究两者存在的差异性,并对其应用情... 油气管道工程作为能源输送的重要基础设施,管道焊接质量是保障油气管道安全运行的关键因素,而焊接标准则是指导和规范焊接工作的依据。基于此,通过对BCH 012—88和API 1104两种焊接标准进行深入对比,探究两者存在的差异性,并对其应用情况进行分析,以期为保障我国企业海外油气管道工程建设项目的焊接质量奠定基础。 展开更多
关键词 BCH 012—88 api 1104 焊接标准 油气管道 差异对比
在线阅读 下载PDF
VAE型API胶黏剂的制备与性能表征
9
作者 宋孟璐 《当代化工研究》 2026年第1期103-105,共3页
以醋酸乙烯-乙烯共聚乳液(VAE)、聚乙烯醇(PVA)溶液、重质碳酸钙(CaCO_(3))和邻苯二甲酸二丁酯(DBP)为主剂,和异氰酸酯固化剂(型号:PM200)共混制备了VAE型水性高分子-异氰酸酯(API)胶黏剂。考察了PVA的聚合度和质量分数、PM200固化剂的... 以醋酸乙烯-乙烯共聚乳液(VAE)、聚乙烯醇(PVA)溶液、重质碳酸钙(CaCO_(3))和邻苯二甲酸二丁酯(DBP)为主剂,和异氰酸酯固化剂(型号:PM200)共混制备了VAE型水性高分子-异氰酸酯(API)胶黏剂。考察了PVA的聚合度和质量分数、PM200固化剂的用量、碳酸钙的用量对API胶黏剂性能的开放期、拉伸剪切强度和耐水性影响。研究结果表明:采用PVA1788,质量分数为14%,CaCO_(3)用量为30%,PM200用量为13%(基于主剂)时,制备API胶黏剂的开放期可达120 min,干强度最高可达12.5 MPa,湿强度可达4.4 MPa(20℃浸泡4天)和4.5 MPa(沸水煮6 h后20℃浸泡2 h),达到了欧洲EN 204:2016-D4级标准。 展开更多
关键词 VAE乳液 api胶黏剂 开放期 拉伸剪切强度 耐水性
在线阅读 下载PDF
ISO 10425与API 9A给出6股公称直径102 mm钢丝绳最小破断拉力有误分析及预估
10
作者 沈志军 秦万信 《金属制品》 2026年第1期39-43,共5页
基于数理统计分析,认为API Specification 9A/ISO 10425:2003、API Specification 9A:2011、API Specification 9A:2020、ISO 10425:2023等给出6股公称直径102 mm钢丝绳最小破断拉力6340 kN有误,且明显偏小;相关标准中粗直径6股钢丝绳... 基于数理统计分析,认为API Specification 9A/ISO 10425:2003、API Specification 9A:2011、API Specification 9A:2020、ISO 10425:2023等给出6股公称直径102 mm钢丝绳最小破断拉力6340 kN有误,且明显偏小;相关标准中粗直径6股钢丝绳最小破断拉力与公称直径之间存在可用数理统计方法获得的数学关系式;给出对应公称直径102 mm钢丝绳最小破断拉力预估值为6770 kN。 展开更多
关键词 ISO 10425 api 9A 粗直径钢丝绳 最小破断拉力 数理统计
在线阅读 下载PDF
Brain-computer interfaces re-shape functional neurosurgery
11
作者 Thomas Kinfe Steffen Brenner Nima Etminan 《Neural Regeneration Research》 2026年第3期1122-1123,共2页
Invasive as well as non-invasive neurotechnologies conceptualized to interface the central and peripheral nervous system have been probed for the past decades,which refer to electroencephalography,electrocorticography... Invasive as well as non-invasive neurotechnologies conceptualized to interface the central and peripheral nervous system have been probed for the past decades,which refer to electroencephalography,electrocorticography and microelectrode arrays.The challenges of these mentioned approaches are characterized by the bandwidth of the spatiotemporal resolution,which in turn is essential for large-area neuron recordings(Abiri et al.,2019). 展开更多
关键词 microelectrode arraysthe brain computer interfaces ELECTROENCEPHALOGRAPHY ELECTROCORTICOGRAPHY interface central peripheral nervous system non invasive neurotechnologies functional neurosurgery microelectrode arrays
暂未订购
Photoelectrocatalytic degradation of refractory organic pollutants in water:Mechanism of active species generation by modulating the photoanode micro-interface
12
作者 Yuhao Ma Yufei Zhou +4 位作者 Hongli Li Cheng Fang Mingchuan Yu Shaoxia Yang Junfeng Niu 《Chinese Chemical Letters》 2026年第1期198-207,共10页
The escalating global issues of water scarcity and pollution emphasize the critical need for the rapid development of efficient and eco-friendly water treatment technologies.Photoelectrocatalytic technology has emerge... The escalating global issues of water scarcity and pollution emphasize the critical need for the rapid development of efficient and eco-friendly water treatment technologies.Photoelectrocatalytic technology has emerged as a promising solution for effectively degrading refractory organic pollutants in water under light conditions.This review delves into the advancements made in the field,focusing on strategies to enhance the generation of active species by modulating the micro-interface of the photoanode.Strategies,such as morphological control,element doping,introduction of surface oxygen vacancies,and construction of heterostructures,significantly improve the separation efficiency of photogenerated charges and the generation of active species,thereby boosting the efficiency of photoelectrocatalytic performance.Furthermore,the review explores the potential applications of photoelectrocatalytic technology in organic pollutant degradation in solutions.It also outlines the current challenges and future development directions.Despite its remarkable laboratory success,practical implementation of photoelectrocatalytic technology encounters obstacles related to stability,cost-effectiveness,and operational efficiency.Future investigations need to focus on optimizing the performance of photoelectrocatalytic materials and exploring strategies for upscaling their application in real water treatment scenarios. 展开更多
关键词 Photoelectrocatalytic degradation PHOTOANODE interface modulation Active species MECHANISM
原文传递
Synergistic enhancement of strength and ductility of Ti_(2)AlC/TiAl through Mn solid solution and interface manipulation
13
作者 Yuanzheng Wei Yilu Li +3 位作者 Shili Shu Hongyu Yang Feng Qiu Qichuan Jiang 《International Journal of Minerals,Metallurgy and Materials》 2026年第2期610-622,共13页
Introducing Ti_(2)AlC particles into TiAl alloys can effectively improve their strength,but this can also lead to stress concentration at the interface,resulting in the reduction of ductility.Therefore,Mn is adopted t... Introducing Ti_(2)AlC particles into TiAl alloys can effectively improve their strength,but this can also lead to stress concentration at the interface,resulting in the reduction of ductility.Therefore,Mn is adopted to synergistically improve the strength and ductility of the Ti_(2)AlC/TiAl composite through solid solution and interface manipulation.The first-principles calculation shows the Ti-Mn bonds are formed at the Ti_(2)AlC/TiAl interface after Mn doping,characterized primarily by metallic bonds with some covalent bonding.This combination preserves strength while enhancing ductility.Then,Ti_(2)AlC/TiAl-Mn composite is prepared.The Ti_(2)AlC,with an average size of 1.6μm,is uniformly distributed within the TiAl matrix.Mn doping reduces the lamellar colony size and lamellar thickness by 25.1%and 27.4%,respectively.A small quantity of Mn accumulates at the boundaries of the lamellar colonies.The Mn content must be controlled to avoid segregation,which may negatively impact performance.The yield stress,ultimate compressive stress,fracture strain,and product of strength and plasticity of the Ti_(2)AlC/TiAl-Mn composite have been increased by 5.5%,11.5%,10.4%,and 23.0%,respectively,compared to those of the Ti_(2)AlC/TiAl composite.The enhancement in strength is due to the combined effects of grain refinement,solid solution of Mn,and twining strengthening.Grain refinement and twin strengthening also can reduce stress concentration and improve ductility.In addition,at the electronic level,the Ti-Mn bond formed at the interface is contributed to the improvement of ductility. 展开更多
关键词 titanium aluminum alloy composites microstructure interfaces mechanical properties
在线阅读 下载PDF
Recent advances and perspectives in interface engineering of high-performance alloys
14
作者 Yuan Zhu Tongbo Jiang +7 位作者 Honghui Wu Faguo Hou Xiaoye Zhou Feiyang Wang Shuize Wang Junheng Gao Haitao Zhao Chaolei Zhang 《International Journal of Minerals,Metallurgy and Materials》 2026年第1期53-67,共15页
High-performance alloys are indispensable in modern engineering because of their exceptional strength,ductility,corrosion resistance,fatigue resistance,and thermal stability,which are all significantly influenced by t... High-performance alloys are indispensable in modern engineering because of their exceptional strength,ductility,corrosion resistance,fatigue resistance,and thermal stability,which are all significantly influenced by the alloy interface structures.Despite substantial efforts,a comprehensive overview of interface engineering of high-performance alloys has not been presented so far.In this study,the interfaces in high-performance alloys,particularly grain and phase boundaries,were systematically examined,with emphasis on their crystallographic characteristics and chemical element segregations.The effects of the interfaces on the electrical conductivity,mechanical strength,toughness,hydrogen embrittlement resistance,and thermal stability of the alloys were elucidated.Moreover,correlations among various types of interfaces and advanced experimental and computational techniques were examined using big data analytics,enabling robust design strategies.Challenges currently faced in the field of interface engineering and emerging opportunities in the field are also discussed.The study results would guide the development of next-generation high-performance alloys. 展开更多
关键词 interface engineering crystallographic boundary chemical boundary alloy design
在线阅读 下载PDF
Hemin with strong adsorption on zinc anode as a multi-functional interface layer for highly reversible Zn-ion batteries
15
作者 Liang Wang Weitao Li +9 位作者 Lei Zheng Mengmin Jia Dai-Huo Liu Dongmei Dai Zhuangzhuang Zhang Chunyu Ma Bao Wang Shengli Zhang Li Su Bao Li 《Chinese Chemical Letters》 2026年第1期716-721,共6页
Aqueous zinc-ion batteries(AZIBs) are regarded as one of the most promising energy conversion and storage devices.Nevertheless,side reactions and dendrite growth on the zinc metal anode hinder their widespread applica... Aqueous zinc-ion batteries(AZIBs) are regarded as one of the most promising energy conversion and storage devices.Nevertheless,side reactions and dendrite growth on the zinc metal anode hinder their widespread application.In this study,hemin was employed as a multi-functional artificial interface for the first time to inhibit the disordered growth of zinc dendrites and mitigate side reactions.Theoretical calculations indicate that hemin is preferentially adsorbed onto the zinc anode,thus blocking the interaction between the active zinc anode and electrolyte.Compared with zinc foil,the Hemin@Zn anode demonstrates enhanced corrosion resistance,a decrease in hydrogen evolution,and more orderly deposition of zinc.As expected,the symmetric cell with Hemin@Zn anode can sustain up to 4000 h at 0.2 mA/cm^(2),0.2 mAh/cm^(2).Asymmetric Zn//Cu cells exhibit an average coulombic efficiency exceeding 99.72 % during 500 cycles.Moreover,the full cell Hemin@Zn//NH_(4)V_(4)O_(10) delivers a superior capacity up to 367 m Ah/g and the discharge capacity retention reaches 124 mAh/g after 1200 cycles even at a current density of 5 A/g.This work provides a simple and effective method for constructing a robust artificial interface to promote the application of long-life AZIBs. 展开更多
关键词 HEMIN Zn-ion batteries interface DENDRITES Strong adsorption Drop coating
原文传递
Interface management on high speed two:managing multiple complex interfaces in the design and construction of high speed railway infrastructure in the United Kingdom
16
作者 Hudson Taivo Hitesh Shantilal Mistry 《Railway Sciences》 2026年第1期1-28,共28页
Purpose-Interface management is the process of managing communications,responsibilities and coordination of project parties,phases or physical entities which are dependent on one another.Interface management is a cruc... Purpose-Interface management is the process of managing communications,responsibilities and coordination of project parties,phases or physical entities which are dependent on one another.Interface management is a crucial part of managing any construction project-but particularly important for high-speed railway projects that often have several contractual parties and stakeholders,very long project timelines and huge upfront cost overlays.This paper discusses how various project interfaces were managed during the design and construction of the civil engineering infrastructure for the High Speed Two(HS2)project in the United Kingdom.Design/methodology/approach-The paper uses the case study methodology.Key interfaces on the HS2 project are grouped into various categories and the paper discusses how they were managed within the Area North Integrated Project Team(IPT)of the HS2 project made up of contractor Balfour Beatty VINCI(BBV),the Mott MacDonald SYSTRA Design Joint Venture(DJV)and client HS2 Ltd.3 different case studies drawn from across the IPT are used,each of them highlighting different interfaces and how these interfaces were managed.Findings-The paper shows how innovative technical designs and modern methods of construction were used to address some of the unique and peculiar challenges of designing a brand-new railway in the United Kingdom.Addressing the contrasting and often competing requirements of different stakeholders,coupled with challenging physical constraints of the very limited land available for the project and the use of a rarely used Act of Parliament in the delivery of the project required different approach to interface management.Collaboration and proactive stakeholder engagement are necessary for successful interface management on megaprojects.The authors posit that adopting an integrated approach to engineering and construction management is an essential ingredient for the successful delivery of high-speed railway projects.Originality/value-With many high-speed railway projects around the world coming up in the next few years,understanding the context and challenges for each country will help engineering and design managers adopt appropriate approaches for their projects.The lessons learned on the HS2 project are also transferable to other mega infrastructure projects with complex project interfaces. 展开更多
关键词 interface management Design management Design constraints Project management
在线阅读 下载PDF
A REST API Fuzz Testing Framework Based on GUI Interaction and Specification Completion
17
作者 Zonglin Li Xu Zhao +2 位作者 Yan Cao Yazhe Li Yihong Zhang 《Computers, Materials & Continua》 2026年第3期2201-2222,共22页
With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raisin... With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raising increasing concerns about their security.Existing fuzz testing methods include random or dictionary-based input generation,which often fail to ensure both syntactic and semantic correctness,and OpenAPIbased approaches,which offer better accuracy but typically lack detailed descriptions of endpoints,parameters,or data formats.To address these issues,this paper proposes the APIDocX fuzz testing framework.It introduces a crawler tailored for dynamic web pages that automatically simulates user interactions to trigger APIs,capturing and extracting parameter information from communication packets.A multi-endpoint parameter adaptation method based on improved Jaccard similarity is then used to generalize these parameters to other potential API endpoints,filling in gaps in OpenAPI specifications.Experimental results demonstrate that the extracted parameters can be generalized with 79.61%accuracy.Fuzz testing using the enriched OpenAPI documents leads to improvements in test coverage,the number of valid test cases generated,and fault detection capabilities.This approach offers an effective enhancement to automated REST API security testing. 展开更多
关键词 REST apis fuzz testing Openapi specifications
在线阅读 下载PDF
Inorganic Interface Engineering for Stabilizing Zn Metal Anode
18
作者 Shuguo Yuan Wenqi Zhao +6 位作者 Zihao Song Hai Lin Xiangyang Zhao Zhenxing Feng Zhichuan JXu Hongjin Fan Qingli Zou 《Nano-Micro Letters》 2026年第4期449-466,共18页
Aqueous zinc(Zn)metal batteries(AZMBs)have distinct advantages in terms of safety and cost-effectiveness.However,the industrial application of AZMBs is currently not ready due to challenges of Zn dendrite growth and t... Aqueous zinc(Zn)metal batteries(AZMBs)have distinct advantages in terms of safety and cost-effectiveness.However,the industrial application of AZMBs is currently not ready due to challenges of Zn dendrite growth and the side reactions such as hydrogen evolution reaction(HER)on the Zn anodes.In this review,we discuss how inorganic interfaces impact the Zn^(2+)plating/stripping reaction and overall cell performance.The discussion is categorized based on the types of inorganic materials,including metal oxides,other metal compounds,and inorganic salts.The proposed protection mechanisms for Zn metal anodes are highlighted,with a focus on the dendrite and HER inhibition mechanisms facilitated by various inorganic materials.We also provide our perspective on the rational design of advanced interfaces to enable highly reversible Zn^(2+)plating/stripping reactions toward highly stable AZMBs,paving the way for their practical implementation in energy storage. 展开更多
关键词 Zn metal batteries interface engineering Aqueous electrolytes Dendrite-free
在线阅读 下载PDF
Interface engineering of MXenes for flexible energy storage and harvesting
19
作者 Si Chen Libo Chang +2 位作者 Guozheng Zhang Wenke Xie Xu Xiao 《Science China Materials》 2026年第3期1265-1290,共26页
Flexible energy storage and harvesting devices,as core components of the flexible electronic system,have driven the transformation of electronic system from“external power supply”to“self-powering”and from“fixed f... Flexible energy storage and harvesting devices,as core components of the flexible electronic system,have driven the transformation of electronic system from“external power supply”to“self-powering”and from“fixed forms”to“adaptive configurations”,thus playing an important role in the advancement of wearable technology,the internet of things,and other related fields.MXenes,a class of two-dimensional transition metal carbides,nitrides,and carbonitrides,emerge as promising candidates for flexible energy storage and harvesting devices,attributed to their excellent conductivity,mechanical flexibility,and tunable interfacial characteristics.Specifically,the interfacial characteristics of MXenes,including surface energy,surface terminations,and interlayer spacing,have a decisive influence on the performance of MXene-based energy devices.This review summarizes the influence of microcosmic interfacial characteristics on macroscopic properties,the interfacial regulation strategies,and applications in flexible energy storage and harvesting of MXenes,concluding with current challenges and perspectives to guide the design of high-performance MXene-based energy devices. 展开更多
关键词 MXene interface engineering flexible electronics energy storage energy harvesting
原文传递
上一页 1 2 250 下一页 到第
使用帮助 返回顶部