﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>徐根清的博客</title>
		<link>http://www.teach-in-china.net/fcblog/</link>
		<description>一个老教育工作者的博客</description>
		<copyright>Powered by SaBlog-X. Copyright (C) 2003-2010.</copyright>
		<generator>SaBlog-X Version 2.0 Build 20100802</generator>
		<lastBuildDate>Fri, 18 May 2012 08:30:54 +0000</lastBuildDate>
		<ttl>30</ttl>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=433</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=433</guid>
			<title>左眼角膜破裂8MM缝合康复日记</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	<strong><span style="font-size: 12px">昌5月6日（补记）</span></strong></p>
<p>
	&nbsp;&nbsp;&nbsp; 绝对想不到的事还是在这个星期日的黎明发生在自己的身上，在路灯尚未熄灭的这个早上，在小区河边散步，突然间一只鸟儿飞过来撞到自己的左眼位置。幸亏戴着眼镜，当时只感到被撞的猛烈和被撞后左眼泪水直流，一下子失去视力。眼镜片未破，镜框与镜架也好好的，左眼周边及脸部都无伤口，满以为等会儿就会好的。就这样，从上午到中午，直到午休后&hellip;&hellip;。</p>
<p>
	&nbsp;&nbsp;&nbsp; 下午近三点，感觉眼睛肿得厉害，而且左眼视力几乎全无，顿感问题可能有点严重。妻在上班，就自己一人打的前往杭州凤起路618号温州医科大学杭州眼视光医院检查。下午四点不到一点到达，挂号、预检、候诊，一毁都按部就班地进行。看病的人也不多，大概过了半个小时，轮到。因为是周日，这个医院显得有点冷清，只有一位主治医生在门诊。</p>
<p><a href="http://www.teach-in-china.net/fcblog/?action=show&amp;id=433" target="_blank">阅读全文</a></p>]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=433</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Thu, 17 May 2012 08:12:00 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=432</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=432</guid>
			<title>解决了通过JS进行跨系统调用后所调用图片的大小限制问题</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	&nbsp;&nbsp;&nbsp; TEACH IN CHINA（<a href="http://www.teach-in-china.net">http://www.teach-in-china.net</a>）网站的外教招聘与求职信息采用了我自己翻译而成的骑士人才系统（74CMS3）和DZ2.5（从DZ2升级上来的）两个不同的系统。这两个系统通过UCENTER1.6共用同一个用户信息库，也就是说，用户不管是在哪个系统中注册，其帐号信息在这两个系统中都可以通用！将DZ2升级到DZ2.5后，在PORTAL（门户）首页调用骑士人才系统带图片的外教求职简历信息，调用出来的图片撑破PORTAL首页相应位置的限制。</p>
<p>
	&nbsp;&nbsp;&nbsp; 记得当时购买骑士人才系统的信息调用代码时，开发人员曾告诉我解决的办法。遂回到QQ所储存的信息中查找，嘿，一下子就找到了。解决办法如下：</p>
<p>
	&nbsp;&nbsp;&nbsp; <strong>1、先找出调用信息的版块&lt;div class&gt;。</strong>这个设定会因模板的不同而各不相同。如：我所用的这个门户首页模板调用带照片的外教求职信息的版块为&lt;<strong>div class=&quot;<span style="color: #f00">col3</span></strong>&quot;&gt;。请特别注意红字部分！</p>
<p>
	&nbsp;&nbsp;&nbsp;<strong> 2、在调用信息页面顶部找到相应的CSS代码。</strong>如：</p>
<p>
	&lt;style id=&quot;diy_style&quot; type=&quot;text/css&quot;&gt;&lt;/style&gt;<br />
	&lt;style&gt;<br />
	.slideshow span.title {text-indent:0px;}<br />
	.tns th {border-right:1px solid #aaccee;}<br />
	.tns th p, .tns td p {font-size:12px;}<br />
	.bn {padding:8px 10px;margin-bottom:0px;}<br />
	.mbm {margin-bottom:0 !important;}<br />
	<span style="color: #f00"><strong>.col3 img{width:110px; height:145px; border:0}</strong></span></p>
<div>
	&lt;/style&gt;</div>
<div>
	&nbsp;<strong>&nbsp;&nbsp; 3、添加对col3这一版块内图片的大小限制。</strong>如上述2中的红字一行。意思为：限定col3块内所调用的图片宽为110px、高为145px、无边框。这里的宽与高均可以根据所设的块的大小进行设定。</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;&nbsp;&nbsp; 本网站这个块最后的代码为（红字所示的JS系带图片的外教求职信息的调用代码）：</div>
<div>
	&nbsp; &lt;div class=&quot;col3&quot;&gt;<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;div class=&quot;col3-cm&quot; style=&quot;height:278px;&quot;&gt;<br />
	&nbsp;&nbsp;&lt;h2 class=&quot;bluekm-h2&quot;&gt;<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href=&quot;/rencai/resume/resume-list.php&quot; target=&quot;_blank&quot; title=&quot;Resumes with Photo&quot; class=&quot;bluekm&quot;&gt;Resume with Photo&lt;/a&gt;&lt;/h2&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
<div>
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong> <span style="color: #f00">&lt;script src=&quot;<a href="http://www.teach-in-china.net/rencai/plus/externalapi.php?id=4">http://www.teach-in-china.net/rencai/plus/externalapi.php?id=4</a>&quot; type=&#39;text/javascript&#39; language=&quot;javascript&quot;&gt;&lt;/script&gt;&nbsp;&nbsp;</span>&nbsp;&nbsp;<br />
	</strong>&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;top_corner_bluekm&quot;&gt;&lt;/span&gt;<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;top_corner_r_bluekm&quot;&gt;&lt;/span&gt;&nbsp; &nbsp;&nbsp;<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;bot_corner_bluekm&quot;&gt;&lt;/span&gt;<br />
	&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;bot_corner_r_bluekm&quot;&gt;&lt;/span&gt;<br />
	&nbsp;&nbsp;&nbsp;&nbsp; &lt;/div&gt;</div>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=432</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Sun, 13 May 2012 08:21:25 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=431</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=431</guid>
			<title>修改index.php 增加URL重定向 判断手机、电脑访问</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	修改后作用：<br />
	1、访问&nbsp; &nbsp;XXX.com&nbsp;&nbsp;自动跳转到&nbsp;&nbsp;www.XXX.com&nbsp; &nbsp;这个跟SEO有关<br />
	2、<span class="t_tag" href="tag.php?name=%CA%D6%BB%FA">手机</span>访问 XXX.com 或者 www.XXX.com 自动跳转到&nbsp;&nbsp;www.XXX.com/wap<br />
	<br />
	<span class="t_tag" href="tag.php?name=%CB%D1%CB%F7">搜索</span> www.XXX.com&nbsp;&nbsp;替换为你的<span class="t_tag" href="tag.php?name=%D3%F2%C3%FB">域名</span>(不要丢掉www)<br />
	共3处<br />
	<br />
	&nbsp;</p>
<div class="showhide">
	<h4>
		本帖隐藏的内容需要回复才可以浏览</h4>
	<div class="blockcode">
		<div id="code0">
			<ol>
				<li>
					&lt;?php</li>
				<li>
					&nbsp;</li>
				<li>
					&nbsp;&nbsp;$the_host = $_SERVER[&#39;HTTP_HOST&#39;];//取得当前域名</li>
				<li>
					$request_uri = $_SERVER[&#39;REQUEST_URI&#39;]; //取得参数</li>
				<li>
					if($the_host != &#39;www.XXX.com&#39;)//判断是否指定域名</li>
				<li>
					{ header(&#39;HTTP/1.1 301 Moved Permanently&#39;);//发出301头部</li>
				<li>
					header(&#39;Location: http://www.XXX.com&#39;.$request_uri);//跳转指定地址格式</li>
				<li>
					}</li>
				<li>
					&nbsp;</li>
				<li>
					&nbsp;</li>
				<li>
					function isMobile() {&nbsp;&nbsp;</li>
				<li>
					if (isset ($_SERVER[&#39;HTTP_X_WAP_PROFILE&#39;])) {&nbsp;&nbsp;</li>
				<li>
					&nbsp;&nbsp;return true;&nbsp;&nbsp;</li>
				<li>
					}</li>
				<li>
					&nbsp;</li>
				<li>
					if (isset ($_SERVER[&#39;HTTP_VIA&#39;])) {&nbsp; &nbsp;</li>
				<li>
					return stristr($_SERVER[&#39;HTTP_VIA&#39;], &quot;wap&quot;) ? true : false;&nbsp;&nbsp;</li>
				<li>
					}</li>
				<li>
					&nbsp;</li>
				<li>
					if (isset ($_SERVER[&#39;HTTP_USER_AGENT&#39;])) {&nbsp;&nbsp;</li>
				<li>
					&nbsp;&nbsp;$clientkeywords = array (&#39;nokia&#39;,&#39;sony&#39;,&#39;ericsson&#39;,&#39;mot&#39;,&#39;samsung&#39;,&#39;htc&#39;,&#39;sgh&#39;,&#39;lg&#39;,&#39;sharp&#39;,&#39;sie-&#39;,&#39;philips&#39;,&#39;panasonic&#39;,&#39;alcatel&#39;,&#39;lenovo&#39;,&#39;iphone&#39;,&#39;ipod&#39;,&#39;blackberry&#39;,&#39;meizu&#39;,&#39;android&#39;,&#39;netfront&#39;,&#39;symbian&#39;,&#39;ucweb&#39;,&#39;windowsce&#39;,&#39;xiaomi&#39;,&#39;miui&#39;,&#39;palm&#39;,&#39;operamini&#39;,&#39;operamobi&#39;,&#39;openwave&#39;,&#39;nexusone&#39;,&#39;cldc&#39;,&#39;midp&#39;,&#39;wap&#39;,&#39;mobile&#39;);</li>
				<li>
					&nbsp;&nbsp;if (preg_match(&quot;/(&quot; . implode(&#39;|&#39;, $clientkeywords) . &quot;)/i&quot;, strtolower($_SERVER[&#39;HTTP_USER_AGENT&#39;])))</li>
				<li>
					&nbsp;&nbsp;{&nbsp;&nbsp;</li>
				<li>
					&nbsp;&nbsp;return true;&nbsp;&nbsp;</li>
				<li>
					&nbsp;&nbsp;}&nbsp;&nbsp;</li>
				<li>
					}&nbsp;&nbsp;</li>
				<li>
					&nbsp;</li>
				<li>
					if (isset ($_SERVER[&#39;HTTP_ACCEPT&#39;])) {</li>
				<li>
					if ((strpos($_SERVER[&#39;HTTP_ACCEPT&#39;], &#39;vnd.wap.wml&#39;) !== false) &amp;&amp; (strpos($_SERVER[&#39;HTTP_ACCEPT&#39;], &#39;text/html&#39;) === false || (strpos($_SERVER[&#39;HTTP_ACCEPT&#39;], &#39;vnd.wap.wml&#39;) &lt; strpos($_SERVER[&#39;HTTP_ACCEPT&#39;], &#39;text/html&#39;))))</li>
				<li>
					{&nbsp;&nbsp;</li>
				<li>
					&nbsp; &nbsp; return true;&nbsp;&nbsp;</li>
				<li>
					&nbsp;&nbsp;}&nbsp;&nbsp;</li>
				<li>
					}&nbsp;&nbsp;</li>
				<li>
					return false;</li>
				<li>
					}</li>
				<li>
					&nbsp;</li>
				<li>
					if(isMobile()) {</li>
				<li>
					//如果为真，则进行WAP页面。</li>
				<li>
					header( &quot;HTTP/1.1 301 Moved Permanently&quot;);&nbsp;&nbsp;</li>
				<li>
					header(&quot;Location: http://www.XXX.com/wap&quot;);</li>
				<li>
					}else {&nbsp; &nbsp;</li>
				<li>
					//如果为假，则进行WEB页面。</li>
				<li>
					define(&#39;IN_QISHI&#39;, true);</li>
				<li>
					$alias=&quot;QS_index&quot;;</li>
				<li>
					require_once(dirname(__FILE__).&#39;/<span class="t_tag" href="tag.php?name=include">include</span>/common.inc.php&#39;);</li>
				<li>
					if($mypage[&#39;caching&#39;]&gt;0){</li>
				<li>
					&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;$smarty-&gt;cache =true;</li>
				<li>
					&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $smarty-&gt;cache_lifetime=$mypage[&#39;caching&#39;];</li>
				<li>
					&nbsp; &nbsp; &nbsp; &nbsp; }else{</li>
				<li>
					&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $smarty-&gt;cache = false;</li>
				<li>
					&nbsp; &nbsp; &nbsp; &nbsp; }</li>
				<li>
					$cached_id=$_CFG[&#39;subsite_id&#39;].&quot;|&quot;.$alias.(isset($_GET[&#39;id&#39;])?&quot;|&quot;.(intval($_GET[&#39;id&#39;])%100).&#39;|&#39;.intval($_GET[&#39;id&#39;]):&#39;&#39;).(isset($_GET[&#39;page&#39;])?&quot;|p&quot;.intval($_GET[&#39;page&#39;])%100:&#39;&#39;);</li>
				<li>
					if(!$smarty-&gt;is_cached($mypage[&#39;tpl&#39;],$cached_id))</li>
				<li>
					{</li>
				<li>
					require_once(QISHI_ROOT_PATH.&#39;include/mysql.class.php&#39;);</li>
				<li>
					$db = new mysql($dbhost,$dbuser,$dbpass,$dbname);</li>
				<li>
					unset($dbhost,$dbuser,$dbpass,$dbname);</li>
				<li>
					$smarty-&gt;display($mypage[&#39;tpl&#39;],$cached_id);</li>
				<li>
					}</li>
				<li>
					else</li>
				<li>
					{</li>
				<li>
					$smarty-&gt;display($mypage[&#39;tpl&#39;],$cached_id);</li>
				<li>
					}</li>
				<li>
					unset($smarty);</li>
				<li>
					&nbsp;</li>
				<li>
					}</li>
				<li>
					?&gt;</li>
			</ol>
		</div>
		<em>复制代码</em></div>
	最好的方式是把 以上代码的这个部分（代码如下）放入&nbsp;&nbsp;common.inc.php （公用文件）里面&nbsp; &nbsp; 这样其它的页面也会重定向
	<div class="blockcode">
		<div id="code1">
			<ol>
				<li>
					$the_host = $_SERVER[&#39;HTTP_HOST&#39;];//取得当前域名</li>
				<li>
					$request_uri = $_SERVER[&#39;REQUEST_URI&#39;]; //取得参数</li>
				<li>
					if($the_host != &#39;www.XXX.com&#39;)//判断是否指定域名</li>
				<li>
					{ header(&#39;HTTP/1.1 301 Moved Permanently&#39;);//发出301头部</li>
				<li>
					header(&#39;Location: http://www.XXX.com&#39;.$request_uri);//跳转指定地址格式</li>
				<li>
					}</li>
			</ol>
		</div>
		<em>复制代码</em></div>
	示例：
	<div class="blockcode">
		<div id="code2">
			<ol>
				<li>
					&lt;?php</li>
				<li>
					/*</li>
				<li>
					*&nbsp;&nbsp;共用配置文件</li>
				<li>
					*/</li>
				<li>
					&nbsp;</li>
				<li>
					$the_host = $_SERVER[&#39;HTTP_HOST&#39;];//取得当前域名</li>
				<li>
					$request_uri = $_SERVER[&#39;REQUEST_URI&#39;]; //取得参数</li>
				<li>
					if($the_host != &#39;www.XXX.com&#39;)//判断是否指定域名</li>
				<li>
					{ header(&#39;HTTP/1.1 301 Moved Permanently&#39;);//发出301头部</li>
				<li>
					header(&#39;Location: http://www.XXX.com&#39;.$request_uri);//跳转指定地址格式</li>
				<li>
					}</li>
				<li>
					&nbsp;</li>
				<li>
					session_start();</li>
				<li>
					&hellip;&hellip;省略&nbsp;&nbsp;下面代码不动</li>
			</ol>
		</div>
	</div>
</div>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=431</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Sun, 29 Apr 2012 13:06:04 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=430</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=430</guid>
			<title>CSS+JS实现的滑动TAB，滑动门的特效代码</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	　滑动TAB，滑动门，CSS+Js代码，貌似很不错的样子，风格经典，鼠标感应很不错，代码量少，用到网页上挺不错的。</p>
<p>
	&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />
	&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />
	&lt;head&gt;<br />
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gbk&quot; /&gt;<br />
	&lt;title&gt;滑动TAB - Liehuo.Net&lt;/title&gt;<br />
	&lt;script language=&quot;javascript&quot;&gt;<br />
	function tabChange(obj,id)<br />
	{<br />
	var arrayli = obj.parentNode.getElementsByTagName(&quot;li&quot;); //获取li数组<br />
	var arrayul = document.getElementById(id).getElementsByTagName(&quot;ul&quot;); //获取ul数组<br />
	for(i=0;i&lt;arrayul.length;i++)<br />
	{<br />
	if(obj==arrayli[i])<br />
	{<br />
	arrayli[i].className = &quot;cli&quot;;<br />
	arrayul[i].className = &quot;&quot;;<br />
	}<br />
	else<br />
	{<br />
	arrayli[i].className = &quot;&quot;;<br />
	arrayul[i].className = &quot;hidden&quot;;<br />
	}<br />
	}<br />
	}<br />
	&lt;/script&gt;<br />
	&lt;style type=&quot;text/css&quot;&gt;<br />
	.tabbox {width:300px;height:250px;}<br />
	.tabmenu {width:295px;height:28px;border-left:1px solid&nbsp; #CCC;border-top:1px solid #ccc;}<br />
	.tabmenu ul {margin:0;padding:0;list-style-type: none;}<br />
	.tabmenu li { text-align:center; float:left; display:block; width:58px; height:27px; overflow:hidden; background-color: #D2E8F7; line-height:27px; border-right:#ccc 1px solid; border-bottom:#ccc 1px solid; display:inline; font-size:12px;}<br />
	.tabmenu .cli {text-align:center;float:left;display:block;width:58px;height:27px;overflow:hidden;background-color: #fff;line-height:27px;border-right:#ccc 1px solid;border-bottom:#fff 1px solid;display:inline;font-size:12px; cursor:pointer;}<br />
	#tabcontent {width:294px;background-color:#fff;border-left:#CCC 1px solid;border-right:#CCC 1px solid;border-bottom:#CCC 1px solid;}<br />
	#tabcontent ul {margin:0;padding:5px;list-style-type: none;}<br />
	#tabcontent .hidden {display:none;}<br />
	&lt;/style&gt;<br />
	&lt;/head&gt;<br />
	&lt;body&gt;<br />
	&lt;div class=&quot;tabbox&quot;&gt;<br />
	&lt;div class=&quot;tabmenu&quot;&gt;<br />
	&lt;ul&gt;<br />
	&lt;li onmouseover=&quot;tabChange(this,&#39;tabcontent&#39;)&quot; class=&quot;cli&quot;&gt;军事&lt;/li&gt;<br />
	&lt;li onmouseover=&quot;tabChange(this,&#39;tabcontent&#39;)&quot;&gt;娱乐&lt;/li&gt;<br />
	&lt;li onmouseover=&quot;tabChange(this,&#39;tabcontent&#39;)&quot;&gt;国内&lt;/li&gt;<br />
	&lt;li onmouseover=&quot;tabChange(this,&#39;tabcontent&#39;)&quot;&gt;国外&lt;/li&gt;<br />
	&lt;li onmouseover=&quot;tabChange(this,&#39;tabcontent&#39;)&quot;&gt;游戏&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;/div&gt;<br />
	&lt;div id=&quot;tabcontent&quot;&gt;<br />
	&lt;ul name=&quot;tabul&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;烈火学院<a href="http://www.veryhuo.com</a></li">www.veryhuo.com&lt;/a&gt;&lt;/li</a>&gt;<br />
	&lt;/ul&gt;<br />
	&lt;ul class=&quot;hidden&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;2222222222222222222222&lt;/a&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;ul class=&quot;hidden&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;3333333333333333333333&lt;/a&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;ul class=&quot;hidden&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;4444444444444444444444&lt;/a&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;ul class=&quot;hidden&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot;&gt;5555555555555555555555&lt;/a&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;/div&gt;<br />
	&lt;/div&gt;<br />
	&lt;/body&gt;<br />
	&lt;/html&gt;&lt;br /&gt;</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=430</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Fri, 27 Apr 2012 11:59:20 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=429</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=429</guid>
			<title>js 强制点击广告后放出链接地址的效果</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	强制点击广告的JavaScript代码，先点击广告后下载地址才生效，或者是先点击广告后才会显示某部分内容，一般用于下载站或文档资料类网站，尽量不要多用哦，否则网站的用户体验会很差！</p>
<div>
	　　烈火提示：请站长们不要用于广告联盟的欺诈点击，以免遭到封杀帐户。</div>
<div>
	　　效果如下：</div>
<div>
	<br />
	&lt;html&gt;<br />
	&lt;head&gt;<br />
	&lt;title&gt;强制点击广告代码&lt;/title&gt;<br />
	&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=gb2312&quot;&gt;<br />
	&lt;script language=&quot;javascript&quot;&gt;<br />
	var num = 2;<br />
	var mypage = &#39;http://www.veryhuo.com/bush/&#39;;<br />
	var pissoff = &#39;请先点击上面的链接！&#39;;<br />
	allow = Array();<br />
	allow[num] = 2;<br />
	function gotoit(link){<br />
	if (link != num){<br />
	allow[link] = 2;<br />
	} else {<br />
	for (i=1;i&lt;=num;i++){<br />
	if (allow[i] != 2){<br />
	i = num + 1;<br />
	lemmeIn = 0;<br />
	} else {<br />
	lemmeIn = 1;<br />
	}<br />
	}<br />
	if (lemmeIn == 1){<br />
	window.location = mypage;<br />
	} else {<br />
	alert(pissoff);<br />
	}<br />
	}<br />
	}<br />
	//---&gt;<br />
	&lt;/script&gt;<br />
	&lt;/head&gt;<br />
	&lt;body&gt;<br />
	&lt;a href=&quot;<a href="http://www.veryhuo.com/res/share/">http://www.veryhuo.com/res/share/</a>&quot; target=&quot;_blank&quot; onClick=&quot;gotoit(1)&quot;&gt;&lt;img src=&quot;<a href="http://www.veryhuo.com/images/gaogao/liehuo_share.gif">http://www.veryhuo.com/images/gaogao/liehuo_share.gif</a>&quot; alt=&quot;烈火分享&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;<br />
	&lt;a href=&quot;javascript:gotoit(num)&quot;&gt;请先点击上面的链接&lt;/a&gt;<br />
	&lt;/body&gt;<br />
	&lt;/html&gt;&lt;br /&gt;&lt;center&gt;如不能显示效果，请按Ctrl+F5刷新本页，更多网页代码：&lt;a href=&#39;http://www.veryhuo.com/&#39; target=&#39;_blank&#39;&gt;http://www.veryhuo.com/&lt;/a&gt;&lt;/center&gt;<br />
	文章源自：烈火网，原文：<a href="http://www.veryhuo.com/a/view/24810.html">http://www.veryhuo.com/a/view/24810.html</a></div>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=429</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Fri, 27 Apr 2012 11:50:14 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=428</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=428</guid>
			<title>网站首页大屏的图片拉幕广告特效</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	拉幕广告代码，网站首页大屏的图片拉幕广告特效，像窗帘的幕布一样慢慢的被拉上去了，缩小至一定大小后定格。这样的效果，我们在一些大型的门户网站中经常可以见到，咱们不妨也给自己的网站加上这个效果，增加大气的感觉！</p>
<div>
	　　示例：</div>
<div>
	&lt;html&gt;<br />
	&lt;head&gt;<br />
	&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;<br />
	&lt;title&gt;拉幕广告效果&lt;/title&gt;<br />
	&lt;style type=&quot;text/css&quot;&gt;<br />
	html,body{<br />
	width:100%;<br />
	height:100%;<br />
	margin:0px;<br />
	border:0px;<br />
	text-align:center;<br />
	}<br />
	div{<br />
	margin:auto;<br />
	overflow:hidden;<br />
	}<br />
	&lt;/style&gt;<br />
	&lt;/head&gt;<br />
	&lt;body&gt;<br />
	&lt;script type=&quot;text/javascript&quot;&gt;<br />
	function tag(obj){<br />
	return document.getElementsByTagName(obj)[0];<br />
	}<br />
	window.onload=function(){<br />
	setTimeout(&quot;slideUp();&quot;,1000);<br />
	}<br />
	function slideUp(){<br />
	if(tag(&quot;div&quot;).offsetHeight&gt;0){<br />
	if(tag(&quot;div&quot;).offsetHeight&gt;10){<br />
	tag(&quot;div&quot;).style.height=tag(&quot;div&quot;).offsetHeight-10+&quot;px&quot;<br />
	setTimeout(&quot;slideUp();&quot;,20);<br />
	}else{<br />
	tag(&quot;div&quot;).style.display=&quot;none&quot;;<br />
	tag(&quot;img&quot;).src=&quot;<a href="http://www.veryhuo.com/uploads/common/images/liehuo_1024x768_1.jpg">http://www.veryhuo.com/uploads/common/images/liehuo_1024x768_1.jpg</a>&quot;;<br />
	tag(&quot;div&quot;).style.display=&quot;block&quot;;<br />
	slideDown();<br />
	}<br />
	}<br />
	}<br />
	function slideDown(){<br />
	if(tag(&quot;div&quot;).offsetHeight&lt;80){<br />
	if(tag(&quot;div&quot;).offsetHeight&lt;70){<br />
	tag(&quot;div&quot;).style.height=tag(&quot;div&quot;).offsetHeight+10+&quot;px&quot;;<br />
	setTimeout(&quot;slideDown();&quot;,20);<br />
	}else{<br />
	tag(&quot;div&quot;).style.height=&quot;80px&quot;;<br />
	}<br />
	}<br />
	}<br />
	&lt;/script&gt;<br />
	&lt;div&gt;&lt;img src=&quot;<a href="http://www.veryhuo.com/uploads/common/images/liehuo_1024x768_1.jpg">http://www.veryhuo.com/uploads/common/images/liehuo_1024x768_1.jpg&quot;&gt;&lt;/div</a>&gt;<br />
	&lt;br /&gt;&lt;br /&gt;<br />
	版本所有：烈-火-学-院<br />
	&lt;/body&gt;<br />
	&lt;/html&gt;&lt;br /&gt;</div>
<div>
	&lt;center&gt;如不能显示效果，请按Ctrl+F5刷新本页，更多网页代码：&lt;a href=&#39;http://www.veryhuo.com/&#39; target=&#39;_blank&#39;&gt;http://www.veryhuo.com/&lt;/a&gt;&lt;/center&gt;</div>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=428</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Fri, 27 Apr 2012 11:47:49 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=427</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=427</guid>
			<title>众星激情朗诵《黑厂商们滚蛋吧》</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p style="text-align: center">
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="450" width="500"><param name="quality" value="high" /><param name="movie" value="http://player.youku.com/player.php/sid/XMzg0ODg1NTQw/v.swf" /><embed height="450" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://player.youku.com/player.php/sid/XMzg0ODg1NTQw/v.swf" type="application/x-shockwave-flash" width="500"></embed></object></p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=427</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=2">问题探讨</category>
			<pubDate>Thu, 26 Apr 2012 13:58:42 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=426</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=426</guid>
			<title>我们医院的“生意”真好！</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	身体不适已近两周，一直咳嗽不止，伴有低烧。早上早早起床，妻女希望带他们外出钓鱼、挑野菜。女儿明天就要结束春假，回校学习，应该带她享受明媚的春光。但起床后咳嗽，无精打采，想继续睡觉。妻女都要求取消外出计划，定要我立即去医院看病。自我感觉不能再拖下去了。故七点多从家中出发，短短五公里多点的路程，一大早开车就花了半个多小时，杭城这个堵车啊，无话可说的！</p>
<p><a href="http://www.teach-in-china.net/fcblog/?action=show&amp;id=426" target="_blank">阅读全文</a></p>]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=426</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=2">问题探讨</category>
			<pubDate>Sun, 08 Apr 2012 20:56:00 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=425</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=425</guid>
			<title>DZX2登录后台成功登陆后自动退出问题的解决方法</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	打开config_global.php&nbsp; &nbsp; 把checkip的值改成0 即可。</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=425</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Fri, 16 Mar 2012 13:31:25 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=424</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=424</guid>
			<title>在你需要的时候，默默为你付出、关心你的人，那才是真正的朋友!</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	傍晚，一只羊独自在山坡上玩。突然从树木中窜出一只狼来，要吃羊，羊跳起来，拼命用角抵抗，并大声向朋友们求救。<br />
	牛在树丛中向这个地方望了一眼，发现是狼，跑走了； 马低头一看，发现是狼，一溜烟跑了；驴停下脚步，发现是狼，悄悄溜下山坡； 猪经过这里，发现是狼，冲下山坡；兔子一听，更是一箭一般离去。<br />
	山下的狗听见羊的呼喊，急忙奔上坡来，从草丛中闪出，一下咬住了狼的脖子，狼疼得直叫唤，趁狗换气时，怆惶逃走了。<br />
	回到家，朋友都来了：<br />
	牛说：你怎么不告诉我？我的角可以剜出狼的肠子。<br />
	马说：你怎么不告诉我？我的蹄子能踢碎狼的脑袋。<br />
	驴说：你怎么不告诉我？我一声吼叫，吓破狼的胆。<br />
	猪说：你怎么不告诉我？我用嘴一拱，就让它摔下山去。<br />
	兔子说：你怎么不告诉我？我跑得快，可以传信呀。<br />
	在这闹嚷嚷的一群中，唯独没有狗。<br />
	真正的友谊，不是花言巧语，而是关键时候拉你的那只手。<br />
	那些整日围在你身边，让你有些许小欢喜的朋友，不一定是真正的朋友。<br />
	而那些看似远离，实际上时刻关注着你的人，在你快乐的时候，不去奉承你；<br />
	在你需要的时候，默默为你付出、关心你的人，那才是真正的朋友!</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=424</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=3">教育资料</category>
			<pubDate>Wed, 07 Mar 2012 17:10:55 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=423</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=423</guid>
			<title>国人似乎生来就不喜欢守规矩！</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	&nbsp;&nbsp;&nbsp; 虽然改革开放以来，国人的综合素质进步了许多。但是，在肯定这一进步的前提下，我们不得不感叹传统影响的深远。随心所欲的现象在当今之大地了仍然随处可见！</p>
<p>
	&nbsp;&nbsp;&nbsp; 新农村垃圾偏地：农村、农民虽然仍然相对贫穷，但不管怎么说，现在的日子远比从前好过得多了，新农村建设国家投入很多，收效也很大。但如果我们进入村镇去看看，大部分村镇垃圾偏地。农居边、田头地角到处是垃圾。这难道不是国人喜欢乱扔垃圾的恶习在影响？</p>
<p>
	&nbsp;&nbsp;&nbsp; 在大中城市（不用说在县城了）交通规矩离发达国家的现状差距更大了：大量的外来务工人员骑着电动车（这也是我们的创举吧）、自行车，甚至是人力三轮车，在十字路口，只要前方好象没有车辆经过，不管是红灯，还是绿灯，勇往直前，其勇气实在可佳。但哪里知道，这种游戏玩不得，往往得以性命为代价，绝对没有后悔药可吃。也绝对不能试一试。但现实就是如此。</p>
<p>
	&nbsp;&nbsp;&nbsp; 也是在城市里，车辆越来越多，什么限行、单行、违停等等限制也越来越多，天网工程进展迅速，城市里布满探头。在这种情况下，为图几分钟，甚至是几秒钟的方便，在单行道里逆向行驶只能见怪不怪；违停现象则更为普遍！</p>
<p>
	&nbsp;&nbsp;&nbsp; 道路前方有情况而堵车了，在我们这个土地上，生命通道绝对会很快地也被堵住的&hellip;&hellip;</p>
<p>
	&nbsp;&nbsp;&nbsp; 呜呼，我们离法治，离大多数人都能按规矩出牌还得需要多少时日？</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=423</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=2">问题探讨</category>
			<pubDate>Wed, 07 Mar 2012 07:55:53 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=422</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=422</guid>
			<title>问南方晴为何物</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	&nbsp;</p>
<div>
	&nbsp;问南方晴为何物，再下雨就木有内裤！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
<div>
	问南方晴为何物，空调底下吹内裤！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
<div>
	没干的内裤连起来可绕地球三圈！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
<div>
	内裤不是你想干，想干就能干！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
<div>
	车到山前必有路，有雨必有湿内裤！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
<div>
	那些年，我们一起没晾干的内裤！</div>
<div>
	<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" />冷空气南下潮湿天，求裤裤快干！<img src="file:///F:\Program Files\QQ2012\Users\403110744\Image\[L~2~)GE}W__Z8`AY$2(}0T.gif" /></div>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=422</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Tue, 06 Mar 2012 20:05:49 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=421</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=421</guid>
			<title>DZX2数据库升级地区数据SQL命令（注意：会清除库中原有数据而增加命令中的内容）</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	DROP TABLE IF EXISTS pre_common_district;<br />
	CREATE TABLE pre_common_district (<br />
	&nbsp; id mediumint(8) unsigned NOT NULL AUTO_INCREMENT,<br />
	&nbsp; `name` varchar(255) NOT NULL DEFAULT &#39;&#39;,<br />
	&nbsp; `level` tinyint(4) unsigned NOT NULL DEFAULT &#39;0&#39;,<br />
	&nbsp; upid mediumint(8) unsigned NOT NULL DEFAULT &#39;0&#39;,<br />
	&nbsp; PRIMARY KEY (id),<br />
	&nbsp; KEY upid (upid)<br />
	) TYPE=MyISAM;<br />
	&nbsp;</p>
<p><a href="http://www.teach-in-china.net/fcblog/?action=show&amp;id=421" target="_blank">阅读全文</a></p>]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=421</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=5">网管记事</category>
			<pubDate>Fri, 10 Feb 2012 18:52:20 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=418</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=418</guid>
			<title>2012靠谱新职业</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	事件:除了教师、医生、公务员传统靠谱职业外，还有哪些适合自己又有安全感的靠谱职业呢?下面这些新职业去年已经呈现发展&quot;井喷&quot;的苗头，进入2012年，他们的势头很可能会更加猛烈。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	1、网络营销师</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	网络营销进入新时代，企业推广需要大量懂得网站优化、营销心理学等知识的专业人才，网络营销师只有对消费者心理、经济行为、兴趣趋向等有透彻的了解，才能做出好的营销策划。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	2、微博运营专员</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	各种机构的微博都需要微博运营专员持续在线工作，确保微博的人气和正常运行。微博运营人员若能在工作中不断提升网络营销、网络公关、网络编辑等能力，对职业生涯的长远发展将大有裨益。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	3、职业规划师</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	中国职业规划师协会估算，全国应有130万职业规划师才能满足社会需求。职业规划师不仅需具有丰富的职场阅历和职业经验，更要对职场动态有实时了解，掌握第一手资料，还需要掌握专业的职业规划咨询手段，才能高效地帮助客户进行职业规划咨询服务。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	4、高级旅游顾问</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	2015年以前，中国出境旅游人数年均增长率9%。行业的发展决定了个人的发展空间，高级旅游顾问除去对旅游景点特色、当地人文风俗等方面的基本了解外，还要有策划能力，可根据客户个性化需求制定出个人旅游路线，并做好旅行中的安排。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	5、金融法律律师</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	2025年，中国将成为全球最大的IPO市场，每家公司要完成从公司融资、上市，到发行股票等全部流程，涉及很多金融法律程序，金融法律律师除了要精通本国金融法律外，对外国金融法律也要了如指掌，并熟练掌握至少一门外语，才有可能做好对内对外的双向金融法律交涉。</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0; -qt-paragraph-type: empty">
	&nbsp;</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	6、程序设计师</p>
<p style="text-indent: 0px; margin: 0px; -qt-block-indent: 0">
	新型媒体终端迅速革新，要求新的应用技术必须紧跟形势才能满足消费者更多更高的需求。这些技术领域中细分方向很多，一定要把职业定位落实到&quot;小方向&quot;上，做到术业有专攻，并持续学习，才不至在这个飞速发展的领域中被淘汰。(新京报)</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=418</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=1">工作随想</category>
			<pubDate>Mon, 06 Feb 2012 10:13:25 +0000</pubDate>
		</item>
		<item>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=417</link>
			<guid>http://www.teach-in-china.net/fcblog/?action=show&amp;id=417</guid>
			<title>爱与责任</title>
			<author>intl@hznu.edu.cn(steve)</author>
			<description><![CDATA[徐根清的博客 ( http://www.teach-in-china.net/fcblog/ ) : <p>
	五岁的汉克和父母、哥哥正在森林里干活，突然下起雨来，可是他们只带了一条雨披。爸爸将雨披给了妈妈，妈妈给了哥哥，哥哥又给了汉克。汉克问道:&quot;为什么爸爸给了妈妈，妈妈给了哥哥，哥哥又给了我呢?&quot;爸爸回答道:&quot;因为爸爸比妈妈强大，妈妈比哥哥强大，哥哥又比你强大呀。我们都会保护比较弱小的人。&quot;汉克左右看了看，跑过去将雨披撑开来挡在了一朵风雨中飘摇的娇弱花朵上面。</p>
]]></description>
			<link>http://www.teach-in-china.net/fcblog/?action=show&amp;id=417</link>
			<category domain="http://www.teach-in-china.net/fcblog/?cid=3">教育资料</category>
			<pubDate>Wed, 01 Feb 2012 10:06:00 +0000</pubDate>
		</item>
	</channel>
</rss>

