五月天黄色网址,国内久久精品,偷拍亚洲欧美,亚洲精品视频在线看

博禾醫(yī)生官網(wǎng)

科普文章

查疾病 找醫(yī)生 找醫(yī)院

什么原因能引起腰肌勞損

發(fā)布時(shí)間:2020-08-2851758次瀏覽

有些疾病雖然是生活中比較常見(jiàn)的病癥,但是人們卻因?yàn)闀r(shí)間忙的緣故對(duì)病癥的知識(shí)了解不多,專家表示,對(duì)于腰肌勞損這種疾病,我們必需掌握它的發(fā)生病因,以便讓自己盡快的將病癥治愈,那么什么原因能引起腰肌勞損呢?

1、積累性損傷:腰部肌肉韌帶在日常生活勞動(dòng)中,可經(jīng)常受到牽張,受力大而頻繁的組織,會(huì)出現(xiàn)小的纖維斷裂、出血和滲出。斷裂組織修復(fù)和出血、滲出被吸收后,可遺留瘢痕和組織粘連。這些組織易牽拉、壓迫內(nèi)在神經(jīng)纖維產(chǎn)生腰痛。腰肌勞損患者這種腰痛休息后減輕,勞累后加重,甚至不能較長(zhǎng)時(shí)間堅(jiān)持某種姿勢(shì)。

2、遷延的急性腰扭傷:急性腰扭傷在急性期治療不徹底,損傷的肌肉、筋膜、韌帶修復(fù)不良,產(chǎn)生較多瘢痕和粘連,致使腰部功能減低且易出現(xiàn)疼痛,腰肌勞損患者常感覺(jué)腰部無(wú)力,陰雨天則腰酸背痛,長(zhǎng)時(shí)間持續(xù)不愈。

3、腰肌筋膜無(wú)菌性炎癥:長(zhǎng)期彎腰或坐位工作,使腰背肌長(zhǎng)期處于牽拉狀態(tài),出現(xiàn)痙攣、缺血、水腫、粘連等,有人稱之為無(wú)菌性炎癥。

4、其他:先天性脊柱畸形,下肢功能或結(jié)構(gòu)缺陷,可導(dǎo)致腰背組織勞損。體弱、內(nèi)臟病變也會(huì)使腰背部應(yīng)激能力降低。妊娠晚期腰部負(fù)重增加也容易產(chǎn)生腰肌勞損。

疾病的發(fā)生原因可以讓我們?cè)谥委煵“Y上,有效而穩(wěn)定的進(jìn)行。上述的資料介紹就是說(shuō)的腰肌勞損的發(fā)生與哪些因素有關(guān)的講解,希望對(duì)你有幫助。專家提示,患上腰肌勞損,千萬(wàn)不要吃一些像姜、花椒等有刺激的食物。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語(yǔ)音時(shí)長(zhǎng) '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

' +''+ date_format(list.ctime, 'yyyy-MM-dd') +'' +'

' +'

' +''+ list.c_click +' 次收聽(tīng)' +'

' +'
' +'
' +'
' } }else{ return '' } } function loadHtmlArticle(list){ if(list){ return '
' + (list.litpic ? '' : '') +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'' +'
' +'
' }else{ return '' } } function loadHtmlAsk(list){ if(list){ return '
' +'
' +'' +'問(wèn)' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對(duì)Date的擴(kuò)展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(shí)(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個(gè)占位符, // 年(y)可以用 1-4 個(gè)占位符,毫秒(S)只能用 1 個(gè)占位符(是 1-3 位的數(shù)字) // 例子: // date_format("yyyy-MM-dd HH:mm:ss.S") ==> 2006-07-02 08:09:04.423 // date_format("yyyy-M-d H:m:s.S") ==> 2006-7-2 8:9:4.18 function date_format(time, fmt) { //author: meizz time = new Date(parseInt(time)*1000) var o = { "M+" : time.getMonth()+1, //月份 "d+" : time.getDate(), //日 "h+" : time.getHours(), //小時(shí) "m+" : time.getMinutes(), //分 "s+" : time.getSeconds(), //秒 "q+" : Math.floor((time.getMonth()+3)/3), //季度 "S" : time.getMilliseconds() //毫秒 }; if(/(y+)/.test(fmt)) fmt=fmt.replace(RegExp.$1, (time.getFullYear()+"").substr(4 - RegExp.$1.length)); for(var k in o){ if(new RegExp("("+ k +")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length==1) ? (o[k]) : (("00"+ o[k]).substr((""+ o[k]).length))); } return fmt; } function timeFt(m,s){ if(m){ return m + ':' + s; }else{ return s; } } function dataFilter(data, str){ str = str || ''; if(data){ return data; }else{ return str; } }