岳氏胃药都怎样治疗胃病哪些胃病?多长时间能治好...

百度拇指医生
&&&普通咨询
您的网络环境存在异常,
请输入验证码
验证码输入错误,请重新输入百度拇指医生
&&&普通咨询
您的网络环境存在异常,
请输入验证码
验证码输入错误,请重新输入Database Exception – yii\db\Exception
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Connection.php
538539540541542543544545546547548549550551552553554555556
$token = 'Opening DB connection: ' . $this-&
Yii::info($token, __METHOD__);
Yii::beginProfile($token, __METHOD__);
$this-&pdo = $this-&createPdoInstance();
$this-&initConnection();
Yii::endProfile($token, __METHOD__);
} catch (\PDOException $e) {
Yii::endProfile($token, __METHOD__);
throw new Exception($e-&getMessage(), $e-&errorInfo, (int) $e-&getCode(), $e);
* Closes the currently active DB connection.
* It does nothing if the connection is already closed.
public function close()
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Connection.php
852853854855856857858859860861862863864
* Returns the PDO instance for the currently active master connection.
* This method will open the master DB connection and then return [[pdo]].
* @return PDO the PDO instance for the currently active master connection.
public function getMasterPdo()
$this-&open();
return $this-&
* Returns the currently active slave connection.
* If this method is called the first time, it will try to open a slave connection when [[enableSlaves]] is true.
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Connection.php
839840841842843844845846847848849850851
* is available and `$fallbackToMaster` is false.
public function getSlavePdo($fallbackToMaster = true)
$db = $this-&getSlave(false);
if ($db === null) {
return $fallbackToMaster ? $this-&getMasterPdo() :
return $db-&
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Command.php
213214215216217218219220221222223224225
if ($this-&db-&getTransaction()) {
// master is in a transaction. use the same connection.
$forRead =
if ($forRead || $forRead === null && $this-&db-&getSchema()-&isReadQuery($sql)) {
$pdo = $this-&db-&getSlavePdo();
$pdo = $this-&db-&getMasterPdo();
$this-&pdoStatement = $pdo-&prepare($sql);
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Command.php
828829830831832833834835836837838839840
Yii::trace('Query result served from cache', 'yii\db\Command::query');
return $result[0];
$this-&prepare(true);
$token = $rawS
Yii::beginProfile($token, 'yii\db\Command::query');
$this-&pdoStatement-&execute();
in /data/wwwroot/yii2./vendor/yiisoft/yii2/db/Command.php
('fetchAll', null)
356357358359360361362363364365366367368
* @return array all rows of the query result. Each array element is an array representing a row of data.
* An empty array is returned if the query results in nothing.
* @throws Exception execution failed
public function queryAll($fetchMode = null)
return $this-&queryInternal('fetchAll', $fetchMode);
* Executes the SQL statement and returns the first row of the result.
* This method is best used when only the first row of result is needed for a query.
* @param integer $fetchMode the result fetch mode. Please refer to [PHP manual](http://www.php.net/manual/en/function.PDOStatement-setFetchMode.php)
in /data/wwwroot/yii2.//models/Hot.php
8990919293949596979899100101
}else if(isset($arr['c1'])&&$arr['c1']&0)
' and c1='.$arr['c1'];
$sql = &select id,title from seo_article_list where $where order by passtime desc limit $limit&;
return Yii::$app-&dbAskDd-&createCommand($sql)-&queryAll();
public function getRelatedHot($arr = array(),$limit =10)
$where = ' status=1 ';
if(isset($arr['c4'])&&$arr['c4']&0)
in /data/wwwroot/yii2.//controllers/HotController.php
www\models\Hot::getZhishiArt(['id' => '68063', 'kw_id' => '124227', 'title' => '胃溃疡治疗药物', 'topic_info' => [ => ['1730620', '1732957'],
=> ['1668895', '1669623'],
=> ['2534057', '1813299'],
=> ['1778868', '1778650'], ...], ...], 10)
57585960616263646566676869
$this-&_description = &有问必答网热门问答频道全方位解答&.$kw.&这个问题,归纳总结关于&.$kw.&最权威的医学资料为用户服务。&;
$relTopicUrl = &http://cws.120.net/ask/related/get?keyword=$kw&is_quality=1&limit=10&;
$topicRes = Tool::getHttpRequest($relTopicUrl);
$topicList = json_decode($topicRes,true);
$artList = $this-&obj-&getZhishiArt($info,10);
$related = $this-&obj-&getRelatedHot($info,12);
$data = array(
'obj'=&$this-&obj,
'info'=&$info,
'related'=&$related,
'artList'=&$artList,
www\controllers\HotController::actionInfo()
in /data/wwwroot/yii2./vendor/yiisoft/yii2/base/InlineAction.php
call_user_func_array([www\controllers\HotController, 'actionInfo'], [])
495051525354555657
$args = $this-&controller-&bindActionParams($this, $params);
Yii::trace('Running action: ' . get_class($this-&controller) . '::' . $this-&actionMethod . '()', __METHOD__);
if (Yii::$app-&requestedParams === null) {
Yii::$app-&requestedParams = $
return call_user_func_array([$this-&controller, $this-&actionMethod], $args);
in /data/wwwroot/yii2./vendor/yiisoft/yii2/base/Controller.php
(['id' => '68063'])
148149150151152153154155156157158159160
if ($runAction && $this-&beforeAction($action)) {
// run the action
$result = $action-&runWithParams($params);
$result = $this-&afterAction($action, $result);
// call afterAction on modules
foreach ($modules as $module) {
/* @var $module Module */
in /data/wwwroot/yii2./vendor/yiisoft/yii2/base/Module.php
('info', ['id' => '68063'])
448449450451452453454455456457458459460
$parts = $this-&createController($route);
if (is_array($parts)) {
/* @var $controller Controller */
list($controller, $actionID) = $
$oldController = Yii::$app-&
Yii::$app-&controller = $
$result = $controller-&runAction($actionID, $params);
Yii::$app-&controller = $oldC
$id = $this-&getUniqueId();
throw new InvalidRouteException('Unable to resolve the request &' . ($id === '' ? $route : $id . '/' . $route) . '&.');
in /data/wwwroot/yii2./vendor/yiisoft/yii2/web/Application.php
('hot/info', ['id' => '68063'])
78798081828384858687888990
$params = $this-&catchA
unset($params[0]);
Yii::trace(&Route requested: '$route'&, __METHOD__);
$this-&requestedRoute = $
$result = $this-&runAction($route, $params);
if ($result instanceof Response) {
$response = $this-&getResponse();
if ($result !== null) {
$response-&data = $
in /data/wwwroot/yii2./vendor/yiisoft/yii2/base/Application.php
(yii\web\Request)
369370371372373374375376377378379380381
$this-&state = self::STATE_BEFORE_REQUEST;
$this-&trigger(self::EVENT_BEFORE_REQUEST);
$this-&state = self::STATE_HANDLING_REQUEST;
$response = $this-&handleRequest($this-&getRequest());
$this-&state = self::STATE_AFTER_REQUEST;
$this-&trigger(self::EVENT_AFTER_REQUEST);
$this-&state = self::STATE_SENDING_RESPONSE;
$response-&send();
in /data/wwwroot/yii2.//web/index.php
12131415161718
require(__DIR__ . '/../../common/config/main-local.php'),
require(__DIR__ . '/../config/main.php'),
require(__DIR__ . '/../config/main-local.php')
$application = new yii\web\Application($config);
$application-&run();
'id' => '68063',*健康问题描述(发病时间、主要症状、症状变化等)
提问的越详细,医生回答的越清楚哦
请输入问题描述,10-500个汉字。10/500
曾经治疗情况和效果:有无
描述治疗情况(如没有点击无)并想得到怎样的帮助
请输入问题描述,0-500个汉字。0/500
*性别:男女请选择性别
*年龄:请正确填写:如:22 或22岁
上传影像图片
每张图不超过 2 MB,格式:支持 gif , jpeg ,jpg
手机号码:
√保密,免费获得医生回复短信格式错误
胃病能治好吗?本人每都吃一颗雷诺替丁就蛮好
胃病能治好吗?本人每都吃一颗雷诺替丁就蛮...
胃病能治好吗?本人每都吃一颗雷诺替丁就蛮好
共1条医生回复
因不能面诊,医生的建议仅供参考
职称:医师
专长:内科
&&已帮助用户:10953
问题分析: 你好,胃病首先明确诊断,看是胃炎还是胃溃疡引起的,还要排除胃肿瘤等其他疾病。意见建议:建议你去医院做个胃镜,并测是否有幽门螺旋杆菌感染,此菌持续阳性是造成胃病反复的主要病因,并注意饮食,不吃寒凉、生冷食物,即食辛辣。
问胃病的治疗
职称:医师
专长:老年便秘,慢性胃炎,胃、十二指肠溃疡
&&已帮助用户:199708
您好,胃痛主要胃炎或胃溃疡,建议您做胃镜检查,确诊后在治疗,
问胆汁返流性胃病怎么治?
专长:月经不调卵巢囊肿、宫外孕
&&已帮助用户:221311
雷尼替丁连用两周以上就会没有效果的而奥美拉唑或雷贝拉唑可以连服四周
问胃胀腹胀怎么办
职称:护士
&&已帮助用户:130219
建议口服藿香冲剂,兰索拉唑, 一定要禁烟 ,酒,咖啡,茶,生冷,辛辣食物。少吃含淀粉类的食物如:土豆 芋头 粉丝 粉条 红薯,凉粉等,不要吃苏打饼干等,少食多餐,按时进餐,不要吃过于坚硬和不消化的食物。 注意饮食啊,否则治疗效果不好的啊。
问尼扎替丁片可以长期服用吗?
专长:荨麻疹、牛皮癣、白癜风
&&已帮助用户:220505
问题分析:你好,尼扎替丁片是一种治疗胃病的常用药物,但是最好不要长期服用吗,因为任何的药物都有一定的副作用,长期的服用对身体是不好的,只要是控制症状好久需要好好的调养。
问老人(60岁)老胃病,最近两三
职称:主治医师
专长:伤寒,湿气重,风湿热,筋痹,筋瘤,壮骨
&&已帮助用户:1548
问题分析:您好!恶心,嘴苦,身乏无力这些症状符合胆囊炎的症状,应该主要治疗胆囊炎。意见建议:建议你服用消炎利胆片,或者其他消炎药如头孢一类的抗生素(过敏不能用)治疗。
关注此问题的人还看了
大家都在搜:
医生在线 - 免费健康咨询
随着亚健康人群的增加,各种莫名的病症都找上了门,严重时
“日出而作,日落而息”,随着社会的进展,这种良性的作息
现代社会发展节奏快,生存压力大,人的心理压力也很大,但很多
胃病相关标签
所谓胃病,实际上是许多病的统称。它们有相似的症状,如上腹胃脘部不适,疼痛、饭后饱胀、暖气,返酸,甚至...
免费向百万名医生提问
填写症状 描述信息,如:小孩头不发烧,手脚冰凉,是怎么回事?
无需注册,10分钟内回答
百度联盟推广
搜狗联盟推广
评价成功!百度拇指医生
&&&普通咨询
您的网络环境存在异常,
请输入验证码
验证码输入错误,请重新输入

我要回帖

更多关于 怎样治疗胃病 的文章

 

随机推荐