<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>宝宝健康成长网</title>
	<atom:link href="http://cnbabyup.com/feed" rel="self" type="application/rss+xml" />
	<link>http://cnbabyup.com</link>
	<description>育儿&#124;孕产&#124;胎教&#124;礼仪&#124;保健&#124;幼教&#124;林林Wordpress博客</description>
	<lastBuildDate>Sun, 12 Apr 2020 14:02:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress数据库搬家导入中文乱码解决方法</title>
		<link>http://cnbabyup.com/mysql-latin1-wordpress-utf8.html</link>
		<comments>http://cnbabyup.com/mysql-latin1-wordpress-utf8.html#comments</comments>
		<pubDate>Sun, 12 Apr 2020 11:06:22 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[网络学习]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[主机]]></category>
		<category><![CDATA[主机合租]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/?p=2287</guid>
		<description><![CDATA[网站搬家了，在衡天小张这放了9年了，现在需求变了，简单就好。扯远了。搬家不少回了，这次又碰到新问题。有一个站点由于最早放过国内空间息壤主机，后来搬到香港主机，一直数据库就有问题，中文会乱码，在数据库和前台都乱。wordpress旧主机的php版本是7.2，新主机的版本是5.6，另外，新主机的数据库编码为utf8mb4。我考虑就是编码格式的问题。 解决办法有两个，一是强制使用旧的latin1编码，二是整个数据库转换为UTF8。 1、强制使用旧的latin1编码。 WordPress旧主机的数据库使用latin1编码存储数据，导致数据迁移后出现乱码。下载旧主机的数据库文件xxx.sql。 在新主机上新建同名数据库，phpmyadmin操作&#8211;排序规则: latin1-swedish-ci，以latin1编码方式导入新数据库。 当然，也可以命令输入 mysql -uroot -p --default-character-set=latin1 wordpress; SET names 'latin1'; SOURCE xxx.sql; 然后，在wp-config.php中找到DB_CHARSET这行: define( 'DB_CHARSET', 'utf8' ); 修改为: define( 'DB_CHARSET', 'latin1' ); 现在中文已经能正常显示了。 2、数据库转换为UTF8（推荐） 将旧主机的数据库文件xxx.sql，以latin1编码方式导入新数据库。方法参见1。 下载UTF-8 Database Converter 插件, 在控制面板激活插件，然后运行，将数据库转换为utf8。 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 导入数据库出现中文乱码的解决方法 发布日志Invalid response document returned from XmlRpc server Window Live Writer 发布日志xmlrpc错误 Typecho博客程序创建自定义模板的方法 非插件制作WordPress留言本简单教程 整合新Google自定义搜索到WordPress WordPress修改htaccess实现301重定向 两种建站程序Typecho和WordPress的比较 WordPress 分页导航非插件实现说明 [...]


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/wordpress-import-database-chinese-garbled.html" rel="bookmark">导入数据库出现中文乱码的解决方法</a><!-- (20.8)--></li>
<li><a href="http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html" rel="bookmark">发布日志Invalid response document returned from XmlRpc server</a><!-- (6.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (5.8)--></li>
<li><a href="http://cnbabyup.com/typecho-create-custom-templates.html" rel="bookmark">Typecho博客程序创建自定义模板的方法</a><!-- (5.5)--></li>
<li><a href="http://cnbabyup.com/non-plugin-wordpress-guestbook-tutoria.html" rel="bookmark">非插件制作WordPress留言本简单教程</a><!-- (4.8)--></li>
<li><a href="http://cnbabyup.com/wordpress-integration-new-google-custom-search.html" rel="bookmark">整合新Google自定义搜索到WordPress</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-htaccess-achieve-301-direct.html" rel="bookmark">WordPress修改htaccess实现301重定向</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/typecho-pk-wordpress.html" rel="bookmark">两种建站程序Typecho和WordPress的比较</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-no-plugin-achieve-page-navigation.html" rel="bookmark">WordPress 分页导航非插件实现说明</a><!-- (4.4)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (4.3)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>网站搬家了，在<a href="http://cnbabyup.com/go/hengtian.php" target="_blank">衡天小张</a>这放了<a href="http://cnbabyup.com/hengtian-hongkong-wordpress-host.html">9年</a>了，现在需求变了，简单就好。扯远了。搬家不少回了，这次又碰到新问题。有一个站点由于最早放过国内空间息壤主机，后来搬到香港主机，一直数据库就有问题，中文会乱码，在数据库和前台都乱。wordpress旧主机的php版本是7.2，新主机的版本是5.6，另外，新主机的数据库编码为utf8mb4。我考虑就是编码格式的问题。<span id="more-2287"></span></p>
<p>解决办法有两个，一是强制使用旧的latin1编码，二是整个数据库转换为UTF8。</p>
<p>1、强制使用旧的latin1编码。</p>
<p>WordPress旧主机的数据库使用latin1编码存储数据，导致数据迁移后出现乱码。下载旧主机的数据库文件xxx.sql。</p>
<p>在新主机上新建同名数据库，phpmyadmin操作&#8211;排序规则: latin1-swedish-ci，以latin1编码方式导入新数据库。</p>
<p>当然，也可以命令输入</p>
<pre style="box-sizing: inherit; margin-top: 0px; margin-bottom: 1em; padding: 1.25em 1.5em; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: #f5f5f5; color: #4a4a4a; font-size: 0.85rem; overflow-x: auto; word-wrap: normal;"><code style="box-sizing: inherit; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: transparent; color: currentcolor; font-size: 1em; padding: 0px;">mysql -uroot -p --default-character-set=latin1 wordpress;
SET names 'latin1';
SOURCE xxx.sql;
</code></pre>
<p>然后，在wp-config.php中找到DB_CHARSET这行:</p>
<pre style="box-sizing: inherit; margin-top: 0px; margin-bottom: 1em; padding: 1.25em 1.5em; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: #f5f5f5; color: #4a4a4a; font-size: 0.85rem; overflow-x: auto; word-wrap: normal;"><code style="box-sizing: inherit; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: transparent; color: currentcolor; font-size: 1em; padding: 0px;">define( 'DB_CHARSET', 'utf8' );
</code></pre>
<p>修改为:</p>
<pre style="box-sizing: inherit; margin-top: 0px; margin-bottom: 1em; padding: 1.25em 1.5em; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: #f5f5f5; color: #4a4a4a; font-size: 0.85rem; overflow-x: auto; word-wrap: normal;"><code style="box-sizing: inherit; -webkit-font-smoothing: auto; font-family: 'source code pro', monospace, 'microsoft yahei'; background-color: transparent; color: currentcolor; font-size: 1em; padding: 0px;">define( 'DB_CHARSET', 'latin1' );
</code></pre>
<p>现在中文已经能正常显示了。</p>
<p>2、数据库转换为UTF8（推荐）</p>
<p>将旧主机的数据库文件xxx.sql，以latin1编码方式导入新数据库。方法参见1。</p>
<p>下载<a href="https://log.pub/archives/1813" target="_blank">UTF-8 Database Converter 插件</a>, 在控制面板激活插件，然后运行，将数据库转换为utf8。</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/wordpress-import-database-chinese-garbled.html" rel="bookmark">导入数据库出现中文乱码的解决方法</a><!-- (20.8)--></li>
<li><a href="http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html" rel="bookmark">发布日志Invalid response document returned from XmlRpc server</a><!-- (6.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (5.8)--></li>
<li><a href="http://cnbabyup.com/typecho-create-custom-templates.html" rel="bookmark">Typecho博客程序创建自定义模板的方法</a><!-- (5.5)--></li>
<li><a href="http://cnbabyup.com/non-plugin-wordpress-guestbook-tutoria.html" rel="bookmark">非插件制作WordPress留言本简单教程</a><!-- (4.8)--></li>
<li><a href="http://cnbabyup.com/wordpress-integration-new-google-custom-search.html" rel="bookmark">整合新Google自定义搜索到WordPress</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-htaccess-achieve-301-direct.html" rel="bookmark">WordPress修改htaccess实现301重定向</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/typecho-pk-wordpress.html" rel="bookmark">两种建站程序Typecho和WordPress的比较</a><!-- (4.5)--></li>
<li><a href="http://cnbabyup.com/wordpress-no-plugin-achieve-page-navigation.html" rel="bookmark">WordPress 分页导航非插件实现说明</a><!-- (4.4)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (4.3)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/mysql-latin1-wordpress-utf8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>浏览器博客离线写作插件ScribeFire</title>
		<link>http://cnbabyup.com/scribefire-internet-explorer-plugin.html</link>
		<comments>http://cnbabyup.com/scribefire-internet-explorer-plugin.html#comments</comments>
		<pubDate>Sun, 12 Apr 2020 10:50:11 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[网络学习]]></category>
		<category><![CDATA[windows live writer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/scribefire-internet-explorer-plugin.html</guid>
		<description><![CDATA[林林和悦悦爸爸一直以来用的离线发布都是WLW。不过，需要安装桌面版，不便携。今天发现一个浏览器插件，可以用作博客发布叫做ScribeFire，一听就是Firefox的产品。当然，现在多平台兼容了，Chrome类的浏览器都可以用都这个插件。 ScribeFire 不是一款软件，只是一款浏览器扩展。支持各大主流浏览器，Firefox，Chrome，Opera，Safari，汉化的基本够用。 特点： 可以方便的插入 AdBull 广告代码（用来赚钱） 多博客管理 支持文章模板 代码状态下支持 Markdown 语法 支持右键分享文章，链接等 支持管理已发布的博文 支持分屏，一半是正在浏览的网页，一半是日志编辑（FF浏览器下） 用 ScribeFire 就是因为多博客管理吧。另外也实在不喜欢博客后台的编辑器。当然了，ScribeFire 也很小巧。 下载地址: 官方网站 &#124;来自小众软件 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: Windows Live Writer 上传图片至Flickr 精选wordpress学习视频 Window Live Writer 发布日志xmlrpc错误 WordPress 简单代码实现日志中插入flash和音乐 发布日志Invalid response document returned from XmlRpc server 启用Windows Live Writer for wordpress IE6下margin auto不居中bug的解决 Windows Live Writer 使用指南 三种主流博客程序访客留言信息表单自动填充 让最新Firefox6支持Alexa工具栏 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 [...]


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/windows-live-writer-uploaded-image-to-flickr.html" rel="bookmark">Windows Live Writer 上传图片至Flickr</a><!-- (4.4)--></li>
<li><a href="http://cnbabyup.com/excellent-wordpress-video-tutorials.html" rel="bookmark">精选wordpress学习视频</a><!-- (4.1)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html" rel="bookmark">发布日志Invalid response document returned from XmlRpc server</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-wordpress-post.html" rel="bookmark">启用Windows Live Writer for wordpress</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/solve-ie6-margin-auto-center-bug.html" rel="bookmark">IE6下margin auto不居中bug的解决</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-use-guide.html" rel="bookmark">Windows Live Writer 使用指南</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/message-autofill-forms.html" rel="bookmark">三种主流博客程序访客留言信息表单自动填充</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/latest-firefox-6-support-alexa-toolbar.html" rel="bookmark">让最新Firefox6支持Alexa工具栏</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://cnbabyup.com/liuyian" target="_blank">林林和悦悦</a>爸爸一直以来用的离线发布都是WLW。不过，需要安装桌面版，不便携。今天发现一个浏览器插件，可以用作博客发布叫做ScribeFire，一听就是Firefox的产品。当然，现在多平台兼容了，Chrome类的浏览器都可以用都这个插件。<span id="more-2286"></span></p>
<p>ScribeFire 不是一款软件，只是一款浏览器扩展。支持各大主流浏览器，Firefox，Chrome，Opera，Safari，汉化的基本够用。</p>
<p>特点：</p>
<ul>
<li>可以方便的插入 AdBull 广告代码（用来赚钱）</li>
<li>多博客管理</li>
<li>支持文章模板</li>
<li>代码状态下支持 Markdown 语法</li>
<li>支持右键分享文章，链接等</li>
<li>支持管理已发布的博文</li>
<li>支持分屏，一半是正在浏览的网页，一半是日志编辑（FF浏览器下）</li>
</ul>
<p>用 ScribeFire 就是因为多博客管理吧。另外也实在不喜欢博客后台的编辑器。当然了，ScribeFire 也很小巧。</p>
<p>下载地址: <a href="https://g.appinn.com/u4" target="_blank" rel="noopener">官方网站</a> |<a href="https://www.appinn.com/scribefire/">来自小众软件</a></p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/windows-live-writer-uploaded-image-to-flickr.html" rel="bookmark">Windows Live Writer 上传图片至Flickr</a><!-- (4.4)--></li>
<li><a href="http://cnbabyup.com/excellent-wordpress-video-tutorials.html" rel="bookmark">精选wordpress学习视频</a><!-- (4.1)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html" rel="bookmark">发布日志Invalid response document returned from XmlRpc server</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-wordpress-post.html" rel="bookmark">启用Windows Live Writer for wordpress</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/solve-ie6-margin-auto-center-bug.html" rel="bookmark">IE6下margin auto不居中bug的解决</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-use-guide.html" rel="bookmark">Windows Live Writer 使用指南</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/message-autofill-forms.html" rel="bookmark">三种主流博客程序访客留言信息表单自动填充</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/latest-firefox-6-support-alexa-toolbar.html" rel="bookmark">让最新Firefox6支持Alexa工具栏</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/scribefire-internet-explorer-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2020贺词金句</title>
		<link>http://cnbabyup.com/weibo-2020-1-1.html</link>
		<comments>http://cnbabyup.com/weibo-2020-1-1.html#comments</comments>
		<pubDate>Wed, 01 Jan 2020 03:48:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[微博]]></category>
		<category><![CDATA[weibo]]></category>
		<category><![CDATA[段子]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/weibo-2020-1-1.html</guid>
		<description><![CDATA[只争朝夕，不负韶华; 世界上没有坐享其成的好事，要实现梦想就要努力奋斗；我们学习他们，就是要有坚定的理想信念、不懈的奋斗精神，脚踏实地把每件平凡的事做好，凝聚成全体中国人一往无前的力量；“我们要万众一心加油干，越是艰险越向前”，乘着新时代的浩荡东风，只要我们“只争朝夕，不负韶华”，就没有任何力量能够阻挡中国人民实现梦想的坚定步伐。 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 这个大跨界的时代你唯有不断学习 宝宝成为2015网络潮语 表扬孩子也应该讲究方式方法 家长如何应对宝宝在公共场所发脾气 巧虎乐智小天地简介 要学会解读宝宝使用暴力的原因 对孩子最有智慧最具力量的爱 长大了要为父母做的8件事 巧虎贝贝版我爱爸爸妈妈免费下载 编故事背单词 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/weibo-2015-12-21.html" rel="bookmark">这个大跨界的时代你唯有不断学习</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/weibo-2015-12-16.html" rel="bookmark">宝宝成为2015网络潮语</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/weibo-2013-12-30.html" rel="bookmark">表扬孩子也应该讲究方式方法</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/parents-angry-baby-weibo.html" rel="bookmark">家长如何应对宝宝在公共场所发脾气</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/qiaohu-about.html" rel="bookmark">巧虎乐智小天地简介</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/learn-baby-violence-reasons.html" rel="bookmark">要学会解读宝宝使用暴力的原因</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/most-power-love-for-child.html" rel="bookmark">对孩子最有智慧最具力量的爱</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/grow-up-do-8-things-for-parents.html" rel="bookmark">长大了要为父母做的8件事</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/qiaohu-beibei-2008-06.html" rel="bookmark">巧虎贝贝版我爱爸爸妈妈免费下载</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/1870.html" rel="bookmark">编故事背单词</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[</p>
<p>只争朝夕，不负韶华; 世界上没有坐享其成的好事，要实现梦想就要努力奋斗；我们学习他们，就是要有坚定的理想信念、不懈的奋斗精神，脚踏实地把每件平凡的事做好，凝聚成全体中国人一往无前的力量；“我们要万众一心加油干，越是艰险越向前”，乘着新时代的浩荡东风，只要我们“只争朝夕，不负韶华”，就没有任何力量能够阻挡中国人民实现梦想的坚定步伐。</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/weibo-2015-12-21.html" rel="bookmark">这个大跨界的时代你唯有不断学习</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/weibo-2015-12-16.html" rel="bookmark">宝宝成为2015网络潮语</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/weibo-2013-12-30.html" rel="bookmark">表扬孩子也应该讲究方式方法</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/parents-angry-baby-weibo.html" rel="bookmark">家长如何应对宝宝在公共场所发脾气</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/qiaohu-about.html" rel="bookmark">巧虎乐智小天地简介</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/learn-baby-violence-reasons.html" rel="bookmark">要学会解读宝宝使用暴力的原因</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/most-power-love-for-child.html" rel="bookmark">对孩子最有智慧最具力量的爱</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/grow-up-do-8-things-for-parents.html" rel="bookmark">长大了要为父母做的8件事</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/qiaohu-beibei-2008-06.html" rel="bookmark">巧虎贝贝版我爱爸爸妈妈免费下载</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/1870.html" rel="bookmark">编故事背单词</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/weibo-2020-1-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>发布日志Invalid response document returned from XmlRpc server</title>
		<link>http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html</link>
		<comments>http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html#comments</comments>
		<pubDate>Tue, 24 Dec 2019 03:26:43 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[网络学习]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[windows live writer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[主机]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html</guid>
		<description><![CDATA[很久不更新了，所以有些问题就又显现出来。今天悦悦爸在弄单位的网站时，碰到了Window Live Writer （简称 WLW）发布日志Invalid response document returned from XmlRpc server的错误。分析原因：今年换过服务器，但所有的程序都没有变，不应该有这种问题。通过百度，顺利解决这个问题。 用WLW写wordpress时，出现这种错误，有两种解决方法： 1.在wp-includes目录下，找到class-IXR.php文件，用纯文本编辑器(建议用EditPlus）打开，然后查找到如下代码段： $length = strlen($xml) ; 将其换为 $length = strlen($xml) +3; 2.如果上述方法还解决不了这个问题，请尝试改变WLW（windows live writer)里的账号设置，主要是改变WLW所用的字符集(character set)，使其与wordpress所用的字符集utf8相匹配.步骤如下: 第一步，先打开自己出现问题的博客账号： 点点击管理博客账号 选择相应账号，然后点“编辑”： 最后选择“高级”选项： 在出现的界面中把字符集设置成：Unicode(UTF-8):utf-8 设置完以上两步，基本把问题搞定 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: Windows Live Writer 使用指南 Window Live Writer 发布日志xmlrpc错误 Windows Live Writer无法输入中文解决办法 Windows Live Writer 上传图片至Flickr 启用Windows Live Writer for wordpress Windows [...]


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/windows-live-writer-use-guide.html" rel="bookmark">Windows Live Writer 使用指南</a><!-- (16)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (15.9)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-can-not-input-chinese.html" rel="bookmark">Windows Live Writer无法输入中文解决办法</a><!-- (15.9)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-uploaded-image-to-flickr.html" rel="bookmark">Windows Live Writer 上传图片至Flickr</a><!-- (14.1)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-wordpress-post.html" rel="bookmark">启用Windows Live Writer for wordpress</a><!-- (13.6)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-ping-server-and-shortcuts.html" rel="bookmark">Windows Live Writer快捷键和ping服务器</a><!-- (13.2)--></li>
<li><a href="http://cnbabyup.com/wordpress-image-center-code.html" rel="bookmark">wordpress 图片居中代码</a><!-- (13.1)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (12.2)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-could-not-downloaded-theme.html" rel="bookmark">windows live writer 无法下载theme</a><!-- (12.1)--></li>
<li><a href="http://cnbabyup.com/excellent-wordpress-video-tutorials.html" rel="bookmark">精选wordpress学习视频</a><!-- (7)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>很久不更新了，所以有些问题就又显现出来。今天<a href="http://cnbabyup.com/yue-yue-born.html">悦悦</a>爸在弄单位的网站时，碰到了Window Live Writer （简称 WLW）发布日志Invalid response document returned from XmlRpc server的错误。分析原因：今年换过服务器，但所有的程序都没有变，不应该有这种问题。通过百度，顺利解决这个问题。<span id="more-2284"></span></p>
<p>用WLW写wordpress时，出现这种错误，有两种解决方法：   <br />1.在wp-includes目录下，找到class-IXR.php文件，用纯文本编辑器(建议用EditPlus）打开，然后查找到如下代码段：</p>
<p> $length = strlen($xml) ;   </p>
<p>将其换为 $length = strlen($xml) +3;</p>
<p>2.如果上述方法还解决不了这个问题，请尝试改变WLW（windows live writer)里的账号设置，主要是改变WLW所用的字符集(character set)，使其与wordpress所用的字符集utf8相匹配.步骤如下:   <br />第一步，先打开自己出现问题的博客账号：    </p>
<p>点点击管理博客账号    </p>
<p>选择相应账号，然后点“编辑”：    </p>
<p>最后选择“高级”选项：   </p>
<p>在出现的界面中把字符集设置成：Unicode(UTF-8):utf-8</p>
<p>设置完以上两步，基本把问题搞定</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/windows-live-writer-use-guide.html" rel="bookmark">Windows Live Writer 使用指南</a><!-- (16)--></li>
<li><a href="http://cnbabyup.com/wordpress-window-live-writer-xmlrpc-moved-permanently.html" rel="bookmark">Window Live Writer 发布日志xmlrpc错误</a><!-- (15.9)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-can-not-input-chinese.html" rel="bookmark">Windows Live Writer无法输入中文解决办法</a><!-- (15.9)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-uploaded-image-to-flickr.html" rel="bookmark">Windows Live Writer 上传图片至Flickr</a><!-- (14.1)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-wordpress-post.html" rel="bookmark">启用Windows Live Writer for wordpress</a><!-- (13.6)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-ping-server-and-shortcuts.html" rel="bookmark">Windows Live Writer快捷键和ping服务器</a><!-- (13.2)--></li>
<li><a href="http://cnbabyup.com/wordpress-image-center-code.html" rel="bookmark">wordpress 图片居中代码</a><!-- (13.1)--></li>
<li><a href="http://cnbabyup.com/wordpress-flash-and-music-code-into-article.html" rel="bookmark">WordPress 简单代码实现日志中插入flash和音乐</a><!-- (12.2)--></li>
<li><a href="http://cnbabyup.com/windows-live-writer-could-not-downloaded-theme.html" rel="bookmark">windows live writer 无法下载theme</a><!-- (12.1)--></li>
<li><a href="http://cnbabyup.com/excellent-wordpress-video-tutorials.html" rel="bookmark">精选wordpress学习视频</a><!-- (7)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/invalid-response-document-returned-from-xmlrpc-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>值得借鉴的明星育儿观念</title>
		<link>http://cnbabyup.com/star-parenting-concept-worth-learning.html</link>
		<comments>http://cnbabyup.com/star-parenting-concept-worth-learning.html#comments</comments>
		<pubDate>Wed, 26 Jun 2019 02:47:42 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[图片故事]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[八卦]]></category>
		<category><![CDATA[明星]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/star-parenting-concept-worth-learning.html</guid>
		<description><![CDATA[行动是一种信仰。亚·鲁斯金曾说：“行动是最了不起的事，因为你如果做得对，我就会越来越喜欢你做的事。”对孩子的教育也是如此。那些星光耀眼的大明星们，之所以能取得辉煌的成就，很多都是和他们童年接受良好的家庭教育分不开的。而现在，他们之中也有的为人父母了，在孩子的教育上面自然也是毫不懈怠的。我们就来给大家展示下他们的育儿观念。对我们有一些是可以借鉴的。 主持人崔永元如果答应陪女儿出去玩，不得不违约时，就会对女儿说明情况。女儿画完画，画笔扔了一地，又去拿其它玩具玩，他不会大喊大叫，只是用眼睛朝她望，女儿就会乖乖地收拾。有时她会磨磨蹭蹭，他就索性要求和女儿一起收拾，久而久之，孩子就养成了自己整理物品的习惯。 蒋勤勤说自己在教育孩子方面，一直鼓励开放式教育，从来不会刻意培养孩子的兴趣或习惯。“孩子很小的时候我就发现他是通过手来感知这个世界的，只要不危险，我都会鼓励他去触碰，比如告诉孩子锅里在烧水很烫，不如引导他感受一下那个温度，他自己后来就会躲开了。” 章子怡说：“每一个女孩成为妈妈以后，都经历着巨大的成长和改变，这种改变是由内而外的，是心灵、精神上的变化。在养育孩子的路上，妈妈们其实不用太紧张，虽然我们都紧张过，但只要有科学的育儿方法，没有什么特别难的。” 当然上述方法并不是所有的想法都是完全符合我们的，我们要从中选取最适合我们的借鉴。愿每一个宝宝都能健康快乐成长！ 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 薛之谦硬掰新生宝手指合照被批 高圆圆与赵又廷爱女北京降生 2018年7位明星宝宝将出生 杨幂承认怀孕3个月刘恺威否认得双胞胎 大S怀孕宝宝健康检查都做了 张艺谋超生成实罚款可能过亿 五彩呼伦贝尔 烟鬼妈妈生的宝宝易患精神病 研究发现孕妈妈做家务可能损害宝宝的健康 双子宫孕妇“过五关”产男婴 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html" rel="bookmark">薛之谦硬掰新生宝手指合照被批</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html" rel="bookmark">高圆圆与赵又廷爱女北京降生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/smoking-mother-born-baby-mental-health.html" rel="bookmark">烟鬼妈妈生的宝宝易患精神病</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/pregnant-housework-harm-new-baby.html" rel="bookmark">研究发现孕妈妈做家务可能损害宝宝的健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/two-sets-of-reproductive-organs-of-pregnant.html" rel="bookmark">双子宫孕妇“过五关”产男婴</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>行动是一种信仰。亚·鲁斯金曾说：“行动是最了不起的事，因为你如果做得对，我就会越来越喜欢你做的事。”对孩子的教育也是如此。那些星光耀眼的大明星们，之所以能取得辉煌的成就，很多都是和他们童年接受良好的家庭教育分不开的。而现在，他们之中也有的为人父母了，在孩子的教育上面自然也是毫不懈怠的。我们就来给大家展示下他们的育儿观念。对我们有一些是可以借鉴的。<span id="more-2283"></span></p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="mingxyr" border="0" alt="mingxyr" src="http://cnbabyup.com/wp-content/uploads/2019/06/mingxyr.jpg" width="315" height="207" /> </p>
<p>主持人崔永元如果答应陪女儿出去玩，不得不违约时，就会对女儿说明情况。女儿画完画，画笔扔了一地，又去拿其它玩具玩，他不会大喊大叫，只是用眼睛朝她望，女儿就会乖乖地收拾。有时她会磨磨蹭蹭，他就索性要求和女儿一起收拾，久而久之，孩子就养成了自己整理物品的习惯。</p>
<p>蒋勤勤说自己在教育孩子方面，一直鼓励开放式教育，从来不会刻意培养孩子的兴趣或习惯。“孩子很小的时候我就发现他是通过手来感知这个世界的，只要不危险，我都会鼓励他去触碰，比如告诉孩子锅里在烧水很烫，不如引导他感受一下那个温度，他自己后来就会躲开了。”</p>
<p>章子怡说：“每一个女孩成为妈妈以后，都经历着巨大的成长和改变，这种改变是由内而外的，是心灵、精神上的变化。在养育孩子的路上，妈妈们其实不用太紧张，虽然我们都紧张过，但只要有科学的育儿方法，没有什么特别难的。”</p>
<p>当然上述方法并不是所有的想法都是完全符合我们的，我们要从中选取最适合我们的借鉴。愿每一个宝宝都能健康快乐成长！</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html" rel="bookmark">薛之谦硬掰新生宝手指合照被批</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html" rel="bookmark">高圆圆与赵又廷爱女北京降生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/smoking-mother-born-baby-mental-health.html" rel="bookmark">烟鬼妈妈生的宝宝易患精神病</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/pregnant-housework-harm-new-baby.html" rel="bookmark">研究发现孕妈妈做家务可能损害宝宝的健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/two-sets-of-reproductive-organs-of-pregnant.html" rel="bookmark">双子宫孕妇“过五关”产男婴</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/star-parenting-concept-worth-learning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>悦悦出生</title>
		<link>http://cnbabyup.com/yue-yue-born.html</link>
		<comments>http://cnbabyup.com/yue-yue-born.html#comments</comments>
		<pubDate>Mon, 27 May 2019 01:26:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[林林漫记]]></category>
		<category><![CDATA[二胎]]></category>
		<category><![CDATA[刘玥]]></category>
		<category><![CDATA[悦悦]]></category>
		<category><![CDATA[生产]]></category>
		<category><![CDATA[石家庄]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/yue-yue-born.html</guid>
		<description><![CDATA[大家好！我是刘玥，小名悦悦。宝宝健康成长网的站长是我爸爸，所以被我成功占领了一块领土。我将在这里记录我的故事。 2019年5月27日8时53分，悦悦出生了！于石家庄市第六医院（石家庄市妇幼保健院）产科二区27号床位。出生特征：体重3.6kg，身长50cm。 爸爸当天微信报喜原文写到：麦子熟了，已到收获的季节。对于我而言，这又是一个值得永远铭记的收获“双喜”的好日子，感谢我的爱人，感谢我的家人，让我在最美的季节遇到你！ 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 林林出生 林林回内蒙老家避暑 林林办理了城镇居民医疗保险 林林百岁了 林林接种b型流感嗜血杆菌HiB疫苗 联盟社区医院来人家访 林林办理《出生医学证明》 林林开始品味母乳 林林出院回家 林林上幼儿园了 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/lin-lin-born.html" rel="bookmark">林林出生</a><!-- (13.3)--></li>
<li><a href="http://cnbabyup.com/linlin-back-inner-mongolia-home-summer.html" rel="bookmark">林林回内蒙老家避暑</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-urban-residents-medical-insurance.html" rel="bookmark">林林办理了城镇居民医疗保险</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-born-one-hundred-days.html" rel="bookmark">林林百岁了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/vaccination-hib-linlin-shijiazhuang.html" rel="bookmark">林林接种b型流感嗜血杆菌HiB疫苗</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/postnatal-community-hospitals-home-visits.html" rel="bookmark">联盟社区医院来人家访</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/birth-medical-certificate-apply.html" rel="bookmark">林林办理《出生医学证明》</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/shijiazhuang-normal-prolactin.html" rel="bookmark">林林开始品味母乳</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-back-home.html" rel="bookmark">林林出院回家</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-nursery-start.html" rel="bookmark">林林上幼儿园了</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>大家好！我是刘玥，小名悦悦。<a href="http://cnbabyup.com">宝宝健康成长网</a>的站长是我爸爸，所以被我成功占领了一块领土。我将在这里记录我的故事。</p>
<p>2019年5月27日8时53分，悦悦出生了！于石家庄市第六医院（石家庄市妇幼保健院）产科二区27号床位。出生特征：体重3.6kg，身长50cm。</p>
<p>爸爸当天微信报喜原文写到：麦子熟了，已到收获的季节。对于我而言，这又是一个值得永远铭记的收获“双喜”的好日子，感谢我的爱人，感谢我的家人，让我在最美的季节遇到你！</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/lin-lin-born.html" rel="bookmark">林林出生</a><!-- (13.3)--></li>
<li><a href="http://cnbabyup.com/linlin-back-inner-mongolia-home-summer.html" rel="bookmark">林林回内蒙老家避暑</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-urban-residents-medical-insurance.html" rel="bookmark">林林办理了城镇居民医疗保险</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-born-one-hundred-days.html" rel="bookmark">林林百岁了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/vaccination-hib-linlin-shijiazhuang.html" rel="bookmark">林林接种b型流感嗜血杆菌HiB疫苗</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/postnatal-community-hospitals-home-visits.html" rel="bookmark">联盟社区医院来人家访</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/birth-medical-certificate-apply.html" rel="bookmark">林林办理《出生医学证明》</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/shijiazhuang-normal-prolactin.html" rel="bookmark">林林开始品味母乳</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-back-home.html" rel="bookmark">林林出院回家</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/linlin-nursery-start.html" rel="bookmark">林林上幼儿园了</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/yue-yue-born.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>二胎妈妈生二胎最怕啥</title>
		<link>http://cnbabyup.com/born-two-children-most-afraid-what.html</link>
		<comments>http://cnbabyup.com/born-two-children-most-afraid-what.html#comments</comments>
		<pubDate>Sat, 25 May 2019 07:27:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[优生优孕]]></category>
		<category><![CDATA[图片故事]]></category>
		<category><![CDATA[二胎]]></category>
		<category><![CDATA[优生]]></category>
		<category><![CDATA[怀孕]]></category>
		<category><![CDATA[性别]]></category>
		<category><![CDATA[父母]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/born-two-children-most-afraid-what.html</guid>
		<description><![CDATA[随着国家放开二胎政策，越来越多的家长准备加入“二胎”大军。传统观念认为，人们在经历过一次后，第二次处理就会得心应手很多，但凡事总有例外，比如说二胎妈妈虽然有过一次生产经历，但再次面临二胎时，他们非但无法从容，反而因为了解变的更加紧张焦虑。 1.怎样和老大沟通给他生弟弟/妹妹的事呢？ 家长应该正面告诉孩子这一问题，并告知其将和小弟弟小妹妹见面的时间，让孩子有所准备，让孩子自己决定是否参加弟弟妹妹的迎接工作。 有很多孩子对妈妈腹中的小弟弟小妹妹都特别好奇，也会向爸爸妈妈提出各种奇怪的问题，趁这一时机，家长可以询问老大关于对弟弟妹妹的想法，让老大和弟弟妹妹多做互动，比如胎动时，让老大抚摸一下腹部，这会让他的感受更加真切，自己很快就要有弟弟妹妹了。 2.头胎早产，第二胎会不会也如此呢？ 如果第一胎是早产儿，让我妈妈怀上第二胎后早产的概率也会增大，但现实情况是大部分慈利二胎妈妈都可足月分娩，影响二胎宝宝早产的因素，并不单纯是头胎早产的经历，其他很多因素也有可能引发早产，毕竟有很多人，即使是头胎也会出现早产的现象。 有过早产经历的二胎妈妈，更应该严格按时产检，并和医生多做沟通，提前将一些可致早产的因素排除。在怀孕的过程中，如发现任何早产迹象必须立即就医。 3.生头胎时时间特别长，非常痛苦，二胎还会如此吗？ 二胎准妈妈最容易把这种经历和生头胎时相互联系，但其实女性的每一次怀孕分娩都有它的独特性，准妈妈没有必要总是回忆投胎时的生产经历，相反，生二胎可能比生第一胎更加省力，因为生头胎时胯部、产道变宽，这给二胎的生育过程制造了有利条件。 准妈妈在产检时，应该将头胎生育的经历体会和医生沟通，医生更科学的回应会使你的焦虑情绪有所缓解，给二胎生产做好心理准备。虽然并不是所有的事情都能被我们掌握，但了解的越多，准妈妈的信心就越足。 4.生头胎时不幸患了抑郁症，生二胎后会复发吗？ 这种可能是有的，但是也有很多二胎妈妈虽然在头胎时患过产后抑郁，生二胎后由于能够对自己的感觉分辨得更加清楚，出现问题后，也有一些自己的应对方法，知道到哪里寻求帮助，所以生二胎并没有再发生产后抑郁。 有了头胎，产后抑郁的经历，二胎妈妈应该对产后抑郁提高警觉，及早发现产后抑郁的信号，及早控制。有很多二胎妈妈在生二胎时的情况和头胎完全不同，各方面条件都得以改善，家人也更加体恤体贴，没有了致病因素，自然产后抑郁不会再次来袭。 谁说生了头胎对二胎就能轻车熟路呢？二胎妈妈面临的问题有很多，所以容易产生紧张焦虑的情绪，非常容易让人理解，不过对以上这些问题准妈妈完全没有必要担心，答案很明确，这下可以卸下心中的重担，坦然面对二胎生产了吧？ 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 如何才能生出漂亮宝宝 近亲为什么不能结婚 胎儿性别由父亲基因决定 孕期现象预测宝宝性别 孕前健康检查的一些常识 孕前用哪些药物会影响优生 夏秋季怀孕可避开病毒感染 影响受孕成功率的因素 四月生的孩子更健康 表扬孩子也应该讲究方式方法 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/how-to-give-birth-to-a-beautiful-baby.html" rel="bookmark">如何才能生出漂亮宝宝</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/close-relatives-not-marry.html" rel="bookmark">近亲为什么不能结婚</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/father-genes-determine-baby-sex.html" rel="bookmark">胎儿性别由父亲基因决定</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/baby-gender-prediction-pregnancy-phenomenon.html" rel="bookmark">孕期现象预测宝宝性别</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/some-knowledge-of-pre-pregnancy-health-check.html" rel="bookmark">孕前健康检查的一些常识</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/drugs-affect-before-pregnancy-eugenic.html" rel="bookmark">孕前用哪些药物会影响优生</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/summer-and-autumn-pregnancy-to-avoid-hiv-infection.html" rel="bookmark">夏秋季怀孕可避开病毒感染</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/factors-affecting-the-success-rate-of-pregnancy.html" rel="bookmark">影响受孕成功率的因素</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/more-healthy-children-born-in-april.html" rel="bookmark">四月生的孩子更健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/weibo-2013-12-30.html" rel="bookmark">表扬孩子也应该讲究方式方法</a><!-- (1)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>随着国家放开二胎政策，越来越多的家长准备加入“二胎”大军。传统观念认为，人们在经历过一次后，第二次处理就会得心应手很多，但凡事总有例外，比如说二胎妈妈虽然有过一次生产经历，但再次面临二胎时，他们非但无法从容，反而因为了解变的更加紧张焦虑。<span id="more-2276"></span></p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="etzps" border="0" alt="etzps" src="http://cnbabyup.com/wp-content/uploads/2019/06/etzps.jpg" width="206" height="175" /> </p>
<p><strong>1.怎样和老大沟通给他生弟弟/妹妹的事呢？</strong></p>
<p>家长应该正面告诉孩子这一问题，并告知其将和小弟弟小妹妹见面的时间，让孩子有所准备，让孩子自己决定是否参加弟弟妹妹的迎接工作。</p>
<p>有很多孩子对妈妈腹中的小弟弟小妹妹都特别好奇，也会向爸爸妈妈提出各种奇怪的问题，趁这一时机，家长可以询问老大关于对弟弟妹妹的想法，让老大和弟弟妹妹多做互动，比如胎动时，让老大抚摸一下腹部，这会让他的感受更加真切，自己很快就要有弟弟妹妹了。</p>
<p><strong>2.头胎早产，第二胎会不会也如此呢？</strong></p>
<p>如果第一胎是早产儿，让我妈妈怀上第二胎后早产的概率也会增大，但现实情况是大部分慈利二胎妈妈都可足月分娩，影响二胎宝宝早产的因素，并不单纯是头胎早产的经历，其他很多因素也有可能引发早产，毕竟有很多人，即使是头胎也会出现早产的现象。</p>
<p>有过早产经历的二胎妈妈，更应该严格按时产检，并和医生多做沟通，提前将一些可致早产的因素排除。在怀孕的过程中，如发现任何早产迹象必须立即就医。</p>
<p><strong>3.生头胎时时间特别长，非常痛苦，二胎还会如此吗？</strong></p>
<p><strong>二胎准妈妈最容易把这种经历和生头胎时相互联系，但其实女性的每一次怀</strong>孕分娩都有它的独特性，准妈妈没有必要总是回忆投胎时的生产经历，相反，生二胎可能比生第一胎更加省力，因为生头胎时胯部、产道变宽，这给二胎的生育过程制造了有利条件。</p>
<p>准妈妈在产检时，应该将头胎生育的经历体会和医生沟通，医生更科学的回应会使你的焦虑情绪有所缓解，给二胎生产做好心理准备。虽然并不是所有的事情都能被我们掌握，但了解的越多，准妈妈的信心就越足。</p>
<p><strong>4.生头胎时不幸患了抑郁症，生二胎后会复发吗？</strong></p>
<p>这种可能是有的，但是也有很多二胎妈妈虽然在头胎时患过产后抑郁，生二胎后由于能够对自己的感觉分辨得更加清楚，出现问题后，也有一些自己的应对方法，知道到哪里寻求帮助，所以生二胎并没有再发生产后抑郁。</p>
<p>有了头胎，产后抑郁的经历，二胎妈妈应该对产后抑郁提高警觉，及早发现产后抑郁的信号，及早控制。有很多二胎妈妈在生二胎时的情况和头胎完全不同，各方面条件都得以改善，家人也更加体恤体贴，没有了致病因素，自然产后抑郁不会再次来袭。</p>
<p>谁说生了头胎对二胎就能轻车熟路呢？二胎妈妈面临的问题有很多，所以容易产生紧张焦虑的情绪，非常容易让人理解，不过对以上这些问题准妈妈完全没有必要担心，答案很明确，这下可以卸下心中的重担，坦然面对二胎生产了吧？</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/how-to-give-birth-to-a-beautiful-baby.html" rel="bookmark">如何才能生出漂亮宝宝</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/close-relatives-not-marry.html" rel="bookmark">近亲为什么不能结婚</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/father-genes-determine-baby-sex.html" rel="bookmark">胎儿性别由父亲基因决定</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/baby-gender-prediction-pregnancy-phenomenon.html" rel="bookmark">孕期现象预测宝宝性别</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/some-knowledge-of-pre-pregnancy-health-check.html" rel="bookmark">孕前健康检查的一些常识</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/drugs-affect-before-pregnancy-eugenic.html" rel="bookmark">孕前用哪些药物会影响优生</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/summer-and-autumn-pregnancy-to-avoid-hiv-infection.html" rel="bookmark">夏秋季怀孕可避开病毒感染</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/factors-affecting-the-success-rate-of-pregnancy.html" rel="bookmark">影响受孕成功率的因素</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/more-healthy-children-born-in-april.html" rel="bookmark">四月生的孩子更健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/weibo-2013-12-30.html" rel="bookmark">表扬孩子也应该讲究方式方法</a><!-- (1)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/born-two-children-most-afraid-what.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>高圆圆与赵又廷爱女北京降生</title>
		<link>http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html</link>
		<comments>http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html#comments</comments>
		<pubDate>Thu, 23 May 2019 07:51:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[图片故事]]></category>
		<category><![CDATA[八卦]]></category>
		<category><![CDATA[孕妇]]></category>
		<category><![CDATA[明星]]></category>
		<category><![CDATA[明星妈咪]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html</guid>
		<description><![CDATA[5月21日上午，有网友爆料称高圆圆已于北京平安生产。当日下午，赵又廷在微博报喜，宣布了女儿的到来。高圆圆顺利诞下宝宝，晋升当妈妈，而这距离赵又廷官宣老婆怀孕刚过去一个月。因为之前，4月8日，赵又廷微博宣布39岁的高圆圆怀孕，“每每遇到大家关心，我们总是回答‘顺其自然’，现在，我们可以说‘是的，谢谢大家一直以来的祝福。” 赵又廷今天中午发布微博，表示“母女平安”，透露此胎是女儿。高圆圆出生于1979年10月，在这个年龄诞下宝宝也是不易。 高圆圆和赵又廷2012年因为拍摄陈凯歌的电影《搜索》相识，后面慢慢被媒体曝光恋情。而赵又廷也是在2012年4月17日公布恋情，公布恋情后的两人各种低调。恋爱两年之后，2014年高圆圆和赵又廷举办婚礼，而当时的证婚人就是陈凯歌。 结婚之后的高圆圆在影视剧拍摄上并没有的太亮眼的表演，反倒是赵又廷，从“狄仁杰”系列电影到《三生三世十里桃花》的“整容式“演技，也算是获得了不少认可，这样看来高圆圆还是很旺夫的。最后希望高圆圆生下”猪宝宝“之后，能早点复出。 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 2018年7位明星宝宝将出生 杨幂承认怀孕3个月刘恺威否认得双胞胎 大S怀孕宝宝健康检查都做了 董洁潘粤明要为孩子考虑 杨乐乐意外流产汪涵大受打击 中国版爸爸去哪儿和韩国版的简单比较 张艺谋超生成实罚款可能过亿 五彩呼伦贝尔 80后明星“孩奴”也烦恼 谢霆锋扬言要张柏芝生”一打”宝宝 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (5)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/dong-jie-pan-yue-ming-consider-children.html" rel="bookmark">董洁潘粤明要为孩子考虑</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-lele-accident-abortion-wanghan.html" rel="bookmark">杨乐乐意外流产汪涵大受打击</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/dad-where-are-we-going-chinese-korea.html" rel="bookmark">中国版爸爸去哪儿和韩国版的简单比较</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/the-star-80-after-get-kids-used-to-star.html" rel="bookmark">80后明星“孩奴”也烦恼</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/nicholas-tse-threatened-cecilia-cheung-to-a-dozen-baby.html" rel="bookmark">谢霆锋扬言要张柏芝生”一打”宝宝</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>5月21日上午，有网友爆料称高圆圆已于北京平安生产。当日下午，赵又廷在微博报喜，宣布了女儿的到来。高圆圆顺利诞下宝宝，晋升当妈妈，而这距离赵又廷官宣老婆怀孕刚过去一个月。因为之前，4月8日，赵又廷微博宣布39岁的高圆圆怀孕，“每每遇到大家关心，我们总是回答‘顺其自然’，现在，我们可以说‘是的，谢谢大家一直以来的祝福。”<span id="more-2278"></span></p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="20190521040418788" border="0" alt="20190521040418788" src="http://cnbabyup.com/wp-content/uploads/2019/06/20190521040418788.jpg" width="269" height="169" /> </p>
<p>赵又廷今天中午发布微博，表示“母女平安”，透露此胎是女儿。高圆圆出生于1979年10月，在这个年龄诞下宝宝也是不易。</p>
<p>高圆圆和赵又廷2012年因为拍摄陈凯歌的电影《搜索》相识，后面慢慢被媒体曝光恋情。而赵又廷也是在2012年4月17日公布恋情，公布恋情后的两人各种低调。恋爱两年之后，2014年高圆圆和赵又廷举办婚礼，而当时的证婚人就是陈凯歌。</p>
<p>结婚之后的高圆圆在影视剧拍摄上并没有的太亮眼的表演，反倒是赵又廷，从“狄仁杰”系列电影到《三生三世十里桃花》的“整容式“演技，也算是获得了不少认可，这样看来高圆圆还是很旺夫的。最后希望高圆圆生下”猪宝宝“之后，能早点复出。</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (5)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/dong-jie-pan-yue-ming-consider-children.html" rel="bookmark">董洁潘粤明要为孩子考虑</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-lele-accident-abortion-wanghan.html" rel="bookmark">杨乐乐意外流产汪涵大受打击</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/dad-where-are-we-going-chinese-korea.html" rel="bookmark">中国版爸爸去哪儿和韩国版的简单比较</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/the-star-80-after-get-kids-used-to-star.html" rel="bookmark">80后明星“孩奴”也烦恼</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/nicholas-tse-threatened-cecilia-cheung-to-a-dozen-baby.html" rel="bookmark">谢霆锋扬言要张柏芝生”一打”宝宝</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>薛之谦硬掰新生宝手指合照被批</title>
		<link>http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html</link>
		<comments>http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html#comments</comments>
		<pubDate>Mon, 10 Sep 2018 02:23:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[图片故事]]></category>
		<category><![CDATA[健康]]></category>
		<category><![CDATA[八卦]]></category>
		<category><![CDATA[新生儿]]></category>
		<category><![CDATA[明星]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html</guid>
		<description><![CDATA[2018年9月6日，艺人薛之谦在微博晒出一张“一家三口手指合照”的照片，并宣布自己当爸爸了。据透露宝宝小名为“小雪糕”，网友和圈中好友纷纷献上祝福。不过很快这张幸福感满满的造型照片，就被细心的“专业人士”啪啪打脸！丁香园在转发薛之谦的手指合照后提醒：“一般新生宝宝的手呈拇指在手心的握拳状，手暂时是不能自主的张开，不建议家长硬掰。” 有网友评论提到“照片里宝宝的指尖都白了”、“刚出生的孩子被硬掰直手指、拍照作秀看着真心疼”，也有网友表示“人家拍个照而已，掰了又怎样”。 那么，新生儿的握拳能不能强行掰直？ 新生儿握拳不宜强行掰 首先我们来了解下，到底为什么新生儿握拳？实际上，新生儿握拳这种行为被称为“握持反射”，握持反射是新生儿无条件反射的一种。 当触及新生儿手掌时，立即被紧紧地抓住不放，如果让新生儿两只小手握紧一根棍棒，“握持反射”甚至可让新生儿整个身体悬挂片刻。这种无条件反射在出生后第5周达到最强的程度，在3-4个月的时候就会消失，变成以自主抓握为主。婴儿在出生后的第1个月里，手部会呈现紧握拳头的姿态，这都是正常的现象，但如两个月后婴儿依然长期保持握拳的状态，则是异常的症状，可能和中枢神经系统损伤的疾病有关。 所以，新生儿握拳是一种正常现象，不容易掰开。对于新生儿握拳，父母最好不要强行掰开。因为新生儿脆弱，如果强行掰开用力不当，很可能会伤到了宝宝。 如果新生儿保持握拳超过4个月后，家长就要警惕是否小儿脑瘫疾病。 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 高圆圆与赵又廷爱女北京降生 2018年7位明星宝宝将出生 杨幂承认怀孕3个月刘恺威否认得双胞胎 大S怀孕宝宝健康检查都做了 张艺谋超生成实罚款可能过亿 新生宝宝的十大健康准则 五彩呼伦贝尔 烟鬼妈妈生的宝宝易患精神病 研究发现孕妈妈做家务可能损害宝宝的健康 双子宫孕妇“过五关”产男婴 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html" rel="bookmark">高圆圆与赵又廷爱女北京降生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/new-born-baby-health-guidelines.html" rel="bookmark">新生宝宝的十大健康准则</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/smoking-mother-born-baby-mental-health.html" rel="bookmark">烟鬼妈妈生的宝宝易患精神病</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/pregnant-housework-harm-new-baby.html" rel="bookmark">研究发现孕妈妈做家务可能损害宝宝的健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/two-sets-of-reproductive-organs-of-pregnant.html" rel="bookmark">双子宫孕妇“过五关”产男婴</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>2018年9月6日，艺人薛之谦在微博晒出一张“一家三口手指合照”的照片，并宣布自己当爸爸了。据透露宝宝小名为“小雪糕”，网友和圈中好友纷纷献上祝福。不过很快这张幸福感满满的造型照片，就被细心的“专业人士”啪啪打脸！丁香园在转发薛之谦的手指合照后提醒：“一般新生宝宝的手呈拇指在手心的握拳状，手暂时是不能自主的张开，不建议家长硬掰。”<span id="more-2281"></span></p>
<p><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" title="dxxzq" border="0" alt="dxxzq" src="http://cnbabyup.com/wp-content/uploads/2019/06/dxxzq.png" width="284" height="137" /> </p>
<p>有网友评论提到“照片里宝宝的指尖都白了”、“刚出生的孩子被硬掰直手指、拍照作秀看着真心疼”，也有网友表示“人家拍个照而已，掰了又怎样”。</p>
<p>那么，新生儿的握拳能不能强行掰直？</p>
<p><strong>新生儿握拳不宜强行掰</strong></p>
<p>首先我们来了解下，到底为什么新生儿握拳？实际上，新生儿握拳这种行为被称为“握持反射”，握持反射是新生儿无条件反射的一种。</p>
<p>当触及新生儿手掌时，立即被紧紧地抓住不放，如果让新生儿两只小手握紧一根棍棒，“握持反射”甚至可让新生儿整个身体悬挂片刻。这种无条件反射在出生后第5周达到最强的程度，在3-4个月的时候就会消失，变成以自主抓握为主。婴儿在出生后的第1个月里，手部会呈现紧握拳头的姿态，这都是正常的现象，但如两个月后婴儿依然长期保持握拳的状态，则是异常的症状，可能和中枢神经系统损伤的疾病有关。</p>
<p>所以，新生儿握拳是一种正常现象，不容易掰开。对于新生儿握拳，父母最好不要强行掰开。因为新生儿脆弱，如果强行掰开用力不当，很可能会伤到了宝宝。</p>
<p>如果新生儿保持握拳超过4个月后，家长就要警惕是否小儿脑瘫疾病。</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/gao-yuanyuan-and-zhao-youting-were-born-in-beijing.html" rel="bookmark">高圆圆与赵又廷爱女北京降生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/2018-born-seven-pop-star-child.html" rel="bookmark">2018年7位明星宝宝将出生</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/new-born-baby-health-guidelines.html" rel="bookmark">新生宝宝的十大健康准则</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/smoking-mother-born-baby-mental-health.html" rel="bookmark">烟鬼妈妈生的宝宝易患精神病</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/pregnant-housework-harm-new-baby.html" rel="bookmark">研究发现孕妈妈做家务可能损害宝宝的健康</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/two-sets-of-reproductive-organs-of-pregnant.html" rel="bookmark">双子宫孕妇“过五关”产男婴</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/xue-zhiqian-hard-off-the-new-treasure-finger-group-photo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2018年7位明星宝宝将出生</title>
		<link>http://cnbabyup.com/2018-born-seven-pop-star-child.html</link>
		<comments>http://cnbabyup.com/2018-born-seven-pop-star-child.html#comments</comments>
		<pubDate>Thu, 28 Jun 2018 06:57:00 +0000</pubDate>
		<dc:creator>宝宝健康成长</dc:creator>
				<category><![CDATA[图片故事]]></category>
		<category><![CDATA[八卦]]></category>
		<category><![CDATA[孕妇]]></category>
		<category><![CDATA[明星]]></category>
		<category><![CDATA[明星妈咪]]></category>

		<guid isPermaLink="false">http://cnbabyup.com/2018-born-seven-pop-star-child.html</guid>
		<description><![CDATA[2018年娱乐圈可谓是喜事连连，太阳女神谢娜诞下了双胞胎女儿跳跳和俏俏，熊黛林也喜获双胞胎女儿。不仅如此，颖儿付辛博的女儿也出生了，四大天王的黎明也首当爹，喜获爱女。而2018年将要出生的明星宝宝还有很多。 蒋勤勤 2018年1月31日，43岁的蒋勤勤在微博中晒出B超照，宣布怀二胎喜讯，她与陈建斌因《乔家大院》相识相恋于06年结婚，07年诞下大儿子。 张嘉倪 近日由张翰、张钧蜜、张嘉倪主演的《温暖的弦》正在热播，而首播发布会上张嘉倪首次承认怀二胎喜讯，而她已于16年诞下一子“OK”。 欧弟 今年3月2日，欧弟发文宣布老婆郑云灿喜怀二胎，据悉两人于15年在捷克首都布拉格结婚，同年12月，两人爱女JOJO出生。 大S 大S与老公汪小菲结婚后先后诞下一女一子，今年3月大S因感冒导致其癫痫复发送急诊后被爆出怀三胎的消息，虽然当事人并未回应，但4月11日，41岁的她终于承认怀第三胎。 朱亚文 素有“行走的荷尔蒙”之称的朱亚文今年凭借其独特的声音获得《身临其境》总冠军而备受瞩目，其妻子沈佳妮于3月被拍到小腹隆起，而衣着也非常宽松，随后两人承认怀二胎。 余文乐 17年12月，男神余文乐突然在微博中宣布与王棠云结婚，之后就有媒体揣测乐嫂已怀有身孕，今年3月底余文乐终于承认妻子已怀孕6个月。 杜若溪 她与老公严屹宽早于13年便已领证结婚，时常在微博中大秀恩爱撒狗粮，今年1月24日，正直严屹宽生日并宣布老婆怀孕，杜若溪更是时不时晒出超大孕肚，被网友评价“这才是怀孕应有的状态”。 文/老牌港星之家 分享到：新浪微博搜狐微博腾讯微博QQ空间人人网网易微博百度贴吧 相关阅读: 杨幂承认怀孕3个月刘恺威否认得双胞胎 大S怀孕宝宝健康检查都做了 杨乐乐意外流产汪涵大受打击 董洁潘粤明要为孩子考虑 五彩呼伦贝尔 80后明星“孩奴”也烦恼 张艺谋超生成实罚款可能过亿 谢霆锋扬言要张柏芝生”一打”宝宝 中国版爸爸去哪儿和韩国版的简单比较 好莱坞明星的可爱童年 热点排行: 林林的故事坊 孕妇血糖高的原因及应对措施 孕妇为什么会脚臭 如何解决孕妇肚子胀气 准妈妈如何分辨羊水和尿液？ B超单名词解释及指标正常参数值 怀孕18周建议做一次全面检查 合理饮食和运动帮助孕妇把血糖降下来 在线快速预产期测算器 近亲为什么不能结婚


<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/yang-lele-accident-abortion-wanghan.html" rel="bookmark">杨乐乐意外流产汪涵大受打击</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/dong-jie-pan-yue-ming-consider-children.html" rel="bookmark">董洁潘粤明要为孩子考虑</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/the-star-80-after-get-kids-used-to-star.html" rel="bookmark">80后明星“孩奴”也烦恼</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/nicholas-tse-threatened-cecilia-cheung-to-a-dozen-baby.html" rel="bookmark">谢霆锋扬言要张柏芝生”一打”宝宝</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/dad-where-are-we-going-chinese-korea.html" rel="bookmark">中国版爸爸去哪儿和韩国版的简单比较</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/hollywood-star-childhood.html" rel="bookmark">好莱坞明星的可爱童年</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">

<strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></description>
			<content:encoded><![CDATA[<p>2018年娱乐圈可谓是喜事连连，太阳女神谢娜诞下了双胞胎女儿跳跳和俏俏，熊黛林也喜获双胞胎女儿。不仅如此，颖儿付辛博的女儿也出生了，四大天王的黎明也首当爹，喜获爱女。而2018年将要出生的明星宝宝还有很多。<span id="more-2274"></span></p>
<p><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="xdls" border="0" alt="xdls" src="http://cnbabyup.com/wp-content/uploads/2019/06/xdls.jpg" width="240" height="157" /> </p>
<p><strong>蒋勤勤</strong></p>
<p>2018年1月31日，43岁的蒋勤勤在微博中晒出B超照，宣布怀二胎喜讯，她与陈建斌因《乔家大院》相识相恋于06年结婚，07年诞下大儿子。</p>
<p><strong>张嘉倪</strong></p>
<p>近日由张翰、张钧蜜、张嘉倪主演的《温暖的弦》正在热播，而首播发布会上张嘉倪首次承认怀二胎喜讯，而她已于16年诞下一子“OK”。</p>
<p><strong>欧弟</strong></p>
<p>今年3月2日，欧弟发文宣布老婆郑云灿喜怀二胎，据悉两人于15年在捷克首都布拉格结婚，同年12月，两人爱女JOJO出生。</p>
<p><strong>大S</strong></p>
<p>大S与老公汪小菲结婚后先后诞下一女一子，今年3月大S因感冒导致其癫痫复发送急诊后被爆出怀三胎的消息，虽然当事人并未回应，但4月11日，41岁的她终于承认怀第三胎。</p>
<p><strong>朱亚文</strong></p>
<p>素有“行走的荷尔蒙”之称的朱亚文今年凭借其独特的声音获得《身临其境》总冠军而备受瞩目，其妻子沈佳妮于3月被拍到小腹隆起，而衣着也非常宽松，随后两人承认怀二胎。</p>
<p><strong>余文乐</strong></p>
<p>17年12月，男神余文乐突然在微博中宣布与王棠云结婚，之后就有媒体揣测乐嫂已怀有身孕，今年3月底余文乐终于承认妻子已怀孕6个月。</p>
<p><strong>杜若溪</strong></p>
<p>她与老公严屹宽早于13年便已领证结婚，时常在微博中大秀恩爱撒狗粮，今年1月24日，正直严屹宽生日并宣布老婆怀孕，杜若溪更是时不时晒出超大孕肚，被网友评价“这才是怀孕应有的状态”。</p>
<p>文/老牌港星之家</p>



<div class="bdsharebuttonbox"><a href="#" class="bds_more" data-cmd="more">分享到：</a><a title="分享到新浪微博" href="#" class="bds_tsina" data-cmd="tsina">新浪微博</a><a title="分享到搜狐微博" href="#" class="bds_tsohu" data-cmd="tsohu">搜狐微博</a><a title="分享到腾讯微博" href="#" class="bds_tqq" data-cmd="tqq">腾讯微博</a><a title="分享到QQ空间" href="#" class="bds_qzone" data-cmd="qzone">QQ空间</a><a title="分享到人人网" href="#" class="bds_renren" data-cmd="renren">人人网</a><a title="分享到网易微博" href="#" class="bds_t163" data-cmd="t163">网易微博</a><a title="分享到百度贴吧" href="#" class="bds_tieba" data-cmd="tieba">百度贴吧</a></div>

<div id="wumiiDisplayDiv"></div>

<div class="reship">
<div class="reship_l">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://cnbabyup.com/yang-mi-liu-kai-wei-twin.html" rel="bookmark">杨幂承认怀孕3个月刘恺威否认得双胞胎</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/big-s-pregnancy.html" rel="bookmark">大S怀孕宝宝健康检查都做了</a><!-- (4)--></li>
<li><a href="http://cnbabyup.com/yang-lele-accident-abortion-wanghan.html" rel="bookmark">杨乐乐意外流产汪涵大受打击</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/dong-jie-pan-yue-ming-consider-children.html" rel="bookmark">董洁潘粤明要为孩子考虑</a><!-- (3)--></li>
<li><a href="http://cnbabyup.com/inner-mongolia-five-color-hulunbeier-music.html" rel="bookmark">五彩呼伦贝尔</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/the-star-80-after-get-kids-used-to-star.html" rel="bookmark">80后明星“孩奴”也烦恼</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/zhang-yimou-three-children-fines-may-billions-dollars.html" rel="bookmark">张艺谋超生成实罚款可能过亿</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/nicholas-tse-threatened-cecilia-cheung-to-a-dozen-baby.html" rel="bookmark">谢霆锋扬言要张柏芝生”一打”宝宝</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/dad-where-are-we-going-chinese-korea.html" rel="bookmark">中国版爸爸去哪儿和韩国版的简单比较</a><!-- (2)--></li>
<li><a href="http://cnbabyup.com/hollywood-star-childhood.html" rel="bookmark">好莱坞明星的可爱童年</a><!-- (2)--></li>
</ul>
</div>
<div class="reship_r">
<p><strong>热点排行:</strong>
  <ul>
     <li><a href='http://cnbabyup.com/liuyian' title='林林的故事坊'>林林的故事坊</a> </li><li><a href='http://cnbabyup.com/pregnant-women-with-high-blood-sugar-causes-and-countermeasures.html' title='孕妇血糖高的原因及应对措施'>孕妇血糖高的原因及应对措施</a> </li><li><a href='http://cnbabyup.com/pregnant-women-foot-odor.html' title='孕妇为什么会脚臭'>孕妇为什么会脚臭</a> </li><li><a href='http://cnbabyup.com/solve-the-pregnant-stomach-pains.html' title='如何解决孕妇肚子胀气'>如何解决孕妇肚子胀气</a> </li><li><a href='http://cnbabyup.com/difference-between-amniotic-fluid-and-urine.html' title='准妈妈如何分辨羊水和尿液？'>准妈妈如何分辨羊水和尿液？</a> </li><li><a href='http://cnbabyup.com/b-glossary-normal-parameters.html' title='B超单名词解释及指标正常参数值'>B超单名词解释及指标正常参数值</a> </li><li><a href='http://cnbabyup.com/pregnancy-18-weeks-fetus.html' title='怀孕18周建议做一次全面检查'>怀孕18周建议做一次全面检查</a> </li><li><a href='http://cnbabyup.com/reasonable-diet-and-exercise-help-pregnant-women-down-blood-sugar.html' title='合理饮食和运动帮助孕妇把血糖降下来'>合理饮食和运动帮助孕妇把血糖降下来</a> </li><li><a href='http://cnbabyup.com/online-fast-expected-date-calculator.html' title='在线快速预产期测算器'>在线快速预产期测算器</a> </li><li><a href='http://cnbabyup.com/close-relatives-not-marry.html' title='近亲为什么不能结婚'>近亲为什么不能结婚</a> </li>  </ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cnbabyup.com/2018-born-seven-pop-star-child.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
