期刊文献+
共找到583,478篇文章
< 1 2 250 >
每页显示 20 50 100
ASP.Net Web程序设计课程全流程智慧教学模式研究
1
作者 钟梁 刘平 王嵩 《数字通信世界》 2026年第2期109-111,共3页
本文聚焦全流程智慧教学模式的构建与实施,阐述智慧教学在促进能力生长、实现个性化学习、深化理论实践融合方面的独特价值。在此基础上,提出以学习者为中心、数据驱动决策、线上线下融合、全过程评价反馈的模式构建逻辑,并详细展开课... 本文聚焦全流程智慧教学模式的构建与实施,阐述智慧教学在促进能力生长、实现个性化学习、深化理论实践融合方面的独特价值。在此基础上,提出以学习者为中心、数据驱动决策、线上线下融合、全过程评价反馈的模式构建逻辑,并详细展开课前资源推送与自主探究、课中问题导向与协作创新、课后能力拓展与个性辅导的实践路径,为Web开发人才培养提供新范式。 展开更多
关键词 asp.net Web程序设计 智慧教学模式 全流程教学 混合式学习 教学改革
在线阅读 下载PDF
基于ASP.NET与深度学习的医学图像分割系统设计与实现
2
作者 陈少洁 陈荣征 《现代信息科技》 2026年第2期79-83,共5页
针对深度学习模型与传统Web信息系统集成中的工程难题,文章设计并实现了一个松耦合、高可用的医学图像分割信息管理系统。系统采用B/S架构,前端基于ASP.NET框架开发用户界面与业务逻辑,后端通过RESTful API调用独立部署的Mask R-CNN模... 针对深度学习模型与传统Web信息系统集成中的工程难题,文章设计并实现了一个松耦合、高可用的医学图像分割信息管理系统。系统采用B/S架构,前端基于ASP.NET框架开发用户界面与业务逻辑,后端通过RESTful API调用独立部署的Mask R-CNN模型服务,完成图像分割任务;采用SQL Server数据库进行数据管理,并设计了异步任务处理机制。成功构建了一个集用户管理、病人信息管理、图像上传及异步分割任务调度于一体的管理系统。测试验证了该系统架构在功能、性能及异构服务通信方面的有效性。该研究为解决深度学习模型在医疗信息系统中的工程化集成问题提供了可行方案,所设计的松耦合架构具有良好的实用性与扩展性。 展开更多
关键词 信息管理系统 系统集成 asp.net Mask R-CNN B/S架构
在线阅读 下载PDF
基于综合性实例驱动的ASP.NET(C#)教学模式构建与应用
3
作者 彭芳策 《电脑知识与技术》 2026年第3期150-153,共4页
针对当前ASP.NET(C#)教学中理论与实践脱节、学生综合实训能力培养不足等问题,本研究构建并实践运用综合性实例驱动的教学模式。该模式以涵盖多知识点、贴近真实应用的Web综合项目为核心载体,通过项目驱动、任务分解、协作学习等方法组... 针对当前ASP.NET(C#)教学中理论与实践脱节、学生综合实训能力培养不足等问题,本研究构建并实践运用综合性实例驱动的教学模式。该模式以涵盖多知识点、贴近真实应用的Web综合项目为核心载体,通过项目驱动、任务分解、协作学习等方法组织教学,并融合人工智能(AI)技术赋能教学全过程。研究旨在破解传统教学的碎片化困境,系统性培养学生的工程实践能力与创新思维,形成闭环式的人才培养新机制。 展开更多
关键词 asp.net(C#) 教学模式 综合性实例 项目驱动
在线阅读 下载PDF
基于ASP.NET的学生管理系统的设计与实现
4
作者 邹珺 《办公自动化》 2025年第15期99-101,共3页
随着科技的日新月异,教务工作管理要逐步信息化,使用计算机强大的计算与统计功能来管理学校的学生与教师也变得日渐重要。学生管理系统基于ASP.NET,使用Entity Framework进行数据库数据的访问,包含学生管理、课程管理、成绩管理和教师... 随着科技的日新月异,教务工作管理要逐步信息化,使用计算机强大的计算与统计功能来管理学校的学生与教师也变得日渐重要。学生管理系统基于ASP.NET,使用Entity Framework进行数据库数据的访问,包含学生管理、课程管理、成绩管理和教师管理功能,提供当前学生的学生总览,学生课程成绩、所学习课程的分配、教师信息一览表、教师当前所授课程信息等教务工作的管理。通过该系统,学生和教师可方便、轻松地进入系统管理自己的信息,也便于更好地服务于学校教务管理系统。 展开更多
关键词 学生管理系统 asp.net Entity Framework 数据 教务
在线阅读 下载PDF
ASP.NET项目中Excel数据导入导出应用研究
5
作者 陈印 邓林 《内江科技》 2025年第8期49-50,115,共3页
Excel文档是ASP.NET项目中最常用的数据导入导出载体。分析比较了.NET框架中访问Excel文档最常见的几种技术,提出了一种基于Closed XML+ADO.NET技术实现ASP.NET项目中Excel数据导入导出的解决方案,并通过项目案例进行了论证。1背景在ASP... Excel文档是ASP.NET项目中最常用的数据导入导出载体。分析比较了.NET框架中访问Excel文档最常见的几种技术,提出了一种基于Closed XML+ADO.NET技术实现ASP.NET项目中Excel数据导入导出的解决方案,并通过项目案例进行了论证。1背景在ASP.NET项目中,用户往往需要将项目数据库数据导出为Excel文件分析或分享,或使用Excel文件将外部数据批量、快速导入到项目数据库中存储。如何访问Excel文件、如何访问服务器数据库是此类需求中需要解决的首要问题。 展开更多
关键词 Excel数据导入导出 asp.net项目 ADO.net
在线阅读 下载PDF
基于ASP-SERes2Net的说话人识别算法 被引量:1
6
作者 令晓明 陈鸿雁 +1 位作者 张小玉 张真 《北京工业大学学报》 CAS 北大核心 2025年第1期42-50,共9页
为提升说话人识别的特征提取能力,解决在噪声环境下识别率低的问题,提出一种基于残差网络的说话人识别算法——ASP-SERes2Net。首先,采用梅尔语谱图作为神经网络的输入;其次,改进Res2Net网络的残差块,并且在每个残差块后引入压缩激活(sq... 为提升说话人识别的特征提取能力,解决在噪声环境下识别率低的问题,提出一种基于残差网络的说话人识别算法——ASP-SERes2Net。首先,采用梅尔语谱图作为神经网络的输入;其次,改进Res2Net网络的残差块,并且在每个残差块后引入压缩激活(squeeze-and-excitation,SE)注意力模块;然后,用注意力统计池化(attention statistics pooling,ASP)代替原来的平均池化;最后,采用附加角裕度的Softmax(additive angular margin Softmax,AAM-Softmax)对说话人身份进行分类。通过实验,将ASP-SERes2Net算法与时延神经网络(time delay neural network,TDNN)、ResNet34和Res2Net进行对比,ASP-SERes2Net算法的最小检测代价函数(minimum detection cost function,MinDCF)值为0.0401,等误率(equal error rate,EER)为0.52%,明显优于其他3个模型。结果表明,ASP-SERes2Net算法性能更优,适合应用于噪声环境下的说话人识别。 展开更多
关键词 说话人识别 梅尔语谱图 Res2net 压缩激活(squeeze-and-excitation SE)注意力模块 注意力统计池化(attention statistics pooling asp) 附加角裕度的Softmax(additive angular margin Softmax AAM-Softmax)
在线阅读 下载PDF
基于ASP.NET Core的企业岗位竞聘投票与综合考评系统设计 被引量:1
7
作者 唐毅 陆媚 《现代信息科技》 2025年第14期113-117,共5页
随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章... 随着管理理念的持续深化,众多企业愈发重视关键岗位的聘用管理与考核工作。然而,岗位数量的逐步增加以及考核指标的日益细化,暴露出传统线下竞聘与考评模式暴露出人手不足、效率低下的弊端,给企业人力资源部门带来巨大挑战。因此,文章提出一种基于ASP.NET Core的数字化解决方案。该方案以线上流程取代传统纸质流程,借助数字化技术实现数据的快速精准分析与统计,在显著提升数据处理速度与准确性的同时增强流程透明度,使竞聘和考评全程更加公开透明。方案实施后,不仅有效解决了原有难题,还大幅提升了工作效率和管理水平。 展开更多
关键词 asp.net Core 岗位竞聘投票 岗位综合考评 无纸化 系统设计
在线阅读 下载PDF
Leica ASP300S全自动组织脱水机加压失败故障排除
8
作者 尚杰 周文艳 +1 位作者 苏蔚 狄文玉 《医疗卫生装备》 2026年第1期117-120,共4页
介绍了Leica ASP300S全自动组织脱水机在日常工作中出现的加压失败故障(故障代码652),分析了故障产生的原因并对脱水程序设置和换液方法进行了改进,提出了具体的排除方法,为同行维修类似故障提供了参考。
关键词 Leica asp300S全自动组织脱水机 加压失败 故障排除
在线阅读 下载PDF
Analysis of Internet of Things Intrusion Detection Technology Based on Deep Learning
9
作者 Huijuan Zheng Yongzhou Wang 《Journal of Electronic Research and Application》 2025年第2期233-239,共7页
With the rapid development of modern information technology,the Internet of Things(IoT)has been integrated into various fields such as social life,industrial production,education,and medical care.Through the connectio... With the rapid development of modern information technology,the Internet of Things(IoT)has been integrated into various fields such as social life,industrial production,education,and medical care.Through the connection of various physical devices,sensors,and machines,it realizes information intercommunication and remote control among devices,significantly enhancing the convenience and efficiency of work and life.However,the rapid development of the IoT has also brought serious security problems.IoT devices have limited resources and a complex network environment,making them one of the important targets of network intrusion attacks.Therefore,from the perspective of deep learning,this paper deeply analyzes the characteristics and key points of IoT intrusion detection,summarizes the application advantages of deep learning in IoT intrusion detection,and proposes application strategies of typical deep learning models in IoT intrusion detection so as to improve the security of the IoT architecture and guarantee people’s convenient lives. 展开更多
关键词 Deep learning Internet of Things Intrusion detection technology
在线阅读 下载PDF
Research on Governance Strategy of Internet Public Opinion Reversal based on Blockchain Technology
10
作者 Fei Wang 《Journal of Electronic Research and Application》 2025年第3期44-51,共8页
In recent years,the network public opinion reversal governance events have occurred frequently.Over time,the repeated truth of the matter will not only weaken the rational judgment of the public to a certain extent,so... In recent years,the network public opinion reversal governance events have occurred frequently.Over time,the repeated truth of the matter will not only weaken the rational judgment of the public to a certain extent,so that its negative emotions accumulate,but also have a serious impact on the credibility of the media and the government,and may even further intensify social contradictions.Therefore,in the face of such a complex online public opinion space,accurately identifying the truth behind the incident and how to carry out the reversal of online public opinion governance is particularly critical.And blockchain technology,with its advantages of decentralization and immutable information,provides new technical support for the network public opinion reversal governance.Based on this,this paper gives an overview and analysis of blockchain technology and network public opinion reversal,and on this basis introduces the network public opinion reversal governance mechanism based on blockchain technology,aiming to further optimize the network public opinion reversal governance process,for reference only. 展开更多
关键词 Blockchain technology network public opinion reversal Governance strategy
在线阅读 下载PDF
基于ASP.NET MVC的高职院校网站的设计与实现
11
作者 支易 《软件》 2025年第6期149-151,共3页
本文基于ASP.NET MVC框架,针对高职院校网站的功能需求,提出了一套完整的网站设计与实现方案。首先,分析了高职院校网站的功能需求和用户角色,确定了网站的基本架构;其次,详细介绍了基于ASP.NET MVC框架的网站设计方法,包括系统架构、... 本文基于ASP.NET MVC框架,针对高职院校网站的功能需求,提出了一套完整的网站设计与实现方案。首先,分析了高职院校网站的功能需求和用户角色,确定了网站的基本架构;其次,详细介绍了基于ASP.NET MVC框架的网站设计方法,包括系统架构、数据库设计以及安全性设计;最后,设计实现了网站的前台、后台管理功能,并对移动端进行了适配、网站测试与部署,确保网站稳定性和可用性。 展开更多
关键词 asp.net MVC 高职院校 网站设计
在线阅读 下载PDF
基于ASP.NET MVC的在线房屋租赁管理平台研究
12
作者 王琦 王俊伟 《电脑知识与技术》 2025年第23期38-40,共3页
针对传统房屋租赁数据管理在应对日益增长的数据处理与分析需求时所暴露的局限性,该研究设计并构建了一套基于ASP.NET MVC的在线房屋租赁管理平台。该平台运用了对象关系映射(ORM)框架EntityFramework与控制反转(IoC)容器AutoFac,构建... 针对传统房屋租赁数据管理在应对日益增长的数据处理与分析需求时所暴露的局限性,该研究设计并构建了一套基于ASP.NET MVC的在线房屋租赁管理平台。该平台运用了对象关系映射(ORM)框架EntityFramework与控制反转(IoC)容器AutoFac,构建了基于接口的多层应用程序架构,并结合MUI、HUI等前端技术,优化了在线房源展示、用户交互及后台管理等核心功能,从而显著提升了房屋租赁数据管理的效率、信息服务的质量以及用户体验的便捷性。 展开更多
关键词 asp.net MVC 房屋租赁管理 IOC ORM
在线阅读 下载PDF
Exploration of the Application of Internet of Things Technology in Real-time Monitoring of Cold Chain Logistics
13
作者 Huiling Ma Xinyuan Liu +1 位作者 Weihan Zhao Haoyue Wu 《Journal of Electronic Research and Application》 2025年第3期165-170,共6页
The Internet of Things technology provides a comprehensive solution for the real-time monitoring of cold chain logistics by integrating sensors,wireless communication,cloud computing,and big data analysis.Based on thi... The Internet of Things technology provides a comprehensive solution for the real-time monitoring of cold chain logistics by integrating sensors,wireless communication,cloud computing,and big data analysis.Based on this,this paper deeply explores the overview and characteristics of the Internet of Things technology,the feasibility analysis of the Internet of Things technology in the cold chain logistics monitoring,the application analysis of the Internet of Things technology in the cold chain logistics real-time monitoring to better improve the management level and operational efficiency of the cold chain logistics,to provide consumers with safer and fresh products. 展开更多
关键词 Internet of Things technology Cold chain logistics Real-time monitoring
在线阅读 下载PDF
Application of Transcranial Magnetic Stimulation Technology in the Management of Motor Symptoms of Parkinson’s Disease
14
作者 Chengming Wang 《Journal of Clinical and Nursing Research》 2025年第5期284-290,共7页
Objective:To study the effect of transcranial magnetic stimulation(TMS)on improving motor symptoms in patients with Parkinson’s disease(PD).Methods:60 PD patients who visited the hospital from September 2023 to Augus... Objective:To study the effect of transcranial magnetic stimulation(TMS)on improving motor symptoms in patients with Parkinson’s disease(PD).Methods:60 PD patients who visited the hospital from September 2023 to August 2024 were selected as samples and randomly divided into two groups.Group A received conventional medication plus TMS treatment,while Group B received medication only.The efficacy of motor function improvement,neurological symptoms,mental state,sleep quality,quality of life,and adverse reactions was compared between the two groups.Results:The efficacy of Group A was higher than that of Group B(P<0.05).The scores of the Scales for Outcomes in Parkinson’s Disease-Autonomic(SCOPA-AUT),Mini-Mental State Examination(MMSE),and Pittsburgh Sleep Quality Index(PSQI)in Group A were lower than those in Group B(P<0.05).The quality of life scale(SF-36)score in Group A was higher than that in Group B(P<0.05).The adverse reaction rate in Group A was lower than that in Group B(P<0.05).Conclusion:TMS used in the treatment of PD patients can improve patients’mental state and motor function,optimize sleep quality and quality of life,and is safe and efficient. 展开更多
关键词 Parkinson’s disease Transcranial magnetic stimulation technology Motor symptom management
暂未订购
2024 HP special volume:Advances in high-pressure technology,novel physics and chemistry,and applications to earth and planetary sciences
15
作者 Ho-Kwang Mao Huiyang Gou +8 位作者 Qingyang Hu Michel Koenig Gang Liu Jin Liu Lin Wang Hong Xiao Wenge Yang Qiaoshi Zeng Wenjun Zhu 《Matter and Radiation at Extremes》 2025年第6期1-3,共3页
The 2024 MRE HP Special Volume selects papers on new theoretical and experimental developments in the use of static largevolume presses(LVPs)1–3 and dynamic compression4,5 for studies under extreme high-pressure and ... The 2024 MRE HP Special Volume selects papers on new theoretical and experimental developments in the use of static largevolume presses(LVPs)1–3 and dynamic compression4,5 for studies under extreme high-pressure and high-temperature(HPHT)conditions.It also continues the previous year’s6 contemporary focus on superhydrides7–11 with extremely high superconducting temperatures Tc and addresses some controversial issues.12–14 In addition,it explores unconventional pressure-induced chemistry,particularly novel chemical stoichiometry and its impact on geochemistry and cosmochemistry in the deep interiors of Earth and other planets.18–21. 展开更多
关键词 static large volume presses novel physics CHEMISTRY earth sciences dynamic compression high pressure technology superconducting temperatures planetary sciences
在线阅读 下载PDF
ASP.NET框架在教学信息管理系统中的应用
16
作者 李琼 赵静 《无线互联科技》 2025年第6期82-85,共4页
每年都会有大批外国留学生来我国高校进修学习,为进一步提升教务管理效率,提高教师的教学水平,学院计划开发一套教学信息管理系统,实现对留学生汉语课程教学的信息化管理。文章通过对某大学汉语学院教学信息管理系统的设计与实施,讨论AS... 每年都会有大批外国留学生来我国高校进修学习,为进一步提升教务管理效率,提高教师的教学水平,学院计划开发一套教学信息管理系统,实现对留学生汉语课程教学的信息化管理。文章通过对某大学汉语学院教学信息管理系统的设计与实施,讨论ASP.NET框架在教学信息管理系统中的具体应用。 展开更多
关键词 教学信息管理系统 asp.net框架 世界协调时间 进程同步
在线阅读 下载PDF
Advances in interdisciplinary ocean geoscience and technology
17
作者 Jian LIN Wule LIN +1 位作者 Zhiyuan ZHOU Fan ZHANG 《Science China Earth Sciences》 2026年第2期463-477,共15页
Ocean geoscience is a highly integrated and interdisciplinary field that plays a critical role in understanding the interaction between Earth’s lithosphere,hydrosphere,atmosphere,biosphere,and anthroposphere.Recent y... Ocean geoscience is a highly integrated and interdisciplinary field that plays a critical role in understanding the interaction between Earth’s lithosphere,hydrosphere,atmosphere,biosphere,and anthroposphere.Recent years have seen tremendous progress in global ocean research,driven by rapid advancements in deep-sea manned and unmanned submersibles,ocean drilling,seafloor observatories,big data assimilation,and supercomputing simulations.Representative examples of breakthroughs are highlighted in this work:(1)Probing sub-seafloor processes.A 10,000-meter ocean-bottom seismometer array has achieved high-resolution imaging of the deepest ocean on the Earth-the Challenger Deep of the Mariana Trench,revealing the role of key tectonic and hydrological processes within the subduction zone.The first sub-ice seafloor seismic and magnetotelluric experiments were successfully conducted at the Arctic Gakkel Ridge,providing significant insights into the dynamics of ultraslow seafloor spreading.(2)Exploration of seafloor resources.Near-seafloor investigations employing underwater robotics and multi-sensor systems have been carried out in areas of hydrothermal vents and cold seeps at global locations,including the Southwest Indian Ridge.These efforts have combined geophysical,oceanographic,chemical,and biological observations with extensive seafloor sampling.(3)Interdisciplinary research of complex catastrophic events.High-resolution simulations integrating ocean observations with supercomputing modeling have made it possible to fully model earthquake-induced seafloor deformation,tsunami propagation,and ocean basin-scale transport of the Fukushima Power Plant-derived radionuclides associated with the 2011 Tohoku earthquake.Among the world’s three major oceans,the Indian Ocean is still relatively underexplored.Major scientific challenges include elucidating crust-mantle interaction,air-sea dynamic coupling,large-scale marine hazards,and responses of ecosystems to major environmental changes,all of which require interdisciplinary collaboration.Future efforts should focus on developing intelligent unmanned observation platform systems,big data and digital twins,and AI-driven hazard modeling.Meanwhile,higher educational reforms should emphasize fostering a new generation of students and young scientists with a solid background and strong critical analysis skills to accelerate technological innovation. 展开更多
关键词 Ocean geoscience Cutting-edge ocean technology Deep-sea science and technology Multi-sphere coupling Sustainable development
原文传递
Research on the Optimal Allocation of Community Elderly Care Service Resources Based on Big Data Technology
18
作者 Shuying Li 《Journal of Clinical and Nursing Research》 2026年第1期241-246,共6页
With the accelerating aging process of China’s population,the demand for community elderly care services has shown diversified and personalized characteristics.However,problems such as insufficient total care service... With the accelerating aging process of China’s population,the demand for community elderly care services has shown diversified and personalized characteristics.However,problems such as insufficient total care service resources,uneven distribution,and prominent supply-demand contradictions have seriously affected service quality.Big data technology,with core advantages including data collection,analysis and mining,and accurate prediction,provides a new solution for the allocation of community elderly care service resources.This paper systematically studies the application value of big data technology in the allocation of community elderly care service resources from three aspects:resource allocation efficiency,service accuracy,and management intelligence.Combined with practical needs,it proposes optimal allocation strategies such as building a big data analysis platform and accurately grasping the elderly’s care needs,striving to provide operable path references for the construction of community elderly care service systems,promoting the early realization of the elderly care service goal of“adequate support and proper care for the elderly”,and boosting the high-quality development of China’s elderly care service industry. 展开更多
关键词 Big data technology COMMUNITY Elderly care Service resources
在线阅读 下载PDF
Overexpression of the inwardly rectifying potassium channel Kir4.1 or Kir4.1 Tyr^(9)Asp in Müller cells exerts neuroprotective effects in an experimental glaucoma model 被引量:1
19
作者 Fang Li Zhen Li +6 位作者 Shuying Li Hong Zhou Yunhui Guo Yongchen Wang Bo Lei Yanying Miao Zhongfeng Wang 《Neural Regeneration Research》 2026年第4期1628-1640,共13页
Downregulation of the inwardly rectifying potassium channel Kir4.1 is a key step for inducing retinal Müller cell activation and interaction with other glial cells,which is involved in retinal ganglion cell apopt... Downregulation of the inwardly rectifying potassium channel Kir4.1 is a key step for inducing retinal Müller cell activation and interaction with other glial cells,which is involved in retinal ganglion cell apoptosis in glaucoma.Modulation of Kir4.1 expression in Müller cells may therefore be a potential strategy for attenuating retinal ganglion cell damage in glaucoma.In this study,we identified seven predicted phosphorylation sites in Kir4.1 and constructed lentiviral expression systems expressing Kir4.1 mutated at each site to prevent phosphorylation.Following this,we treated Müller glial cells in vitro and in vivo with the m Glu R I agonist DHPG to induce Kir4.1 or Kir4.1 Tyr^(9)Asp overexpression.We found that both Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression inhibited activation of Müller glial cells.Subsequently,we established a rat model of chronic ocular hypertension by injecting microbeads into the anterior chamber and overexpressed Kir4.1 or Kir4.1 Tyr^(9)Asp in the eye,and observed similar results in Müller cells in vivo as those seen in vitro.Both Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression inhibited Müller cell activation,regulated the balance of Bax/Bcl-2,and reduced the m RNA and protein levels of pro-inflammatory factors,including interleukin-1βand tumor necrosis factor-α.Furthermore,we investigated the regulatory effects of Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression on the release of pro-inflammatory factors in a co-culture system of Müller glial cells and microglia.In this co-culture system,we observed elevated adenosine triphosphate concentrations in activated Müller cells,increased levels of translocator protein(a marker of microglial activation),and elevated interleukin-1βm RNA and protein levels in microglia induced by activated Müller cells.These changes could be reversed by Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression in Müller cells.Kir4.1 overexpression,but not Kir4.1 Tyr^(9)Asp overexpression,reduced the number of proliferative and migratory microglia induced by activated Müller cells.Collectively,these results suggest that the tyrosine residue at position nine in Kir4.1 may serve as a functional modulation site in the retina in an experimental model of glaucoma.Kir4.1 and Kir4.1 Tyr^(9)Asp overexpression attenuated Müller cell activation,reduced ATP/P2X receptor–mediated interactions between glial cells,inhibited microglial activation,and decreased the synthesis and release of pro-inflammatory factors,consequently ameliorating retinal ganglion cell apoptosis in glaucoma. 展开更多
关键词 apoptosis chronic ocular hypertension glial cell activation Kir4.1 overexpression Kir4.1 Tyr^(9)asp mutation microglia Müller cells NEUROINFLAMMATION neuroprotection retinal ganglion cells
暂未订购
上一页 1 2 250 下一页 到第
使用帮助 返回顶部