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

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

科普文章

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

預(yù)防前列腺癌的建議

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

前列腺癌發(fā)病率逐漸增加,嚴(yán)重危害男性的健康和生命。由于大部分前列腺癌為雄激素依賴型,治療也側(cè)重于手術(shù)去勢(shì)或藥物去勢(shì),有損男性尊嚴(yán),故生活中要注意預(yù)防,避免前列腺癌來(lái)襲。

1、合理飲食

前列腺癌發(fā)生與膳食結(jié)構(gòu)密切相關(guān),醫(yī)學(xué)研究表明,高脂飲食、高鈣飲水都是前列腺癌的誘發(fā)因素。多吃蔬菜和水果,保持大便通暢,可降低前列腺充血的風(fēng)險(xiǎn)。

2、生活規(guī)律

生活規(guī)律,起居定時(shí),對(duì)前列腺具有保護(hù)作用。多飲水多排尿,通過(guò)尿液經(jīng)常沖洗尿道可幫助前列腺分泌物排出,以預(yù)防感染,避免憋尿,因?yàn)楸锬驎?huì)導(dǎo)致前列腺包膜張力的增高,長(zhǎng)此以往會(huì)加重前列腺增生,同時(shí)充盈的膀胱會(huì)壓迫前列腺,加重期充血負(fù)擔(dān)。

3、戒煙

吸煙是誘發(fā)前列腺癌的重要危險(xiǎn)因素,應(yīng)該積極戒掉,減少煙草對(duì)自身及周?chē)说奈:Α?/p>

4、保持清潔

男性的陰囊伸縮性大,分泌汗液較多,加上陰部通風(fēng)差,包皮過(guò)長(zhǎng),包莖等,容易藏污納垢,增加前列腺疾病的風(fēng)險(xiǎn),誘發(fā)癌變,故應(yīng)注意日常清潔,常換內(nèi)褲。

5、加強(qiáng)性教育

首先前列腺癌的危險(xiǎn)性增加與淋病、尖銳濕疣等性傳播疾病有關(guān),因此要注意潔身自好,樹(shù)立健康向上的性道德觀,節(jié)制性生活,避免多性伴侶。提高對(duì)性的認(rèn)識(shí),注意性衛(wèi)生,保持正常健康的性生活,對(duì)預(yù)防前列腺癌具有重要意義。

6、定期體檢

40歲以上的男性定期檢查血清前列腺特異抗體(PSA)水平,這對(duì)前列腺癌的早期發(fā)現(xià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; } }