期刊文献+
共找到5,316篇文章
< 1 2 250 >
每页显示 20 50 100
基于AI智能体的隐藏RESTful API识别与漏洞检测方法
1
作者 林怡 夏冰 +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
A REST API Fuzz Testing Framework Based on GUI Interaction and Specification Completion
2
作者 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
基于依赖图的REST API模糊测试方法
3
作者 陈静 宗国笑 +2 位作者 王新蕾 魏强 武泽慧 《小型微型计算机系统》 北大核心 2025年第5期1224-1231,共8页
随着REST API在Web服务和云服务中的广泛应用,其安全问题也引起越来越多的关注.模糊测试作为主流的缺陷检测方法之一,已被适用到该领域.但现有的模糊测试方法缺乏有效的探索机制,平等的对待所有API操作和参数,导致难以生成复杂而有效的... 随着REST API在Web服务和云服务中的广泛应用,其安全问题也引起越来越多的关注.模糊测试作为主流的缺陷检测方法之一,已被适用到该领域.但现有的模糊测试方法缺乏有效的探索机制,平等的对待所有API操作和参数,导致难以生成复杂而有效的请求,很难发现API中的深层bug.为解决上述问题,本文提出基于依赖图的REST API模糊测试方法,首先采用动静结合的方式对API间的数据依赖关系进行分析建模,构建加权API依赖图,优先考虑具有更多潜在依赖项的API,提升有效测试用例的生成率;其次,提出对参数的变异价值进行评估的方法,优先对不安全的参数进行测试;最后基于反馈信息验证缺陷的存在性.为测试本文方法的有效性,编码开发了原型系统RESTFuzzer,并与RESTler、RestTestGen、ZAP等现有REST API缺陷检测工具进行比较.实验结果表明,与现有工具相比,测试用例生成的质量更高,并且在实际测试中发现了更多API安全缺陷. 展开更多
关键词 rest API API依赖图 模糊测试 缺陷检测
在线阅读 下载PDF
基于RESTful API的医疗信息交互平台开发与应用
4
作者 刘卫方 《计算机应用文摘》 2025年第19期147-149,152,共4页
随着互联网技术的迅速发展,医疗行业正逐步实现数字化转型。基于RESTful API的医疗信息交互平台应运而生,旨在促进医疗数据的共享与交换,提升医疗服务的效率和质量。文章探讨了该平台的开发与应用,重点分析了平台架构、API接口设计、安... 随着互联网技术的迅速发展,医疗行业正逐步实现数字化转型。基于RESTful API的医疗信息交互平台应运而生,旨在促进医疗数据的共享与交换,提升医疗服务的效率和质量。文章探讨了该平台的开发与应用,重点分析了平台架构、API接口设计、安全策略及实际应用等方面,旨在为医疗信息交互平台的开发提供理论依据与实践经验,推动医疗行业数字化进程。 展开更多
关键词 restful API 医疗信息交互平台 数字化转型 API接口设计
在线阅读 下载PDF
开放数据的学术影响力:基于DIRECT联盟与REST-meta-MDD数据库的文献计量证据
5
作者 王欣雨 陈思丞 +4 位作者 陈彦蓉 左西年 赵靖平 臧玉峰 严超赣 《中国科学数据(中英文网络版)》 2025年第4期296-323,共28页
重性抑郁障碍(MDD)是全球最常见的精神疾病之一,其复杂的神经生物学机制以及对个体化治疗的迫切需求,推动了抑郁症脑影像大数据研究的进一步发展。静息态功能磁共振成像作为活体无创的全脑神经影像学技术,已广泛应用于MDD的脑影像病理... 重性抑郁障碍(MDD)是全球最常见的精神疾病之一,其复杂的神经生物学机制以及对个体化治疗的迫切需求,推动了抑郁症脑影像大数据研究的进一步发展。静息态功能磁共振成像作为活体无创的全脑神经影像学技术,已广泛应用于MDD的脑影像病理特征分析,但由于小样本和分析方法差异等因素,研究结果推广性受限。为解决这一问题,我国学者依托DPARSF的国内临床用户网络,联合全国精神科专家,牵头建立了抑郁症脑影像大数据(DIRECT)联盟,通过统一标准化预处理,显著提高了研究结果的可重复性。DIRECT联盟于2020年面向全球公开了REST-meta-MDD数据库,为研究者提供了一个开放的数据资源。本研究对2019–2025年使用REST-meta-MDD数据库进行研究的103篇文章进行了文献计量学分析。结果发现,REST-meta-MDD不仅加速了抑郁症的脑影像学研究,还促进了跨国合作和开放科学的发展。通过数据共享,研究者在MDD的亚型分类、诊断模型优化及脑结构和功能异质性等方向取得了进展,也为其他精神疾病的诊断提供了重要参考,增强了不同神经精神疾病之间的诊断差异化。未来,随着更多样本的加入和数据共享的深入,REST-meta-MDD数据库将在训练多疾病分类模型、实现跨疾病诊断、指导神经调控干预以及针对特定临床问题的人工智能分析等方面发挥更大作用。 展开更多
关键词 重性抑郁障碍 DIRECT联盟 rest-meta-MDD R-fMRI 神经成像 开放科学
在线阅读 下载PDF
REST API设计安全性检测研究
6
作者 张燕怡 阮树骅 郑涛 《信息网络安全》 北大核心 2025年第8期1313-1325,共13页
在REST API的设计和开发过程中,遵循 REST原则以及最佳实践等规范,对确保REST API服务的一致性、可用性和安全性是至关重要的。针对 REST API设计检测领域中存在的安全维度及语义层面检测机制不完善问题,文章提出一个REST API设计安全... 在REST API的设计和开发过程中,遵循 REST原则以及最佳实践等规范,对确保REST API服务的一致性、可用性和安全性是至关重要的。针对 REST API设计检测领域中存在的安全维度及语义层面检测机制不完善问题,文章提出一个REST API设计安全性检测框架RADSD,旨在从不同结构层次对API设计的安全性进行检测。首先,通过收集整理 REST API相关指导规范并结合实证研究,构建了一个多层次的 REST API 安全设计规范库;然后,针对规范库中各项规范要求设计对应的检测算法,并将大语言模型引入REST API设计检测,实现针对API设计语法和语义的多种检测方法。实验结果证明,RADSD框架能够对业界真实REST API进行多层次检测,识别API存在的设计安全性问题,并生成详细的检测报告,平均准确率达97.1%。 展开更多
关键词 rest API安全性 设计规范 模式匹配 大语言模型
在线阅读 下载PDF
基于RESTful API的前后端分离项目接口测试方法研究
7
作者 孙业超 《软件》 2025年第9期116-118,共3页
本文针对前后端分离架构下接口交互复杂性提升问题,提出了基于RESTful API的接口测试方法,构建统一测试框架,设计功能测试、性能测试与安全性测试策略,实现了自动化测试流程管理与数据驱动机制。结合独立实验环境,开展多维度验证分析。... 本文针对前后端分离架构下接口交互复杂性提升问题,提出了基于RESTful API的接口测试方法,构建统一测试框架,设计功能测试、性能测试与安全性测试策略,实现了自动化测试流程管理与数据驱动机制。结合独立实验环境,开展多维度验证分析。研究成果为前后端分离项目接口测试体系建设提供了技术支撑,具备良好应用推广价值。 展开更多
关键词 前后端分离 restful API 接口测试 性能验证 安全性分析
在线阅读 下载PDF
Apolipoprotein E is a marker of all chondrocytes in the growth plate resting zone
8
作者 Joe Kodama Takeshi Oichi +5 位作者 Kevin J.Wilkinson Joshua M.Abzug Takashi Kaito Motomi Enomoto-Iwamoto Masahiro Iwamoto Satoru Otsuru 《Bone Research》 2025年第3期618-629,共12页
The resting zone(RZ)in mammalian growth plates is critical for maintaining and regulating chondrocyte turnover during longitudinal bone growth as a control tower and stem cell reservoir.Although recent lineage tracing... The resting zone(RZ)in mammalian growth plates is critical for maintaining and regulating chondrocyte turnover during longitudinal bone growth as a control tower and stem cell reservoir.Although recent lineage tracing studies have identified several markers for stem cells in the RZ,these markers only partially label chondrocytes in the RZ,suggesting that the resting chondrocytes(RCs)are a heterogeneous population with different types of stem cells.Since a comprehensive marker for RCs is still lacking,the RZ is generally determined based on ambiguous histological criteria,such as small and round chondrocytes without columnar formation,which may lead to inconsistencies among researchers.Therefore,in this study,we used single-cell RNA sequencing(scRNAseq)of growth plate chondrocytes followed by validation by fluorescence in situ hybridization(FISH)to precisely annotate cell clusters in scRNAseq and search for a marker of RCs.The scRNAseq analysis revealed that apolipoprotein E(Apoe)was the tophit gene,which was ubiquitously expressed in the RC cluster.FISH confirmed that Apoe was exclusively localized to the histologically defined RZ.In newly generated Apoe^(mCherry)knock-in mice,we further confirmed that mCherry expression mirrored the distribution of Apoe-expressing chondrocytes in the RZ particularly after the formation of the secondary ossification center.These mCherry+RCs were slow cycling in vivo and exhibited stem cell properties in vitro.Moreover,APOE was detected in human growth plate RCs.These findings suggest that apolipoprotein E is a novel pan-RC marker in both mouse and human growth plates. 展开更多
关键词 stem cells stem cell resting chondrocytes rcs stem cellssince longitudinal bone growth maintaining regulating resting zone rz control tower
暂未订购
基于RESTful实现自助借还系统与图书管理系统数据交换应用研究
9
作者 李侠 《现代信息科技》 2025年第23期117-120,125,共5页
图书馆自助借还系统的引入,提高了图书馆的智能化水平,使图书借阅服务更加便捷、丰富和个性化。文章详细阐述图书管理系统和自助借还系统的架构、开发语言及数据库设计。通过数据处理服务、业务逻辑服务、RFID设备接口服务和数据同步服... 图书馆自助借还系统的引入,提高了图书馆的智能化水平,使图书借阅服务更加便捷、丰富和个性化。文章详细阐述图书管理系统和自助借还系统的架构、开发语言及数据库设计。通过数据处理服务、业务逻辑服务、RFID设备接口服务和数据同步服务,实现自助借还系统的借书、还书、续借等功能和图书管理系统中的资源管理、资源典藏、读者服务、统计报表等模块功能。文章还设计了两大系统间的数据交互方式、RESTful接口架构与规范,并统一了数据交互模式、通信格式及接口标准。 展开更多
关键词 自助借还系统 图书管理系统 restful技术 数据交换
在线阅读 下载PDF
Alterations of interhemispheric functional connectivity in patients with hypertensive retinopathy using voxelmirrored homotopic connectivity:a resting state fMRI study
10
作者 Xue-Lin Wang Yu Chen +10 位作者 Jin-Yu Hu Hong Wei Qian Ling Liang-Qi He Cheng Chen Yi-Xin Wang Yan-Mei Zeng Xiao-Yu Wang Qian-Min Ge Xu Chen Yi Shao 《International Journal of Ophthalmology(English edition)》 2025年第2期297-307,共11页
AIM:To analyze whether alterations of voxel mirror homology connectivity(VMHC)values,as determined by resting-state functional magnetic resonance imaging(rsfMRI),occur in cerebral regions of patients with hypertensive... AIM:To analyze whether alterations of voxel mirror homology connectivity(VMHC)values,as determined by resting-state functional magnetic resonance imaging(rsfMRI),occur in cerebral regions of patients with hypertensive retinopathy(HR)and to determine the relationship between VMHC values and clinical characteristics in patients with HR.METHODS:Twenty-one patients with HR and 21 agematched healthy controls(HCs)were assessed by rsfMRI scanning.The functional connectivity between the hemispheres of the cerebrum was assessed by measuring VMHC,with the ability of VMHC to distinguish between the HR and HC groups assessed using receiver operating characteristic(ROC)curve analysis.Differences in the demographic and clinical characteristics of the HR and HC groups were analyzed by independent sample t-tests.The relationship between average VMHC in several brain areas of HR patients and clinical features was determined using Pearson correlation analysis.RESULTS:Mean VMHC values of the bilateral cuneus gyrus(BA19),bilateral middle orbitofrontal gyrus(BA47),bilateral middle temporal gyrus(BA39)and bilateral superior medial frontal gyrus(BA9)were lower in the HR than in the HC group.CONCLUSION:VMHC values can predict the development of early HR,prevent the transformation of hypertensive microangiopathy,and provide useful information explaining the changes in neural mechanism associated with HR. 展开更多
关键词 hypertensive retinopathy voxel-mirrored homotopic connectivity NEUROIMAGING functional MRI resting state
原文传递
Towards Secure APIs:A Survey on RESTful API Vulnerability Detection
11
作者 Fatima Tanveer Faisal Iradat +1 位作者 Waseem Iqbal Awais Ahmad 《Computers, Materials & Continua》 2025年第9期4223-4257,共35页
RESTful APIs have been adopted as the standard way of developing web services,allowing for smooth communication between clients and servers.Their simplicity,scalability,and compatibility have made them crucial to mode... RESTful APIs have been adopted as the standard way of developing web services,allowing for smooth communication between clients and servers.Their simplicity,scalability,and compatibility have made them crucial to modern web environments.However,the increased adoption of RESTful APIs has simultaneously exposed these interfaces to significant security threats that jeopardize the availability,confidentiality,and integrity of web services.This survey focuses exclusively on RESTful APIs,providing an in-depth perspective distinct from studies addressing other API types such as GraphQL or SOAP.We highlight concrete threats-such as injection attacks and insecure direct object references(IDOR)-to illustrate the evolving risk landscape.Our work systematically reviews state-of-the-art detection methods,including static code analysis and penetration testing,and proposes a novel taxonomy that categorizes vulnerabilities such as authentication and authorization issues.Unlike existing taxonomies focused on general web or network-level threats,our taxonomy emphasizes API-specific design flaws and operational dependencies,offering a more granular and actionable framework for RESTful API security.By critically assessing current detection methodologies and identifying key research gaps,we offer a structured framework that advances the understanding and mitigation of RESTful API vulnerabilities.Ultimately,this work aims to drive significant advancements in API security,thereby enhancing the resilience of web services against evolving cyber threats. 展开更多
关键词 restful API vulnerability detection API security TAXONOMY systematic review
在线阅读 下载PDF
Effects of Climate Warming on Resting Metabolic Rate and Metabolic Enzyme Activities of Takydromus septentrionalis
12
作者 Jixiang ZHANG Cheng QIN +4 位作者 Yubin TIAN Jiahuan WANG Shuran LI Yongpu ZHANG Weiguo DU 《Asian Herpetological Research》 2025年第2期202-209,共8页
The dependence of energy metabolism on temperature is universally recognized as a critical physiological hallmark for evaluating the susceptibility of ectothermic organisms to global warming.However,the underlying phy... The dependence of energy metabolism on temperature is universally recognized as a critical physiological hallmark for evaluating the susceptibility of ectothermic organisms to global warming.However,the underlying physiological and biochemical bases of this temperature dependence remain largely unknown.In this study,we conducted a simulated climate warming experiment under seminatural enclosure conditions and compared the differences in resting metabolic rate (RMR) and key metabolic enzyme activities between the warming and control groups of Takydromus septentrionalis at various test temperatures.We found that the activities of hexokinase,lactate dehydrogenase,alanine aminotransferase and acetyl-CoA carboxylase of T.septentrionalis were not affected by climate warming,despite a decrease in RMR measured at high temperatures of 34°C and 38°C.Overall,these findings suggest that artificial warming simulating climate change can lead to a decline in RMR,but does not alter the activity of key metabolic enzymes.Our study provides insight into how climate warming influences the energy metabolism of lizards. 展开更多
关键词 climate warming metabolic enzyme physiological plasticity resting metabolic rates
原文传递
Central alterations of brain networks in patients with optic neuritis:a resting state fMRI study
13
作者 Liang Huang Dan Song +11 位作者 Lei Zhong Xuan Liao Xian-Mei Zhou Qian-Min Ge Qian Ling Yan-Mei Zeng Xiao-Yu Wang Jin-Yu Hu Cheng Chen Liang-Qi He Qiong Zhou Yi Shao 《International Journal of Ophthalmology(English edition)》 2025年第3期469-477,共9页
AIM:To assess the alterations in the resting-state function connections between the two cerebral hemispheres in patients with optic neuritis(ON)and healthy controls(HCs).METHODS:A total of 12 ON patients(six males and... AIM:To assess the alterations in the resting-state function connections between the two cerebral hemispheres in patients with optic neuritis(ON)and healthy controls(HCs).METHODS:A total of 12 ON patients(six males and six females)and 12 HCs(six males and six females)who were highly matched for sex,age,and educational level were recruited.They underwent functional magnetic resonance imaging(fMRI),testing and brain activities were assessed using the degree centrality(DC)method.Correlation analysis between the mean DC values in specific brain areas and behavior performances was analyzed as well.Linear correlations between A anxiety scale(AS)and depression scale(DS)values and DC values in brain regions of patients with ON were also analyzed.RESULTS:The areas that showed a higher DC value in ON patients were the right angular gyrus and bilateral precuneus,while the left insula and left superior temporal gyrus(LSTG)were regions that presented a lower DC value in ON patients.A receiver operating characteristic(ROC)curve analysis confirmed the accuracy of the area under the curve(AUC)assessment.Linear analysis showed anxiety scale(AS)and depression scale(DS)values in the left insula were both negatively correlated with DC values,while best corrected visual acuity logMAR-R(BCVA logMAR-R)showed a negative correlation with DC in the LSTG.CONCLUSION:The study explores altered brain activities of specific regions in patients with ON.The results provide clues for revealing the underlying mechanism of ON development. 展开更多
关键词 optic neuritis functional magnetic resonance imaging resting state
原文传递
Differential Resting-State Brain Activity Following Early-and Late-Night Sleep Loss
14
作者 Tianqi Di Libo Zhang +6 位作者 Shiqiu Meng Yang Guo Wangyue Liu Enyu Zheng Zhoulong Yu Yan Sun Jie Shi 《Neuroscience Bulletin》 2025年第9期1696-1700,共5页
Dear Editor,Sleep deprivation and loss can have detrimental effects on brain function.Among common patterns of sleep loss are delayed sleep onset(early night sleep loss,EL)and premature awakening(late night sleep loss... Dear Editor,Sleep deprivation and loss can have detrimental effects on brain function.Among common patterns of sleep loss are delayed sleep onset(early night sleep loss,EL)and premature awakening(late night sleep loss,LL).Here,we investigated the distinct impacts of EL and LL on resting-state brain activity.A total of 100 healthy students from several universities in Beijing were recruited and randomly assigned to one of three groups:EL,LL,or full sleep(FS).Restingstate functional magnetic resonance imaging(rs-fMRI)scans were conducted following the sleep manipulations.Compared to the FS group,the LL group showed abnormal low-frequency fluctuation(fALFF)in the prefrontal cortex and insula. 展开更多
关键词 sleep loss sleep deprivation late night sleep loss delayed sleep onset early prefrontal cortex resting state brain activity functional magnetic resonance premature awakening late
原文传递
米曲霉对玉米浆中营养成分的降解规律及产物的吸收特性研究
15
作者 王晓杰 夏春荣 刘晓兰 《食品与生物技术学报》 北大核心 2026年第1期100-108,共9页
【目的】探究米曲霉(Aspergillus oryzae)对玉米浆中营养成分的降解规律及产物的吸收特性。【方法】采用米曲霉对玉米浆进行发酵,分别在发酵1、3、5、7、9、11 d时探究玉米浆中营养物质的降解规律,并测定发酵7 d后玉米浆中的氨基酸质量... 【目的】探究米曲霉(Aspergillus oryzae)对玉米浆中营养成分的降解规律及产物的吸收特性。【方法】采用米曲霉对玉米浆进行发酵,分别在发酵1、3、5、7、9、11 d时探究玉米浆中营养物质的降解规律,并测定发酵7 d后玉米浆中的氨基酸质量分数及肽的相对分子质量分布;同时,利用黑木耳菌丝体静息细胞探究其对玉米浆发酵产物的吸收规律。【结果】当发酵时间为1~7 d时,随着发酵时间的延长,玉米浆中总糖和还原糖质量浓度显著下降,而可溶性蛋白质量浓度、氨基酸态氮质量浓度、氨基酸总量、米曲霉生物量及蛋白酶活性均显著升高。被黑木耳菌丝体静息细胞吸收的玉米浆发酵产物具有亲水性和两亲性,且相对分子质量分布均匀。【结论】在不添加任何辅料的条件下,米曲霉可高效发酵玉米浆,且其发酵产物能被食用菌吸收利用,为玉米浆源食用菌营养剂的开发奠定了基础。 展开更多
关键词 玉米浆 米曲霉 营养物质 静息细胞 吸收
在线阅读 下载PDF
不同浓度罗哌卡因对踝关节骨折神经阻滞后反跳痛的影响
16
作者 陶婷 谭其莲 +3 位作者 尹海玲 方兆晶 张文文 张勇 《中国临床研究》 2026年第3期342-346,共5页
目的 探讨不同浓度罗哌卡因与踝关节骨折神经阻滞后反跳痛发生及疼痛程度的差异,为优化围手术期镇痛方案提供依据。方法 前瞻性选择2023年1月至12月在南京市第一医院择期全身麻醉下行踝关节骨折切开复位内固定术的患者88例,按随机数字... 目的 探讨不同浓度罗哌卡因与踝关节骨折神经阻滞后反跳痛发生及疼痛程度的差异,为优化围手术期镇痛方案提供依据。方法 前瞻性选择2023年1月至12月在南京市第一医院择期全身麻醉下行踝关节骨折切开复位内固定术的患者88例,按随机数字表法随机分为高浓度组(n=44)和低浓度组(n=44)。在麻醉诱导前,两组患者接受单次超声引导下收肌管阻滞以及腘窝坐骨神经阻滞,低浓度组患者使用0.125%罗哌卡因40 mL,高浓度组患者使用0.375%罗哌卡因40 mL。所有患者均接受围手术期多模式镇痛。记录以下数据:术后48 h的反跳痛发生率、疼痛程度以及持续时间,术后6 h、12 h、24 h及48 h的静息数字分级评分法(NRS)评分,术后24 h和48 h小腿Lovett肌力分级,静脉自控镇痛(PCIA)首次按压时间、术后48 h有效按压次数和补救镇痛次数,以及不良反应发生情况。结果 两组患者反跳痛持续时间差异无统计学意义(P>0.05)。低浓度组患者术后48 h内反跳痛的发生率低于高浓度组[13.6%(6/44)vs 40.9%(18/44),χ^(2)=8.250,P=0.004]。术后12 h NRS评分高浓度组显著低于低浓度组[1(1,2)vs 2(1,3),Z=2.157,P=0.031],术后24 h NRS评分高浓度组显著高于低浓度组[4(3,5)vs 3(2,4),Z=2.132,P=0.033]。低浓度组患者术后PCIA首次按压时间早于高浓度组患者(P<0.01)。低浓度组患者术后48 h PCIA有效按压次数及补救镇痛次数少于高浓度组(P<0.05)。低浓度组患者术后24 h小腿肌力高于高浓度组(P<0.01),但术后48 h两组差异无统计学意义(P>0.05)。结论 低浓度罗哌卡因神经阻滞后反跳痛的发生率较低、疼痛程度较轻,低浓度罗哌卡因收肌管联合坐骨神经阻滞更适合踝关节骨折围手术期的多模式镇痛。 展开更多
关键词 踝关节骨折 神经阻滞 反跳痛 静息痛 罗哌卡因 患者静脉自控镇痛 肌力
原文传递
泥炭土静止侧压力系数影响因素试验研究
17
作者 欧明喜 李强 韩忠玉 《土木与环境工程学报(中英文)》 北大核心 2026年第2期90-99,共10页
静止侧压力系数K_(0)是解决岩土类工程问题的重要参数。为研究泥炭土K_(0)的影响因素和作用机理,采用K_(0)固结仪对昆明滇池泥炭土开展侧限压缩试验,系统分析了竖向应力、有机质含量和初始孔隙比对K_(0)的影响规律,并从结构性角度探讨K_... 静止侧压力系数K_(0)是解决岩土类工程问题的重要参数。为研究泥炭土K_(0)的影响因素和作用机理,采用K_(0)固结仪对昆明滇池泥炭土开展侧限压缩试验,系统分析了竖向应力、有机质含量和初始孔隙比对K_(0)的影响规律,并从结构性角度探讨K_(0)变化规律的形成机理。结果表明:重塑泥炭土的静止侧压力系数不是恒定常数,而是与竖向应力和有机质含量有关;加载时K_(0)随竖向应力的增加而减小,最后趋于稳定,且在较低竖向应力下K_(0)的减小趋势更显著;同一竖向应力下,有机质含量越大,K_(0)越小,整个加载过程K_(0)下降幅度越大;泥炭土结构性在加载过程中的动态变化是引起K_(0)变化的根本原因,竖向应力和有机质通过影响其结构性进而影响K_(0),且两者间存在一定的耦合关系;重塑泥炭土稳定后K_(0)值在0.42~0.6之间,低于无机黏土,并与有机质含量存在线性负相关,基于试验结果提出了相应的拟合关系式;初始孔隙比与K_(0)值的关系较为离散。 展开更多
关键词 泥炭土 静止侧压力系数 侧限压缩试验 结构性 有机质含量
在线阅读 下载PDF
首次透析前终末期肾病患者脑功能改变与认知功能障碍的相关性
18
作者 张盼 张桂荣 +1 位作者 张明 丁墩 《分子影像学杂志》 2026年第2期205-210,共6页
目的利用静息态功能磁共振成像(rs-fMRI)的比例低频波动振幅(fALFF)及功能连接(FC)算法,探讨首次透析前终末期肾病(ESRD)患者脑功能改变,进一步分析脑功能改变与认知评分间的相关性。方法选取2023年4月~2025年3月在本院就诊的拟行肾脏... 目的利用静息态功能磁共振成像(rs-fMRI)的比例低频波动振幅(fALFF)及功能连接(FC)算法,探讨首次透析前终末期肾病(ESRD)患者脑功能改变,进一步分析脑功能改变与认知评分间的相关性。方法选取2023年4月~2025年3月在本院就诊的拟行肾脏替代治疗的ESRD患者48例(ESRD组),同期招募相匹配的健康志愿者44例(对照组)。所有受试者均进行rsfMRI序列扫描及认知功能评估(MoCA),比较两组的fALFF的差异,并以上述差异脑区作为感兴趣区,使用FC分析研究感兴趣区与全脑体素之间的功能整合模式;在控制年龄、性别及受教育程度的影响后,分别对差异脑区的fALFF值及FC值与MoCA评分进行偏相关分析。结果ESRD组患者MoCA评分低于对照组(P<0.001);与对照组比较,ESRD患者右侧楔前叶fALFF值减低(t=-5.445,团块水平FWE校正,P<0.05,团块体素≥67);FC分析发现,ESRD患者右侧楔前叶与右侧缘上回、右侧中扣带回的FC降低,但与右侧额中回的FC增加;在控制性别、年龄和教育水平后,右侧楔前叶与右侧缘上回的FC值与ESRD患者MoCA评分呈正相关(P<0.05)。结论静息状态下ESRD患者默认模式网络的脑自发活动及功能连接发生改变,并与认知功能密切相关,这些发现为理解首次透析前ESRD相关认知功能障碍的神经病理生理机制提供了新的影像学证据。 展开更多
关键词 终末期肾病 静息态功能磁共振成像 比例低频波动幅度 功能连接 认知功能障碍
暂未订购
保留与不保留左结肠动脉腹腔镜直肠癌根治术对直肠癌患者术后并发症及预后的影响
19
作者 李杨 张丽颖 《中国实用医药》 2026年第7期23-27,共5页
目的分析保留与不保留左结肠动脉(LCA)腹腔镜直肠癌根治术对直肠癌患者并发症发生率及预后的影响。方法回顾性收集100例直肠癌患者的临床资料,按照手术方法不同分为保留组(68例,行保留LCA腹腔镜直肠癌根治术)、不保留组(32例,行不保留LC... 目的分析保留与不保留左结肠动脉(LCA)腹腔镜直肠癌根治术对直肠癌患者并发症发生率及预后的影响。方法回顾性收集100例直肠癌患者的临床资料,按照手术方法不同分为保留组(68例,行保留LCA腹腔镜直肠癌根治术)、不保留组(32例,行不保留LCA腹腔镜直肠癌根治术)。比较两组手术指标(淋巴结清扫数量、住院时间、术中出血量、手术时间、排气时间)、胃肠道功能(缩胆囊素、胃肠道生活质量指数、胃泌素)、肛肠功能(直肠最大容量、肛管静息压、Wexner便秘评分)、术后6个月并发症发生率以及术后2年复发率、转移率、生存率。结果与不保留组的(15.39±0.96)d、(29.60±1.42)h、(101.21±9.08)ml相比,保留组住院时间(13.72±1.04)d、排气时间(20.78±1.35)h更短,术中出血量(92.53±8.62)ml更少,差异具有统计学意义(P<0.05);两组淋巴结清扫数量、手术时间比较,差异无统计学意义(P>0.05)。术后7 d,与不保留组的(131.94±19.26)ng/L、(133.45±9.47)pg/ml、(76.32±5.07)分相比,保留组缩胆囊素(159.17±18.43)ng/L、胃泌素(145.18±8.56)pg/ml和胃肠道生活质量指数(89.15±4.88)分均更高,差异具有统计学意义(P<0.05)。术后7 d,与不保留组的(97.36±4.02)ml、(39.75±1.82)mm Hg(1 mm Hg=0.133 kPa)、(5.93±0.34)分相比,保留组直肠最大容量(108.51±3.75)ml、肛管静息压(42.86±1.35)mm Hg较高,Wexner便秘评分(4.08±0.21)分较低,差异具有统计学意义(P<0.05)。术后6个月,保留组并发症发生率较不保留组低,差异有统计学意义(1.47%vs.15.63%,P<0.05)。术后随访2年,保留组与不保留组复发率、转移率和生存率比较,差异无统计学意义(4.41%vs.15.63%、2.94%vs.12.50%,91.18%vs.81.25%,P>0.05)。结论保留与不保留LCA腹腔镜直肠癌根治术对直肠癌患者远期预后情况相当,但保留LCA腹腔镜直肠癌根治术在术后能更早的促进患者胃肠道功能恢复,且在肛肠功能改善方面更具优势,且并发症更少。 展开更多
关键词 直肠癌 腹腔镜直肠癌根治术 左结肠动脉 胃泌素 肛管静息压 缩胆囊素 直肠最大容量
暂未订购
从休息权到离线权:数字时代劳动者权益保障的范式革新
20
作者 邹开亮 李征 《宜宾学院学报》 2026年第1期62-69,共8页
在数字化时代,数字技术的发展和电子通信设备的普及打破了传统工作与非工作的时空边界,劳动者在非工作时间无法“离线”以屏蔽用人单位工作任务的“滋扰”,这损害了劳动者身心健康。离线权是数字化时代劳动者应当保有的一项新型独立权利... 在数字化时代,数字技术的发展和电子通信设备的普及打破了传统工作与非工作的时空边界,劳动者在非工作时间无法“离线”以屏蔽用人单位工作任务的“滋扰”,这损害了劳动者身心健康。离线权是数字化时代劳动者应当保有的一项新型独立权利,虽然具有保障劳动者休息权利的现实功能,但不宜将其纳入劳动者休息权范畴。在我国劳动立法完善进程中,应当在明确劳动者离线权的独立权利地位和适用主体范围的基础上,细化“线上加班”的认定与量化规则,同时强化保障劳动者离线权的执法监察,并通过加强宣传、政府引导等措施提高劳动者对于离线权的认识与维权意识,从多层面入手切实保障数字化时代劳动者的合法权益。 展开更多
关键词 数字化时代 离线权 休息权 隐性加班 劳动监察 新型独立权利
在线阅读 下载PDF
上一页 1 2 250 下一页 到第
使用帮助 返回顶部