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

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

科普文章

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

長期失眠的危害簡介

發(fā)布時間:2020-11-2056803次瀏覽

失眠疾病屬于日常生活中比較常見的一種疾病,如果患有失眠疾病長時間不進行給身體健康會帶來,十分嚴(yán)重的損害。長期失眠造成的危害有很多的,了解常見的危害有利于我們提高對失眠疾病的警惕性。

一、健忘

如果長期失眠的話,該病就有可能會導(dǎo)致患者出現(xiàn)健忘,這主要是因為失眠影響了腦功能活動。除了健忘,長期失眠造成的危害有哪些呢,該病還很容易導(dǎo)致患者注意力無法集中,影響工作學(xué)習(xí)等。

二、肥胖

大多數(shù)人都認(rèn)為睡眠比較好的人會出現(xiàn)肥胖,但是經(jīng)研究發(fā)現(xiàn)事實并不是這樣,如果每晚多睡一個小時的話,就能幫助減肥,而那些長期失眠的患者,很容易出現(xiàn)肥胖。

三、衰老

眾所周知,人的皮膚健美和睡眠的狀態(tài)等有著很密切相關(guān)。而長期失眠的話,患者就會表現(xiàn)出神情黯然、眼圈黑暈、臉色晦暗,并且面頰會有色斑,皮膚松弛皺褶,這樣就會加速衰老。

四、疾病

長期失眠造成的最嚴(yán)重的傷害就是患者患病的幾率增加,像心臟病高血壓、老年癡呆、更年期綜合癥、抑郁、焦慮障礙等這些疾病都有可能會侵害患者的身心健康。

通過以上相關(guān)內(nèi)容的介紹,希望能夠給各位朋友帶來一些有幫助的東西。我們每個人都應(yīng)該對失眠疾病的預(yù)防工作重視起來,增加對相關(guān)的預(yù)防措施中的注意事項的了解,這樣才能夠最大可能的避免失眠疾病的侵襲。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

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

' +'

' +''+ list.c_click +' 次收聽' +'

' +'
' +'
' +'
' +'
' }else{ return '
' +'
' +''+ list.title +' ' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時長 '+ timeFt(list.durations_time.minute, list.durations_time.second) +'' +'' +'

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

' +'

' +''+ list.c_click +' 次收聽' +'

' +'
' +'
' +'
' } }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 '
' +'
' +'' +'' +''+ list.title +' ' +'' +'
' +'
'+ list.content +'
' +'
' +'' +'
' +'
' }else{ return '' } } // 對Date的擴展,將 Date 轉(zhuǎn)化為指定格式的String // 月(M)、日(d)、小時(H)、分(m)、秒(s)、季度(q) 可以用 1-2 個占位符, // 年(y)可以用 1-4 個占位符,毫秒(S)只能用 1 個占位符(是 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(), //小時 "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; } }