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

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

科普文章

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

骨質(zhì)增生常用中藥

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

治療骨質(zhì)增生,必須要知道用什么樣的方法能夠取得很好的效果,在治療的過程中,首選的是藥物治療,但是西藥副作用較大,不適合長期的服用,事實(shí)上,一些中藥方法治療骨質(zhì)增生效果還是很不錯(cuò)的,只是大家平時(shí)不夠了解和關(guān)注罷了,下面就給大家介紹一些骨質(zhì)增生常用中藥。

肉桂白芷百合飲

組成:肉桂,白芷,百合,白糖3匙。

用法:將肉桂、白芷、百合分別洗凈,先將肉桂、白芷置鍋中,加清水500毫升,急火煮開5分鐘,改文火煮30分鐘,去渣取汁。將汁加入百合,再加清水500毫升,加白糖,急火煮開5分鐘,文火煮30分鐘,分次飲服。

功效:壯陽強(qiáng)筋,補(bǔ)益肺陰。

主治:腰椎骨質(zhì)增生,屬虛者,腰部疼痛,周身無力,稍用力即腰痛者。

附注:肉桂補(bǔ)腎陽,白芷行氣止痛,百合補(bǔ)肺陰。

龍眼丁香飲

組成:龍眼肉,丁香,白糖2匙。

用法:將龍眼肉、丁香洗凈,置鍋中,加清水500毫升,急火煮開5分鐘,改文火煮30分鐘,去丁香,分次飲服。

功效:壯陽益氣,行氣止痛。

主治:腰椎骨質(zhì)增生屬陽虛型,腰部疼痛伴畏寒怕冷者。

附注;龍眼肉又名桂圓肉,甘平質(zhì)潤,有很好的滋補(bǔ)作用,能壯陽益氣。現(xiàn)代研究表明,其含葡萄糖、蔗糖及酒石酸、蛋白質(zhì)等:丁香有行氣止痛之功。

這些中藥方法治療骨質(zhì)增生效果還是很不錯(cuò)的。有些人不清楚這些中藥的效果如何,因此往往不敢輕易嘗試。這些都是流傳已久的驗(yàn)方,效果還是不錯(cuò)的。希望這些都能夠給大家提供一些幫助。

' }else{ return '' } } function loadHtmlVoice(list){ if(list){ if(list.litpic){ return '
' +''+ list.title +' ' +'
' +'' +'' +'' +'
' +'
' +'
'+ (list.format_description || list.format_description) +'
' +'
' +'
' +'' +'' +'語音時(shí)長 '+ 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) +'
' +'
' +'
' +'' +'' +'語音時(shí)長 '+ 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 '' } } // 對(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; } }