<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[RomOtc's Blog]]></title>
<link>http://shanxinyuan.com/romotc/</link>
<description><![CDATA[what does Rom+Otc mean?]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog2 v2.4]]></copyright>
<webMaster><![CDATA[romotc@gmail.com(romotc)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>RomOtc&#39;s Blog</title> 
	<url>http://shanxinyuan.com/romotc/images/logos.gif</url> 
	<link>http://shanxinyuan.com/romotc/</link> 
	<description>RomOtc&#39;s Blog</description> 
</image>

			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=194</link>
			<title><![CDATA[strgo j2ee 学习笔记]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Mon,10 Nov 2008 22:20:04 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=194</guid>	
		<description><![CDATA[<a href="http://shanxinyuan.com/romotc/upload/J2EENote_Romotc.pdf" target="_blank">http://shanxinyuan.com/romotc/upload/J2EENote_Romotc.pdf</a><br/>strgo&nbsp;j2ee学习笔记+romotc&nbsp;coreJava笔记合订本]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=193</link>
			<title><![CDATA[discuz 数据库 表结构]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,21 Sep 2008 15:53:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=193</guid>	
		<description><![CDATA[cdb_access&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户权限表&nbsp;<br/>数据表说明：当某用户对某些版块有特定的权限的时候，该表记录了该用户在这些版块有什么权限。<br/>属性说明：<br/>uid--mediumint(8)--会员的UID编号<br/>fid--smallint(6)--版块的ID号<br/>allowview--tinyint(1)--是否允许查看贴子<br/>allowpost--tinyint(1)--是否允许发贴<br/>allowreply--tinyint(1)--是否允许回复<br/>allowgetattach--tinyint(1)--是否允许下载附件<br/>allowpostattach&nbsp;tinyint(1)&nbsp;－－是否允许上传附件<br/><br/>&nbsp;&nbsp;&nbsp;<br/>cdb_adminactions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;管理动作表<br/>数据表说明：管理组管理信息表。<br/>属性说明：<br/>admingid&nbsp;smallint(6)－－管理组组id<br/>disabledactions&nbsp;text－－禁止行为<br/><br/><br/>cdb_admingroups&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;管理组数据表<br/>数据表说明：管理模组信息表。<br/>属性说明：<br/>admingid--smallint(3)－－管理组的ID<br/>alloweditpost&nbsp;tinyint(1)－－编辑帖子权限<br/>alloweditpoll&nbsp;tinyint(1)－－编辑投票权限<br/>allowstickthread&nbsp;tinyint(1)－－置顶帖子权限<br/>allowmodpost&nbsp;tinyint(1)－－管理（编辑）帖子权限＃<br/>allowdelpost&nbsp;tinyint(1)－－删除帖子权限<br/>allowmassprune&nbsp;tinyint(1)－－阅读权限＃<br/>allowrefund&nbsp;tinyint(1)－－＠<br/>allowcensorword&nbsp;tinyint(1)－－过滤词语设置权限＃<br/>allowviewip&nbsp;tinyint(1)－－查看ip权限<br/>allowbanip&nbsp;tinyint(1)－－禁止ip权限<br/>allowedituser&nbsp;tinyint(1)－－编辑用户权限＃<br/>allowmoduser&nbsp;tinyint(1)－－管理用户权限＃<br/>allowbanuser&nbsp;tinyint(1)－－禁止用户权限<br/>allowpostannounce&nbsp;tinyint(1)－－发表公告权限<br/>allowviewlog&nbsp;tinyint(1)－－浏览管理日志权限<br/>disablepostctrl&nbsp;tinyint(1)－－批量管理权限＃<br/><br/><br/>cdb_adminnotes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;管理员留言&nbsp;<br/>数据表说明：后台留言信息。<br/>属性说明：<br/>id&nbsp;mediumint(8)－－事件id<br/>admin&nbsp;varchar(15)－－操作者<br/>access&nbsp;tinyint(3)－－＠<br/>adminid&nbsp;tinyint(3)－－管理组id<br/>dateline&nbsp;int(10)－－日期<br/>expiration&nbsp;int(10)－－有效期<br/>message&nbsp;text－－留言内容<br/><br/><br/>cdb_adminsessions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;管理员后台在线记录<br/>数据表说明：后台登录记录。<br/>属性说明：<br/>uid&nbsp;mediumint(8)&nbsp;－－用户登录id<br/>ip&nbsp;char(15)－－登录ip<br/>dateline&nbsp;int(10)－－登录日期<br/>errorcount&nbsp;tinyint(1)－－密码错误次数<br/><br/><br/>cdb_advertisements&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;广告资料表<br/>数据表说明：广告信息存储。<br/>属性说明：<br/>advid&nbsp;mediumint(8)－－广告id<br/>available&nbsp;tinyint(1)－－是否显示（可用）<br/>type&nbsp;varchar(50)－－类型<br/>displayorder&nbsp;tinyint(3)－－显示顺序<br/>title&nbsp;varchar(50)－－标题<br/>targets&nbsp;text&nbsp;－－样式<br/>parameters&nbsp;text－－展放位置＃<br/>code&nbsp;text－－代码<br/>starttime&nbsp;int(10)&nbsp;－－开始时间<br/>endtime&nbsp;int(10)－－结束时间<br/><br/><br/>cdb_announcements&nbsp;&nbsp;&nbsp;&nbsp;论坛公告资料表<br/>数据表说明：公告信息存储。<br/>属性说明：<br/>id&nbsp;smallint(6)－－公告id<br/>author&nbsp;varchar(15)－－发布者<br/>subject&nbsp;varchar(250)－－标题<br/>displayorder&nbsp;tinyint(3)－－显示顺序<br/>starttime&nbsp;int(10)－－开始时间<br/>endtime&nbsp;int(10)&nbsp;－－结束时间<br/>message&nbsp;text－－内容<br/><br/><br/>cdb_attachments&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;附件资料表<br/>数据表说明：附件信息存储表。<br/>属性说明：<br/>aid&nbsp;mediumint(8)&nbsp;－－附件id<br/>tid&nbsp;mediumint(8)&nbsp;－－所在主题id<br/>pid&nbsp;int(10)－－所在帖子id<br/>dateline&nbsp;int(10)&nbsp;－－上传/最后更新附件的日期时间<br/>readperm&nbsp;tinyint(3)&nbsp;－－阅读权限<br/>filename&nbsp;char(100)－－上传时附件的文件名<br/>description&nbsp;char(100)－－附件表述<br/>filetype&nbsp;char(50)－－附件类型<br/>filesize&nbsp;int(10)－－附件大小<br/>attachment&nbsp;char(100)－－上传后的附件的文件名<br/>downloads&nbsp;mediumint(8)－－下载次数<br/><br/><br/>cdb_attachtypes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;附件类型表<br/>数据表说明：附件类型表。<br/>属性说明：<br/>id&nbsp;smallint(6)--记录附件类型设置的ID，每条对应一个ID<br/>extension--char(10)--类型设置时的扩展名<br/>maxsize--int(10)--控制最大上传大小<br/><br/><br/>cdb_banned&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;被禁止的ip列表<br/>数据表说明：禁止ip记录。<br/>属性说明：<br/>id&nbsp;smallint(6)－－被禁ip列表的id<br/>ip1&nbsp;smallint(3)<br/>ip2&nbsp;smallint(3)<br/>ip3&nbsp;smallint(3)<br/>ip4&nbsp;smallint(3)被禁ip地址的ip段，1，2，3，4表示ip的四段<br/>admin&nbsp;varchar(15)－－操作者记录<br/>dateline&nbsp;int(10)－－日期<br/>expiration&nbsp;int(10)－－有效期<br/><br/><br/>cdb_bbcodes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bb代码资料表<br/>数据表说明：Discuz代码信息表。<br/>属性说明：<br/>id--mediumint(8)--标签的ID<br/>available--tinyint(1)--是否可用<br/>tag--varchar(100)--标签名称<br/>replacement--text--替换内容<br/>example--varchar(255)--例子<br/>explanation--text--解释说明<br/>params--tinyint(1)--参数个数<br/>nest--tinyint(3)--嵌套次数<br/><br/><br/>cdb_blogcaches&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;博客缓存表<br/>数据表说明：blog缓存。<br/>属性说明：<br/>uid&nbsp;mediumint(8)－－用户id<br/>variable&nbsp;varchar(10)－－＠<br/>value&nbsp;text－－＠<br/><br/><br/>cdb_buddys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;好友信息表<br/>数据表说明：会员的好友列表。<br/>属性说明：<br/>uid--mediumint(8)--用户的UID编号<br/>buddyid--mediumint(8)--会员所加好友的好友UID编号<br/>dateline&nbsp;int(10)－－加入时间<br/>description&nbsp;char(255)－－备注<br/><br/><br/>cdb_creditslog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;积分交易记录表<br/>数据表说明：积分交易日志。<br/>属性说明：<br/>uid&nbsp;mediumint(8)－－用户id<br/>fromto&nbsp;char(15)－－来自<br/>sendcredits&nbsp;tinyint(1)－－支出积分<br/>receivecredits&nbsp;tinyint(1)－－收入积分<br/>send&nbsp;int(10)－－＠<br/>receive&nbsp;int(10)－－＠<br/>dateline&nbsp;int(10)－－交易时间<br/>operation&nbsp;char(3)－－交易动作<br/><br/><br/>cdb_crons&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;计划任务表<br/>数据表说明：计划任务存储。<br/>属性说明：<br/>cronid&nbsp;smallint(6)－－计划任务id<br/>available&nbsp;tinyint(1)－－是否可用<br/>type&nbsp;enum(&#39;user&#39;,&#39;system&#39;)－－类型（内置或者自定义）<br/>name&nbsp;char(50)－－名称<br/>filename&nbsp;char(50)－－任务脚本名称<br/>lastrun&nbsp;int(10)－－上次运行时间<br/>nextrun&nbsp;int(10)－－下次运行时间<br/>weekday&nbsp;tinyint(1)－－周<br/>day&nbsp;tinyint(2)－－天<br/>hour&nbsp;tinyint(2)－－小时<br/>minute&nbsp;char(36)－－分钟<br/><br/><br/>cdb_failedlogins&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;错误登录记录<br/>数据表说明：后台登录错误。<br/>属性说明：<br/>ip--char(15)--非法登入者的IP<br/>count--tinyint(1)--登入的次数<br/>lastup&#100;ate--int(10)--最后更新日期<br/><br/><br/>cdb_favorites&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;个人收藏信息表<br/>数据表说明：收藏夹存储表。<br/>属性说明：<br/>uid--mediumint(8)--用户的UID编号<br/>tid--mediumint(8)--会员收藏主题的主题ID<br/><br/><br/>cdb_forumfields&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;板块扩展信息数据表<br/>数据表说明：论坛版块一般块信息存储。<br/>属性说明：<br/>fid&nbsp;smallint(6)－－版块id<br/>description&nbsp;text－－版块描述<br/>`password`&nbsp;varchar(12)－－访问版块所需密码<br/>icon&nbsp;varchar(255)－－版块图标<br/>postcredits&nbsp;varchar(255)－－自定义主题积分<br/>replycredits&nbsp;varchar(255)－－自定义回复积分<br/>redirect&nbsp;varchar(255)－－链接转向地址<br/>attachextensions&nbsp;varchar(255)－－允许附件类型＃<br/>moderators&nbsp;text&nbsp;－－版主<br/>rules&nbsp;text&nbsp;－－版规<br/>threadtypes&nbsp;text－－主题分类<br/>viewperm&nbsp;text－－浏览帖子权限<br/>postperm&nbsp;text－－发表主题权限<br/>replyperm&nbsp;text－－发表回复权限<br/>getattachperm&nbsp;text&nbsp;－－下载附件权限<br/>postattachperm&nbsp;text&nbsp;－－上传附件权限<br/><br/><br/>cdb_forumlinks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;友情链接数据表<br/>数据表说明：联盟论坛信息存储。<br/>属性说明：<br/>id&nbsp;smallint(6)－－联盟论坛id<br/>displayorder&nbsp;tinyint(3)－－显示顺序<br/>name&nbsp;varchar(100)－－联盟论坛名称<br/>url&nbsp;varchar(100)－－联盟论坛地址<br/>note&nbsp;varchar(200)－－联盟论坛说明<br/>logo&nbsp;varchar(100)－－logo地址<br/><br/><br/>cdb_forums&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版块资料表<br/>数据表说明：论坛版块主信息存储表。<br/>属性说明：<br/>fid&nbsp;smallint(6)－－论坛版块id<br/>fup&nbsp;smallint(6)－－上级论坛id<br/>`type`&nbsp;enum(&#39;group&#39;,&#39;forum&#39;,&#39;sub&#39;)－－论坛类型<br/>`name`&nbsp;char(50)－－论坛名称<br/>`status`&nbsp;tinyint(1)－－是否显示<br/>displayorder&nbsp;tinyint(3)－－显示顺序<br/>styleid&nbsp;smallint(6)－－默认风格<br/>threads&nbsp;mediumint(8)－－主题信息统计<br/>posts&nbsp;mediumint(8)－－帖子信息统计<br/>todayposts&nbsp;mediumint(8)－－今日帖子统计<br/>lastpost&nbsp;char(110)－－最新帖子<br/>allowsmilies&nbsp;tinyint(1)－－是否允许表情<br/>allowhtml&nbsp;tinyint(1)－－是否允许html<br/>allowbbcode&nbsp;tinyint(1)－－是否允许自定义ubb<br/>allowimgcode&nbsp;tinyint(1)－－是否允许[img]代码<br/>allowanonymous&nbsp;tinyint(1)－－是否允许匿名发贴<br/>allowblog&nbsp;tinyint(1)－－是否允许加入blog<br/>allowtrade&nbsp;tinyint(1)－－是否允许交易<br/>alloweditrules&nbsp;tinyint(1)－－是否允许版主编辑规则<br/>recyclebin&nbsp;tinyint(1)－－是否开启回收站<br/>modnewposts&nbsp;tinyint(1)－－是否开启审核新帖<br/>jammer&nbsp;tinyint(1)－－是否启用干扰码<br/>disablewatermark&nbsp;tinyint(1)－－是否禁止使用水印<br/>inheritedmod&nbsp;tinyint(1)－－是否自动关闭主题<br/>autoclose&nbsp;smallint(6)－－主题自动关闭天数<br/><br/><br/>cdb_medals&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;勋章资料表<br/>数据表说明：勋章信息存储。<br/>属性说明：<br/>medalid&nbsp;smallint(6)－－勋章id<br/>`name`&nbsp;varchar(50)－－勋章名称<br/>available&nbsp;tinyint(1)－－是否可用<br/>image&nbsp;varchar(30)－－勋章图片<br/><br/><br/>cdb_memberfields&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户扩展资料表<br/>数据表说明：用户基本信息存储表。<br/>属性说明：<br/>uid&nbsp;mediumint(8)－－&nbsp;用户uid<br/>nickname&nbsp;varchar(30)－－用户昵称<br/>site&nbsp;varchar(75)－－用户主页<br/>alipay&nbsp;varchar(50)－－支付<a href="http://vrhost.cn" target="_blank">宝</a>号码<br/>icq&nbsp;varchar(12)－－icq号码<br/>qq&nbsp;varchar(12)－－qq号码<br/>yahoo&nbsp;varchar(40)－－yahoo通号码<br/>msn&nbsp;varchar(40)－－msn号码<br/>taobao&nbsp;varchar(40)－－淘<a href="http://vrhost.cn" target="_blank">宝</a>帐号<br/>location&nbsp;varchar(30)－－来自<br/>customstatus－－自定义头衔<br/>medals&nbsp;varchar(255)－－勋章信息<br/>avatar&nbsp;varchar(255)－－头像信息<br/>avatarwidth&nbsp;tinyint(3)－－头像宽度<br/>avatarheight&nbsp;tinyint(3)－－头像高度<br/>bio&nbsp;text－－<br/>signature&nbsp;text&nbsp;－－签名<br/>sightml&nbsp;text－－<br/>ignorepm&nbsp;text－－忽略短消息列表<br/>groupterms&nbsp;text－－<br/>authstr&nbsp;varchar(20)－－<br/><br/><br/>cdb_members&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户基本资料表<br/>数据表说明：用户主数据表：存储关键信息。<br/>属性说明：<br/>uid&nbsp;mediumint(8)－－用户uid<br/>username&nbsp;char(15)－－用户名称id<br/>`password`&nbsp;char(32)－－用户密码<br/>secques&nbsp;varchar(80)－－安全提问<br/>gender&nbsp;tinyint(1)－－性别<br/>adminid&nbsp;tinyint(1)－－管理权限id<br/>groupid&nbsp;smallint(6)－－用户组id<br/>groupexpiry&nbsp;int(10)－－主用户组<br/>extgroupids－－拓展用户组<br/>regip&nbsp;char(15)－－注册ip<br/>regdate&nbsp;int(10)－－注册日期<br/>lastip&nbsp;char(15)－－上次登录ip<br/>lastvisit&nbsp;int(10)－－上次访问时间<br/>lastactivity&nbsp;int(10)－－<br/>lastpost&nbsp;int(10)－－最后发表<br/>posts&nbsp;mediumint(8)－－贴子数<br/>digestposts&nbsp;smallint(6)－－精华数<br/>oltime&nbsp;smallint(6)－－在线时间<br/>pageviews&nbsp;mediumint(8)－－页面访问量<br/>credits&nbsp;int(10)－－积分<br/>extcredits1&nbsp;int(10)<br/>extcredits2&nbsp;int(10)<br/>extcredits3&nbsp;int(10)<br/>extcredits4&nbsp;int(10)<br/>extcredits5&nbsp;int(10)<br/>extcredits6&nbsp;int(10)<br/>extcredits7&nbsp;int(10)<br/>extcredits8&nbsp;int(10)－－－拓展积分1－8<br/>avatarshowid&nbsp;int(10)－－天下秀id<br/>email&nbsp;char(50)－－email信息<br/>bday&nbsp;date－－生日<br/>sigstatus&nbsp;tinyint(1)－－自<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>介绍<br/>tpp--tinyint(3)--显示每页主题数的数量<br/>ppp--tinyint(3)--显示每个主题的回复数的数量<br/>styleid--smallint(6)--所选风格的ID<br/>dateformat&nbsp;char(10)－－日期格式<br/>timeformat&nbsp;tinyint(1)－－时间格式<br/>pmsound&nbsp;tinyint(1)－－短消息提示方式<br/>showemail&nbsp;tinyint(1)－－是否显示email<br/>newsletter&nbsp;tinyint(1)－－是否接收论坛通知<br/>invisible&nbsp;tinyint(1)－－是否隐身<br/>timeoffset&nbsp;char(4)－－时区时差设置<br/>newpm&nbsp;tinyint(1)－－是否新短消息并提示【同意接收论坛通知】<br/>accessmasks&nbsp;tinyint(1)－－表示该用户是否对某些板块指定了特别的权限<br/><br/><br/>cdb_moderators&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主信息数据表<br/>数据表说明：版主信息存储。<br/>属性说明：<br/>uid&nbsp;mediumint(8)－－版主用户uid<br/>fid&nbsp;smallint(6)－－所管辖版块fid<br/>displayorder&nbsp;tinyint(3)－－显示顺序<br/>inherited&nbsp;tinyint(1)－－是否继承权限＃<br/>CODE:[Copy&nbsp;to&nbsp;clipboard]cdb_admingroups<br/>allowmodpost&nbsp;tinyint(1)－－允许审核帖子<br/>allowmassprune&nbsp;tinyint(1)－－批量删帖<br/>allowrefund&nbsp;tinyint(1)－－退款<br/>allowcensorword&nbsp;tinyint(1)－－过滤词语<br/>allowedituser&nbsp;tinyint(1)－－编辑用户<br/>allowmoduser&nbsp;tinyint(1)－－审核用户<br/>disablepostctrl&nbsp;tinyint(1)－－发帖不受限制<br/><br/><br/>cdb_modworks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主工作记录表<br/><br/>cdb_onlinelist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在线列表定制<br/><br/>cdb_onlinetime&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户在线时间信息表<br/><br/>cdb_orders&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;订单数据表<br/><br/>cdb_paymentlog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;支付记录<br/><br/>cdb_pluginhooks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;插件钩子表<br/><br/>cdb_plugins&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;插件表<br/><br/>cdb_pluginvars&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;插件配置表<br/><br/>cdb_pms&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;短信资料表<br/><br/>cdb_pmsearchindex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;短消息搜索缓存表<br/><br/>cdb_polls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;投票帖资料表<br/><br/>cdb_posts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帖子资料表<br/><br/>cdb_profilefields&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户栏目定制<br/><br/>cdb_promotions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;论坛推广<br/><br/>cdb_ranks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;头衔表<br/><br/>cdb_ratelog&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帖子评分记录表<br/><br/>cdb_regips&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;注册ip记录表<br/><br/>cdb_relatedthreads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;相关主题<br/><br/>cdb_rsscaches&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RSS缓存<br/><br/>cdb_searchindex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;搜索缓存<br/><br/>cdb_sessions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在线表<br/><br/>cdb_settings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;论坛设置表<br/><br/>cdb_smilies&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;表情信息表<br/><br/>cdb_stats&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;统计数据表<br/><br/>cdb_statvars&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;统计变量表<br/><br/>cdb_styles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;风格<br/><br/>cdb_stylevars&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;风格变量表<br/><br/>cdb_subscriptions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;订阅信息表<br/><br/>cdb_templates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;模板<br/><br/>cdb_threads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;主题资料表<br/><br/>cdb_threadsmod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;主题管理记录表<br/><br/>cdb_threadtypes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;主题分类表<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>cdb_usergroups&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户组数据表<br/><br/>cdb_validating&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;等待人工审核的会员记录<br/><br/>cdb_words&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;词语过滤表&nbsp;<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=192</link>
			<title><![CDATA[godaddy 在线打包文件夹方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,17 Sep 2008 19:56:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=192</guid>	
		<description><![CDATA[当你的网站空间达到一定的大小,这个功能就非常使用,你可以方便的把你的网站文件和文件夹压缩然后下载和上传.<br/><br/>具体操作&nbsp;<br/>登陆你的Godaddy帐户&nbsp;Account&nbsp;Manager.&nbsp;<br/>在&nbsp;My&nbsp;Products&nbsp;&nbsp;选项中,点击&nbsp;Hosting&nbsp;Account&nbsp;List.&nbsp;<br/>点击你想要进行管理操作的&nbsp;主机帐户后面对应的&nbsp;Manage&nbsp;Account&nbsp;.&nbsp;<br/>点击&nbsp;Content&nbsp;中的&nbsp;File&nbsp;Manager&nbsp;图标.&nbsp;<br/>选择你要是压缩的文件或文件夹.&nbsp;<br/>点击&nbsp;Archive&nbsp;.&nbsp;<br/>填写必要信息.&nbsp;Sel&#101;ct&nbsp;Destination:&nbsp;&nbsp;选择压缩文件的存放位置.你可以输入一个已经存在或是新的文件夹名,也可以点击Browse浏览你的主机目录从而设置路径.&nbsp;&nbsp;注意:&nbsp;点击&nbsp;Browse&nbsp;打开一个新窗口,你可以在左边选择一个存在的文件夹也可以在输入框中输入一个新的文件夹名来作为你压缩文件的存放目录.&nbsp;<br/>Archive&nbsp;Name:&nbsp;输入压缩文档的文件名.&nbsp;Archive&nbsp;Type:&nbsp;&nbsp;选择压缩包的类型.<br/>Zip&nbsp;(.zip)&nbsp;-&nbsp;可用于linux和windows主机.<br/>Tar&nbsp;GZip&nbsp;(tar.gz)&nbsp;-&nbsp;仅仅适用于winodws主机.&nbsp;Password&nbsp;(可选):&nbsp;选择性的输入密码,该功能仅对.zip格式有效.&nbsp;Overwrite&nbsp;existing&nbsp;file:&nbsp;选择是否覆盖已经存在的同名压缩文件.&nbsp;<br/>点击&nbsp;OK.<br/><br/>注意:所选择的被压缩文件不得大于20MB.<br/><br/>你所选择的文件或文件夹将被压缩成指定格式存放于指定目录]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=191</link>
			<title><![CDATA[godaddy 压缩包解压方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,17 Sep 2008 19:54:54 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=191</guid>	
		<description><![CDATA[想要在线解压压缩包&nbsp;<br/>登陆你的Godaddy帐户&nbsp;Account&nbsp;Manager.&nbsp;<br/>在&nbsp;My&nbsp;Products&nbsp;选项中,选择&nbsp;Hosting&nbsp;Account&nbsp;List.&nbsp;<br/>点击你想要进行操作的主机帐户后面对应的&nbsp;Manage&nbsp;account&nbsp;.&nbsp;<br/>点击&nbsp;File&nbsp;Manager按钮,该功能可以在控制面板的&nbsp;Content&nbsp;选项中找到.&nbsp;<br/>找到你想要解压的文件包.（经测试linux主机只能解压zip包和tag&nbsp;Gzip包）<br/>注意:&nbsp;一次只可以解压一个压缩包.&nbsp;<br/>点击&nbsp;Unarchive&nbsp;.&nbsp;<br/>选择释放位置,是否覆盖已经存在的文件.&nbsp;Sel&#101;ct&nbsp;Destination&nbsp;默认到当前目录,你可以输入一个新的目录或是已经存在的目录,&nbsp;或是点击&nbsp;Browse&nbsp;浏览到你想要释放到的目录.&nbsp;点击&nbsp;Browse&nbsp;会弹出一个窗口,你可以在窗口的左边找到你想要解压到的目录,也可以在右侧输入框中输入一个新的文件夹名.&nbsp;Overwrite&nbsp;existing&nbsp;file&nbsp;选择是否覆盖该目录下已经存在的文件.&nbsp;<br/>点击&nbsp;OK.<br/>你选择的压缩包将被释放到指定的目录.<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=190</link>
			<title><![CDATA[一个月轻松网上挣$50-$1500,简单易用,每次搜索都有钱赚. ]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Mon,25 Aug 2008 18:07:05 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=190</guid>	
		<description><![CDATA[<a href="http://www.teahouse2008.com/index.php?topic=1998.0" target="_blank">http://www.teahouse2008.com/index.php?topic=1998.0</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=188</link>
			<title><![CDATA[使用java File遍历文件夹]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,11 Jul 2008 23:38:51 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=188</guid>	
		<description><![CDATA[使用java遍历文件夹，只要用到的方法：<br/>File<br/>.listFiles()<br/>.getName();<br/>.getAbsolutePath();<br/>.isDirectory();<br/><br/>A.不使用递归：<br/><br/><br/>import&nbsp;java.io.File;<br/>import&nbsp;java.util.LinkedList;<br/>public&nbsp;class&nbsp;FileSystem&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;static&nbsp;void&nbsp;main(String[]&nbsp;args)&nbsp;{<br/>中国网管联盟bitsCN.com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;long&nbsp;a&nbsp;=&nbsp;System.currentTimeMillis();<br/><br/>网管网www.bitscn.com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LinkedList&nbsp;list&nbsp;=&nbsp;new&nbsp;LinkedList();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File&nbsp;dir&nbsp;=&nbsp;new&nbsp;File(&#34;c:\\java\\&#34;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File&nbsp;file[]&nbsp;=&nbsp;dir.listFiles();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&lt;&nbsp;file.length;&nbsp;i++)&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(file[i].isDirectory())<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list.add(file[i]);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(file[i].getAbsolutePath());<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File&nbsp;tmp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(!list.isEmpty())&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tmp&nbsp;=&nbsp;list.removeFirst();<br/>中国网管联盟bitsCN.com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(tmp.isDirectory())&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;file&nbsp;=&nbsp;tmp.listFiles();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(file&nbsp;==&nbsp;null)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;continue;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&lt;&nbsp;file.length;&nbsp;i++)&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(file[i].isDirectory())<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list.add(file[i]);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(file[i].getAbsolutePath());<br/>中国网管联盟bitsCN.com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(tmp.getAbsolutePath());<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/><br/>网管联盟bitsCN_com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(System.currentTimeMillis()&nbsp;-&nbsp;a);<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/>网管u家u.bitscn@com<br/><br/><br/>B.使用递归：<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;import&nbsp;java.io.File;<br/>import&nbsp;java.util.ArrayList;<br/>public&nbsp;class&nbsp;FileSystem1&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;static&nbsp;ArrayList&nbsp;filelist&nbsp;=&nbsp;new&nbsp;ArrayList();<br/>网管联盟bitsCN_com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;static&nbsp;void&nbsp;main(String[]&nbsp;args)&nbsp;{<br/>网管论坛bbs_bitsCN_com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;long&nbsp;a&nbsp;=&nbsp;System.currentTimeMillis();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;refreshFileList(&#34;c:\\java&#34;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(System.currentTimeMillis()&nbsp;-&nbsp;a);<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;static&nbsp;void&nbsp;refreshFileList(String&nbsp;strPath)&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File&nbsp;dir&nbsp;=&nbsp;new&nbsp;File(strPath);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;File[]&nbsp;files&nbsp;=&nbsp;dir.listFiles();<br/><br/>网管u家u.bitscn@com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(files&nbsp;==&nbsp;null)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(int&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&lt;&nbsp;files.length;&nbsp;i++)&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(files[i].isDirectory())&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;refreshFileList(files[i].getAbsolutePath());<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String&nbsp;strFileName&nbsp;=&nbsp;files[i].getAbsolutePath().toLowerCase();<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(&#34;---&#34;+strFileName);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;filelist.add(files[i].getAbsolutePath());<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>网管联盟bitsCN@com<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>}<br/>结论：经过测试，使用递归的方法B性能相对好一些。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=187</link>
			<title><![CDATA[转载-如何低成本打败印客网？]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Fri,27 Jun 2008 10:22:26 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=187</guid>	
		<description><![CDATA[印客网做了一个细分市场，其实这个市场也没有什么特别的，所有数码照片冲印商都在做的个性化冲印。随便搜索一下，就知道几乎所有个性化印刷提供者能做相册，就算是排版也不是什么技术高深的活，何况很多人并不懂排版的很多技巧，还宁可花钱让别人来做更好看的。&nbsp;<br/><br/>为了提高竞争力，印客网化了不少成本做了一个可以排版的客户端，但是这个软件从互联网的模式看，模式还是太重，成本还是高了。&nbsp;<br/><br/>从web2.0最看重的分享来看，印客网的平台没有什么优势。做出的印刷品，所谓的分享，其实浏览者也极为有限。比如相册，除了陈冠希艳照，谁也不会四处传播<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>最近看过些什么相册。&nbsp;<br/>大体上是某个妈妈炫耀一下自己<a href="http://vrhost.cn" target="_blank">宝</a><a href="http://vrhost.cn" target="_blank">宝</a>的一个地方，一阵风过去了就结束了。&nbsp;<br/>也可能是某个结婚新人或者其他同学的一些。&nbsp;<br/><br/>从印刷的成本来看，印客网跟其他的照片冲印商或网上印刷商比，未必有多大的竞争力。&nbsp;<br/><br/>那么这个市场就非常难做了，既没有市场宣传优势，也没有很强的产品优势和价格优势。&nbsp;<br/><br/>个性化印刷的题目太大，如果要做好这个生意就应该从某一个细分的需求入手，极大地提高核心竞争力。&nbsp;<br/><br/>如果要低成本打败印客网，非常简单。&nbsp;<br/><br/>1）发展市场开拓能力，做好几个细分市场的批量，快速，便捷，低成本印刷。&nbsp;<br/>-&nbsp;学生市场&nbsp;<br/>在各个学校直接发展会员，如果会员发展了业务和其他会员，可以积分直接换取礼品。&nbsp;<br/>为毕业生快速生成“写真集”或者“集体相册”。比如，开放一个相册，让一个班的每个人只负责上传自己的照片，编辑自己的一页。&nbsp;<br/>为每个班级的各类竞赛提供全套“相册”，“纪念T恤”，“纪念茶杯”。&nbsp;<br/>提供助学机会，让学生兼职，他们自己构想创意模板，快速发展学生的其他类型市场。&nbsp;<br/><br/>-&nbsp;社会活动市场&nbsp;<br/>为各类会议提供完整个性化解决方案。&nbsp;<br/>比如shanghai&nbsp;on&nbsp;rails活动，为活动方提供全套方案。包括“赞助商横幅”，“活动标语”，“引路牌”，“相册”，“纪念T恤”，“纪念茶杯”，“赞助商宣传品”，“赞助商手提袋”等。&nbsp;<br/>甚至可以帮助某几类活动寻找固定赞助商，一次性批量印刷大量物品，并协助发放。&nbsp;<br/><br/>-&nbsp;培训市场&nbsp;<br/>为各类小型企业培训提供“培训证书”，“培训课本”，“培训纪念杯”，“企业LogoT恤”，“培训核心思想横幅”，“游戏道具”，“培训相册”等，提高培训商的增值服务能力。&nbsp;<br/><br/>-&nbsp;企业DM市场&nbsp;<br/>为大量印刷DM的公司提供更加便捷的排版和快递服务，比如各类市场部。&nbsp;<br/><br/>-&nbsp;个性化名片和优惠券市场&nbsp;<br/>配合市场人员，为特殊的市场活动提供个性化名片和优惠券。&nbsp;<br/><br/>-&nbsp;卡类印刷&nbsp;<br/>印刷个性化交通卡，会员卡，公司IC卡，甚至可以和银行合作印刷个性化银行卡。&nbsp;<br/><br/>-&nbsp;小礼品印刷&nbsp;<br/>如各类个性化礼品的印刷。&nbsp;<br/><br/>2）保持轻资产运营，通过发展印刷联盟，确实地降低印刷和配送价格&nbsp;<br/>只有真正有好的印刷品质和价格竞争力才能持续获得市场的客户。不要自己购买印刷机和雇佣印刷人员，必须通过各类专业分工的印刷联盟，有效降低成本，把自己不擅长，成本高的事情转给其他合作者做。一开始，宁可不赚钱，也不能先去买设备，雇人员。&nbsp;<br/><br/>3）抓住用户这个核心，考虑通过发展用户来服务用户。&nbsp;<br/>为每类用户的需求提供特别的服务建议，在尽可能照顾非专业用户的同时，发展大量专业用户。一个专业的排版和设计方面的用户，可以在很多方面帮助非专业用户，从而获得积分甚至可以直接开拓业务赚钱。&nbsp;<br/><br/>4）鼓励用户创作有传播价值的信息，如“游戏通关电子杂志”，“某明星写真集”等。便于分享和传播。&nbsp;<br/><br/>5）打擦边球，鼓励网友自己上传一些有版权的卡通或明星等形象，印刷个性化的商品。&nbsp;<br/>比如奥运“福娃”手提包，奥运“福娃”名片夹，“扬基队”棒球帽，“NBA”纪念品等。&nbsp;<br/><br/>应该够了吧，相信能做到以上50%，就足够打败印客网了。&nbsp;<br/>原文地址：<a href="http://www.javaeye.com/topic/189072" target="_blank">http://www.javaeye.com/topic/189072</a>&nbsp;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=186</link>
			<title><![CDATA[Linux 命令行录音命令]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,04 Apr 2008 00:48:25 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=186</guid>	
		<description><![CDATA[1.插入麦克风<br/>2.打开终端<br/>2.输入如下命令：#dd&nbsp;if=/dev/audio&nbsp;of=~/sound.wav&nbsp;bs=1024k(or&nbsp;you&nbsp;want&nbsp;size)count=1<br/>或者#&nbsp;dd&nbsp;if=/dev/audio&nbsp;of=test01.au&nbsp;bs=1m&nbsp;count=1<br/><br/>3.Press&nbsp;Enter&nbsp;o&#114;&nbsp;Ctrl+m&nbsp;o&#114;&nbsp;Ctrl+j<br/><br/>或者使用cat命令<br/><br/>#&nbsp;cat&nbsp;/dev/audio&nbsp;&gt;&nbsp;test0.au<br/><br/>按&nbsp;ctrl&nbsp;+&nbsp;c&nbsp;停止录音]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=185</link>
			<title><![CDATA[上海 ibm T43 出售信息]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Thu,21 Feb 2008 12:50:08 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=185</guid>	
		<description><![CDATA[机器是在日本买的，日文键盘。开价:3500元<br/>型号：ThinkPad&nbsp;T43&nbsp;1871-39J<br/>o&#114;iginal&nbsp;description:&nbsp;P&nbsp;M&nbsp;740(1.7GHz),&nbsp;<br/>512MB&nbsp;RAM,&nbsp;<br/>60GB&nbsp;5400rpm&nbsp;HDD,&nbsp;<br/>14.1in&nbsp;1024x768&nbsp;LCD,&nbsp;Intel&nbsp;900,&nbsp;<br/>CDRW/DVD,&nbsp;<br/>Intel&nbsp;802.11bg&nbsp;wireless(MPCI),&nbsp;<br/>Bluetooth/Modem(CDC),&nbsp;<br/>1Gb&nbsp;Ethernet(LOM),&nbsp;<br/>UltraNav,&nbsp;Secure&nbsp;Chip,&nbsp;<br/>Fingerprint&nbsp;Reader,&nbsp;<br/>6&nbsp;cell&nbsp;Li-Ion&nbsp;batt,&nbsp;<br/>WinXP&nbsp;Pro<br/><br/>[此贴子已经被作者于&nbsp;2008-01-07&nbsp;10:43:51&nbsp;编辑过<br/>有兴趣的朋友QQ:574902007<br/><br/>－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－<br/>低价3800元转自用机，转有缘之人,有意者请速联系.谢绝中间商！&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;1.86G/1G/40G//DVD/独显&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;有意者请来信联系。QQ:478171151]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=184</link>
			<title><![CDATA[shanghaiys.cn域名注册成功]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,16 Feb 2008 23:35:50 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=184</guid>	
		<description><![CDATA[<a href="http://www.has24.com" target="_blank">http://www.has24.com</a><br/>万网<br/>6.。。<br/>448560<br/><a href="http://www.shanghaiys.cn" target="_blank">http://www.shanghaiys.cn</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=183</link>
			<title><![CDATA[顶部自动关闭的flash广告代码]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,15 Feb 2008 18:55:09 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=183</guid>	
		<description><![CDATA[&lt;!--topbanner开始--&gt;<br/>&lt;div&nbsp;id=&#34;outwin&#34;&nbsp;style=&#34;width:961;&nbsp;height:85;&nbsp;display:none&nbsp;&#34;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;object&nbsp;classid=&#34;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#34;&nbsp;codebase=&#34;<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" target="_blank">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab</a>#version=7,0,19,0&#34;&nbsp;width=&#34;960&#34;&nbsp;height=&#34;85&#34;&gt;&lt;param&nbsp;name=&#34;movie&#34;&nbsp;value=&#34;/ad/newyear.swf&#34;&nbsp;/&gt;&lt;param&nbsp;name=&#34;quality&#34;&nbsp;value=&#34;high&#34;&nbsp;/&gt;&lt;embed&nbsp;src=&#34;<a href="http://www.hezeu.com/ad/newyear.swf" target="_blank">http://www.hezeu.com/ad/newyear.swf</a>&#34;&nbsp;quality=&#34;high&#34;&nbsp;pluginspage=&#34;<a href="http://www.macromedia.com/go/getflashplayer" target="_blank">http://www.macromedia.com/go/getflashplayer</a>&#34;&nbsp;type=&#34;application/x-shockwave-flash&#34;&nbsp;width=&#34;960&#34;&nbsp;height=&#34;85&#34;&gt;&lt;/embed&gt;&lt;/object&gt;<br/>&nbsp;&lt;/div&gt;<br/>&lt;SCRIPT&nbsp;LANGUAGE=&#34;JavaScript&#34;&gt;<br/>var&nbsp;thisTime&nbsp;=&nbsp;setTimeout(&#34;document.getElementById(&#39;outwin&#39;).style.display=&#39;block&#39;;&#34;,600);<br/>var&nbsp;thisTime&nbsp;=&nbsp;setTimeout(&#34;document.getElementById(&#39;outwin&#39;).style.display=&#39;none&#39;;&#34;,50000);<br/>&lt;/SCRIPT&gt;<br/>&lt;!--topbanner结束--&gt;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=182</link>
			<title><![CDATA[饭否js插件增强完美版]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Fri,15 Feb 2008 18:35:35 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=182</guid>	
		<description><![CDATA[&lt;html&gt;<br/>&lt;head&gt;<br/>&#160;&#160;&#160;&#160;&lt;STYLE&nbsp;type=text/css&gt;<br/>.fanfou_statuses&nbsp;{font-size:9pt;position:relative;display:block;border:none;clear:none;margin:0;padding:3px;&nbsp;background:#fff;&nbsp;color:#003492;overflow:&nbsp;hidden;text-voerflow:ellipsis;width:220px;height:180px;}<br/>.fanfou_statuses&nbsp;ul&nbsp;{margin:0;padding:0;list-style:none;}<br/>.fanfou_statuses&nbsp;a&nbsp;{&nbsp;color:#61ce3c;&nbsp;text-decoration:none;}<br/>.fanfou_statuses&nbsp;a.stamp&nbsp;{&nbsp;color:#7f90aa;}<br/>.fanfou_statuses&nbsp;img&nbsp;{&nbsp;border:0;}<br/>.fanfou_statuses&nbsp;li&nbsp;{&nbsp;padding:1px;white-space:nowrap;}<br/>&lt;/STYLE&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&lt;div&nbsp;class=&#34;fanfou_statuses&#34;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type=&#34;text/javascript&#34;&gt;fanfou_name=&#34;菏泽&#34;;fanfou_count=10;fanfou_timeline=&#34;friends&#34;;&lt;/script&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script&nbsp;type=&#34;text/javascript&#34;&nbsp;charset=&#34;utf-8&#34;&nbsp;src=&#34;<a href="http://static.fanfou.com/badge/timeline.js" target="_blank">http://static.fanfou.com/badge/timeline.js</a>&#34;&gt;&lt;/script&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;<br/>效果演示：www.hezeu.com<br/>完成的效果为，单条信息不换行，如果你想实现演示网站的效果（不显示饭否logo）只需在&lt;div&nbsp;class=&#34;fanfou_statuses&#34;&gt;&lt;/div&gt;这对标签外面套上一个标签&nbsp;限制上高度就可以了<br/><br/>到明天要去济南时间紧张，就把<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>做这个的时候的记录发上来使用的时候参照一下。相信你也能实现所要的效果。<br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0802/y2008215183644.rar" target="_blank">饭否js调用完善版笔记</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=181</link>
			<title><![CDATA[discuz帖子内容过滤功能使用范例]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,15 Feb 2008 18:30:00 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=181</guid>	
		<description><![CDATA[找了好多三人行采集器破解版都不太好用，还是考虑把三人行的广告给过滤掉。尝试了一下午还是有些瑕疵。如果你看到这个日志的时候也在研究discuz帖子内容过滤功能&nbsp;欢迎和<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>取得联系共同讨论。<br/>QQ97190865&nbsp;romotc##gmail.com(##-&gt;@)<br/><br/>替换前的内容可以使用限定符&nbsp;{x}&nbsp;以限定相邻两字符间可忽略的文字，x&nbsp;是忽略字符的个数。如&nbsp;&#34;a{1}s{2}s&#34;(不含引号)&nbsp;可以过滤&nbsp;&#34;ass&#34;&nbsp;也可过滤&nbsp;&#34;axsxs&#34;&nbsp;和&nbsp;&#34;axsxxs&#34;&nbsp;等等<br/><br/><br/>采集器，本软件为三人行采集器免费版，只需要120元就可以终身使用所有三人行出品的软件的正式版本，发贴、宣传将不再带本广告。<br/>请访问三人行采集器官方论坛(三人行站长论坛)<a target="_blank" href="http://bbs.srxzz.com/">http://bbs.srxzz.com</a>了解更多更详细的站长软件(专业采集发贴软件、IP互助广告互点软件、论坛群发软件)。站长QQ:725659<br/><br/><br/>采{2}集{2}器{100}7{2}2{2}5{2}6{2}5{2}9<br/><br/><br/><br/>--&nbsp;--------------------&nbsp;----------------<br/>采集器，三&nbsp;人行采集器系列，&nbsp;整套软件含采集、发贴、自动回帖、IP互助广告互点、论坛群发&nbsp;等软件，具有对外宣传，对内增加广告点击、采集更新论&nbsp;坛内容、&nbsp;制造千人在线的火暴气氛等功能&nbsp;，是一款强大的数据采集器，使用更多软件请到<a target="_blank" href="http://www.srxzz.com/">http://www.srxzz.com</a>下载&nbsp;。（您使&nbsp;用的软件为免费版本，注册为终身正式版本后将不带本广告&nbsp;。站长QQ:7&nbsp;2&nbsp;5659）<br/><br/>采{2}集{2}器{100}7{2}2{2}5{2}6{2}5{2}9{2})<br/><br/><br/>[img]&nbsp;<img src="http://www.srxzz.com/t/ad2.gif" border="0" alt=""/>[/&nbsp;img&nbsp;]<br/><img src="http://www.srxzz.com/t/ad2.gif" border="0" alt=""/><br/><br/>[{2}i{2}m{2}g{2}]{50}srxzz.com{20}[{2}/{2}i{2}m{2}g{2}]<br/><br/>-{2}-{2}-{2}-{2}<br/>采{2}集{2}器{100}7{2}2{2}5{2}6{2}5{2}9{2})<br/>采{2}集{2}器{100}7{2}2{2}5{2}6{2}5{2}9<br/>[{2}i{2}m{2}g{2}]{50}srxzz.com{20}[{2}/{2}i{2}m{2}g{2}]<br/><br/>-{2}-{2}-{2}-{2}----------------------------------{2}<br/><br/>采集器，本软件为三人行采集器免费版，只需要120元就可以终身使用所有三人行出品的软件的正式版本，发贴、宣传将不再带本广告。请访问三人行采集器官方论坛(三人行站长论坛)<a target="_blank" href="http://bbs.srxzz.com/">http://bbs.srxzz.com</a>了解更多更详细的站长软件(专业采集发贴软件、IP互助广告互点软件、论坛群发软件)。站长QQ:725659<br/><br/>采集器{100}725659<br/><br/><br/><br/><br/>[{2}i{2}m{2}g{2}]{50}srxzz.com{20}[{2}/{2}i{2}m{2}g{2}]<br/>采{2}集{2}器{500}7{2}2{2}5{2}6{2}5{2}9{2}<br/>采{2}集{2}器{500}7{2}2{2}5{2}6{2}5{2}9{2})<br/><br/>[{2}i{2}m{2}g{2}]{50}srxzz.com{20}[{2}/{2}i{2}m{2}g{2}]<br/>-{2}-{2}-{2}-{2}{500}7{2}2{2}5{2}6{2}5{2}9{2}<br/>-{2}-{2}-{2}-{2}{500}7{2}2{2}5{2}6{2}5{2}9{2})<br/><br/>采集器{500}725659)<br/>采集器{500}725659<br/><br/><br/><br/>大家看下面的代码：<br/>--&nbsp;--------------------&nbsp;----------------<br/><br/>采集器，本软件为三人行采集器免费版，只需要120元就可以终身使用所有三人行出品的软件的正式版本，发贴、宣传将不再带本广告。<br/>请访问三人行采集器官方论坛(三人行站长论坛)<a target="_blank" href="http://bbs.srxzz.com/">http://bbs.srxzz.com</a>了解更多更详细的站长软件(专业采集发贴软件、IP互助广告互点软件、论坛群发软件)。站长QQ:725659<br/><img src="http://www.srxzz.com/t/ad2.gif" border="0" alt=""/><br/>--&nbsp;--------------------&nbsp;----------------<br/><br/>采集器，三&nbsp;人行采集器系列，&nbsp;整套软件含采集、发贴、自动回帖、IP互助广告互点、论坛群发&nbsp;等软件，具有对外宣传，对内增加广告点击、采集更新论&nbsp;坛内容、&nbsp;制造千人在线的火暴气氛等功能&nbsp;，是一款强大的数据采集器，使用更多软件请到<a target="_blank" href="http://www.srxzz.com/">http://www.srxzz.com</a>下载&nbsp;。（您使&nbsp;用的软件为免费版本，注册为终身正式版本后将不带本广告&nbsp;。站长QQ:7&nbsp;2&nbsp;5659）<br/>[img]&nbsp;<img src="http://www.srxzz.com/t/ad2.gif" border="0" alt=""/>[/&nbsp;img&nbsp;]<br/><br/>这中间的的每个字符中间都可能会被随机的插入0-2个空格，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>研究了一下无还是有些不能完全的过滤掉。高手帮忙看一下过滤代码应该怎么写？<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在的过滤代码：（按后台过滤的顺序排列，//后的为解释）<br/>[{2}i{2}m{2}g{2}]{50}srxzz.com{20}[{2}/{2}i{2}m{2}g{2}]<br/>-{2}-{2}-{2}-{2}{500}7{2}2{2}5{2}6{2}5{2}9{2}&nbsp;&nbsp;//貌似没起作用<br/>-{2}-{2}-{2}-{2}{500}7{2}2{2}5{2}6{2}5{2}9{2})&nbsp;//貌似没起作用<br/>采{2}集{2}器{500}7{2}2{2}5{2}6{2}5{2}9{2}<br/>采{2}集{2}器{500}7{2}2{2}5{2}6{2}5{2}9{2})<br/>采集器{500}725659)<br/>采集器{500}725659<br/><br/><br/>现在发现下面的一句没有过滤掉可能还有其他的<br/><br/>采&nbsp;集器，三人行）<br/>[im&nbsp;g]http://www.srxzz.&nbsp;c&nbsp;om/t/ad1.gif[/img]<br/><br/>感觉根本原因还是空格的问题&nbsp;高手来一起研究一下。<br/><br/><br/>关于帖子内容过滤中的空格问题]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=180</link>
			<title><![CDATA[三人行discuz采集发贴论坛王破解版]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Fri,15 Feb 2008 13:38:26 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=180</guid>	
		<description><![CDATA[三人行discuz采集发贴论坛王破解版<br/>discuz&nbsp;论坛采集软件下载<br/>discuz&nbsp;论坛自动发帖软件<br/>三人性discuz采集发贴论坛王((标准破解版))<br/>下载地址1：<a href="http://www.yyyqi.com/bbsecn/job-htm-action-download-pid-tpc-tid-1290-aid-1137.html" target="_blank">http://www.yyyqi.com/bbsecn/job-htm-action-download-pid-tpc-tid-1290-aid-1137.html</a><br/>下载地址2：<a href="http://kk.52hdx.com/" target="_blank">http://kk.52hdx.com/</a>三人行发贴王破解版.rar<br/><a target="_blank" href="http://shanxinyuan.com/romotc/upload/shanxinyuan.com三人行论坛发帖破解版.rar">下载地址3</a><br/>此版本为破解版，免费版与正试版功能都是一样的，但免费版的所发的贴子里面带有广告，此版为破解版，不带广告，与正式版功能相同！<br/><br/>采集发贴论坛王是每一个论坛管理员版主的必备工具<br/><br/>本软件是纯绿色软件,解压复制到硬盘上就可以使用了.<br/><br/>这是一款专用于DISCUZ类型论坛的工具,您网站不是这类型可下载其它类型<br/><br/>本软件有多种使用类型的软件,可用于各种主流类型论坛(如&nbsp;PHPWIND&nbsp;DISCUZ&nbsp;DVDBBS&nbsp;94KKBBS&nbsp;64KBBS等论坛,还有各种整站系统)<br/>你网站需要那一种可以下载那一种类型的采集发贴论坛王<br/><br/><br/>您想使您的论坛达到上千人在线的火爆程序吗？本软件可以轻松达到此效果<br/>您想使您的论坛每天发送上万新贴，上万回贴吗？本软件可以从其它论坛转贴，让你不在手工发贴回贴了<br/>您想使您的论坛会员发的贴增加点击率增加查看人数吗？（随意设定，使论坛显得更有人气）本软件可以轻松增加点击率<br/>您是不是天天维护论坛、发贴、回贴太累了？用这软件吧，不用人工，电脑把你想要的贴子全部发到你的论坛上。<br/>您是不是想宣传你的论坛？本软件内含宣传功能，可以让您很方便进行网站宣传。<br/><br/>快免费下载使用论坛王软件吧！有了火爆论坛王，祝您早日成为一流的论坛！火爆论坛论坛管理王&nbsp;&nbsp;&nbsp;是每个论坛站长的必备工具&nbsp;<br/><br/>功能介绍：能够实现论坛电脑智能化管理<br/>0、强大的采集功能,可以采集任何网站和论坛的贴子文章.每天可以采集上万您所需要的内容<br/><br/>1、即时会员上线功能，使您的论坛达到几千会员同时在线的的火爆效果<br/><br/>2、电脑自动从其它设置论坛网站自动下载各种新的贴子文章，保存在硬盘以备论坛发贴。贴子内容自动过滤，去除原贴原网站论坛信息。（一小时可下载几百贴以上）<br/><br/>3、实现自动发贴回贴，可以使用不同的会员在论坛各板块发贴回贴，每天可以发上万新贴，自动回复上万贴子，（一小时一台电脑可发将近600贴，回200贴）<br/><br/>4、电脑自动维护论坛，只要一直运行本软件，一台电脑一条网线就能实现上千人在线的火爆论坛效果。（实现随机选取会员定时发贴，随机选取会员定时回贴，定时会员在线）<br/><br/>5、使用软件不会影响论坛正常运行，只相当于几个会员在论坛活动。<br/><br/>这套软件是每一个论坛的管理员，版主必备的工具，如果使用这软件，可以从烦重的每天论坛的维护工作中解放出来。是论坛发展的必要出路，有了这软件你的论坛网站就是比别人早日成功<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=179</link>
			<title><![CDATA[dede模板标签使用范例]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Thu,14 Feb 2008 02:36:51 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=179</guid>	
		<description><![CDATA[dede文章调用标签示例<br/><br/>图片<br/>&nbsp;{dede:arclist&nbsp;row=1&nbsp;titlelen=36&nbsp;o&#114;derby=pubdate&nbsp;typeid=5&nbsp;imgwidth=&#39;72&#39;&nbsp;imgheight=&#39;57&#39;&nbsp;type=&#39;image.commend.&#39;}<br/><br/>左图片&nbsp;右文字<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TR&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&nbsp;class=&#34;f12&nbsp;c3&#34;&nbsp;colSpan=3&nbsp;height=57&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=1&nbsp;titlelen=12&nbsp;o&#114;derby=pubdate&nbsp;typeid=5&nbsp;imgwidth=&#39;72&#39;&nbsp;imgheight=&#39;57&#39;&nbsp;type=&#39;commend.&#39;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;TABLE&nbsp;cellSpacing=3&nbsp;cellPadding=0&nbsp;width=&#34;99%&#34;&nbsp;align=center&nbsp;bgColor=#f3f8fe&nbsp;border=0&gt;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;TBODY&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;TR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&lt;TD&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style=&#34;BORDER-RIGHT:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-RIGHT:&nbsp;3px;&nbsp;BORDER-TOP:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-LEFT:&nbsp;3px;&nbsp;PADDING-BOTTOM:&nbsp;3px;&nbsp;BORDER-LEFT:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-TOP:&nbsp;3px;&nbsp;BORDER-BOTTOM:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&#34;33%&#34;&nbsp;bgColor=#ffffff&nbsp;height=59&gt;[field:imglink/]&lt;/TD&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&nbsp;class=&#34;f12&nbsp;c6&nbsp;lh13&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style=&#34;BORDER-RIGHT:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-RIGHT:&nbsp;5px;&nbsp;BORDER-TOP:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-LEFT:&nbsp;5px;&nbsp;PADDING-BOTTOM:&nbsp;5px;&nbsp;BORDER-LEFT:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid;&nbsp;PADDING-TOP:&nbsp;5px;&nbsp;BORDER-BOTTOM:&nbsp;#d1d1d1&nbsp;1px&nbsp;solid&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&#34;67%&#34;&nbsp;bgColor=#ffffff&gt;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[field:info/]&lt;A&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;href=&#34;[field:filename/]&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;target=_blank&gt;&lt;FONT&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color=#2e830e&gt;详情&amp;gt;&amp;gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/TD&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TBODY&gt;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TABLE&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&#160;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&#160;&#160;&#160;&#160;&lt;/TD&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&lt;/TR&gt;<br/>====================调皮的分割线===================<br/>[8]&nbsp;type=&#39;&#39;&nbsp;表示档案类型，其中空值、不使用这个属性或type=&#39;all&#39;时为普通文档<br/>§&nbsp;type=&#39;commend&#39;时，表示推荐文档，等同于&nbsp;{dede:coolart}{/dede:coolart}<br/>§&nbsp;type=&#39;image&#39;时，表示必须含有缩略图片的文档，等同于{dede:imglist}{/dede:imglist}、{dede:imginfolist}{/dede:imginfolist}<br/>§&nbsp;type=&#39;spec&#39;时，表示专题，等同于标记{dede:specart}{/dede:specart}<br/><br/><br/>文章列表<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TR&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TD&nbsp;class=&#34;f12&nbsp;cb&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style=&#34;PADDING-RIGHT:&nbsp;5px;&nbsp;PADDING-LEFT:&nbsp;8px;&nbsp;PADDING-BOTTOM:&nbsp;5px;&nbsp;PADDING-TOP:&nbsp;5px&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;colSpan=3&nbsp;height=164&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;{dede:arclist&nbsp;row=9&nbsp;titlelen=42&nbsp;o&#114;derby=pubdate&nbsp;typeid=5}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;·&lt;A&nbsp;class=&#34;f12&nbsp;lh15&nbsp;cb&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;href=&#34;[field:filename/]&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;&lt;BR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/TD&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/TR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>调用新闻栏目（Id=1）中一条推荐的图片新闻<br/>&#160;&#160;&#160;&#160;&lt;!--&nbsp;图片新闻开始&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=1&nbsp;titlelen=20&nbsp;o&#114;derby=pubdate&nbsp;typeid=1&nbsp;imgwidth=&#39;160&#39;&nbsp;imgheight=&#39;130&#39;&nbsp;type=&#39;image.commend.&#39;}<br/>&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=n_jd_m&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[field:imglink/]<br/>&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=&#34;n_jd_f&nbsp;lh20&#34;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;A&nbsp;href=&#34;[field:filename/]&#34;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;<br/>&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&lt;!--&nbsp;图片新闻结束&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&lt;!--首页新闻资讯左侧开始&nbsp;--&gt;<br/>&lt;DIV&nbsp;class=fl&nbsp;style=&#34;MARGIN:&nbsp;15px&nbsp;0px&nbsp;12px&nbsp;12px;&nbsp;WIDTH:&nbsp;160px&#34;&gt;<br/>&#160;&#160;&#160;&#160;&lt;!--&nbsp;图片新闻开始&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=1&nbsp;titlelen=20&nbsp;o&#114;derby=pubdate&nbsp;typeid=1&nbsp;att=&#39;6&#39;&nbsp;imgwidth=&#39;160&#39;&nbsp;imgheight=&#39;130&#39;}<br/>&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=n_jd_m&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[field:imglink/]<br/>&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=&#34;n_jd_f&nbsp;lh20&#34;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;A&nbsp;href=&#34;[field:filename/]&#34;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;<br/>&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&lt;!--&nbsp;图片新闻结束&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;&lt;!--首页4条推荐新闻开始&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=&#34;n_jd_k&nbsp;lh18&#34;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=4&nbsp;titlelen=22&nbsp;o&#114;derby=pubdate&nbsp;att=&#39;7&#39;&nbsp;typeid=1}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;A&nbsp;&nbsp;href=&#34;[field:filename/]&#34;&nbsp;title=&#39;[field:title/]&#39;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;&lt;BR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;&lt;!--首页4条推荐新闻结束&nbsp;--&gt;<br/>&lt;/DIV&gt;<br/>&lt;!--首页新闻资讯左侧结束&nbsp;--&gt;<br/>&lt;!--首页新闻资讯右侧开始&nbsp;--&gt;<br/>&lt;DIV&nbsp;class=fr&nbsp;style=&#34;WIDTH:&nbsp;290px&#34;&gt;<br/><br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;!--首页新闻资讯右侧头条推荐开始&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=n_tt&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=1&nbsp;titlelen=30&nbsp;o&#114;derby=pubdate&nbsp;att=&#39;2&#39;&nbsp;typeid=1}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;A&nbsp;class=&#34;n_tt&nbsp;f18&#34;&nbsp;href=&#34;[field:filename/]&#34;&nbsp;title=&#39;[field:title/]&#39;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;!--&lt;A&nbsp;class=&#34;n_tt&nbsp;f18&#34;&nbsp;href=&#34;<a href="http://www.hezeu.com/2008/" target="_blank">http://www.hezeu.com/2008/</a>&#34;&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;target=_blank&gt;菏泽互联网2008新春团拜会&lt;/A&gt;--&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;!--首页新闻资讯右侧头条推荐结束&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;!--首页新闻资讯右侧推荐开始&nbsp;--&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;DIV&nbsp;class=n_lb&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{dede:arclist&nbsp;row=10&nbsp;titlelen=36&nbsp;o&#114;derby=pubdate&nbsp;&nbsp;typeid=1&nbsp;type=&#39;commend&#39;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;·&lt;A&nbsp;href=&#34;[field:filename/]&#34;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;&lt;BR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/DIV&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;!--首页新闻资讯右侧推荐结束&nbsp;--&gt;<br/>&lt;/DIV&gt;<br/>&lt;!--首页新闻资讯右侧结束&nbsp;--&gt;<br/><br/>{dede:arclist&nbsp;row=6&nbsp;titlelen=26&nbsp;o&#114;derby=pubdate&nbsp;&nbsp;typeid=2&nbsp;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;·&lt;A&nbsp;href=&#34;[field:filename/]&#34;&nbsp;title=&#34;完整标题&#34;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;&lt;BR&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;{/dede:arclist}<br/>&lt;P&nbsp;class=fl&nbsp;<br/>style=&#34;PADDING-RIGHT:&nbsp;10px;&nbsp;PADDING-LEFT:&nbsp;10px;&nbsp;PADDING-BOTTOM:&nbsp;7px;&nbsp;PADDING-TOP:&nbsp;7px&#34;&gt;&lt;A&nbsp;<br/>title=文化菏泽&nbsp;href=&#34;<a href="http://www.hezeu.com/html/wenhua/" target="_blank">http://www.hezeu.com/html/wenhua/</a>&#34;&nbsp;target=_blank&gt;&lt;B&nbsp;<br/>class=&#34;f13&nbsp;cc0&#34;&gt;文化菏泽&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;<br/>&lt;P&nbsp;class=fr&nbsp;<br/>style=&#34;PADDING-RIGHT:&nbsp;7px;&nbsp;PADDING-LEFT:&nbsp;0px;&nbsp;PADDING-BOTTOM:&nbsp;0px;&nbsp;PADDING-TOP:&nbsp;7px&#34;&gt;&lt;A&nbsp;<br/>title=更多&nbsp;href=&#34;<a href="http://www.hezeu.com/html/wenhua/" target="_blank">http://www.hezeu.com/html/wenhua/</a>&#34;&nbsp;<br/>target=_blank&gt;更多&lt;SPAN&nbsp;class=f10&gt;&gt;&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;<br/>&lt;P&nbsp;class=cb&gt;&lt;/P&gt;&lt;/DIV&gt;<br/>&lt;DIV&nbsp;class=nr_r_bg&gt;<br/>&lt;DIV&nbsp;class=nr_r_f&gt;{dede:arclist&nbsp;row=6&nbsp;titlelen=26&nbsp;o&#114;derby=pubdate&nbsp;&nbsp;typeid=2&nbsp;}<br/>·&lt;A&nbsp;href=&#34;[field:filename/]&#34;&nbsp;target=_blank&gt;[field:title/]&lt;/A&gt;&lt;BR&gt;<br/>{/dede:arclist}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0802/9200821423025.txt" target="_blank">dede文章标签示例.txt</a><br/>自定义标签调用方法：<br/>&lt;!--&nbsp;首页论坛图片新闻&nbsp;开始&nbsp;--&gt;<br/>{dede:mytag&nbsp;name=&#39;首页论坛图片新闻&#39;&nbsp;ismake=&#39;yes&#39;/}<br/>&lt;!--&nbsp;首页论坛图片新闻&nbsp;结束&nbsp;--&gt;<br/>如果标签内部有dede系统标签&nbsp;将ismake值设为yes<br/><br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0802/l200821423126.txt" target="_blank">自定义标签备忘</a><br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0802/9200821423418.txt" target="_blank">NewSg模板首页</a><br/>下载文件仅作参考，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的Gtalk是romotc@gmail.com。欢迎同样在研究dede的朋友加<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>。<br/>QQ97190865，一般在上QQ的时候都没在研究dede <img src="http://shanxinyuan.com/romotc/images/smilies/Face_50.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=178</link>
			<title><![CDATA[dedecms 非js方式调用discuz示例]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Thu,14 Feb 2008 02:28:46 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=178</guid>	
		<description><![CDATA[{dede:loop&nbsp;table=&#34;cdb_dz_hezeu_threads&#34;&nbsp;sort=&#34;tid&#34;&nbsp;if=&#34;fid=&#39;5&#39;&nbsp;and&nbsp;digest=&#39;1&#39;&#34;&nbsp;row=&#34;10&#34;}<br/>&lt;a&nbsp;href=&#34;/bbs/viewthread.php?tid=[field:tid&nbsp;/]&#34;&gt;<br/>·[field:subject&nbsp;function=&#34;cn_substr(&#39;@me&#39;,30)&#34;&nbsp;/]<br/>&lt;/a&gt;<br/>&lt;br/&gt;<br/>{/dede:loop}<br/>//if=&#34;fid=&#39;5&#39;&nbsp;and&nbsp;digest=&#39;1&#39;&#34;&nbsp;&nbsp;论坛版号为5的精华文章<br/><br/>{dede:loop&nbsp;table=&#34;cdb_dz_hezeu_threads&#34;&nbsp;sort=&#34;tid&#34;&nbsp;if=&#34;fid!=&#39;14&#39;&nbsp;and&nbsp;fid!=&#39;19&#39;&nbsp;and&nbsp;fid!=&#39;20&#39;&nbsp;and&nbsp;fid!=&#39;13&#39;&nbsp;and&nbsp;fid!=&#39;12&#39;&nbsp;and&nbsp;fid!=&#39;5&#39;&nbsp;and&nbsp;digest=&#39;1&#39;&#34;&nbsp;row=&#34;10&#34;}<br/>&lt;a&nbsp;href=&#34;/bbs/viewthread.php?tid=[field:tid&nbsp;/]&#34;&gt;<br/>·[field:subject&nbsp;function=&#34;cn_substr(&#39;@me&#39;,30)&#34;&nbsp;/]<br/>&lt;/a&gt;<br/>&lt;br/&gt;<br/>{/dede:loop}<br/><br/>discuz论坛数据表结构：<br/><a href="http://www.cnblogs.com/nasdaqhe/archive/2007/12/30/1021331.html" target="_blank">http://www.cnblogs.com/nasdaqhe/archive/2007/12/30/1021331.html</a><br/><a href="http://bbs.dingdi.com/redirect.php?tid=14332" target="_blank">http://bbs.dingdi.com/redirect.php?tid=14332</a>&amp;goto=lastpost<br/><br/>dedecms调用discuz示例<br/><a href="http://blog.csdn.net/simon803/archive/2007/10/08/1815702.aspx" target="_blank">http://blog.csdn.net/simon803/archive/2007/10/08/1815702.aspx</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=177</link>
			<title><![CDATA[dede SQL 示例]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Thu,14 Feb 2008 02:25:21 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=177</guid>	
		<description><![CDATA[问答<br/><br/>{dede:ask&nbsp;row=&#39;6&#39;}<br/>&lt;li&gt;&lt;span&gt;&lt;a&nbsp;href=&#34;/ask/browser.php?tid2=[field:tid2/]&#34;&gt;[field:tidname/]&lt;/a&gt;&lt;/span&gt;&nbsp;&lt;a&nbsp;href=&#34;[field:url/]&#34;&gt;[field:title/]&lt;/a&gt;&lt;/li&gt;<br/>{/dede:ask}<br/><br/>企业<br/><br/>{dede:sql&nbsp;sql=&#34;Sel&#101;ct&nbsp;comname,userid,phone,truename&nbsp;FROM&nbsp;#@__member_cominfo&nbsp;AS&nbsp;c&nbsp;LEFT&nbsp;JOIN&nbsp;#@__member&nbsp;AS&nbsp;m&nbsp;ON&nbsp;c.id=m.ID&nbsp;Wh&#101;re&nbsp;m.type=&#39;0&#39;&nbsp;o&#114;DER&nbsp;BY&nbsp;m.jointime&nbsp;DESC&nbsp;LIMIT&nbsp;0,6&#34;}&nbsp;<br/>&lt;li&gt;&lt;span&gt;&lt;a&nbsp;href=&#39;/member/?[field:userid/]/&#39;&nbsp;target=_blank&gt;[field:comname/]&lt;/a&gt;&lt;/span&gt;&nbsp;[field:phone/]&lt;/li&gt;<br/>{/dede:sql}<br/><br/>圈子<br/><br/>{dede:sql&nbsp;sql=&#34;Sel&#101;ct&nbsp;groupid,groupname,des&nbsp;FROM&nbsp;#@__groups&nbsp;LIMIT&nbsp;0,6&#34;}<br/>&lt;li&gt;&lt;span&gt;&lt;a&nbsp;href=&#34;/group/group.php?id=[field:groupid/]&#34;&gt;[field:groupname/]&lt;/a&gt;&lt;/span&gt;&nbsp;&lt;a&nbsp;href=&#34;/group/viewthread.php?id=[field:groupid/]&amp;tid=[field:groupid/]&#34;&gt;[field:des/]&lt;/a&gt;&lt;/li&gt;<br/>{/dede:sql}<br/><br/>小说<br/><br/>{dede:sql&nbsp;sql=&#34;Sel&#101;ct&nbsp;bookname,title,bookid,catid&nbsp;FROM&nbsp;#@__story_content&nbsp;LIMIT&nbsp;0,6&#34;}<br/>&lt;li&gt;&lt;span&gt;&lt;a&nbsp;href=&#39;/book/[field:catid/]/[field:bookname/]-[field:bookid/].html&#39;&nbsp;target=_blank&gt;[field:bookname/]&lt;/a&gt;&lt;/span&gt;&nbsp;&lt;a&nbsp;href=&#39;/book/show-photo.php?id=[field:bookid/]&#39;&nbsp;target=_blank&gt;[field:title/]&lt;/a&gt;&lt;/li&gt;<br/>{/dede:sql}<br/>原作者：德德BBS:chtws:website:<a target="_blank" href="http://www.chtws.com/">http://www.chtws.com/</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=176</link>
			<title><![CDATA[ultraedit 13.20 注册码]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Wed,13 Feb 2008 10:16:25 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=176</guid>	
		<description><![CDATA[ultra&nbsp;edit&nbsp;13.20注册码<br/>&nbsp;Name:www.greendown.cn&nbsp;<br/>Code:C4O9R-X8I7P-I0H0A-Z9G3O-38734-I3C4q<br/>这个刚注册的时候可以但是下次再运行程序的时候就又提示要求注册，不知道为什么可以试一下。<br/><br/>user:www.crsky.com<br/>pwd:Q2Z2Y-S4K3K-M4S9I-R1C8J-VGU4D-E6Q9I<br/><br/>Name:&nbsp;icycool&nbsp;and&nbsp;everybody<br/>Code:&nbsp;K7V0U-O6Q6W-E6J9Q-H2C9P-XW24V-0J441<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=175</link>
			<title><![CDATA[关于爱墙]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Tue,12 Feb 2008 21:23:24 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=175</guid>	
		<description><![CDATA[<br/>爱墙座落在巴黎市北蒙马特高地半山腰上的一个街头小公园里。公园是一个巴黎街头随处可见的那种公众休憩场所，墙也是一面不是特别高大厚重的普通石墙，但是墙上却有用三百多种文字写成的“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你”。<br/><br/>爱墙约有40平方米，由511块规格为21x&nbsp;29.7厘米的深蓝色的长方形瓷砖贴成，瓷砖上用311种语言和方言的手写笔迹写满了同一句话&nbsp;“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你”：i&nbsp;love&nbsp;you（英语）,&nbsp;je&nbsp;t&#39;aime（法语）,&nbsp;ti&nbsp;amo（意大利语）,&nbsp;ich&nbsp;liebe&nbsp;dich（德语）……&nbsp;任何一个国家的人到这里都未免一下子看花了眼。<br/><br/>作为中国游客，您可以先从爱墙的最左侧看起，在那里您可以找到竖排的三个汉字“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你”，其中的“爱”字是繁体。<br/><br/>在墙的上方还有一幅漫画，画中女郎身穿深蓝色吊带裙，斜倚在一张小桌旁，画旁边一行小字写道：“保持理智，勿要强求（soyons&nbsp;raisonnable,&nbsp;exigeons&nbsp;l&#39;impossible）”<br/><br/>爱墙的发起者弗雷德里克·巴隆（Frédéric&nbsp;Baron）是法国一位以写爱情歌曲见长的音乐家。<br/><br/>也许是受法国充斥于整个国度的浪漫主义思潮的影响，1992年他开始收集和记录下了1000多条用300多种语言写就的“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你”的手写体，并于1998年就此撰写了一本书，成功发行5万册。<br/><br/>巴隆早期的爱情歌曲都是在他居住在蒙马特高地时写下的，因此他选择这里作为爱墙的归宿。<br/><br/>爱墙的建立其实还有更深一层的涵义。巴隆说，在暴力强权存在和个人主义至上的世界里，墙把人们分隔开来，然而送去一声简单而真情的“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你”，却时常能解除误解和拆除分歧的樊篱。<br/><br/>爱墙不仅是为相爱的有情人而建，它还为不同民族和语言的人提供了一个和谐共处的地方。<br/><br/>巴隆邀请研习中国书法和东方绘画艺术的法国女艺术家克莱赫·吉托（Claire&nbsp;KITO）为这堵墙作了艺术设计。<br/><br/>在爱墙密密麻麻的字里行间，散布着不同形状的红色色块，据说这些色块喻义破碎的心，作者期冀用纯洁和美好的爱来重新弥合这颗散落在爱中的已碎的心。<br/><br/>在&nbsp;2001年情人节举行的爱墙落成仪式上，有100只白鸽展翅飞向蓝天，所要表达的就是人们对和平与爱的渴望。<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=174</link>
			<title><![CDATA[定时关闭的广告代码]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Mon,11 Feb 2008 23:57:54 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=174</guid>	
		<description><![CDATA[定时关闭的广告代码<br/>定时关闭的广告代码<br/><br/>&lt;!--topbanner开始--&gt;<br/>&lt;div&nbsp;id=&#34;outwin&#34;&nbsp;style=&#34;width:961;&nbsp;height:85;&nbsp;display:none&nbsp;&#34;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;object&nbsp;classid=&#34;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#34;&nbsp;codebase=&#34;<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" target="_blank">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab</a>#version=7,0,19,0&#34;&nbsp;width=&#34;960&#34;&nbsp;height=&#34;85&#34;&gt;&lt;param&nbsp;name=&#34;movie&#34;&nbsp;value=&#34;/ad/newyear.swf&#34;&nbsp;/&gt;&lt;param&nbsp;name=&#34;quality&#34;&nbsp;value=&#34;high&#34;&nbsp;/&gt;&lt;embed&nbsp;src=&#34;<a href="http://www.hezeu.com/ad/newyear.swf" target="_blank">http://www.hezeu.com/ad/newyear.swf</a>&#34;&nbsp;quality=&#34;high&#34;&nbsp;pluginspage=&#34;<a href="http://www.macromedia.com/go/getflashplayer" target="_blank">http://www.macromedia.com/go/getflashplayer</a>&#34;&nbsp;type=&#34;application/x-shockwave-flash&#34;&nbsp;width=&#34;960&#34;&nbsp;height=&#34;85&#34;&gt;&lt;/embed&gt;&lt;/object&gt;<br/>&nbsp;&lt;/div&gt;<br/>&lt;SCRIPT&nbsp;LANGUAGE=&#34;JavaScript&#34;&gt;<br/>var&nbsp;thisTime&nbsp;=&nbsp;setTimeout(&#34;document.getElementById(&#39;outwin&#39;).style.display=&#39;block&#39;;&#34;,600);<br/>var&nbsp;thisTime&nbsp;=&nbsp;setTimeout(&#34;document.getElementById(&#39;outwin&#39;).style.display=&#39;none&#39;;&#34;,50000);<br/>&lt;/SCRIPT&gt;<br/>&lt;!--topbanner结束--&gt;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=173</link>
			<title><![CDATA[Java 局域网聊天程序源代码]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Thu,07 Feb 2008 01:49:06 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=173</guid>	
		<description><![CDATA[最近想做一个局域网聊天的程序，先找一个别人写的研究一下。<br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a><br/><br/>期望的目标是能够实现多用户聊天、自动切换服务器、文件传输、聊天室功能。<br/>先学习一下别人的代码。不知道最后能不能有时间了，培训的课程真的好紧。加油！<br/><br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0802/320082715344.rar" target="_blank">有服务器端好友机制的聊天程序源代码</a><br/><br/><br/>PS.&nbsp;一个前辈的博客<a href="http://ccid2702.blog.ccidnet.com/" target="_blank">http://ccid2702.blog.ccidnet.com/</a>&nbsp;&nbsp;开发java版聊天程序2年多，目前版本已经是2008&nbsp;了。正在下他的程序看]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=172</link>
			<title><![CDATA[猫扑大杂烩论坛模板]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,19 Jan 2008 00:42:53 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=172</guid>	
		<description><![CDATA[找这个猫扑大杂烩风格很长时间了，希望这次能得到。已经联系楼主QQ了，好人快发给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>^_^<br/>免费分享大杂烩风格DZ6.0<br/>免费分享大杂烩风格DZ6.0<br/>演示地址:<a href="http://bbs.jobla.cn" target="_blank">http://bbs.jobla.cn</a><br/>附演示地址：<a href="http://bbs.cmsmb.com" target="_blank">http://bbs.cmsmb.com</a><br/>部分还没有完善好,不过可以正常使用,希望大家一起完善,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的论坛开技术交流版块了.欢迎大家来交流啊!<br/>希望大家都可以拥有这个风格！<br/>QQ513653224]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=171</link>
			<title><![CDATA[找不到可安装的isam解决方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Mon,24 Dec 2007 13:57:01 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=171</guid>	
		<description><![CDATA[使用vb&nbsp;ado对象连接access数据库时出现错误提示：找不带可安装的isam&nbsp;搜索了很多地方找到解决的办法&nbsp;但却不知道错误的原因。贴出来大家看一下知道哪里错了吗？<br/>原来的连接方法：<br/>Dim&nbsp;cnn&nbsp;As&nbsp;ADODB.Connection<br/>Dim&nbsp;conn&nbsp;As&nbsp;New&nbsp;ADODB.Connection<br/>Dim&nbsp;rs&nbsp;As&nbsp;New&nbsp;ADODB.Recordset<br/>Dim&nbsp;connstring&nbsp;As&nbsp;String<br/>connstring&nbsp;=&nbsp;&#34;provider=Microsoft.Jet.OLEDB.4.0;&nbsp;DataSource&nbsp;=c:\db1.mdb;&nbsp;Persist&nbsp;Security&nbsp;Info=false&#34;<br/>conn.Open&nbsp;connstring<br/>正确的连接方法：<br/>Dim&nbsp;cnn&nbsp;As&nbsp;New&nbsp;ADODB.Connection<br/>Dim&nbsp;rst&nbsp;As&nbsp;ADODB.Recordset<br/>cnn.Provider&nbsp;=&nbsp;&#34;Microsoft.Jet.OLEDB.4.0&#34;<br/>cnn.ConnectionString&nbsp;=&nbsp;&#34;Data&nbsp;Source=c:\db1.mdb&#34;<br/>cnn.Open<br/><br/><br/>Persist&nbsp;Security&nbsp;Info属性的意思是表示是否保存安全信息，其实可以简单的理解为&#34;ADO在数据库连接成功后是否保存密码信息&#34;，<br/><br/>True表示保存，False表示不保存<br/><br/>ADO缺省为True<br/>(ADO.net缺省为False，未测试，根据参考资料上说的)<br/><br/>具体可以通过ADO的Connect对象的ConnectString属性进行验证，如下所示(以下在Delphi7中测试通过)：<br/><br/>----------------------------------------------------------------------------------------------------------<br/><br/>数据库连接前<br/><br/>ConnectString=&#34;Provider=MSDAORA.1;Password=mypassword;User&nbsp;ID=yzs;Data&nbsp;Source=ydgl22;Persist&nbsp;Security&nbsp;Info=false&#34;<br/><br/>数据库连接成功后<br/><br/>ConnectString=&#34;Provider=MSDAORA.1;User&nbsp;ID=yzs;Data&nbsp;Source=ydgl22&#34;<br/><br/>----------------------------------------------------------------------------------------------------------<br/><br/>数据库连接前<br/><br/>ConnectString=&#34;Provider=MSDAORA.1;Password=mypassword;User&nbsp;ID=yzs;Data&nbsp;Source=ydgl22;Persist&nbsp;Security&nbsp;Info=true&#34;<br/><br/>数据库连接成功后<br/><br/>ConnectString=&#34;Provider=MSDAORA.1;Password=mypassword;User&nbsp;ID=dlyx;Data&nbsp;Source=ydgl22&#34;<br/><br/>----------------------------------------------------------------------------------------------------------<br/><br/>&nbsp;总体来说，如果数据库连接成功后不再需要连接的密码，出于安全性考虑，还是建议将Persist&nbsp;Security&nbsp;Info设为false，以防止后门程序取得数据库连接的密码（windows2003在sp1前就发生过这个问题）。<br/><br/><br/>以下是摘自微软的ADO.net资料<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=170</link>
			<title><![CDATA[济南华育国际软件培训课程及收费情况备忘]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,22 Dec 2007 16:25:58 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=170</guid>	
		<description><![CDATA[第一阶段您会学到：计算机文化，C语言及程序逻辑，C语言项目实践，网站开发综合技术，结构化数据库开发基础，ASP动态网站设计与开发.毕业设计:要求能够独立完成完整的ASP动态网站的开发.<br/><br/><br/><br/>第二阶段您会学到：JAVA面向对象编程，JAVA界面编程，JAVA网络编程，结构化数据库高级开发，JAVA实训,基于DOTNET框架的综合开发,J2EE初级技术,JSP&nbsp;RVERLET项目实训及毕业设计<br/><br/><br/><br/>第三阶段您会学到：LINUX平台使用，大型数据库应用与开发，ASP.NET2.0,基于JAVAEE的多层分布式企业级开发,基于Java&nbsp;EE和DotNet的项目实训,毕业设计。<br/>学完以上课程后参加统一考试，考试合格后将进入<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们免费赠送的实训课程中，真正体验软件开发的乐趣。<br/><br/>以上三个阶段每个阶段学完后都要经过统一的考试，考试合格将颁发国家劳动部相应的初级，中级，高级软件工程师证书。在三期学习中您也有机会参加全球知名IT企业-微软认证考试并有机会获得微软认证证书.<br/>您好,咱们学校的学费是分期收取的，您可以根据自己的实际情况来选择学习的程度.<br/>第一期是4200，第二期是6800，第三期是&nbsp;10800.以上费用是包括学习上所有的费用:学费,书费,考试费和证书费.<br/><br/>您先缴纳4200元就可以参加<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的学习，您学完每个期后都可以参加考试获得国家承认的证书。<br/>第一阶段：脱产学习需要3个半月时间，业余需要4个多月时间；<br/><br/>&nbsp;<br/><br/>第二阶段：脱产学习需要4个半月时间，业余需要5个多月的时间；<br/><br/>&nbsp;<br/><br/>第三阶段：脱产学习需要5个月时间，业余需要6个多月的时间。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=168</link>
			<title><![CDATA[极品飞车11下载地址]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Sun,25 Nov 2007 09:56:34 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=168</guid>	
		<description><![CDATA[极品飞车11下载地址:<br/><br/>[极品飞车11].<a target="_blank" href="http://shanxinyuan.com/romotc/ed2k://|file|%5B%E6%9E%81%E5%93%81%E9%A3%9E%E8%BD%A611%5D.rld-nfps.iso|5024776192|f532ce26f1dcbe89e7de65067d7407bb|h=SYPYGLEMIELXMCJ3VUNMTXBPOERCQTKG|/">rld-nfps.iso</a><br/><br/>[极品飞车11].<a target="_blank" href="http://shanxinyuan.com/romotc/ed2k://|file|%5B%E6%9E%81%E5%93%81%E9%A3%9E%E8%BD%A611%5D.reloaded.nfo|4614|33b2269eacc39f9276b4f7df130e65b8|h=V7WNMRG5POMOBWUCZQDD2DREX276UEX6|/">reloaded.nfo</a><br/><br/>[极品飞车11].<a target="_blank" href="http://shanxinyuan.com/romotc/ed2k://|file|%5B%E6%9E%81%E5%93%81%E9%A3%9E%E8%BD%A611%5D.vty-0121.rar|6642846|de38d69e454d7632cf6f0f9bc7809f6f|h=E4LJRREIMC62CMWJDPGM2TF3IRN3KDVV|/">vty-0121.rar</a><br/><br/>注:最后一个连接是VITALITY的破解补丁,其实RELOADED也没什么问题的,所以VITALITY的下载和不下载,各位自便吧<br/><br/>极品飞车11安装方法<br/>1.&nbsp;Unrar.<br/>解压<br/>2.&nbsp;Burn,&nbsp;o&#114;&nbsp;mount&nbsp;with&nbsp;Daemon&nbsp;Tools.<br/>刻盘或者使用虚拟光驱软件<br/>3.&nbsp;Install,&nbsp;when&nbsp;asked&nbsp;for&nbsp;a&nbsp;serial&nbsp;use&nbsp;the&nbsp;keygen&nbsp;located&nbsp;in&nbsp;the<br/>安装极品飞车11，当提示输入序列号时输入如下序列号<br/>&nbsp;&nbsp;&nbsp;&nbsp;crackdir&nbsp;of&nbsp;the&nbsp;DVD&nbsp;o&#114;&nbsp;enter&nbsp;one&nbsp;of&nbsp;the&nbsp;following:<br/>极品飞车11安装序列号<br/>&nbsp;&nbsp;&nbsp;&nbsp;2QDM-VU7T-HJ2B-LHJ2-FRLD<br/>&nbsp;&nbsp;&nbsp;&nbsp;JKJA-L39Z-WUJC-5WUJ-GRLD<br/>&nbsp;&nbsp;&nbsp;&nbsp;ABXP-5RP7-LJ2T-2LJ2-XRLD<br/>&nbsp;&nbsp;&nbsp;&nbsp;2DAA-YN8H-NDSB-6NDS-FRLD<br/>&nbsp;&nbsp;&nbsp;&nbsp;S6QG-F4FC-QESJ-QQES-NRLD<br/>4.&nbsp;Copy&nbsp;the&nbsp;cracked&nbsp;file&nbsp;located&nbsp;in&nbsp;the&nbsp;Crack&nbsp;directory&nbsp;on&nbsp;the&nbsp;DVD&nbsp;to&nbsp;your<br/>&nbsp;&nbsp;&nbsp;&nbsp;installation&nbsp;directory.<br/>5.&nbsp;Play&nbsp;the&nbsp;game.<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=167</link>
			<title><![CDATA[极品飞车11配置要求]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sun,25 Nov 2007 09:44:25 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=167</guid>	
		<description><![CDATA[极品飞车11配置要求，太离谱了&nbsp;下载要需要16G的空间&nbsp;及时要dvd碟也得4张碟。玩不起。。<br/>配置要求:<br/><br/>OS&nbsp;-&nbsp;Windows&nbsp;XP/Vista&nbsp;(FAT16&nbsp;and&nbsp;FAT32&nbsp;File&nbsp;Systems&nbsp;are&nbsp;not&nbsp;supported&nbsp;by&nbsp;Digital&nbsp;Delivery)<br/>系统要求：windows&nbsp;xp/vista（如使用下载方式*，不支持使用&nbsp;FAT16/FAT32&nbsp;系统的硬盘）<br/>Processor&nbsp;–&nbsp;2.8GHz&nbsp;o&#114;&nbsp;faster&nbsp;(Windows&nbsp;Vista&nbsp;requires&nbsp;3.0&nbsp;GHz)<br/>处理器：2.8G或者更高<br/>Memory&nbsp;–&nbsp;512&nbsp;MB&nbsp;RAM&nbsp;(Windows&nbsp;Vista&nbsp;requires&nbsp;1&nbsp;GB&nbsp;RAM)<br/>内存要求：512M（vista系统需要最低1G内存）<br/>Hard&nbsp;Drive&nbsp;–&nbsp;8.1&nbsp;GB&nbsp;(16&nbsp;GB&nbsp;required&nbsp;for&nbsp;Digital&nbsp;Delivery)<br/>硬盘空间：8.1GB剩余空间（如使用下载方式*，需要&nbsp;16GB）<br/>DVD&nbsp;Drive&nbsp;-&nbsp;8&nbsp;SPEED&nbsp;(not&nbsp;required&nbsp;for&nbsp;Digital&nbsp;Delivery)<br/>DVD&nbsp;光驱：8×（如使用下载方式*，则不需要光驱）<br/>Video&nbsp;Card&nbsp;–&nbsp;128&nbsp;MB&nbsp;with&nbsp;Pixel&nbsp;Shadar&nbsp;2.0&nbsp;(AGP&nbsp;and&nbsp;PCIe&nbsp;only)*<br/>显卡：支持&nbsp;Pixel&nbsp;Shader&nbsp;2.0，显存为&nbsp;128MB&nbsp;的显卡（必须为&nbsp;AGP&nbsp;或&nbsp;PCIe&nbsp;插槽）*<br/>Sound&nbsp;Card&nbsp;-&nbsp;DirectX&nbsp;9.0c&nbsp;compatible<br/>声卡：兼容&nbsp;DirectX&nbsp;9.0c<br/>DirectX&nbsp;-&nbsp;Version&nbsp;9.0c<br/>DirectX：DirectX&nbsp;9.0c<br/>Online&nbsp;Multiplayer&nbsp;–&nbsp;512&nbsp;Kbps&nbsp;o&#114;&nbsp;faster;&nbsp;2-8&nbsp;Players<br/>在线联机：至少&nbsp;512kbps&nbsp;的速度；2~8&nbsp;人联机<br/>Input&nbsp;-&nbsp;Keyboard,&nbsp;Mouse<br/>Optional&nbsp;–&nbsp;USB&nbsp;Steering&nbsp;Wheel&nbsp;/&nbsp;Dual&nbsp;Analogue&nbsp;Gamepad<br/>*Supported&nbsp;chipsets:&nbsp;NVIDIA&nbsp;GeForce&nbsp;FX&nbsp;5950&nbsp;greater&nbsp;(GeForce&nbsp;MX&nbsp;series&nbsp;not&nbsp;supported);&nbsp;ATI&nbsp;Radeon&nbsp;9500&nbsp;o&#114;&nbsp;greater.&nbsp;Laptop&nbsp;versions&nbsp;of&nbsp;these&nbsp;chipsets&nbsp;may&nbsp;work&nbsp;but&nbsp;are&nbsp;not&nbsp;supported.&nbsp;Up&#100;ates&nbsp;to&nbsp;your&nbsp;video&nbsp;and&nbsp;sound&nbsp;card&nbsp;drivers&nbsp;may&nbsp;be&nbsp;required<br/><br/>*&nbsp;支持的显卡芯片：NVIDIA&nbsp;GeForece&nbsp;5950&nbsp;以后的芯片（不支持&nbsp;GeForce&nbsp;MX），ATI&nbsp;Radeon&nbsp;9500&nbsp;以后的芯片（ATI&nbsp;X&nbsp;系列全部芯片皆可）。笔记本电脑的芯片可能可以运行，但不保证会支持游戏。有可能需要玩家更新显卡驱动程序。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=166</link>
			<title><![CDATA[验证]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,25 Aug 2007 22:13:49 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=166</guid>	
		<description><![CDATA[4ea134c6-a2ab-4051-8031-e10cde81fb92]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=165</link>
			<title><![CDATA[What does backorder mean?]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[English Corner]]></category>
			<pubDate>Thu,09 Aug 2007 01:15:30 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=165</guid>	
		<description><![CDATA[域名抢注(Backorder)就是一个域名在被别人注册之前，抢先将此域名以注册人的名义注册下来的行为。由于专业的域名抢注公司拥有业余玩家所不具备的强大资源，所以个人制作的抢搞过他们的概率非常的小。专业公司都是通过持续地尽量频繁地(而又不会被ban掉)访问&nbsp;Verisign&nbsp;服务器以注册域名，一般抢注不到域名不收费。&nbsp;<br/><br/>如果你要的域名并不是非常惹火，可以考虑购买一些专业公司的基本的Backorder，如GoDaddy?价格为$18.95/Backorder?。<br/>from&nbsp;this&nbsp;page:<a href="http://www.deepcast.net/wiki/ow.asp?%D3%F2%C3%FB%D2%B5%CE%F1" target="_blank">http://www.deepcast.net/wiki/ow.asp?%D3%F2%C3%FB%D2%B5%CE%F1</a><br/><br/>ok,backorder&nbsp;的意思就是抢注，至于抢注不到收不收的问题在下面这个链接中可以看出一二<br/><a href="http://www.namepros.com/domain-name-discussion/143369-godaddy-back-order-service.html" target="_blank">http://www.namepros.com/domain-name-discussion/143369-godaddy-back-order-service.html</a><br/>Godaddy&nbsp;上抢注不到所收的费用还会一个backorder的形式存在，在一年或者更长的时间内你有权利使用个backorder直到成功抢注到一个域名为止。<br/>and&nbsp;so&nbsp;on,leave&nbsp;your&nbsp;words]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=164</link>
			<title><![CDATA[cc刷流量软件下载]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Wed,08 Aug 2007 09:33:44 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=164</guid>	
		<description><![CDATA[<a href="http://shanxinyuan.com/romotc/CCDir.rar" target="_blank">http://shanxinyuan.com/romotc/CCDir.rar</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=163</link>
			<title><![CDATA[博爱之星下载]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Thu,02 Aug 2007 14:50:41 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=163</guid>	
		<description><![CDATA[在网站找这个东西找了很长时间，最后还是一个朋友发给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的。大家共享一下<br/>{<a target="_blank" href="http://www.boboi.org/boi/reg.asp?reffer=romotc">注册地址</a>}<br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=162</link>
			<title><![CDATA[离开v...]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sun,29 Jul 2007 18:11:25 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=162</guid>	
		<description><![CDATA[离开v...]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=160</link>
			<title><![CDATA[Finance MBA]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[English Corner]]></category>
			<pubDate>Mon,16 Jul 2007 18:30:48 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=160</guid>	
		<description><![CDATA[Sponsored&nbsp;by:<br/>&nbsp;&nbsp;Alt&#101;rnative&nbsp;Student&nbsp;Loan&nbsp;Center<br/>&nbsp;&nbsp;Student&nbsp;Loan&nbsp;Consolidation<br/>&nbsp;&nbsp;Graduate&nbsp;Student&nbsp;Loan&nbsp;Center<br/><br/><br/>The&nbsp;cost&nbsp;of&nbsp;an&nbsp;MBA<br/>The&nbsp;cost&nbsp;of&nbsp;an&nbsp;MBA&nbsp;course&nbsp;at&nbsp;a&nbsp;really&nbsp;good&nbsp;business&nbsp;school&nbsp;is&nbsp;actually&nbsp;more&nbsp;than&nbsp;the&nbsp;average&nbsp;wage&nbsp;in&nbsp;the&nbsp;UK&nbsp;o&#114;&nbsp;USA.<br/>However,&nbsp;when&nbsp;you&nbsp;think&nbsp;about&nbsp;the&nbsp;cost&nbsp;of&nbsp;the&nbsp;MBA&nbsp;you&nbsp;must&nbsp;simultaneously&nbsp;think&nbsp;about&nbsp;the&nbsp;benefit&nbsp;from&nbsp;it&nbsp;?because&nbsp;these&nbsp;amounts&nbsp;are&nbsp;inseparable&nbsp;from&nbsp;each&nbsp;other,&nbsp;and&nbsp;cutting&nbsp;down&nbsp;on&nbsp;the&nbsp;cost&nbsp;could&nbsp;produce&nbsp;a&nbsp;disproportionately&nbsp;high&nbsp;dro&#112;&nbsp;in&nbsp;the&nbsp;benefits&nbsp;of&nbsp;the&nbsp;MBA.<br/><br/><br/><br/>&nbsp;<br/><br/>How&nbsp;do&nbsp;i&nbsp;finance&nbsp;an&nbsp;MBA?<br/>Financing&nbsp;the&nbsp;MBA&nbsp;can&nbsp;become&nbsp;one&nbsp;of&nbsp;the&nbsp;biggest&nbsp;investments&nbsp;in&nbsp;your&nbsp;life&nbsp;and&nbsp;involves&nbsp;a&nbsp;major&nbsp;financial&nbsp;commitment.<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=159</link>
			<title><![CDATA[让Windows 2003的共享不需要密码也能访问]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,15 Jul 2007 17:07:57 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=159</guid>	
		<description><![CDATA[<a href="http://www.xahzkj.com/chanpin/ShowArticle.asp?ArticleID=37" target="_blank">http://www.xahzkj.com/chanpin/ShowArticle.asp?ArticleID=37</a><br/>备忘一下：&nbsp;1、开启来宾账号；&nbsp;2、启用文件和打印共享；&nbsp;3、设置本地账户的共享和安全模式&nbsp;其中第三点是问题重点：打开本地安全策略--本地策略--安全选项找到&#34;网络访问：本地账户的共享和安全模式&#34;，按具体情况设置就行了&nbsp;仅来宾-本地用户以来宾身份验证（win2000\xp访问时不需要用户名密码，直接用IP或计算机名来访问即可）经典-本地用户以自己的身份验证（win2000\xp以administrator登录时也不需要用户密码，直接IP或计算机名，但是以其它账户登录时，必需要用户名密码）<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=158</link>
			<title><![CDATA[New York Is Top State in Dollars Per Student ]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[English Corner]]></category>
			<pubDate>Sat,14 Jul 2007 11:44:39 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=158</guid>	
		<description><![CDATA[New&nbsp;York&nbsp;Is&nbsp;Top&nbsp;State&nbsp;in&nbsp;Dollars&nbsp;Per&nbsp;StudentBy&nbsp;SAM&nbsp;ROBERTSPublished:&nbsp;May&nbsp;30,&nbsp;2007New&nbsp;York&nbsp;again&nbsp;leads&nbsp;all&nbsp;other&nbsp;states&nbsp;in&nbsp;school&nbsp;spending&nbsp;per&nbsp;pupil,&nbsp;according&nbsp;to&nbsp;the&nbsp;latest&nbsp;census&nbsp;figures.<br/><br/>Nationwide,&nbsp;public&nbsp;school&nbsp;districts&nbsp;spent&nbsp;an&nbsp;average&nbsp;of&nbsp;$8,701&nbsp;per&nbsp;student&nbsp;on&nbsp;elementary&nbsp;and&nbsp;secondary&nbsp;education&nbsp;in&nbsp;the&nbsp;2005&nbsp;fiscal&nbsp;year,&nbsp;5&nbsp;percent&nbsp;more&nbsp;than&nbsp;in&nbsp;the&nbsp;previous&nbsp;year.<br/>New&nbsp;York,&nbsp;which&nbsp;also&nbsp;came&nbsp;in&nbsp;highest&nbsp;last&nbsp;year,&nbsp;spent&nbsp;$14,119&nbsp;per&nbsp;student,&nbsp;followed&nbsp;by&nbsp;New&nbsp;Jersey&nbsp;at&nbsp;$13,800,&nbsp;Vermont&nbsp;at&nbsp;$11,838&nbsp;and&nbsp;Connecticut&nbsp;at&nbsp;$11,572.&nbsp;<br/><br/>The&nbsp;census&nbsp;found&nbsp;sharp&nbsp;regional&nbsp;disparities&nbsp;in&nbsp;raw&nbsp;spending&nbsp;but&nbsp;made&nbsp;no&nbsp;adjustment&nbsp;for&nbsp;local&nbsp;cost-of-living&nbsp;differences.&nbsp;Seven&nbsp;of&nbsp;the&nbsp;10&nbsp;states&nbsp;that&nbsp;spent&nbsp;the&nbsp;most&nbsp;per&nbsp;pupil&nbsp;were&nbsp;in&nbsp;the&nbsp;Northeast;&nbsp;all&nbsp;10&nbsp;that&nbsp;spent&nbsp;the&nbsp;least&nbsp;were&nbsp;in&nbsp;the&nbsp;West&nbsp;o&#114;&nbsp;the&nbsp;South.<br/><br/>Utah&nbsp;ranked&nbsp;last,&nbsp;at&nbsp;$5,257,&nbsp;followed&nbsp;by&nbsp;Arizona&nbsp;($6,281),&nbsp;Idaho&nbsp;($6,283),&nbsp;Mississippi&nbsp;($6,575)&nbsp;and&nbsp;Oklahoma&nbsp;($6,613).<br/><br/>Over&nbsp;all,&nbsp;public&nbsp;school&nbsp;systems&nbsp;spent&nbsp;$497&nbsp;billion,&nbsp;compared&nbsp;to&nbsp;$472&nbsp;billion&nbsp;the&nbsp;year&nbsp;before.&nbsp;About&nbsp;60&nbsp;percent&nbsp;of&nbsp;their&nbsp;$427&nbsp;billion&nbsp;operating&nbsp;budgets&nbsp;was&nbsp;spent&nbsp;on&nbsp;instruction,&nbsp;with&nbsp;more&nbsp;than&nbsp;9&nbsp;percent&nbsp;allocated&nbsp;for&nbsp;operation&nbsp;and&nbsp;maintenance,&nbsp;7&nbsp;percent&nbsp;for&nbsp;administration&nbsp;and&nbsp;4&nbsp;percent&nbsp;for&nbsp;pupil&nbsp;transportation.<br/><br/>The&nbsp;census&nbsp;reported&nbsp;wide&nbsp;differences&nbsp;by&nbsp;state&nbsp;in&nbsp;the&nbsp;proportion&nbsp;of&nbsp;school&nbsp;revenue&nbsp;raised&nbsp;by&nbsp;each&nbsp;level&nbsp;of&nbsp;government&nbsp;and&nbsp;how&nbsp;the&nbsp;money&nbsp;was&nbsp;spent.&nbsp;(Alaska&nbsp;led&nbsp;in&nbsp;the&nbsp;share&nbsp;from&nbsp;the&nbsp;federal&nbsp;government;&nbsp;Hawaii&nbsp;in&nbsp;the&nbsp;proportion&nbsp;from&nbsp;the&nbsp;state).&nbsp;<br/><br/>When&nbsp;states&nbsp;were&nbsp;ranked&nbsp;by&nbsp;school&nbsp;spending&nbsp;as&nbsp;a&nbsp;percentage&nbsp;of&nbsp;personal&nbsp;income,&nbsp;Arkansas’&nbsp;proportion&nbsp;was&nbsp;the&nbsp;highest,&nbsp;followed&nbsp;by&nbsp;Vermont,&nbsp;West&nbsp;Virginia,&nbsp;New&nbsp;Jersey&nbsp;and&nbsp;New&nbsp;York.<br/><br/>In&nbsp;many&nbsp;states,&nbsp;local&nbsp;school&nbsp;districts&nbsp;showed&nbsp;sharp&nbsp;variations&nbsp;in&nbsp;spending&nbsp;per&nbsp;pupil.&nbsp;New&nbsp;York&nbsp;City,&nbsp;the&nbsp;nation’s&nbsp;largest&nbsp;school&nbsp;district,&nbsp;reported&nbsp;spending&nbsp;$13,755&nbsp;per&nbsp;pupil,&nbsp;compared&nbsp;with&nbsp;$15,529&nbsp;in&nbsp;New&nbsp;Rochelle.&nbsp;<br/><br/>Nationwide,&nbsp;school&nbsp;systems&nbsp;spent&nbsp;nearly&nbsp;$42&nbsp;billion&nbsp;on&nbsp;construction,&nbsp;with&nbsp;California&nbsp;and&nbsp;Texas,&nbsp;the&nbsp;two&nbsp;most&nbsp;populous&nbsp;states,&nbsp;accounting&nbsp;for&nbsp;almost&nbsp;one-third.&nbsp;<br/><br/>(NewYork&nbsp;school&nbsp;Student&nbsp;Princeton&nbsp;Harvard&nbsp;Yale&nbsp;Stanford&nbsp;Duke&nbsp;Cilumbia&nbsp;University&nbsp;)<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=157</link>
			<title><![CDATA[一纸MBA文凭有多重 ]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,14 Jul 2007 11:42:47 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=157</guid>	
		<description><![CDATA[Professional&nbsp;managers&nbsp;has&nbsp;become&nbsp;the&nbsp;backbone&nbsp;of&nbsp;economic&nbsp;development,&nbsp;as&nbsp;the&nbsp;team&nbsp;of&nbsp;professional&nbsp;managers&nbsp;of&nbsp;the&nbsp;reserve&nbsp;force.&nbsp;MBA&nbsp;has&nbsp;been&nbsp;widespread&nbsp;concern&nbsp;in&nbsp;the&nbsp;community.&nbsp;In&nbsp;a&nbsp;highly&nbsp;competitive&nbsp;talent&nbsp;market,&nbsp;a&nbsp;paper&nbsp;MBA&nbsp;diploma&nbsp;is&nbsp;undoubtedly&nbsp;in&nbsp;a&nbsp;competitive&nbsp;force&nbsp;on&nbsp;the&nbsp;balance&nbsp;with&nbsp;a&nbsp;lot&nbsp;of&nbsp;weight.&nbsp;That&nbsp;MBA&nbsp;students&nbsp;from&nbsp;the&nbsp;Professional&nbsp;Managers&nbsp;in&nbsp;the&nbsp;end&nbsp;is&nbsp;how&nbsp;far?&nbsp;MBA&nbsp;students&nbsp;from&nbsp;the&nbsp;Professional&nbsp;Managers&nbsp;in&nbsp;the&nbsp;process&nbsp;of&nbsp;what&nbsp;must&nbsp;be&nbsp;done?&nbsp;In&nbsp;Fudan-BI&nbsp;(Norway)&nbsp;projects&nbsp;and&nbsp;Fudan&nbsp;MBA&nbsp;MBA&nbsp;project&nbsp;recently&nbsp;held&nbsp;a&nbsp;&#34;culture&nbsp;of&nbsp;Fudan&nbsp;MBA&nbsp;Tour&nbsp;Forum&nbsp;on&nbsp;the&nbsp;theme&nbsp;&#34;,&nbsp;a&nbsp;large&nbsp;number&nbsp;of&nbsp;high-profile&nbsp;corporate&nbsp;human&nbsp;resources&nbsp;specialists&nbsp;and&nbsp;the&nbsp;Fudan&nbsp;University&nbsp;100&nbsp;M&nbsp;A&nbsp;common&nbsp;exchange&nbsp;students,&nbsp;Discussion&nbsp;MBA&nbsp;from&nbsp;the&nbsp;Professional&nbsp;Managers&nbsp;of&nbsp;the&nbsp;growth&nbsp;process.&nbsp;2006&nbsp;into&nbsp;an&nbsp;MBA&nbsp;school&nbsp;students&nbsp;has&nbsp;been&nbsp;10&nbsp;years&nbsp;of&nbsp;work&nbsp;experience,&nbsp;jobs&nbsp;in&nbsp;foreign-funded&nbsp;enterprises&nbsp;is&nbsp;not&nbsp;high&nbsp;o&#114;&nbsp;low,&nbsp;it&nbsp;has&nbsp;to&nbsp;set&nbsp;a&nbsp;career&nbsp;development&nbsp;direction&nbsp;some&nbsp;difficulties,&nbsp;He&nbsp;wants&nbsp;to&nbsp;MBA&nbsp;courses&nbsp;of&nbsp;study&nbsp;for&nbsp;a&nbsp;pair&nbsp;of&nbsp;their&nbsp;own&nbsp;assessment.&nbsp;Fudan&nbsp;University&nbsp;2005&nbsp;session&nbsp;of&nbsp;the&nbsp;Agency&nbsp;believes&nbsp;that&nbsp;their&nbsp;choice&nbsp;MBA&nbsp;mind&nbsp;is&nbsp;perfect&nbsp;knowledge&nbsp;structure.&nbsp;Most&nbsp;MBA&nbsp;students&nbsp;that&nbsp;the&nbsp;time&nbsp;for&nbsp;the&nbsp;MBA&nbsp;is&nbsp;their&nbsp;charge,&nbsp;on&nbsp;the&nbsp;one&nbsp;hand,&nbsp;complete&nbsp;their&nbsp;professional&nbsp;development&nbsp;skills,&nbsp;with&nbsp;the&nbsp;other&nbsp;hand&nbsp;to&nbsp;the&nbsp;students&nbsp;and&nbsp;teachers&nbsp;to&nbsp;upgrade&nbsp;their&nbsp;exchanges.&nbsp;Alcatel&nbsp;Shanghai&nbsp;Bell&nbsp;Co.&nbsp;production&nbsp;operations&nbsp;Human&nbsp;Resources&nbsp;Director&nbsp;Kongyi&nbsp;that&nbsp;a&nbsp;qualified&nbsp;HR&nbsp;to&nbsp;understand&nbsp;the&nbsp;logistics,&nbsp;finance,&nbsp;marketing&nbsp;and&nbsp;other&nbsp;knowledge,&nbsp;and&nbsp;time&nbsp;MBA&nbsp;is&nbsp;a&nbsp;shortcut.&nbsp;HR&nbsp;in&nbsp;the&nbsp;same&nbsp;easy&nbsp;work&nbsp;of&nbsp;the&nbsp;early&nbsp;Lotus&nbsp;Supermarket&nbsp;Chain&nbsp;Vice&nbsp;President&nbsp;of&nbsp;Human&nbsp;Resources&nbsp;Ltd.&nbsp;Romanian&nbsp;soldiers,&nbsp;MBA&nbsp;Education&nbsp;imperceptible&nbsp;to&nbsp;transfer&nbsp;most&nbsp;of&nbsp;her&nbsp;knowledge,&nbsp;can&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;work.&nbsp;MBA&nbsp;is&nbsp;the&nbsp;target&nbsp;of&nbsp;cultivating&nbsp;professional&nbsp;managers,&nbsp;MBA&nbsp;and&nbsp;professional&nbsp;managers&nbsp;is&nbsp;the&nbsp;relation&nbsp;between&nbsp;what?&nbsp;Morgan&nbsp;Stanley&#39;s&nbsp;human&nbsp;resources&nbsp;manager&nbsp;Yanhaiyun&nbsp;graduated&nbsp;from&nbsp;Fudan&nbsp;MIT&nbsp;IMBA&nbsp;cooperation&nbsp;projects&nbsp;She&nbsp;MBA&nbsp;does&nbsp;not&nbsp;mean&nbsp;that&nbsp;the&nbsp;professional&nbsp;managers,&nbsp;MBA&nbsp;is&nbsp;a&nbsp;learning&nbsp;process,&nbsp;whether&nbsp;you&nbsp;are&nbsp;a&nbsp;recharge.&nbsp;to&nbsp;understand&nbsp;more&nbsp;people&nbsp;o&#114;&nbsp;for&nbsp;vocational&nbsp;preparation,&nbsp;this&nbsp;is&nbsp;a&nbsp;process&nbsp;to&nbsp;you,&nbsp;MBA&nbsp;does&nbsp;not&nbsp;mean&nbsp;that&nbsp;to&nbsp;get&nbsp;the&nbsp;diploma&nbsp;can&nbsp;become&nbsp;professional&nbsp;managers.&nbsp;B&nbsp;&amp;&nbsp;Q&nbsp;in&nbsp;charge&nbsp;of&nbsp;human&nbsp;resources,&nbsp;executive&nbsp;vice&nbsp;president&nbsp;of&nbsp;Li&nbsp;Chen&nbsp;Li,&nbsp;To&nbsp;MBA&nbsp;from&nbsp;becoming&nbsp;the&nbsp;first&nbsp;manager&nbsp;to&nbsp;the&nbsp;future&nbsp;of&nbsp;occupational&nbsp;a&nbsp;very&nbsp;clear&nbsp;plan.&nbsp;MBA&nbsp;teach&nbsp;you&nbsp;some&nbsp;analysis&nbsp;tools&nbsp;and&nbsp;procedures,&nbsp;to&nbsp;teach&nbsp;you&nbsp;the&nbsp;ways&nbsp;of&nbsp;thinking&nbsp;and&nbsp;how&nbsp;to&nbsp;do&nbsp;your&nbsp;work.&nbsp;But&nbsp;after&nbsp;the&nbsp;completion&nbsp;of&nbsp;MBA&nbsp;does&nbsp;not&nbsp;mean&nbsp;that&nbsp;you&nbsp;can&nbsp;accomplish&nbsp;a&nbsp;good&nbsp;work,&nbsp;you&nbsp;have&nbsp;to&nbsp;have&nbsp;your&nbsp;own&nbsp;experience,&nbsp;need&nbsp;the&nbsp;practical&nbsp;experience&nbsp;gained.&nbsp;Kong&nbsp;Yi&nbsp;believes&nbsp;that&nbsp;the&nbsp;study&nbsp;is&nbsp;divided&nbsp;into&nbsp;three&nbsp;MBA&nbsp;realm,&nbsp;a&nbsp;realm&nbsp;is&nbsp;the&nbsp;Institute&#39;s&nbsp;study,&nbsp;The&nbsp;second&nbsp;level&nbsp;is&nbsp;the&nbsp;Institute&#39;s&nbsp;work,&nbsp;and&nbsp;the&nbsp;third&nbsp;level&nbsp;is&nbsp;taught,&nbsp;&#34;MBA&nbsp;to&nbsp;professional&nbsp;managers&nbsp;need&nbsp;to&nbsp;learn&nbsp;the&nbsp;process.&nbsp;We&nbsp;first&nbsp;learn&nbsp;knowledge&nbsp;before&nbsp;learning&nbsp;work,&nbsp;finally&nbsp;learn&nbsp;how&nbsp;to&nbsp;behave.&nbsp;&#34;&nbsp;Philips&nbsp;Lighting&nbsp;senior&nbsp;human&nbsp;resources&nbsp;manager&nbsp;HUANG&nbsp;said&nbsp;that&nbsp;as&nbsp;a&nbsp;professional&nbsp;manager&nbsp;is&nbsp;the&nbsp;first&nbsp;to&nbsp;get&nbsp;professional&nbsp;players,&nbsp;to&nbsp;the&nbsp;field&nbsp;of&nbsp;knowledge&nbsp;in&nbsp;sufficient&nbsp;breadth&nbsp;of&nbsp;understanding&nbsp;and&nbsp;depth&nbsp;have&nbsp;sufficient&nbsp;awareness;&nbsp;In&nbsp;addition,&nbsp;have&nbsp;strong&nbsp;management&nbsp;capabilities,&nbsp;to&nbsp;a&nbsp;certain&nbsp;height&nbsp;to&nbsp;sum&nbsp;up&nbsp;work&nbsp;and&nbsp;evaluation,&nbsp;o&#114;&nbsp;colleagues&nbsp;can&nbsp;lead&nbsp;to&nbsp;complete&nbsp;challenging&nbsp;work,&nbsp;this&nbsp;is&nbsp;a&nbsp;professional&nbsp;manager.&nbsp;Li&nbsp;Chen&nbsp;Lishi&nbsp;out&nbsp;that&nbsp;a&nbsp;good&nbsp;manager&nbsp;should&nbsp;be&nbsp;a&nbsp;good&nbsp;manager&nbsp;of&nbsp;human&nbsp;resources,&nbsp;a&nbsp;good&nbsp;financial&nbsp;manager,&nbsp;Then&nbsp;and&nbsp;only&nbsp;then&nbsp;can&nbsp;the&nbsp;professional&nbsp;managers.&nbsp;MBA&nbsp;is&nbsp;the&nbsp;target&nbsp;of&nbsp;cultivating&nbsp;professional&nbsp;managers,&nbsp;and&nbsp;the&nbsp;professional&nbsp;manager&nbsp;is&nbsp;a&nbsp;general&nbsp;understanding&nbsp;:&nbsp;use&nbsp;of&nbsp;a&nbsp;comprehensive&nbsp;management&nbsp;expertise&nbsp;and&nbsp;rich&nbsp;experience&nbsp;in&nbsp;the&nbsp;management&nbsp;of&nbsp;an&nbsp;independent&nbsp;economic&nbsp;o&#114;ganizations&nbsp;operating&nbsp;o&#114;&nbsp;managing&nbsp;the&nbsp;high-level&nbsp;management,&nbsp;professional&nbsp;managers&nbsp;MBA&nbsp;professional&nbsp;accomplishment&nbsp;is&nbsp;the&nbsp;extension&nbsp;of&nbsp;knowledge&nbsp;development.&nbsp;According&nbsp;to&nbsp;reporters&nbsp;on-site&nbsp;investigation&nbsp;found&nbsp;that&nbsp;most&nbsp;MBA&nbsp;students&nbsp;choose&nbsp;to&nbsp;it&nbsp;as&nbsp;&#34;career&nbsp;development&nbsp;and&nbsp;the&nbsp;foundation&nbsp;stone&nbsp;for&nbsp;the&nbsp;bridge.&#34;新浪色色美美点击排行榜地址--<a href="http://blog.sina.com.cn/QQ903" target="_blank">http://blog.sina.com.cn/QQ903</a><br/>职业经理人已成为中国经济发展的中坚力量，作为中国职业经理人队伍的后备力量。MBA已被社会各界广泛关注。在激烈竞争的人才市场上，一纸MBA的&nbsp;文凭无疑能在竞争力量的天平上加上一只重重的砝码。那MBA学员距职业经理人到底有多远？从MBA学生到职业经理人的过程中必须做些什么？&nbsp;　　在复旦—BI（挪威）MBA项目和复旦MBA项目近日举办的“复旦MBA文化之旅主题论坛”上，众多知名公司的人力资源专家和复旦大学百名M&nbsp;A同学共同交流，探讨了从MBA到职业经理人的成长过程。&nbsp;　　2006年进校的一名MBA学员已有10年工作经验，在外资企业的职位不高也不低，要自己设定一个职业发展方向有些困难，他想通过MBA课程的学习对&nbsp;自己进行一个评估。复旦大学2005届的孟军认为，自己选择MBA的初衷是希望完善知识结构。&nbsp;　　大多数MBA学员认为，读MBA就是给自己充电，一方面完备自己的职业发展技能，另一方面想通过与同学和名师的交流提升自己。&nbsp;　　上海贝尔阿尔卡特股份有限公司生产运营人力资源总监孔懿认为，一名合格的HR要懂物流、财务、销售等各方面知识，而读MBA是一条捷径。同样从事HR&nbsp;工作的易初莲花连锁超市有限公司人力资源部副总裁罗亦兵认为，MBA教育潜移默化传递给她很多知识，可以运用在工作当中。&nbsp;　　MBA的培养目标是职业经理人，那MBA与职业经理人之间的关系是怎样的呢？Morgan&nbsp;Stanley&nbsp;的人力资源经理阎海云毕业于复旦MIT合作的IMBA项目，她认为MBA不等于职业经理人，MBA是学习的过程，无论你是来充电、来认识更多的人还是作职&nbsp;业准备，这只是给你一个过程，并不等于拿到MBA这个文凭就可以变成职业经理人。&nbsp;　　百安居主管人力资源的执行副总裁陈俐丽认为，要想从MBA成为职业经理人首先要对将来的职业有非常清晰的计划。MBA是教你一些分析工具和程序，教你&nbsp;思维的方法以及怎样做好你的工作。但学完MBA之后不等于你能很好地完成工作，你必须要有自己的工作经验，需要实际经验的积累。&nbsp;　　孔懿则认为，MBA学习共分三个境界，第一个境界是学会读书，第二个境界是学会做事，第三个境界是学会读人，“从MBA到职业经理人的过程需要学习，&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们先学习知识，然后学习做事，最后学习做人”。&nbsp;　　飞利浦照明高级人力资源经理黄晓红说，作为职业经理人首先得是专业好手，要对这个领域里的知识在广度上有足够的了解，深度上也有足够的认识；另外，管&nbsp;理能力也要很强，能在一定高度上对工作进行总结和评价，或者能够带领同事完成有挑战性的工作，这样才是一个专业的职业经理人。&nbsp;　　陈俐丽提出，一位优秀的职业经理人，应该是一个好的人力资源经理、好的财务经理，然后才是专业方面的经理。&nbsp;　　MBA的培养目标是职业经理人，而对职业经理人的一般理解是：运用全面的经营管理知识和丰富管理经验独立对一个经济组织开展经营或进行管理的中高层管&nbsp;理人员，职业经理人素养是MBA专业知识的延伸发展。根据记者现场调查发现，大部分学员选择MBA是把它当成“职业发展的桥梁和奠基石”。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=156</link>
			<title><![CDATA[理性看待MBA就业]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,14 Jul 2007 11:40:57 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=156</guid>	
		<description><![CDATA[Right&nbsp;now,&nbsp;the&nbsp;employment&nbsp;prospects&nbsp;for&nbsp;MBA&nbsp;all&nbsp;kinds&nbsp;of&nbsp;predictions&nbsp;of&nbsp;many.&nbsp;This&nbsp;MBA&nbsp;in&nbsp;the&nbsp;halo&nbsp;of&nbsp;enticing&nbsp;Road&nbsp;below,&nbsp;and&nbsp;the&nbsp;system&nbsp;will&nbsp;be&nbsp;paid,&nbsp;professional&nbsp;par,&nbsp;it&nbsp;was&nbsp;also&nbsp;unfounded&nbsp;that,&nbsp;by&nbsp;the&nbsp;global&nbsp;economic&nbsp;slowdown,&nbsp;the&nbsp;employment&nbsp;MBA&nbsp;path&nbsp;is&nbsp;blocked.&nbsp;So,&nbsp;for&nbsp;example,&nbsp;the&nbsp;MBA&nbsp;tomorrow&nbsp;in&nbsp;the&nbsp;end?&nbsp;Recently,&nbsp;this&nbsp;reporter&nbsp;had&nbsp;an&nbsp;interview&nbsp;with&nbsp;Qinghua&nbsp;University,&nbsp;administered&nbsp;by&nbsp;the&nbsp;Assistant&nbsp;Dean&nbsp;of&nbsp;the&nbsp;Faculty,&nbsp;Dr.&nbsp;Yang.&nbsp;&#34;To&nbsp;eliminate&nbsp;misunderstanding&nbsp;correct&nbsp;view&nbsp;of&nbsp;the&nbsp;employment&nbsp;prospects&nbsp;for&nbsp;MBA,&#34;&nbsp;Dr.&nbsp;Yang&nbsp;Bin,&nbsp;Many&nbsp;readers&nbsp;feel&nbsp;that&nbsp;the&nbsp;past&nbsp;two&nbsp;years&nbsp;of&nbsp;MBA&nbsp;heat&nbsp;is&nbsp;cooling&nbsp;down.&nbsp;This&nbsp;may&nbsp;be&nbsp;based&nbsp;on&nbsp;the&nbsp;following&nbsp;reasons&nbsp;:&nbsp;First,&nbsp;since&nbsp;the&nbsp;end&nbsp;of&nbsp;1999,&nbsp;due&nbsp;to&nbsp;the&nbsp;impact&nbsp;of&nbsp;the&nbsp;network&nbsp;tide,&nbsp;part&nbsp;of&nbsp;the&nbsp;elite&nbsp;MBA&nbsp;students&nbsp;have&nbsp;interrupted&nbsp;their&nbsp;studies&nbsp;to&nbsp;run.&nbsp;Com&nbsp;venture&nbsp;company,&nbsp;it&nbsp;is&nbsp;reported&nbsp;that&nbsp;the&nbsp;&#34;network&nbsp;of&nbsp;heat,&nbsp;cold&nbsp;MBA&#34;;&nbsp;In&nbsp;addition,&nbsp;some&nbsp;other&nbsp;management&nbsp;courses&nbsp;for&nbsp;the&nbsp;publicity&nbsp;needs&nbsp;to&nbsp;be&nbsp;pointed&nbsp;out,&nbsp;after&nbsp;MBA&nbsp;heat,&nbsp;the&nbsp;heat&nbsp;is&nbsp;certain&nbsp;professional;&nbsp;Also,&nbsp;various&nbsp;channels&nbsp;came&nbsp;out&nbsp;of&nbsp;MBA&nbsp;graduates&nbsp;in&nbsp;the&nbsp;United&nbsp;States&nbsp;face&nbsp;the&nbsp;problem&nbsp;of&nbsp;unemployment&nbsp;also&nbsp;gives&nbsp;us&nbsp;the&nbsp;feeling&nbsp;that&nbsp;the&nbsp;MBA&nbsp;is&nbsp;on&nbsp;the&nbsp;downward&nbsp;slope.&nbsp;In&nbsp;the&nbsp;end&nbsp;of&nbsp;1999&nbsp;to&nbsp;join&nbsp;the&nbsp;pioneering&nbsp;wave&nbsp;to&nbsp;the&nbsp;MBA&nbsp;students&nbsp;who&nbsp;heat&nbsp;with&nbsp;the&nbsp;network&nbsp;gradually&nbsp;receded,&nbsp;have&nbsp;now&nbsp;returned&nbsp;to&nbsp;continue&nbsp;their&nbsp;studies;&nbsp;MBA&nbsp;courses&nbsp;from&nbsp;the&nbsp;setup,&nbsp;MBA&nbsp;has&nbsp;always&nbsp;been&nbsp;a&nbsp;kind&nbsp;of&nbsp;training,&nbsp;It&nbsp;will&nbsp;not&nbsp;be&nbsp;any&nbsp;kind&nbsp;of&nbsp;new&nbsp;training&nbsp;methods&nbsp;there&nbsp;change&nbsp;their&nbsp;own&nbsp;status;&nbsp;further&nbsp;from&nbsp;the&nbsp;employment&nbsp;environment,&nbsp;In&nbsp;fact,&nbsp;MBA&nbsp;graduates&nbsp;there&nbsp;is&nbsp;always&nbsp;employment&nbsp;difficulties.&nbsp;Therefore&nbsp;the&nbsp;above&nbsp;identified&nbsp;three&nbsp;reasons&nbsp;for&nbsp;MBA&nbsp;is&nbsp;on&nbsp;the&nbsp;downward&nbsp;slope&nbsp;argument&nbsp;is&nbsp;obviously&nbsp;not&nbsp;sufficient.&nbsp;MBA&nbsp;training&nbsp;from&nbsp;the&nbsp;United&nbsp;States&nbsp;superpower&nbsp;status,&nbsp;MBA&nbsp;education&nbsp;is&nbsp;the&nbsp;smooth&nbsp;development&nbsp;of&nbsp;from&nbsp;the&nbsp;1970s&nbsp;in&nbsp;the&nbsp;20th&nbsp;century,&nbsp;the&nbsp;United&nbsp;States&nbsp;has&nbsp;annually&nbsp;produced&nbsp;about&nbsp;90,000&nbsp;more&nbsp;than&nbsp;MBA,&nbsp;basic&nbsp;stability&nbsp;of&nbsp;the&nbsp;year&nbsp;award&nbsp;master&#39;s&nbsp;degree&nbsp;in&nbsp;25%&nbsp;of&nbsp;the&nbsp;total,&nbsp;and&nbsp;20&nbsp;years&nbsp;has&nbsp;been&nbsp;the&nbsp;same&nbsp;as&nbsp;last&nbsp;year;&nbsp;American&nbsp;MBA&nbsp;schools&nbsp;teaching&nbsp;income&nbsp;the&nbsp;past&nbsp;two&nbsp;years&nbsp;also&nbsp;has&nbsp;been&nbsp;on&nbsp;the&nbsp;rise&nbsp;trend.&nbsp;&#34;Internally&nbsp;MBA&nbsp;training&nbsp;is&nbsp;mainly&nbsp;middle-level&nbsp;managers&#34;&nbsp;Commenting&nbsp;on&nbsp;the&nbsp;current&nbsp;domestic&nbsp;MBA&nbsp;job&nbsp;prospects,&nbsp;Dr.&nbsp;Yang&nbsp;has&nbsp;especially&nbsp;raised&nbsp;the&nbsp;MBA&nbsp;students&nbsp;a&nbsp;mentality&nbsp;problem.&nbsp;He&nbsp;believes&nbsp;that&nbsp;the&nbsp;current&nbsp;domestic&nbsp;MBA&nbsp;education&nbsp;is&nbsp;to&nbsp;train&nbsp;middle&nbsp;of&nbsp;major&nbsp;companies&nbsp;managers,&nbsp;Many&nbsp;MBA&nbsp;students&nbsp;think&nbsp;that&nbsp;this&nbsp;was&nbsp;a&nbsp;gilded&nbsp;MBA,&nbsp;senior&nbsp;manager&nbsp;to&nbsp;be&nbsp;done&nbsp;naturally,&nbsp;If&nbsp;in&nbsp;employment&nbsp;with&nbsp;that&nbsp;kind&nbsp;of&nbsp;mentality&nbsp;and&nbsp;blindly&nbsp;positioned&nbsp;itself&nbsp;to&nbsp;\&nbsp;&#39;days&nbsp;will&nbsp;be&nbsp;a&nbsp;great&nbsp;responsibility&nbsp;to&nbsp;neglect&nbsp;also&nbsp;\&#39;,&nbsp;it&nbsp;is&nbsp;very&nbsp;easy&nbsp;to&nbsp;suffer&nbsp;setbacks.&nbsp;Prof,&nbsp;MBA&nbsp;after&nbsp;graduation&nbsp;to&nbsp;work&nbsp;in&nbsp;the&nbsp;most&nbsp;important&nbsp;job&nbsp;is&nbsp;not&nbsp;to&nbsp;see&nbsp;how&nbsp;high&nbsp;but&nbsp;to&nbsp;have&nbsp;a&nbsp;thorough&nbsp;understanding&nbsp;of&nbsp;the&nbsp;entrants&nbsp;to&nbsp;the&nbsp;employment&nbsp;prospects&nbsp;of&nbsp;the&nbsp;future,&nbsp;and&nbsp;the&nbsp;choice&nbsp;of&nbsp;the&nbsp;industry&nbsp;should&nbsp;have&nbsp;a&nbsp;state&nbsp;emotion,&nbsp;Do&nbsp;not&nbsp;blindly&nbsp;pursue&nbsp;Chaoyang&nbsp;industry.&nbsp;For&nbsp;example,&nbsp;many&nbsp;Chinese&nbsp;state-owned&nbsp;enterprises&nbsp;are&nbsp;facing&nbsp;veteran&nbsp;ZTE&nbsp;period,&nbsp;the&nbsp;financial&nbsp;industry&nbsp;to&nbsp;transfer&nbsp;period&nbsp;These&nbsp;industries&nbsp;are&nbsp;currently&nbsp;lack&nbsp;a&nbsp;large&nbsp;number&nbsp;of&nbsp;MBA&nbsp;talent,&nbsp;if&nbsp;involved&nbsp;in&nbsp;this&nbsp;timely&nbsp;and&nbsp;personal&nbsp;development&nbsp;prospects&nbsp;are&nbsp;very&nbsp;bright.&nbsp;MBA&nbsp;graduates&nbsp;are&nbsp;currently&nbsp;facing&nbsp;pressure&nbsp;on&nbsp;the&nbsp;job&nbsp;:&nbsp;First,&nbsp;as&nbsp;the&nbsp;United&nbsp;States&nbsp;economy&nbsp;is&nbsp;slowing&nbsp;down,&nbsp;the&nbsp;world&#39;s&nbsp;leading&nbsp;companies&nbsp;have&nbsp;layoffs,&nbsp;to&nbsp;a&nbsp;certain&nbsp;extent,&nbsp;to&nbsp;MBA&nbsp;graduates&nbsp;from&nbsp;the&nbsp;Road&nbsp;employment&nbsp;problems;&nbsp;Another&nbsp;pressure&nbsp;on&nbsp;China&#39;s&nbsp;accession&nbsp;to&nbsp;the&nbsp;WTO&nbsp;timetable&nbsp;yet&nbsp;clear.&nbsp;This&nbsp;MBA&nbsp;graduates&nbsp;identify&nbsp;professional&nbsp;o&#114;ientation&nbsp;and&nbsp;increase&nbsp;the&nbsp;difficulties.&nbsp;It&nbsp;is&nbsp;well&nbsp;known&nbsp;that&nbsp;China&#39;s&nbsp;accession&nbsp;to&nbsp;the&nbsp;WTO,&nbsp;the&nbsp;most&nbsp;urgent&nbsp;need&nbsp;of&nbsp;MBA&nbsp;talent&nbsp;is&nbsp;as&nbsp;such&nbsp;an&nbsp;international&nbsp;composite&nbsp;talent,&nbsp;MBA&nbsp;graduates&nbsp;should&nbsp;therefore&nbsp;is&nbsp;the&nbsp;most&nbsp;eagerly&nbsp;anticipates&nbsp;China&#39;s&nbsp;accession&nbsp;to&nbsp;the&nbsp;WTO&nbsp;group.&nbsp;&#34;Want&nbsp;to&nbsp;pursue&nbsp;MBA,&nbsp;it&nbsp;is&nbsp;necessary&nbsp;to&nbsp;willingly&nbsp;be&nbsp;a&nbsp;businessman&#34;&nbsp;According&nbsp;to&nbsp;information,&nbsp;As&nbsp;more&nbsp;and&nbsp;more&nbsp;young&nbsp;people&nbsp;took&nbsp;to&nbsp;the&nbsp;noble&nbsp;ranks&nbsp;MBA,&nbsp;At&nbsp;present,&nbsp;the&nbsp;college&#39;s&nbsp;MBA&nbsp;students&nbsp;increasingly&nbsp;younger.&nbsp;Dr.&nbsp;Yang&nbsp;Qinghua&nbsp;University&nbsp;to&nbsp;run&nbsp;it&nbsp;as&nbsp;an&nbsp;example&nbsp;of&nbsp;the&nbsp;current&nbsp;MBA&nbsp;students&nbsp;of&nbsp;the&nbsp;main&nbsp;features&nbsp;:&nbsp;First&nbsp;is&nbsp;the&nbsp;increasingly&nbsp;high&nbsp;quality&nbsp;of&nbsp;culture,&nbsp;another&nbsp;age&nbsp;students&nbsp;generally&nbsp;smaller&nbsp;and&nbsp;more&nbsp;a&nbsp;lack&nbsp;of&nbsp;management&nbsp;experience.&nbsp;more&nbsp;students&nbsp;in&nbsp;each&nbsp;team,&nbsp;the&nbsp;ethical&nbsp;values,&nbsp;Chinese&nbsp;and&nbsp;English&nbsp;ability,&nbsp;time&nbsp;management&nbsp;on&nbsp;the&nbsp;other&nbsp;is&nbsp;obvious.&nbsp;Prof&nbsp;believed&nbsp;that&nbsp;the&nbsp;enterprises&nbsp;in&nbsp;the&nbsp;recruitment&nbsp;of&nbsp;MBA&nbsp;graduates,&nbsp;the&nbsp;most&nbsp;valuable&nbsp;learning&nbsp;is&nbsp;before&nbsp;the&nbsp;background.&nbsp;especially&nbsp;in&nbsp;managerial&nbsp;positions&nbsp;whether&nbsp;the&nbsp;work&nbsp;experience,&nbsp;and&nbsp;with&nbsp;the&nbsp;age&nbsp;of&nbsp;MBA&nbsp;students&nbsp;gradually&nbsp;decreases,&nbsp;its&nbsp;management&nbsp;experience&nbsp;have&nbsp;not,&nbsp;some&nbsp;not&nbsp;even&nbsp;that&nbsp;MBA&nbsp;graduates&nbsp;for&nbsp;the&nbsp;job&nbsp;they&nbsp;cr&#101;ate&nbsp;obstacles.&nbsp;However,&nbsp;the&nbsp;management&nbsp;of&nbsp;students&nbsp;with&nbsp;little&nbsp;experience&nbsp;in&nbsp;the&nbsp;learning&nbsp;process&nbsp;if&nbsp;attention&nbsp;to&nbsp;strengthening&nbsp;social&nbsp;activities&nbsp;of&nbsp;the&nbsp;training,&nbsp;and&nbsp;will&nbsp;be&nbsp;able&nbsp;to&nbsp;learn&nbsp;when&nbsp;to&nbsp;do&nbsp;part-time&nbsp;work&nbsp;for&nbsp;strengthening&nbsp;experience&nbsp;is&nbsp;very&nbsp;helpful.&nbsp;Besides,&nbsp;as&nbsp;the&nbsp;MBA&nbsp;must&nbsp;focus&nbsp;on&nbsp;the&nbsp;exchange&nbsp;of&nbsp;students,&nbsp;according&nbsp;to&nbsp;survey&nbsp;use&nbsp;the&nbsp;alumni&nbsp;network&nbsp;to&nbsp;find&nbsp;satisfaction&nbsp;with&nbsp;the&nbsp;percentage&nbsp;is&nbsp;very&nbsp;high.&nbsp;However,&nbsp;Prof&nbsp;also&nbsp;pointed&nbsp;out&nbsp;a&nbsp;more&nbsp;important&nbsp;principle&nbsp;:&nbsp;If&nbsp;you&nbsp;do&nbsp;not&nbsp;want&nbsp;to&nbsp;become&nbsp;a&nbsp;businessman&nbsp;(businessman),&nbsp;and&nbsp;do&nbsp;not&nbsp;want&nbsp;to&nbsp;deal&nbsp;too&nbsp;many&nbsp;people,&nbsp;and&nbsp;eager&nbsp;to&nbsp;cross&nbsp;the&nbsp;uninhibited&nbsp;life,&nbsp;then&nbsp;you&nbsp;do&nbsp;not&nbsp;enroll&nbsp;in&nbsp;MBA.&nbsp;No&nbsp;matter&nbsp;how&nbsp;much&nbsp;of&nbsp;its&nbsp;fame,&nbsp;people&nbsp;should&nbsp;find&nbsp;themselves&nbsp;the&nbsp;most&nbsp;suitable&nbsp;job.新浪色色美美点击排行榜地址--<a href="http://blog.sina.com.cn/QQ903" target="_blank">http://blog.sina.com.cn/QQ903</a><br/>时下，有关MBA就业前景的种种预测很多。在MBA这道诱人的光环下面，有人将之与高薪、高职相提并论，也有人杞人忧天地认为，受全球经济放缓的影&nbsp;响，MBA的就业之途正在受阻。那么，客观来说，MBA的明天到底如何呢？日前，本报记者就此问题采访了清华大学经管学院院长助理杨斌博士。&nbsp;　　“要消除误区正确看待MBA就业前景”&nbsp;　　杨斌博士认为，不少读者感觉近两年来MBA热正在降温。这可能基于以下几点原因：首先是自1999年底开始，由于受网络大潮的影响，一部分名校的&nbsp;MBA学子纷纷中断学业，开办。com公司创业，有报道因此说“网络热了，MBA冷了”；另外，一些其他的管理课程出于宣传上的需要指出MBA热过之后，&nbsp;该是某某专业热了；再有，各种渠道传出美国MBA毕业生出现了就业问题也使人感觉MBA正在走下坡路。&nbsp;　　其实在1999年底加入到创业潮中去的MBA学子们随着网络热的逐渐退潮，已纷纷返校继续学业；从MBA课程的设置来看，MBA始终是一种训练，它不&nbsp;会因任何一种新的训练方式出现而改变其自身的地位；再有从就业环境来看，其实MBA毕业生始终存在着就业困难。因此就以上三点原因而确定MBA正在走下坡&nbsp;路显然是论据不充足的。&nbsp;　　而从培养MBA的超级大国美国的现状来看，MBA教育的确是在平稳发展的，从20世纪70年代起，美国每年约产生9万多名MBA，基本稳定在当年硕士&nbsp;学位授予总量的25%，且二十多年来一直持平；美国名校MBA教学收入近两年来也一直呈升高走势。&nbsp;　　“国内MBA主要培养的是中层经理”&nbsp;　　谈到目前国内MBA的就业前景，杨斌博士特别提出了MBA学子的心态问题。他认为，目前国内MBA教育主要是培养各大企业的中层管理者，而不少&nbsp;MBA学子总认为获得了MBA这块金字招牌，就理所当然要做高层经理，若在就业中持这种心态，盲目地将自己定位于\&#39;天将降大任于斯人也\&#39;，就很容易受&nbsp;到挫折。杨博士认为，MBA毕业之后在选择工作时最重要的不是看职位有多高，而是要彻底了解所投身职业的未来发展前景如何，且在行业选择上要有国情感，不&nbsp;要盲目追求朝阳行业。比如，目前不少中国老牌国企正面临中兴期，金融行业进入转制期，这些行业目前都缺少大量的MBA人才，若适时投身于此，个人的发展前&nbsp;景会非常广阔。&nbsp;　　MBA毕业生目前也面临着就业上的压力：首先是随着美国经济逐渐放缓，全球各大公司纷纷裁员，在一定程度上给MBA毕业生出了道就业难题；另一压力是&nbsp;中国加入WTO的时间表尚未明确，这给MBA毕业生找准职业定位增加了难度。众所周知，中国加入WTO后，最急需的人才就是像MBA这样的国际型复合人&nbsp;才，因此MBA毕业生应该是最急切盼望中国加入WTO的一群人。&nbsp;　　“想攻读MBA，就要心甘情愿做个businessman”&nbsp;　　据了解，由于越来越多的年轻人加入到报考MBA的浩然队伍之中，目前全国各高校的MBA学子日益年轻化。杨斌博士以清华大学经管学院为例分析了目前&nbsp;MBA学子的主要特点：首先是文化素质越来越高，再有学生年龄普遍偏小，且管理经验较为缺乏，再有每个学生在团队精神、伦理观念、中英文表达能力、时间管&nbsp;理能力上的差异很明显。&nbsp;　　杨博士认为，各企业在招聘MBA毕业生时，最看重的就是其学习前的从业背景，特别是有无在管理岗位上的工作经验，而随着MBA学子年龄逐渐减小，其管&nbsp;理经验也都不多，有些甚至没有，这对于MBA毕业生的就业形成一定阻碍。不过，管理经验少的学生在学习过程中如果注意加强社会活动方面的锻炼，并在学有余&nbsp;力之时，做些兼职，对于加强工作经验是很有帮助的。而且作为MBA一定要注重与同学的交流，据调查，利用校友网络寻找到满意工作的比例是相当高的。&nbsp;　　不过，杨博士也指出了一条较为重要的原则：如果你并不想成为一名businessman（商人），也不愿与太多的人打交道，而且渴望过无拘无束的生&nbsp;活，那么你就不要报读MBA.无论其名利有多大，人应该寻找自己最适合的职业。<br/><br/>新浪色色美美点击排行榜地址--<a href="http://blog.sina.com.cn/QQ903" target="_blank">http://blog.sina.com.cn/QQ903</a><br/><br/>&nbsp;&nbsp;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=155</link>
			<title><![CDATA[MBA教育应该怎样培养企业需要的实用型人才]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,14 Jul 2007 11:38:42 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=155</guid>	
		<description><![CDATA[Dialogue&nbsp;:&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;Business&nbsp;School&nbsp;one&nbsp;hand,&nbsp;the&nbsp;vast&nbsp;number&nbsp;of&nbsp;private&nbsp;enterprises&nbsp;shouted&nbsp;lack&nbsp;of&nbsp;qualified&nbsp;management&nbsp;personnel;&nbsp;On&nbsp;one&nbsp;hand,&nbsp;MBA&nbsp;crack,&nbsp;frequently&nbsp;questioned&nbsp;Business&nbsp;School&nbsp;MBA&nbsp;market&nbsp;facing&nbsp;&#34;relative&nbsp;surplus&#34;&nbsp;embarrassing&nbsp;period.&nbsp;How&nbsp;can&nbsp;we&nbsp;find&nbsp;a&nbsp;suitable&nbsp;type&nbsp;of&nbsp;practical&nbsp;management&nbsp;talent?&nbsp;Business&nbsp;School&nbsp;launched&nbsp;the&nbsp;&#34;MBA&nbsp;products&#34;&nbsp;How&nbsp;can&nbsp;we&nbsp;better&nbsp;meet&nbsp;market&nbsp;demand,&nbsp;and&nbsp;the&nbsp;School&nbsp;of&nbsp;Business&nbsp;itself&nbsp;how&nbsp;to&nbsp;establish&nbsp;their&nbsp;own&nbsp;brands,&nbsp;a&nbsp;corresponding&nbsp;marketing?&nbsp;Chinese&nbsp;private&nbsp;Wirtschaftswoche&nbsp;:&nbsp;China&#39;s&nbsp;MBA&nbsp;education&nbsp;team&nbsp;has&nbsp;been&nbsp;formed,&nbsp;competition&nbsp;pattern&nbsp;formed&nbsp;under&nbsp;the&nbsp;authority&nbsp;of&nbsp;the&nbsp;Comprehensive&nbsp;MBA&nbsp;education,&nbsp;several&nbsp;schools&nbsp;have&nbsp;been&nbsp;monopolies,&nbsp;such&nbsp;as&nbsp;Beijing&nbsp;University&nbsp;Guanghua&nbsp;School&nbsp;of&nbsp;Management,&nbsp;and&nbsp;so&nbsp;on.&nbsp;the&nbsp;remaining&nbsp;institutions&nbsp;o&#114;&nbsp;o&#114;ganizations&nbsp;o&#114;ganized&nbsp;by&nbsp;the&nbsp;MBA&nbsp;education&nbsp;should&nbsp;be&nbsp;how&nbsp;to&nbsp;develop?&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;Business&nbsp;School&nbsp;:&nbsp;in&nbsp;the&nbsp;absence&nbsp;of&nbsp;its&nbsp;own&nbsp;unique&nbsp;characteristics&nbsp;of&nbsp;circumstances,&nbsp;Whether&nbsp;the&nbsp;development&nbsp;and&nbsp;growth&nbsp;of&nbsp;their&nbsp;own&nbsp;cultures&nbsp;o&#114;&nbsp;MBA&#39;s&nbsp;market&nbsp;prospects,&nbsp;will&nbsp;face&nbsp;bottlenecks&nbsp;in&nbsp;the&nbsp;development.&nbsp;If&nbsp;we&nbsp;follow&nbsp;the&nbsp;Business&nbsp;School&nbsp;Pan-MBA&nbsp;education&nbsp;has&nbsp;been&nbsp;very&nbsp;difficult&nbsp;to&nbsp;model&nbsp;the&nbsp;business&nbsp;has&nbsp;formed&nbsp;a&nbsp;pattern&nbsp;emerge.&nbsp;China&#39;s&nbsp;MBA&nbsp;education&nbsp;industry&nbsp;was&nbsp;just&nbsp;getting&nbsp;started,&nbsp;professional&nbsp;MBA&nbsp;education&nbsp;market&nbsp;prospects&nbsp;are&nbsp;very&nbsp;bright.&nbsp;For&nbsp;example,&nbsp;Shannon&nbsp;specialized&nbsp;field&nbsp;of&nbsp;agriculture-oriented&nbsp;MBA&nbsp;training,&nbsp;the&nbsp;North&nbsp;China&nbsp;Power&nbsp;electricity&nbsp;industry-specific&nbsp;launch&nbsp;MBA&nbsp;courses&nbsp;and&nbsp;so&nbsp;on.&nbsp;Chinese&nbsp;private&nbsp;Wirtschaftswoche&nbsp;:&nbsp;Many&nbsp;private&nbsp;entrepreneurs&nbsp;have&nbsp;expressed&nbsp;the&nbsp;need&nbsp;to&nbsp;lead&nbsp;business&nbsp;development&nbsp;manager.&nbsp;However,&nbsp;the&nbsp;MBA&nbsp;recruiting&nbsp;has&nbsp;frequently&nbsp;encountered&nbsp;&#34;crack&#34;,&nbsp;How&nbsp;can&nbsp;the&nbsp;School&nbsp;of&nbsp;Business&nbsp;of&nbsp;the&nbsp;Chinese&nbsp;demand&nbsp;for&nbsp;a&nbsp;crowd&nbsp;of&nbsp;suitable&nbsp;training&nbsp;managers?&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;Business&nbsp;School&nbsp;:&nbsp;The&nbsp;pan-MBA&nbsp;educational&nbsp;model,&nbsp;ignore&nbsp;the&nbsp;overwhelming&nbsp;majority&nbsp;of&nbsp;the&nbsp;Chinese&nbsp;private&nbsp;enterprises&nbsp;demand,&nbsp;in&nbsp;other&nbsp;words,&nbsp;China&nbsp;needs&nbsp;most&nbsp;of&nbsp;the&nbsp;MBA,&nbsp;The&nbsp;MBA&nbsp;education&nbsp;has&nbsp;been&nbsp;cultivated.&nbsp;In&nbsp;such&nbsp;a&nbsp;generalization&nbsp;of&nbsp;the&nbsp;international&nbsp;training&nbsp;mode,&nbsp;even&nbsp;though&nbsp;the&nbsp;students&nbsp;develop&nbsp;an&nbsp;international&nbsp;vision&nbsp;and&nbsp;thought&nbsp;processes,&nbsp;operational&nbsp;modes,&nbsp;China&nbsp;does&nbsp;not&nbsp;meet&nbsp;the&nbsp;overwhelming&nbsp;majority&nbsp;of&nbsp;the&nbsp;actual&nbsp;needs&nbsp;and&nbsp;the&nbsp;status&nbsp;quo.&nbsp;After&nbsp;all,&nbsp;China&nbsp;at&nbsp;the&nbsp;primary&nbsp;stage&nbsp;of&nbsp;development,&nbsp;with&nbsp;local&nbsp;conditions,&nbsp;full&nbsp;transplant&nbsp;international&nbsp;MBA&nbsp;management&nbsp;mode&nbsp;and&nbsp;experience&nbsp;the&nbsp;soil&nbsp;is&nbsp;not&nbsp;widespread.&nbsp;Those&nbsp;already&nbsp;successful&nbsp;MBA,&nbsp;can&nbsp;be&nbsp;found&nbsp;almost&nbsp;all&nbsp;of&nbsp;them&nbsp;to&nbsp;serve&nbsp;foreign&nbsp;companies,&nbsp;International&nbsp;background&nbsp;of&nbsp;companies&nbsp;o&#114;&nbsp;more&nbsp;advanced&nbsp;concept&nbsp;of&nbsp;the&nbsp;emerging&nbsp;high-tech&nbsp;companies.&nbsp;This&nbsp;is&nbsp;also&nbsp;corroborated&nbsp;many&nbsp;of&nbsp;the&nbsp;pan-MBA&nbsp;educational&nbsp;model,&nbsp;at&nbsp;the&nbsp;direction&nbsp;of&nbsp;the&nbsp;employment&nbsp;is&nbsp;limited&nbsp;to&nbsp;the&nbsp;above&nbsp;category,&nbsp;but&nbsp;ignored&nbsp;the&nbsp;overwhelming&nbsp;majority&nbsp;of&nbsp;Chinese&nbsp;private&nbsp;enterprises&nbsp;demand,&nbsp;in&nbsp;other&nbsp;words,&nbsp;no&nbsp;soil&nbsp;against&nbsp;Chinese&nbsp;MBA&nbsp;education&nbsp;mode.&nbsp;&#34;Adopting&#34;&nbsp;pan-MBA&nbsp;education&nbsp;has&nbsp;become&nbsp;the&nbsp;biggest&nbsp;characteristics!&nbsp;This&nbsp;mode&nbsp;of&nbsp;MBA&nbsp;training,&nbsp;even&nbsp;as&nbsp;private&nbsp;enterprises&nbsp;think&nbsp;about&nbsp;it,&nbsp;but&nbsp;also&nbsp;excessively&nbsp;high&nbsp;They&nbsp;marvel&nbsp;of&nbsp;private&nbsp;enterprises&nbsp;is&nbsp;not&nbsp;suitable&nbsp;for&nbsp;MBA,&nbsp;In&nbsp;fact,&nbsp;they&nbsp;accept&nbsp;ideas&nbsp;of&nbsp;education&nbsp;and&nbsp;training&nbsp;as&nbsp;a&nbsp;start&nbsp;on&nbsp;a&nbsp;&#34;wrong&#34;&nbsp;--&nbsp;is&nbsp;not&nbsp;as&nbsp;a&nbsp;development&nbsp;with&nbsp;China&nbsp;country&#39;s&nbsp;national&nbsp;conditions.&nbsp;China&#39;s&nbsp;local&nbsp;enterprises,&nbsp;whether&nbsp;state-owned&nbsp;enterprises&nbsp;o&#114;&nbsp;private&nbsp;enterprises,&nbsp;the&nbsp;real&nbsp;need&nbsp;is&nbsp;&#34;understood&#34;&nbsp;their&nbsp;MBA,&nbsp;not&nbsp;just&nbsp;transplant&nbsp;international&nbsp;management&nbsp;experience&nbsp;and&nbsp;pattern.&nbsp;Chinese&nbsp;private&nbsp;Wirtschaftswoche&nbsp;:&nbsp;goes&nbsp;to&nbsp;the&nbsp;MBA&nbsp;training&nbsp;is&nbsp;how&nbsp;to&nbsp;take&nbsp;market&nbsp;segmentation?&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;Business&nbsp;School&nbsp;:&nbsp;After&nbsp;the&nbsp;major&nbsp;trend&nbsp;is&nbsp;that&nbsp;the&nbsp;MBA&nbsp;culture&nbsp;will&nbsp;move&nbsp;farther&nbsp;and&nbsp;small,&nbsp;MBA&nbsp;professional&nbsp;development&nbsp;follow&nbsp;the&nbsp;path.&nbsp;We&nbsp;will&nbsp;own&nbsp;positioning&nbsp;MBA&nbsp;education&nbsp;in&nbsp;two&nbsp;aspects&nbsp;:&nbsp;First,&nbsp;agriculture-related&nbsp;industries&nbsp;MBA,&nbsp;agriculture-related&nbsp;industries&nbsp;to&nbsp;develop&nbsp;high-level&nbsp;management&nbsp;personnel;&nbsp;two&nbsp;are&nbsp;private&nbsp;enterprises&nbsp;MBA,&nbsp;for&nbsp;private&nbsp;enterprises&nbsp;to&nbsp;develop&nbsp;senior&nbsp;management&nbsp;personnel.&nbsp;First,&nbsp;the&nbsp;vast&nbsp;agriculture-related&nbsp;industries,&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;has&nbsp;the&nbsp;resources&nbsp;and&nbsp;brand,&nbsp;is&nbsp;such&nbsp;resources&nbsp;and&nbsp;advantages,&nbsp;Shannon&nbsp;MBA&nbsp;specialization&nbsp;so&nbsp;that&nbsp;the&nbsp;positioning&nbsp;to&nbsp;be&nbsp;a&nbsp;strong&nbsp;support.&nbsp;Moreover,&nbsp;agriculture-related&nbsp;industries&nbsp;tremendous&nbsp;market,&nbsp;but&nbsp;also&nbsp;will&nbsp;enable&nbsp;the&nbsp;professional&nbsp;MBA&nbsp;Shannon&nbsp;and&nbsp;accomplishments&nbsp;as&nbsp;food,&nbsp;beverages,&nbsp;dairy,&nbsp;agricultural&nbsp;materials,&nbsp;and&nbsp;farm&nbsp;machinery.&nbsp;pesticides,&nbsp;biological,&nbsp;textiles,&nbsp;agricultural&nbsp;products,&nbsp;grass,&nbsp;liquor,&nbsp;tobacco&nbsp;and&nbsp;other&nbsp;agriculture-related&nbsp;industries,&nbsp;the&nbsp;scale&nbsp;of&nbsp;tens&nbsp;of&nbsp;thousands&nbsp;of&nbsp;enterprises,&nbsp;This&nbsp;will&nbsp;be&nbsp;a&nbsp;great&nbsp;display-related&nbsp;professional&nbsp;arena&nbsp;of&nbsp;the&nbsp;MBA&nbsp;market!&nbsp;In&nbsp;addition,&nbsp;since&nbsp;the&nbsp;generalization&nbsp;of&nbsp;the&nbsp;integrated&nbsp;MBA&nbsp;education&nbsp;model&nbsp;is&nbsp;clearly&nbsp;not&nbsp;competent&nbsp;professional&nbsp;MBA&nbsp;education&nbsp;training.&nbsp;Accordingly,&nbsp;in&nbsp;the&nbsp;training&nbsp;mode,&nbsp;Shannon&nbsp;MBA&nbsp;education-related&nbsp;professionals&nbsp;have&nbsp;begun&nbsp;to&nbsp;abandon&nbsp;the&nbsp;o&#114;iginal&nbsp;Pan-MBA&nbsp;education&nbsp;and&nbsp;training&nbsp;methods.&nbsp;MBA&nbsp;requirements&nbsp;are,&nbsp;of&nbsp;course,&nbsp;must&nbsp;be&nbsp;well-known&nbsp;to&nbsp;local&nbsp;enterprises&nbsp;in&nbsp;the&nbsp;preparation&nbsp;of&nbsp;cases,&nbsp;while&nbsp;teaching&nbsp;cases&nbsp;with&nbsp;the&nbsp;industry&nbsp;by&nbsp;combining&nbsp;knowledge&nbsp;and&nbsp;Case&nbsp;education,&nbsp;learning&nbsp;and&nbsp;practice.&nbsp;Chinese&nbsp;private&nbsp;Wirtschaftswoche&nbsp;:&nbsp;how&nbsp;to&nbsp;achieve&nbsp;the&nbsp;goal&nbsp;of&nbsp;famous&nbsp;enterprises&nbsp;in&nbsp;the&nbsp;local&nbsp;case&nbsp;for&nbsp;teaching&nbsp;children?&nbsp;How&nbsp;to&nbsp;meet&nbsp;the&nbsp;school&nbsp;is&nbsp;combined&nbsp;with&nbsp;practice?&nbsp;China&nbsp;Agricultural&nbsp;University&nbsp;Business&nbsp;School&nbsp;:&nbsp;We&nbsp;in&nbsp;the&nbsp;school&nbsp;system&nbsp;needs&nbsp;to&nbsp;go&nbsp;on&nbsp;with&nbsp;the&nbsp;other&nbsp;institutions&nbsp;a&nbsp;different&nbsp;business&nbsp;path&nbsp;We&nbsp;not&nbsp;only&nbsp;with&nbsp;the&nbsp;cooperation&nbsp;with&nbsp;enterprises&nbsp;and&nbsp;enterprises&nbsp;with&nbsp;the&nbsp;start&nbsp;up&nbsp;of&nbsp;MBA.&nbsp;We&nbsp;and&nbsp;the&nbsp;East&nbsp;Hope&nbsp;Group,&nbsp;the&nbsp;New&nbsp;Hope&nbsp;Group,&nbsp;and&nbsp;Export&nbsp;Group,&nbsp;China&nbsp;International&nbsp;Futures&nbsp;Brokerage&nbsp;Co.&nbsp;Ltd.,&nbsp;Huiyuan&nbsp;Group.&nbsp;Jinpeng&nbsp;Futures&nbsp;Brokerage&nbsp;Co.,&nbsp;Ltd.,&nbsp;Zhengzhou&nbsp;grain&nbsp;wholesale&nbsp;market,&nbsp;the&nbsp;Dalian&nbsp;Commodity&nbsp;Exchange,&nbsp;North&nbsp;Shannon&nbsp;Group,&nbsp;Qingdao&nbsp;Beer,&nbsp;Paul&nbsp;Group,&nbsp;Link&nbsp;Road,&nbsp;futures&nbsp;companies&nbsp;and&nbsp;other&nbsp;large&nbsp;companies&nbsp;for&nbsp;the&nbsp;cooperation,&nbsp;Many&nbsp;enterprises&nbsp;have&nbsp;also&nbsp;added&nbsp;to&nbsp;our&nbsp;cooperation&nbsp;ranks.&nbsp;If&nbsp;they&nbsp;take&nbsp;a&nbsp;longer&nbsp;historical&nbsp;view,&nbsp;the&nbsp;entire&nbsp;MBA&nbsp;education&nbsp;in&nbsp;China&nbsp;is&nbsp;still&nbsp;very&nbsp;immature,&nbsp;Our&nbsp;schools&nbsp;and&nbsp;the&nbsp;combination&nbsp;of&nbsp;enterprises&nbsp;are&nbsp;not&nbsp;too&nbsp;close.&nbsp;In&nbsp;fact,&nbsp;the&nbsp;Chinese&nbsp;MBA&nbsp;education&nbsp;is&nbsp;a&nbsp;business&nbsp;and&nbsp;schools,&nbsp;students&nbsp;and&nbsp;teachers&nbsp;to&nbsp;the&nbsp;development&nbsp;of&nbsp;the&nbsp;interactive&nbsp;process.&nbsp;Now&nbsp;our&nbsp;students&nbsp;after&nbsp;graduation&nbsp;in&nbsp;various&nbsp;aspects&nbsp;of&nbsp;feedback,&nbsp;including&nbsp;the&nbsp;teaching&nbsp;process,&nbsp;MBA&nbsp;itself&nbsp;against&nbsp;the&nbsp;teaching&nbsp;process,&nbsp;and&nbsp;the&nbsp;teacher&nbsp;is&nbsp;a&nbsp;very&nbsp;high&nbsp;demands.&nbsp;From&nbsp;this&nbsp;perspective,&nbsp;Shannon&nbsp;has&nbsp;just&nbsp;started,&nbsp;and&nbsp;experience&nbsp;with&nbsp;them&nbsp;up&nbsp;worse&nbsp;than&nbsp;many,&nbsp;but&nbsp;we&nbsp;have&nbsp;our&nbsp;advantage,&nbsp;We&nbsp;must&nbsp;combine&nbsp;and&nbsp;enterprises.&nbsp;We&nbsp;have&nbsp;excellent&nbsp;teachers&nbsp;We&nbsp;hope&nbsp;that&nbsp;it&nbsp;becomes&nbsp;a&nbsp;solution&nbsp;for&nbsp;the&nbsp;Chinese&nbsp;and&nbsp;world&nbsp;competition&nbsp;process&nbsp;of&nbsp;personnel&nbsp;training&nbsp;mechanism,&nbsp;Wh&#101;re&nbsp;there&nbsp;are&nbsp;good&nbsp;teachers&nbsp;we&nbsp;absorb&nbsp;them,&nbsp;this&nbsp;is&nbsp;a&nbsp;strategic&nbsp;alliance.&nbsp;Our&nbsp;teachers,&nbsp;including&nbsp;some&nbsp;outstanding&nbsp;entrepreneurs,&nbsp;they&nbsp;are&nbsp;not&nbsp;only&nbsp;good&nbsp;business,&nbsp;but&nbsp;can&nbsp;also&nbsp;give&nbsp;lectures,&nbsp;We&nbsp;hope&nbsp;that&nbsp;with&nbsp;this&nbsp;kind&nbsp;of&nbsp;a&nbsp;&#34;real&nbsp;teacher&#34;&nbsp;joint&nbsp;MBA&nbsp;building.<br/>新浪色色美美点击排行榜地址--<a href="http://blog.sina.com.cn/QQ903" target="_blank">http://blog.sina.com.cn/QQ903</a><br/>对话：中国农业大学商学院&nbsp;　　一方面，广大民营企业高喊管理人才缺乏；一方面，MBA水土不服，频遭质疑，商学院面临MBA市场&nbsp;“相对过剩”的尴尬时期。企业如何才能找到适合自己的实用型管理人才？商学院推出的“MBA产品”如何才能更好地适应市场需求，而商学院自身又如何树立起&nbsp;自己的品牌，做好相应的市场营销？&nbsp;　　中国民营经济周刊：目前，中国MBA教育梯队已经形成，竞争格局下形成的权威的综合MBA教育，已被几家名校垄断，如北大光华管理学院等等，剩下的院&nbsp;校或机构举办的MBA教育应该如何发展？&nbsp;　　中国农业大学商学院：在没有自己独有特色的情况下，无论自身的发展壮大还是所培养MBA的市场前景，都将面临发展瓶颈。&nbsp;　　商学院如果沿袭泛MBA教育的模式已经很难从业已形成的格局中脱颖而出了。中国行业MBA教育的刚刚起步，专业MBA教育的市场前景非常广阔。比如农&nbsp;大专门面向农业领域MBA的培训，华北电力专门针对电力行业开展MBA课程等等。&nbsp;　　中国民营经济周刊：很多民营企业家表示非常需要带领企业发展的职业经理人，但是招收的MBA却经常遇到“水土不服”的情况，商学院怎样才能为中国最有&nbsp;需求的人群培养合适的管理者？&nbsp;　　中国农业大学商学院：现在的泛MBA教育模式，忽视了中国最大多数民营企业的需求，也就是说，中国最需要MBA的地方，现在的MBA教育却没有培养出&nbsp;来。在这种泛化的国际化的培养模式下，纵然培养了学员的国际化视野和思考方式、操作方式，却不切合中国最大多数企业的实际需求和现状。毕竟中国处于初级发&nbsp;展阶段，有本土国情，能全面移植国际MBA管理模式和经验的土壤并不广泛存在。&nbsp;　　那些已经成功的MBA，可以发现他们几乎都供职外资公司、国际化背景的公司或理念比较先进的新兴高科技公司。这也佐证了现在的泛MBA教育模式，所指&nbsp;向的就业方向仅限于以上几类公司，而忽视了中国最大多数民营企业的需求，也就是说，没有针对中国土壤的MBA教育模式。&nbsp;　　“崇洋”成为泛MBA教育的最大特色！这种模式下培养的MBA，即使想到民营企业作为一番，但也是眼高手低，他们喟叹的民营企业不适合MBA，其实是&nbsp;他们接受的教育理念和培训方式一开始就出了“错”———就是没结合中国作为发展中国家的国情。中国的本土企业，无论国企还是民企，真正需要的是&nbsp;“懂”自己的MBA，而不是纯粹移植国际化管理经验和模式。&nbsp;　　中国民营经济周刊：贵校在MBA培养上是如何走市场细分的？&nbsp;　　中国农业大学商学院：以后的主要趋势就是MBA的培养会越分越细，走专业MBA发展的路子。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们将自身的MBA教育定位于两个方面，一是涉农行业的&nbsp;MBA，为涉农行业培养高级专门管理人才；二是民营企业的MBA，为民营企业培养高级管理人才。&nbsp;　　首先，在广阔的涉农行业中，中国农业大学有资源和品牌优势，正是这种资源和优势，使农大MBA专业化的定位得到了有力保障。况且，涉农行业市场的巨&nbsp;大，也将令农大专业MBA大有作为，像食品、饮品、乳业、农资、农机、农药、生物、纺织、农产品、草业、酒业、烟草等涉农行业，涉及的规模企业成千上万，&nbsp;这将是一个多大的涉农专业MBA施展舞台的市场！&nbsp;　　另外，由于泛化的综合MBA教育模式显然不能胜任专业MBA教育的培养。因此，在培养的模式上，农大涉农专业MBA教育也开始摒弃原来的泛&nbsp;MBA教育培养方法。要求MBA所用的教材，必须以本土的知名企业进行编写案例，同时使教学案例与行业相结合，知识学习与案例教育相结合，学习与实践相结&nbsp;合。&nbsp;　　中国民营经济周刊：如何做到以本土知名企业的案例子做教材？如何达到学校与实践相结合？&nbsp;　　中国农业大学商学院：<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们在办学的机制上就需要走一条跟其他院校不一样的商业化道路，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们不仅与企业进行合作，而且与企业共同开办MBA。目前<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们与&nbsp;东方希望集团、新希望集团、中粮集团、中国国际期货经纪有限公司、汇源集团、金鹏期货经纪有限公司、郑州粮食批发市场、大连商品交易所、北农大集团、青岛&nbsp;啤酒、保罗集团、道通期货公司等大公司进行了合作，陆续还有很多企业会加入到<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的合作行列中。&nbsp;　　如果站在更长的历史来看，整个中国的MBA教育都还非常的稚嫩，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的办学和企业的结合也不太紧密。实际上中国的MBA教育应该是企业和学校、学员和&nbsp;教师共同互动发展的过程。现在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的学生毕业以后在各方面可以反馈，包括在教学过程当中，针对MBA本身的教学过程，也对老师也是提出了很高的要求。站在&nbsp;这个角度来讲，农大刚刚起步，经验跟他们比起来还差很多，但<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们有<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的优势，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们一定要和企业结合起来。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们有优秀的师资，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们更希望把它作成为一种解&nbsp;决中国和世界竞争过程当中人才培养的机制，哪儿有好的老师<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们就吸收过来，这是一个战略联盟。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的老师包括一些优秀的企业家，他们不仅经营好，而且还可&nbsp;以讲授，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们就是希望与这样的“实战老师”共同进行MBA的建设。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=154</link>
			<title><![CDATA[Gator Caught Near LA Lake After 2 Years]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,14 Jul 2007 11:36:02 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=154</guid>	
		<description><![CDATA[GILLIAN&nbsp;FLACCUS&nbsp;Associated&nbsp;Press&nbsp;Writer&nbsp;<br/><br/>(AP)&nbsp;-&nbsp;LOS&nbsp;ANGELES-A&nbsp;6&nbsp;1/2-foot&nbsp;alligator&nbsp;believed&nbsp;to&nbsp;be&nbsp;the&nbsp;elusive&nbsp;&#34;Reggie&#34;&nbsp;who&nbsp;lurked&nbsp;in&nbsp;a&nbsp;park&nbsp;lake&nbsp;for&nbsp;two&nbsp;years&nbsp;was&nbsp;captured&nbsp;Thursday&nbsp;in&nbsp;a&nbsp;wrestling&nbsp;match&nbsp;with&nbsp;a&nbsp;reptile&nbsp;expert&nbsp;and&nbsp;rangers.&nbsp;<br/><br/>Several&nbsp;would-be&nbsp;gator&nbsp;wranglers&nbsp;have&nbsp;failed&nbsp;to&nbsp;remove&nbsp;the&nbsp;wily&nbsp;Reggie&nbsp;since&nbsp;the&nbsp;reptile&nbsp;was&nbsp;first&nbsp;spotted&nbsp;in&nbsp;2005.&nbsp;The&nbsp;animal&nbsp;then&nbsp;managed&nbsp;to&nbsp;disappear&nbsp;for&nbsp;18&nbsp;months&nbsp;until&nbsp;being&nbsp;sighted&nbsp;again&nbsp;at&nbsp;the&nbsp;end&nbsp;of&nbsp;April.<br/><br/><br/>&nbsp;<br/><br/>On&nbsp;Thursday,&nbsp;the&nbsp;alligator&nbsp;came&nbsp;out&nbsp;of&nbsp;Harbor&nbsp;Regional&nbsp;Park&#39;s&nbsp;Lake&nbsp;Machado&nbsp;and&nbsp;was&nbsp;spotted&nbsp;on&nbsp;land&nbsp;about&nbsp;3:30&nbsp;p.m.&nbsp;-&nbsp;just&nbsp;as&nbsp;city&nbsp;and&nbsp;park&nbsp;officials&nbsp;and&nbsp;wildlife&nbsp;experts&nbsp;were&nbsp;meeting&nbsp;nearby&nbsp;to&nbsp;find&nbsp;a&nbsp;way&nbsp;to&nbsp;capture&nbsp;the&nbsp;nonnative&nbsp;reptile.<br/><br/>&#34;We&nbsp;were&nbsp;about&nbsp;to&nbsp;talk&nbsp;about&nbsp;strategies&nbsp;for&nbsp;catching&nbsp;him&nbsp;when&nbsp;somebody&nbsp;called&nbsp;and&nbsp;said&nbsp;&#39;He&#39;s&nbsp;out&nbsp;of&nbsp;the&nbsp;lake,&#39;&#34;&nbsp;said&nbsp;City&nbsp;Councilwoman&nbsp;Janice&nbsp;Hahn,&nbsp;whose&nbsp;district&nbsp;includes&nbsp;the&nbsp;park.&nbsp;&#34;So&nbsp;we&nbsp;said,&nbsp;&#39;Let&#39;s&nbsp;go&nbsp;now,&nbsp;let&#39;s&nbsp;get&nbsp;him.&#39;&#34;<br/><br/>The&nbsp;cold-blooded&nbsp;creature&nbsp;was&nbsp;sunning&nbsp;itself&nbsp;in&nbsp;an&nbsp;area&nbsp;fenced&nbsp;in&nbsp;several&nbsp;days&nbsp;in&nbsp;hopes&nbsp;of&nbsp;corralling&nbsp;it.&nbsp;Park&nbsp;officials&nbsp;closed&nbsp;a&nbsp;gate,&nbsp;and&nbsp;Los&nbsp;Angeles&nbsp;Zoo&nbsp;reptile&nbsp;expert&nbsp;Ian&nbsp;Recchio&nbsp;was&nbsp;able&nbsp;to&nbsp;put&nbsp;a&nbsp;hook&nbsp;around&nbsp;its&nbsp;neck.<br/><br/>&#34;Then&nbsp;one&nbsp;guy&nbsp;laid&nbsp;on&nbsp;top&nbsp;of&nbsp;him.&nbsp;He&nbsp;was&nbsp;thrashing&nbsp;around,&nbsp;so&nbsp;four&nbsp;o&#114;&nbsp;five&nbsp;guys&nbsp;held&nbsp;his&nbsp;head&nbsp;and&nbsp;tail&nbsp;to&nbsp;get&nbsp;him&nbsp;contained.&nbsp;They&nbsp;managed&nbsp;to&nbsp;put&nbsp;duct&nbsp;tape&nbsp;around&nbsp;his&nbsp;mouth,&#34;&nbsp;Hahn&nbsp;said.<br/><br/>Hahn&nbsp;was&nbsp;certain&nbsp;the&nbsp;alligator&nbsp;was&nbsp;Reggie.<br/><br/>&#34;He&nbsp;looks&nbsp;like&nbsp;Reggie&nbsp;to&nbsp;me,&#34;&nbsp;she&nbsp;said.&nbsp;&#34;We&nbsp;were&nbsp;petting&nbsp;him,&nbsp;talking&nbsp;to&nbsp;him.&nbsp;I&nbsp;feel&nbsp;like&nbsp;I&nbsp;know&nbsp;him&nbsp;because&nbsp;I&#39;ve&nbsp;invested&nbsp;a&nbsp;lot&nbsp;of&nbsp;time&nbsp;and&nbsp;energy&nbsp;in&nbsp;him.&#34;<br/><br/>Firefighters&nbsp;strapped&nbsp;it&nbsp;to&nbsp;a&nbsp;board&nbsp;and&nbsp;loaded&nbsp;it&nbsp;into&nbsp;an&nbsp;animal&nbsp;control&nbsp;truck&nbsp;for&nbsp;transport&nbsp;to&nbsp;the&nbsp;zoo.&nbsp;A&nbsp;police&nbsp;car&nbsp;escorted&nbsp;the&nbsp;truck&nbsp;as&nbsp;news&nbsp;helicopters&nbsp;followed&nbsp;and&nbsp;broadcast&nbsp;the&nbsp;trip&nbsp;live.<br/><br/>The&nbsp;zoo&nbsp;planned&nbsp;to&nbsp;keep&nbsp;Reggie&nbsp;in&nbsp;quarantine&nbsp;from&nbsp;30&nbsp;to&nbsp;60&nbsp;days&nbsp;and&nbsp;then&nbsp;eventually&nbsp;introduce&nbsp;the&nbsp;animal&nbsp;to&nbsp;other&nbsp;alligators.<br/><br/>Reggie&nbsp;was&nbsp;an&nbsp;illegal&nbsp;pet&nbsp;allegedly&nbsp;tossed&nbsp;into&nbsp;the&nbsp;50-acre&nbsp;lake&nbsp;by&nbsp;a&nbsp;former&nbsp;policeman&nbsp;when&nbsp;it&nbsp;got&nbsp;too&nbsp;big.&nbsp;The&nbsp;officer&nbsp;pleaded&nbsp;not&nbsp;guilty&nbsp;in&nbsp;April&nbsp;to&nbsp;14&nbsp;misdemeanor&nbsp;charges&nbsp;and&nbsp;awaits&nbsp;trial.<br/><br/>When&nbsp;the&nbsp;animal&nbsp;was&nbsp;first&nbsp;spotted&nbsp;in&nbsp;the&nbsp;murky&nbsp;lake&nbsp;in&nbsp;August&nbsp;2005,&nbsp;it&nbsp;became&nbsp;a&nbsp;sensation&nbsp;as&nbsp;crowds&nbsp;gathered&nbsp;to&nbsp;catch&nbsp;a&nbsp;glimpse.&nbsp;Locals&nbsp;named&nbsp;it&nbsp;Reggie,&nbsp;though&nbsp;it&#39;s&nbsp;not&nbsp;clear&nbsp;whether&nbsp;the&nbsp;reptile&nbsp;is&nbsp;male&nbsp;o&#114;&nbsp;female.<br/><br/>Gloria&nbsp;and&nbsp;Danny&nbsp;Gutierrez&nbsp;said&nbsp;they&nbsp;would&nbsp;go&nbsp;to&nbsp;the&nbsp;lake&nbsp;several&nbsp;times&nbsp;a&nbsp;week&nbsp;and&nbsp;watch&nbsp;for&nbsp;Reggie.&nbsp;Gloria&nbsp;Gutierrez&nbsp;wore&nbsp;a&nbsp;white&nbsp;T-shirt&nbsp;decorated&nbsp;with&nbsp;the&nbsp;words&nbsp;&#34;Welcome&nbsp;back,&nbsp;Reggie.&#34;<br/><br/>&#34;We&#39;d&nbsp;bring&nbsp;our&nbsp;chairs&nbsp;out&nbsp;here&nbsp;and&nbsp;a&nbsp;bag&nbsp;of&nbsp;fruit,&nbsp;and&nbsp;we&#39;d&nbsp;talk&nbsp;with&nbsp;people&nbsp;we&nbsp;didn&#39;t&nbsp;even&nbsp;know,&#34;&nbsp;Danny&nbsp;Gutierrez&nbsp;said.<br/><br/>The&nbsp;gator&nbsp;inspired&nbsp;a&nbsp;zydeco&nbsp;song,&nbsp;two&nbsp;children&#39;s&nbsp;books&nbsp;and&nbsp;innumerable&nbsp;T-shirts.&nbsp;Students&nbsp;at&nbsp;Los&nbsp;Angeles&nbsp;Harbor&nbsp;College&nbsp;next&nbsp;to&nbsp;the&nbsp;lake&nbsp;adopted&nbsp;Reggie&nbsp;as&nbsp;a&nbsp;second&nbsp;mascot.<br/><br/>---<br/><br/>Associated&nbsp;Press&nbsp;writers&nbsp;Noaki&nbsp;Schwartz&nbsp;and&nbsp;Daisy&nbsp;Nguyen&nbsp;contributed&nbsp;to&nbsp;this&nbsp;report.<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=153</link>
			<title><![CDATA[欧洲MBA毕业生在亚洲正面临更多的就业机会 ]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Wed,11 Jul 2007 19:42:04 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=153</guid>	
		<description><![CDATA[教育官员们说，欧洲工商管理硕士(MBA)培训机构的毕业生正面临着越来越多的就业机会。由于经济迅速发展的印度对企业经理人有着旺盛需求，企业招&nbsp;聘人员对这类毕业生的争夺正日趋激烈。这迫使许多企业将眼光转向了那些正迎头赶上的中小型商学院。&nbsp;伦敦MBA协会(Association&nbsp;of&nbsp;M.B.A.s)的总裁詹尼特•珀塞尔(Jeanette&nbsp;Purcell)近日向《华尔街日报》谈及了MBA毕业生的就业市场问题。这家有40年历史的协会在人们眼中主要是一家认证机构，它的127家会员都是获&nbsp;得认证的商学院。这些商学院大多位于欧洲，但也有三分之一位于南美、非洲、澳大利亚、新西兰和香港等地。&nbsp;以下为谈话内容：&nbsp;《华尔街日报》（以下简称WSJ）：今年的MBA毕业生争夺战情形如何？&nbsp;珀塞尔：直到两年前这类毕业生的就业机会还很不理想。但目前的各种迹象却显示，企业招聘人员对MBA毕业生的争夺战正在升温。这些招聘人员表示，他们今年&nbsp;的MBA毕业生招聘量将增加10%到20%。&nbsp;中国和印度的企业很愿意招募MBA毕业生。虽然它们的薪资水平很难满足欧洲学生的胃口，但作为MBA毕业生的新需求来源，它们加剧了对这类人才的争夺。&nbsp;一位招聘人员最近对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说，企业都竞相与MBA在读生尽早取得联系。还有人对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说，有些企业甚至正努力与那些有望到顶级商学院接受MBA教育的学生取得联&nbsp;系。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认为这很不正常，因为这表明那些企业并不关心学生能学到些什么。它们认为，只要能进商学院读书，那他就是好样的。在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>看来，这突出表明了企业对&nbsp;MBA毕业生的争夺程度。&nbsp;WSJ：企业给MBA毕业生开出的报酬有多高？&nbsp;珀塞尔：<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们2006年针对1万名MBA毕业生的一项调查显示，这些人的平均起薪为65,000英镑(约合130,000美元)，较此前一年的&nbsp;65,600英镑低1.3%。这只是基本工资，并不包括各种可变收入。调查还显示，MBA学生毕业后的起薪平均比其入学前的薪水高20%。&nbsp;WSJ：提供签约奖金的情况怎么样？&nbsp;珀塞尔：<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们注意到企业为鼓励MBA毕业生与其签约而花的本钱有所增加，具体的支出方式有发放签约奖金、与业绩挂钩的奖金以及提供股票期权等。&nbsp;WSJ：哪些行业需要更多的MBA毕业生？&nbsp;珀塞尔：咨询类企业似乎正在增加它们的MBA毕业生招聘量。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们注意到，正有更多的MBA毕业生到金融和咨询这两个传统就业领域之外工作。MBA毕业生已&nbsp;开始到公共服务部门、制药和医疗保健行业就业。&nbsp;WSJ：会有企业今年招不到足够的MBA毕业生吗？&nbsp;珀塞尔：<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认为企业只要不把眼光仅盯在他们看重的几家商学院身上就不会出现这种问题。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们不应忽略数量不断增长的非全日制MBA毕业生。&nbsp;WSJ：印度有哪些特有的MBA毕业生就业趋势？&nbsp;珀塞尔：在印度，MBA毕业生供不应求。雇主对教育背景良好且拥有MBA学位的高层管理人士有旺盛需求，而印度本地培养的这类人才无法满足经济发展的需&nbsp;要。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说不出中国是怎样一种情形，但<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>猜与印度的情况是一样的。今后两年<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们开展商学院认证工作的重点地区就是中国和印度。&nbsp;WSJ：欧洲各国MBA毕业生的专业水平谁高谁低？&nbsp;珀塞尔：<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>只能说欧洲的商学院目前已树立了良好的知名度。招聘人员正日益将欧洲的MBA培训机构视为未来员工的一个丰富来源，而且他们的眼睛也不再只盯着&nbsp;欧洲工商管理学院(Insead)和伦敦商学院(London&nbsp;Business&nbsp;School)等名校。&nbsp;WSJ：美国和欧洲MBA毕业生的最大区别是什么？&nbsp;珀塞尔：欧洲商学院的MBA毕业生往往具有全球视野和良好的语言能力，他们更愿意到异地工作和出差。这些优点对雇主们具有吸引力。&nbsp;这里一点也没有贬低美国MBA毕业生的意思，但欧洲的MBA毕业生确实更注重领导能力和人际交往能力的培养，而这些能力正是雇主们所看重的。此外，欧洲&nbsp;MBA培训机构的学生更具国际色彩，学生们有可能来自40个国家。在这种环境下学习是学生们的一个<a href="http://vrhost.cn" target="_blank">宝</a>贵经历。&nbsp;WSJ：你在招募MBA毕业生的方式以及被招募人选方面发现了些新趋势没有？&nbsp;珀塞尔：招聘人员越来越将眼光投向了二类商学院，这类商学院正在培养出质量非常高的学生。聘用这类院校的学生对企业而言往往意味着最佳的人力资源投资，这&nbsp;些学生的薪资要求通常不会太高。&nbsp;另一个趋势是，招聘人员注意到，MBA毕业生对于自己的职业生涯以及升职前景正采取更为现实的态度。他们看重的是学习和发展的机会，这一点与上世纪90年&nbsp;代末的MBA毕业生略有不同，后者只把眼光盯在最高处，因为他们认为自己有这个资格。&nbsp;WSJ：科技进步对MBA毕业生的招募工作有影响吗？&nbsp;珀塞尔：那些一流商学院会将学生简介和就业信息放到网上，也会安排学生进行网上面试。虽然如此，但多数用人企业会告诉你，这并不能取代亲自到学校去探访以&nbsp;及与学生进行面对面的交流，后者对招到优秀毕业生和宣传企业形像更有帮助。<br/><br/>Education&nbsp;officials&nbsp;say,&nbsp;European&nbsp;Master&nbsp;of&nbsp;Business&nbsp;Administration&nbsp;(MBA)&nbsp;graduates&nbsp;of&nbsp;the&nbsp;training&nbsp;institutions&nbsp;are&nbsp;faced&nbsp;with&nbsp;an&nbsp;increasing&nbsp;number&nbsp;of&nbsp;employment&nbsp;opportunities.&nbsp;Due&nbsp;to&nbsp;the&nbsp;rapid&nbsp;economic&nbsp;development&nbsp;of&nbsp;India&nbsp;enterprise&nbsp;managers&nbsp;have&nbsp;enjoyed&nbsp;great&nbsp;demand,&nbsp;enterprise&nbsp;recruitment&nbsp;of&nbsp;such&nbsp;graduates&nbsp;is&nbsp;the&nbsp;competition&nbsp;is&nbsp;becoming&nbsp;more&nbsp;intense.&nbsp;This&nbsp;has&nbsp;forced&nbsp;many&nbsp;companies&nbsp;to&nbsp;look&nbsp;to&nbsp;catch&nbsp;up&nbsp;with&nbsp;those&nbsp;who&nbsp;are&nbsp;small&nbsp;and&nbsp;medium-sized&nbsp;business&nbsp;school.&nbsp;London&nbsp;MBA&nbsp;Association&nbsp;(Association&nbsp;of&nbsp;M.B.A.s)&nbsp;CEO&nbsp;Dannite&nbsp;•&nbsp;Purcell&nbsp;(&nbsp;Jeanette&nbsp;Purcell)&nbsp;recently&nbsp;told&nbsp;&#34;The&nbsp;Wall&nbsp;Street&nbsp;Journal&#34;&nbsp;on&nbsp;the&nbsp;MBA&nbsp;graduates&nbsp;in&nbsp;the&nbsp;job&nbsp;market&nbsp;problems.&nbsp;This&nbsp;40-year&nbsp;history&nbsp;of&nbsp;the&nbsp;association&nbsp;in&nbsp;the&nbsp;eyes&nbsp;of&nbsp;the&nbsp;people&nbsp;is&nbsp;a&nbsp;major&nbsp;accreditation&nbsp;bodies,&nbsp;Its&nbsp;127&nbsp;members&nbsp;are&nbsp;accredited&nbsp;business&nbsp;school.&nbsp;These&nbsp;business&nbsp;schools,&nbsp;mostly&nbsp;in&nbsp;Europe,&nbsp;but&nbsp;there&nbsp;are&nbsp;also&nbsp;third&nbsp;in&nbsp;South&nbsp;America,&nbsp;Africa,&nbsp;Australia,&nbsp;New&nbsp;Zealand&nbsp;and&nbsp;Hong&nbsp;Kong.&nbsp;Following&nbsp;is&nbsp;the&nbsp;transcript&nbsp;:&nbsp;&#34;Wall&nbsp;Street&nbsp;Journal&#34;&nbsp;(hereinafter&nbsp;referred&nbsp;WSJ)&nbsp;:&nbsp;This&nbsp;year&#39;s&nbsp;MBA&nbsp;graduates&nbsp;battle&nbsp;situation?&nbsp;Purcell&nbsp;:&nbsp;Only&nbsp;two&nbsp;years&nbsp;ago,&nbsp;these&nbsp;graduates&nbsp;employment&nbsp;opportunities&nbsp;is&nbsp;far&nbsp;from&nbsp;ideal.&nbsp;But&nbsp;the&nbsp;signs&nbsp;have&nbsp;shown&nbsp;that&nbsp;the&nbsp;enterprise&nbsp;recruitment&nbsp;of&nbsp;MBA&nbsp;graduates&nbsp;of&nbsp;the&nbsp;battle&nbsp;is&nbsp;heating&nbsp;up.&nbsp;These&nbsp;recruits&nbsp;said&nbsp;they&nbsp;MBA&nbsp;graduates&nbsp;this&nbsp;year&#39;s&nbsp;recruitment&nbsp;will&nbsp;increase&nbsp;10%&nbsp;to&nbsp;20%.&nbsp;Chinese&nbsp;and&nbsp;Indian&nbsp;enterprises&nbsp;are&nbsp;willing&nbsp;to&nbsp;recruit&nbsp;MBA&nbsp;graduates.&nbsp;While&nbsp;their&nbsp;salary&nbsp;levels&nbsp;it&nbsp;is&nbsp;difficult&nbsp;to&nbsp;satisfy&nbsp;the&nbsp;appetite&nbsp;of&nbsp;European&nbsp;students,&nbsp;but&nbsp;as&nbsp;a&nbsp;new&nbsp;MBA&nbsp;graduates&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;demand,&nbsp;They&nbsp;add&nbsp;this&nbsp;type&nbsp;of&nbsp;talent&nbsp;contention.&nbsp;A&nbsp;recruitment&nbsp;officer&nbsp;recently&nbsp;said&nbsp;to&nbsp;me,&nbsp;enterprises&nbsp;are&nbsp;competing&nbsp;with&nbsp;the&nbsp;MBA&nbsp;student&nbsp;in&nbsp;the&nbsp;early&nbsp;contact.&nbsp;It&nbsp;was&nbsp;also&nbsp;said&nbsp;to&nbsp;me,&nbsp;Some&nbsp;enterprises&nbsp;even&nbsp;with&nbsp;those&nbsp;efforts&nbsp;are&nbsp;expected&nbsp;to&nbsp;top&nbsp;business&nbsp;school&nbsp;MBA&nbsp;education&nbsp;for&nbsp;the&nbsp;students&nbsp;contacted.&nbsp;I&nbsp;think&nbsp;this&nbsp;is&nbsp;very&nbsp;normal,&nbsp;because&nbsp;it&nbsp;shows&nbsp;businesses&nbsp;are&nbsp;not&nbsp;concerned&nbsp;about&nbsp;those&nbsp;students&nbsp;can&nbsp;learn&nbsp;anything.&nbsp;In&nbsp;their&nbsp;view,&nbsp;as&nbsp;long&nbsp;as&nbsp;you&nbsp;can&nbsp;into&nbsp;the&nbsp;School&nbsp;of&nbsp;Business&nbsp;study,&nbsp;he&nbsp;is&nbsp;a&nbsp;good&nbsp;kind&nbsp;of.&nbsp;In&nbsp;my&nbsp;view,&nbsp;this&nbsp;highlights&nbsp;the&nbsp;right&nbsp;of&nbsp;enterprises&nbsp;for&nbsp;the&nbsp;MBA&nbsp;degree&nbsp;graduates.&nbsp;WSJ&nbsp;:&nbsp;Enterprise&nbsp;MBA&nbsp;graduates&nbsp;to&nbsp;set&nbsp;up&nbsp;a&nbsp;remuneration&nbsp;how&nbsp;high?&nbsp;Purcell&nbsp;:&nbsp;in&nbsp;2006&nbsp;against&nbsp;10,000&nbsp;MBA&nbsp;graduates&nbsp;in&nbsp;a&nbsp;survey,&nbsp;These&nbsp;were&nbsp;the&nbsp;average&nbsp;starting&nbsp;salary&nbsp;65,&nbsp;000&nbsp;pounds&nbsp;(about&nbsp;130,000&nbsp;U.S.&nbsp;dollars),&nbsp;compared&nbsp;to&nbsp;the&nbsp;previous&nbsp;year&#39;s&nbsp;65.&nbsp;£&nbsp;600&nbsp;Low&nbsp;1.3%.&nbsp;This&nbsp;is&nbsp;only&nbsp;the&nbsp;basic&nbsp;wage,&nbsp;do&nbsp;not&nbsp;include&nbsp;variable&nbsp;income.&nbsp;The&nbsp;survey&nbsp;also&nbsp;indicated&nbsp;that&nbsp;MBA&nbsp;students&nbsp;after&nbsp;graduation&nbsp;than&nbsp;their&nbsp;average&nbsp;starting&nbsp;salary&nbsp;for&nbsp;entry&nbsp;before&nbsp;the&nbsp;higher&nbsp;salaries&nbsp;20%.&nbsp;WSJ&nbsp;:&nbsp;to&nbsp;provide&nbsp;signing&nbsp;bonuses&nbsp;of&nbsp;how&nbsp;kind?&nbsp;Purcell&nbsp;:&nbsp;We&nbsp;have&nbsp;taken&nbsp;note&nbsp;of&nbsp;enterprises&nbsp;to&nbsp;encourage&nbsp;MBA&nbsp;graduates&nbsp;to&nbsp;spend&nbsp;a&nbsp;contract&nbsp;with&nbsp;the&nbsp;capital&nbsp;increase,&nbsp;specific&nbsp;expenditure&nbsp;patterns&nbsp;granted&nbsp;signing&nbsp;bonuses&nbsp;and&nbsp;performance-linked&nbsp;bonuses&nbsp;and&nbsp;stock&nbsp;options&nbsp;provided.&nbsp;WSJ&nbsp;:&nbsp;What&nbsp;industry&nbsp;needs&nbsp;more&nbsp;MBA&nbsp;graduates?&nbsp;Purcell&nbsp;:&nbsp;Advisory&nbsp;enterprises&nbsp;seem&nbsp;to&nbsp;increase&nbsp;their&nbsp;capacity&nbsp;to&nbsp;recruit&nbsp;MBA&nbsp;graduates.&nbsp;We&nbsp;note&nbsp;that&nbsp;there&nbsp;are&nbsp;more&nbsp;MBA&nbsp;graduates&nbsp;to&nbsp;the&nbsp;financial&nbsp;and&nbsp;advisory&nbsp;two&nbsp;traditional&nbsp;areas&nbsp;of&nbsp;employment&nbsp;outside&nbsp;of&nbsp;work.&nbsp;MBA&nbsp;graduates&nbsp;have&nbsp;started&nbsp;to&nbsp;public&nbsp;services,&nbsp;the&nbsp;pharmaceutical&nbsp;and&nbsp;health&nbsp;care&nbsp;industry.&nbsp;WSJ&nbsp;:&nbsp;enterprises&nbsp;this&nbsp;year&nbsp;will&nbsp;be&nbsp;getting&nbsp;enough&nbsp;of&nbsp;MBA&nbsp;graduates?&nbsp;Purcell&nbsp;:&nbsp;I&nbsp;think&nbsp;so&nbsp;long&nbsp;as&nbsp;they&nbsp;do&nbsp;not&nbsp;look&nbsp;only&nbsp;stare&nbsp;in&nbsp;their&nbsp;importance&nbsp;to&nbsp;the&nbsp;few&nbsp;business&nbsp;school&nbsp;case,&nbsp;there&nbsp;would&nbsp;not&nbsp;be&nbsp;such&nbsp;a&nbsp;problem.&nbsp;We&nbsp;should&nbsp;not&nbsp;ignore&nbsp;the&nbsp;growing&nbsp;number&nbsp;of&nbsp;part-time&nbsp;MBA&nbsp;graduates.&nbsp;WSJ&nbsp;:&nbsp;What&nbsp;are&nbsp;the&nbsp;unique&nbsp;Indian&nbsp;MBA&nbsp;graduates&nbsp;employment&nbsp;trends?&nbsp;Purcell&nbsp;:&nbsp;In&nbsp;India,&nbsp;the&nbsp;supply&nbsp;of&nbsp;MBA&nbsp;graduates.&nbsp;Employers&nbsp;and&nbsp;good&nbsp;education&nbsp;background&nbsp;have&nbsp;MBA&nbsp;degrees&nbsp;senior&nbsp;managers&nbsp;who&nbsp;have&nbsp;a&nbsp;strong&nbsp;demand,&nbsp;India&nbsp;to&nbsp;train&nbsp;such&nbsp;personnel&nbsp;can&nbsp;not&nbsp;meet&nbsp;the&nbsp;needs&nbsp;of&nbsp;economic&nbsp;development.&nbsp;I&nbsp;could&nbsp;not&nbsp;tell&nbsp;how&nbsp;China&nbsp;is&nbsp;a&nbsp;situation,&nbsp;but&nbsp;I&nbsp;guess&nbsp;with&nbsp;the&nbsp;situation&nbsp;in&nbsp;India&nbsp;is&nbsp;the&nbsp;same.&nbsp;The&nbsp;next&nbsp;two&nbsp;years,&nbsp;we&nbsp;have&nbsp;embarked&nbsp;on&nbsp;the&nbsp;School&nbsp;of&nbsp;Business&nbsp;certification&nbsp;process&nbsp;is&nbsp;the&nbsp;key&nbsp;areas&nbsp;of&nbsp;China&nbsp;and&nbsp;India.&nbsp;WSJ&nbsp;:&nbsp;European&nbsp;MBA&nbsp;graduates&nbsp;of&nbsp;the&nbsp;professional&nbsp;level&nbsp;which&nbsp;is&nbsp;higher&nbsp;o&#114;&nbsp;lower?&nbsp;Purcell&nbsp;:&nbsp;I&nbsp;can&nbsp;only&nbsp;say&nbsp;that&nbsp;the&nbsp;European&nbsp;business&nbsp;school&nbsp;has&nbsp;established&nbsp;a&nbsp;good&nbsp;reputation.&nbsp;Recruits&nbsp;are&nbsp;increasingly&nbsp;European&nbsp;MBA&nbsp;training&nbsp;institutions&nbsp;as&nbsp;a&nbsp;future&nbsp;staff&nbsp;rich&nbsp;source&nbsp;but&nbsp;their&nbsp;eyes&nbsp;are&nbsp;no&nbsp;longer&nbsp;simply&nbsp;focused&nbsp;on&nbsp;the&nbsp;European&nbsp;Institute&nbsp;of&nbsp;Business&nbsp;Administration&nbsp;(Insead)&nbsp;and&nbsp;the&nbsp;London&nbsp;Business&nbsp;School&nbsp;(Lond&nbsp;on&nbsp;Business&nbsp;School),&nbsp;and&nbsp;other&nbsp;prestigious&nbsp;schools.&nbsp;WSJ&nbsp;:&nbsp;The&nbsp;United&nbsp;States&nbsp;and&nbsp;the&nbsp;European&nbsp;MBA&nbsp;graduates&nbsp;is&nbsp;the&nbsp;biggest&nbsp;difference?&nbsp;Purcell&nbsp;:&nbsp;European&nbsp;Business&nbsp;School&nbsp;MBA&nbsp;graduates&nbsp;often&nbsp;have&nbsp;a&nbsp;global&nbsp;outlook&nbsp;and&nbsp;good&nbsp;language&nbsp;ability,&nbsp;they&nbsp;are&nbsp;more&nbsp;willing&nbsp;to&nbsp;other&nbsp;localities&nbsp;to&nbsp;work&nbsp;and&nbsp;travel.&nbsp;These&nbsp;advantages&nbsp;attractive&nbsp;to&nbsp;employers.&nbsp;Here&nbsp;did&nbsp;little&nbsp;to&nbsp;belittle&nbsp;American&nbsp;MBA&nbsp;graduates&nbsp;mean,&nbsp;However,&nbsp;the&nbsp;European&nbsp;MBA&nbsp;graduates&nbsp;actually&nbsp;pay&nbsp;more&nbsp;attention&nbsp;to&nbsp;their&nbsp;leadership&nbsp;and&nbsp;interpersonal&nbsp;skills&nbsp;training.&nbsp;These&nbsp;are&nbsp;precisely&nbsp;the&nbsp;employers&nbsp;are&nbsp;fond&nbsp;of.&nbsp;Furthermore,&nbsp;the&nbsp;European&nbsp;MBA&nbsp;training&nbsp;institutions&nbsp;of&nbsp;international&nbsp;students&nbsp;more&nbsp;color,&nbsp;the&nbsp;students&nbsp;are&nbsp;likely&nbsp;to&nbsp;come&nbsp;from&nbsp;40&nbsp;countries.&nbsp;In&nbsp;such&nbsp;an&nbsp;environment&nbsp;the&nbsp;students&nbsp;are&nbsp;learning&nbsp;a&nbsp;valuable&nbsp;experience.&nbsp;WSJ&nbsp;:&nbsp;You&nbsp;have&nbsp;been&nbsp;in&nbsp;the&nbsp;recruitment&nbsp;of&nbsp;MBA&nbsp;graduates&nbsp;are&nbsp;recruited&nbsp;and&nbsp;the&nbsp;way&nbsp;the&nbsp;candidates&nbsp;found&nbsp;some&nbsp;new&nbsp;trend?&nbsp;Purcell&nbsp;:&nbsp;Recruitment&nbsp;of&nbsp;staff&nbsp;is&nbsp;increasingly&nbsp;paying&nbsp;attention&nbsp;to&nbsp;the&nbsp;second&nbsp;category&nbsp;of&nbsp;the&nbsp;School&nbsp;of&nbsp;Business,&nbsp;Such&nbsp;business&nbsp;school&nbsp;is&nbsp;to&nbsp;cultivate&nbsp;a&nbsp;very&nbsp;high&nbsp;quality&nbsp;students.&nbsp;The&nbsp;employment&nbsp;of&nbsp;these&nbsp;institutions&nbsp;students&nbsp;of&nbsp;the&nbsp;enterprise&nbsp;often&nbsp;means&nbsp;that&nbsp;the&nbsp;best&nbsp;investment&nbsp;in&nbsp;human&nbsp;resources.&nbsp;These&nbsp;students&nbsp;usually&nbsp;pay&nbsp;requirements&nbsp;will&nbsp;not&nbsp;be&nbsp;too&nbsp;high.&nbsp;Another&nbsp;trend&nbsp;is&nbsp;that&nbsp;the&nbsp;recruitment&nbsp;of&nbsp;staff&nbsp;noted&nbsp;that&nbsp;MBA&nbsp;graduates&nbsp;for&nbsp;their&nbsp;career&nbsp;and&nbsp;promotion&nbsp;prospects&nbsp;are&nbsp;taking&nbsp;a&nbsp;more&nbsp;realistic&nbsp;attitude.&nbsp;They&nbsp;are&nbsp;fond&nbsp;of&nbsp;learning&nbsp;and&nbsp;development&nbsp;opportunities,&nbsp;and&nbsp;one&nbsp;of&nbsp;the&nbsp;last&nbsp;century&nbsp;to&nbsp;the&nbsp;late&nbsp;1990s&nbsp;MBA&nbsp;graduates&nbsp;slightly&nbsp;different,&nbsp;The&nbsp;latter&nbsp;only&nbsp;stare&nbsp;at&nbsp;the&nbsp;highest&nbsp;vision,&nbsp;because&nbsp;they&nbsp;think&nbsp;that&nbsp;they&nbsp;have&nbsp;the&nbsp;qualifications.&nbsp;WSJ&nbsp;:&nbsp;technological&nbsp;progress&nbsp;of&nbsp;the&nbsp;recruitment&nbsp;of&nbsp;MBA&nbsp;graduates&nbsp;work&nbsp;influential?&nbsp;Purcell&nbsp;:&nbsp;those&nbsp;who&nbsp;will&nbsp;be&nbsp;a&nbsp;first-class&nbsp;business&nbsp;school&nbsp;student&nbsp;profiles&nbsp;and&nbsp;employment&nbsp;information&nbsp;on&nbsp;the&nbsp;Web,&nbsp;will&nbsp;also&nbsp;allow&nbsp;students&nbsp;to&nbsp;conduct&nbsp;online&nbsp;interviews.&nbsp;Even&nbsp;so,&nbsp;but&nbsp;most&nbsp;enterprises&nbsp;employing&nbsp;will&nbsp;tell&nbsp;you,&nbsp;This&nbsp;is&nbsp;not&nbsp;a&nbsp;substitute&nbsp;for&nbsp;personal&nbsp;visits&nbsp;to&nbsp;the&nbsp;schools&nbsp;and&nbsp;students&nbsp;with&nbsp;face-to-face&nbsp;exchanges,&nbsp;The&nbsp;latter&nbsp;right&nbsp;to&nbsp;hire&nbsp;outstanding&nbsp;graduates&nbsp;and&nbsp;publicity&nbsp;corporate&nbsp;image&nbsp;more&nbsp;helpful.<br/>新浪色色美美点击排行榜地址--<a href="http://blog.sina.com.cn/QQ903" target="_blank">http://blog.sina.com.cn/QQ903</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=151</link>
			<title><![CDATA[windows 搜索功能故障修复]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sun,01 Jul 2007 15:04:37 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=151</guid>	
		<description><![CDATA[解决步骤：（感谢Ryan提供技术细节）<br/>&nbsp;<br/>1.打开文件夹“C:\Windows\inf”，找到“srchasst.inf”文件，用鼠标单击右键，在弹出菜单中选择“安装”；&nbsp;<br/>&nbsp;<br/>2.运行注册表，定位于“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState”，新建字符串“Use&nbsp;Search&nbsp;Asst”，设置其值为“NO”；<br/>&nbsp;<br/>3.点左下角开始－运行－在输入框里输入“regsvr32&nbsp;jscript.dll”－点“确定”－出现成功提示后点OK。同样方法运行“regsvr32&nbsp;vbscript.dll”；<br/>&nbsp;<br/>4.重新启动计算机。<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=149</link>
			<title><![CDATA[常用电脑的人养眼绝招]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Thu,31 May 2007 11:47:18 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=149</guid>	
		<description><![CDATA[<br/><br/>有一条养眼的做法：把白皑皑的窗口变成淡淡的苹果绿。方法是：桌面-右键-属性-外观-高级-项目-窗口-颜色-其它，色调设为85，饱和度设为90，亮度设为205。然后单击[添加到自定义颜色]-确定...一路确定。<br/><br/>如何调整网页指定的颜色（会影响网页浏览时的美感，根据自己情况选择取舍）<br/><br/>你要先进行设置，打开浏览器，点击“工具”，点“INTERNET”选项，点右下角的“辅助功能”，然后勾选“不使用网页中指定的颜色”。点确定退出。OK！<br/>现在打开[<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的电脑]或[资源管理器][浏览器］看看，原来的冰天雪地是不是已有了春意！天长日久，对眼睛的养护作用是不可低估]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=148</link>
			<title><![CDATA[超强！给MM修电脑的三个步骤]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,31 May 2007 11:15:49 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=148</guid>	
		<description><![CDATA[记得<a href="http://vrfree.cn/king" target="_blank">老孟</a>同志曾经说过给别人装系统是最痛苦的事情，今天在坛子上找到这篇文章。送给<a href="http://vrfree.cn/king" target="_blank">老孟</a>，同时也送过广大的网管们。天天快乐！<br/><br/>表演篇&nbsp;&nbsp;&nbsp;<br/><br/>1,一定要打预防针!&nbsp;&nbsp;&nbsp;<br/><br/>在修之前,向MM反复声明,这电脑鼓掌是有硬件和软件之分的,如果是硬件故障,&nbsp;<br/>例如显卡风扇不转了,显示器连线老化,显示器分辨率超出显示器指标,等等都会&nbsp;<br/>导致黑屏啊,这个<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不回家用专门的工具是修不好的!&nbsp;&nbsp;&nbsp;<br/><br/>这样一旦真的没修好,就立刻耸肩膀作无奈装:真的是硬件问题,还是送去保修吧&nbsp;<br/>.而MM当作硬件问题去保修,JS大人即使发现是软件问题,也会毫不犹豫作为硬件&nbsp;<br/>问题处理,所以决计不会有败露的麻烦&nbsp;&nbsp;&nbsp;<br/><br/>2,重装是万能药方!&nbsp;&nbsp;&nbsp;<br/><br/>不管发生什么,只要MM同意,一律重装系统!这是最简单的方法,虽然很菜.但是&nbsp;<br/>如果要感动MM,这也是最好的方法,因为MM会在漫长的等待中觉得你真是很有耐心&nbsp;<br/>和爱心的好男人!哈哈哈哈,太阴险了,所以给恐龙修电脑,一般还是对症下药,&nbsp;<br/>速战速决,不要绿<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>,确实当恐龙看上你的时候,你就知道这不是RPWT,而是生命&nbsp;<br/>问题!&nbsp;&nbsp;&nbsp;<br/><br/>3,关心要无所不在!&nbsp;&nbsp;&nbsp;<br/><br/>如果选择重装,一定要反复问MM:真的可以吗?MM第一遍一般就说可以,这时候要&nbsp;<br/>问:没有重要的照片,文档吗?MM会犹豫,但是还是会说不要好了;这时候接着问&nbsp;<br/>:QQ聊天记录也会丢掉的!MM会说不要了;记着这时要作思考状,然后问:有没有&nbsp;<br/>重要的邮件啊,邮件也会丢掉的.一般啊,很多MM这个时候会反悔,她们就会觉得&nbsp;<br/>你是超级贴心人了.&nbsp;&nbsp;&nbsp;<br/><br/>如果选择打开机箱,一定要作惊讶状!怎么这么多灰尘啊!!!(<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>只见过一个MM&nbsp;<br/>的机箱里没有灰尘的,她是实在太爱干净了)这时候MM一般都会不知道怎么回答,&nbsp;<br/>你立刻要作出为电脑难过的样子:这么好的电脑,灰尘太多怎么跑得快啊,散热也&nbsp;<br/>会受影响的,当然容易出问题了.哈哈哈哈,MM内疚的同时就会觉得你这个人特别&nbsp;<br/>懂得爱惜珍惜疼惜是新好男人.&nbsp;&nbsp;&nbsp;<br/><br/>技术篇:&nbsp;&nbsp;&nbsp;<br/><br/>1,MM电脑出的通常都是弱智问题&nbsp;&nbsp;&nbsp;<br/><br/>所以不要用特别专业的眼光去分析,一般都是系统设置没设置好,例如曾经一个MM&nbsp;<br/>,帮她新配的电脑,说音箱左边的不响,过去检查,果然不响,怎么调都只有电流&nbsp;<br/>声,心想坏了,买到坏的了,结果不死心一看,音量控制里她全搁到右声道了,昏&nbsp;<br/>死!&nbsp;&nbsp;&nbsp;<br/><br/>对于显示屏黑屏这种事情,要多看看显示器开关有没有开,显示器有没有插上电源&nbsp;<br/>,显示器线有没有连到主机等等问题!&nbsp;&nbsp;&nbsp;<br/><br/>稍微高级一点,看看BIOS设定,显示器分辨率设定,对比度设定等等&nbsp;&nbsp;&nbsp;<br/><br/>再高级一点,看看是不是显卡风扇停转了&nbsp;&nbsp;&nbsp;<br/><br/>在有别的电脑的情况下,和别的电脑对调一下显示器看看,容易分辨是不是显示器&nbsp;<br/>的问题,但是要注意,要是女生寝室的话,慎用!!!因为女生寝室一般好像关系&nbsp;<br/>都不好,就是好也不愿意为别人的电脑奉献自己的电脑,这一点和男生寝室不一样&nbsp;<br/>,要鄙视一下!&nbsp;&nbsp;&nbsp;<br/><br/>要想帅,带上可以外接显示器的本本去,要轻薄的,2.3kg以上就不要驮过去丢脸&nbsp;<br/>了&nbsp;&nbsp;&nbsp;<br/><br/>2,要想酷,拆机箱&nbsp;&nbsp;&nbsp;<br/><br/>不管是不是硬件问题,如果你想MM崇拜到要嫁给你的地步,记住一定要带上一根较&nbsp;<br/>大的十字起子,推荐电脑城装机的那种,很长很长的,超帅!<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一般带上两根,一&nbsp;<br/>个十字头,一个一字头,一个红色有机玻璃柄,一个绿色玻璃柄,就像两把短剑,&nbsp;<br/>有了这两柄利器,感觉立马不一样!MM立刻觉得你就是专业的,如果MM看到后觉得&nbsp;<br/>害怕,别忘趁势解释一句:修的多了,随身带着方便,你的问题不一定那么大,或&nbsp;<br/>许用不上.MM这个时候只会希望自己的电脑坏的彻底一点,好见识你挥动长剑的潇&nbsp;<br/>洒身姿!哈哈哈哈,这句是丫丫而已.&nbsp;&nbsp;&nbsp;<br/><br/>3,熟练掌握BIOS设定的窍门是看说明书!&nbsp;&nbsp;&nbsp;<br/><br/>其实很多时候问题和解决问题的方法都在BIOS设定上,例如老肯必须掌握的光驱启&nbsp;<br/>动,就在BIOS设定里面,这个时候万一忘记了怎么办,求助于说明书吧!!!其实&nbsp;<br/>在说明书中,一般都有详尽的说明,甚至包括常见问题的解决方法,只是MM们比较&nbsp;<br/>娇嫩,不适宜阅读这么生硬的文字罢了你的责任就是阅读它们!!!&nbsp;&nbsp;&nbsp;<br/><br/>不要觉得临时看说明书很丢脸!如果说拆机箱可以展现你武的一面,那么你专注阅&nbsp;<br/>读的神情正是你展现自己文的一面最好机会!!!能文能武才是你获取MM芳心的致&nbsp;<br/>胜法<a href="http://vrhost.cn" target="_blank">宝</a>,只知道挥着袖子与主板上的灰尘大战的土匪只会让MM觉得这些喜欢硬件的&nbsp;<br/>GG都是脏兮兮的疯子.&nbsp;&nbsp;&nbsp;<br/><br/>而你要求获得主板,显卡及其他相关说明书最好的方法,要么就是一开始索要,一&nbsp;<br/>进门就让她把她放这些东西的盒子搬出来放好;要么就是拆开机箱以后,惊讶一句&nbsp;<br/>:啊!这不是公版设计,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>要看一下出厂时的说明书!!!甭管是什么设计,你这&nbsp;<br/>一句话出去,MM只会觉得你暴有水准,一眼就能看出是什么设计,其实她们也不知&nbsp;<br/>道什么叫公版设计母版设计的.&nbsp;&nbsp;&nbsp;<br/><br/>感情篇&nbsp;&nbsp;&nbsp;<br/><br/>1,MM的电脑永远都是最好的&nbsp;&nbsp;&nbsp;<br/><br/>MM一般最要面子(当然GG也要,例如老肯),但是找你修电脑总是电脑出了问题,&nbsp;<br/>所以你这个时候一定不能在伤口上散盐,切忌在修电脑的时候说:啊这种配置啊,&nbsp;<br/>该升级了.或者:这种杂牌的显卡最好不要用.或者:AOC的显示器最烂了.表以&nbsp;<br/>为这样可以显示你对硬件市场品牌的了解和个人的品位,这只会让MM恨死你!早期&nbsp;<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>就犯过类似口不遮拦的错误,结果有一段时间MM们电脑坏了也不敢来找<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>,唉,&nbsp;<br/>前车之鉴啊!&nbsp;&nbsp;&nbsp;<br/><br/>对于MM的电脑,如果牌子好,哪怕是集成主板,也要说这个牌子<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>最喜欢了,稳定&nbsp;<br/>性超好,这次多半是软件问题,D版毛病就是多!(甭管她机子装的系统是不是正&nbsp;<br/>版,用的软件总有盗版吧)如果牌子不好,立刻说,这个牌子性价比一直就是最好&nbsp;<br/>的,你真会过日子!不要忘记说&#34;你真会过日子&#34;的时候,一定要注视MM面带百分&nbsp;<br/>百诚恳的微笑!!!如果真的什么都不行,就是完全该被淘汰的机子,尽量就不要&nbsp;<br/>说话了!!!说什么只会让场面更难堪!!!&nbsp;&nbsp;&nbsp;<br/><br/>把电脑当作MM的脸,你就知道该怎么做了!&nbsp;&nbsp;&nbsp;<br/><br/>2,准确把握时间&nbsp;营造相遇空间&nbsp;&nbsp;&nbsp;<br/><br/>一般MM让你修电脑,如果答谢的话,一般都是请你吃饭,如果她请你吃饭的规格远&nbsp;<br/>远超过正常修电脑的花费,不妨检查一下电脑是否有人为破坏的因素&nbsp;&nbsp;&nbsp;<br/><br/>对于不同的MM,土匪当然是有的求之不得,有的避之不及因而准确控制维修过程的&nbsp;<br/>时间就很重要.这里教初学者一些计算时间的方法:&nbsp;&nbsp;&nbsp;<br/><br/>用GHOST装一个XP系统,一般是25分钟左右(如果你很熟练,20分钟内就够了)&nbsp;&nbsp;&nbsp;<br/><br/>用自动方式装一个XP系统,大约是1个小时(具体没算过,如果是烂威盛主板,装&nbsp;<br/>好驱动还不止)&nbsp;&nbsp;&nbsp;<br/><br/>装一个OFFICE,大约还是要半个小时(这个可以在自定义里中选择,想拖延时间就&nbsp;<br/>全选,大概可以多争取半小时)&nbsp;&nbsp;&nbsp;<br/><br/>时间还不到吃饭时间,或者时间到了吃饭时间但是你不想去,都可以通过装软件来&nbsp;<br/>慢慢消耗,实在不行,就卸载了多装几遍!&nbsp;&nbsp;&nbsp;<br/><br/>当你长年累月修电脑产生厌烦心理时,推荐使用市面上的高度集成版的XP的GHOST&nbsp;<br/>版,一次把乱七八糟的软件都给装上了,整个时间和装一个XP干净系统也差不多,&nbsp;<br/>装完就走人,又快又省事如果老肯可以到这个境界的话,应该是已经结婚了&nbsp;&nbsp;&nbsp;<br/><br/>3,修理MM电脑的过程也是检查MM人品的过程&nbsp;&nbsp;&nbsp;<br/>实际上利用修电脑这一机会来泡MM的土匪,一般平时都是花了较多时间陪着自己的&nbsp;<br/>电脑和网友,没有太多时间和固定场所(例如大学自修室,英语角或者公共社交场&nbsp;<br/>所)接触真实MM的人.很多这方面的高手也都是成功地在修好电脑的同时弥补了自&nbsp;<br/>己姻缘的缺憾,顺利找到另一半!但是并不是所有的相遇都是美满的结局,这除了&nbsp;<br/>土匪个人的RPWT,主要还在于他们在修理电脑的时候没有注意MM们的RPWT.给出一&nbsp;<br/>些个人建议:&nbsp;&nbsp;&nbsp;<br/><br/>如果MM只会站在一边看着你修,连杯水都不给你倒,除非她年纪太小太不懂事,不&nbsp;<br/>然这样的MM基本不懂关心照顾别人,也不懂尊重别人的劳动和付出.这样的MM若不&nbsp;<br/>是超级大美女,还是算了!&nbsp;&nbsp;&nbsp;<br/><br/>如果MM会一直问这问那,特别是如果主要问你为什么要这样修的原因,这种MM不够&nbsp;<br/>重视分工,喜欢主导一切,不能够尊重权威和相信理性,娶回家只会让你多一个唠&nbsp;<br/>唠叨叨的监工.如果你不喜欢被人呼来唤去,没有自疟倾向,这种MM还是算了!&nbsp;<br/><br/>如果MM一直问你要不要喝水,要不要歇一会儿,还问一些和修电脑无关的情况,例&nbsp;<br/>如问你这么好的技术都怎么学来的啊,如果殷勤到一反常态的地步,恭喜你!这个&nbsp;<br/>MM想泡你!!!如果这个MM一贯对人热情,那么这种MM属于擅长公关,有很强的管&nbsp;<br/>理和组织能力,这种MM也会成为未来家中的主管,但是好在是一种以人为本的管理&nbsp;<br/>,你不至于太痛苦这样的MM,只要平时不是那种过分往上爬巴结领导的类型,实际&nbsp;<br/>上还算不错的选择&nbsp;&nbsp;&nbsp;<br/><br/>如果MM话并不多,默默地给你倒杯水,然后再一旁看着,不时跑过来帮你递东西,&nbsp;<br/>这种是贤妻良母型,是那种甘愿在背后默默支持你的类型,你要是事业主导型的土&nbsp;<br/>匪,毫不犹豫泡这个MM吧!!!极品赞不绝口.(就是恐龙也不妨考虑一下)&nbsp;&nbsp;&nbsp;<br/><br/>如果MM给你东西吃,证明对你不见外;从来没见过的MM话,证明对你很有好感!小&nbsp;<br/>子,你赚了!&nbsp;&nbsp;&nbsp;<br/><br/>MM站着看你修电脑,有座位不坐,离得近的是关心电脑!离得远的还站着,如果不&nbsp;<br/>是眼睛超好的那种,这种MM有同甘共苦的意识,一般富有同情心,比较爱国(自己&nbsp;<br/>到时候对照一下)&nbsp;&nbsp;&nbsp;<br/><br/>MM坐着看你修电脑,正常;MM坐着但是不看你,眼光会游移到别的地方或者做自己&nbsp;<br/>的小动作,死了心吧!她已经有意中人了!&nbsp;&nbsp;&nbsp;<br/><br/>MM躺着看你修电脑(还真的有!)遇到的都是和<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>太熟悉的才这样!第一次就这样&nbsp;<br/>没遇到过,真有的话,就是RPWT!!!&nbsp;&nbsp;&nbsp;<br/><br/>MM在你修电脑的时候去洗澡了(遇到一次!)这个MM如果不是三天没洗澡,那就是&nbsp;<br/>把你当成家人看待了,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>觉得关系很熟这样的话就不算什么;如果第一次就这样,&nbsp;<br/>建议逃走或者躺下!!!&nbsp;&nbsp;&nbsp;<br/><br/>MM修电脑的时候把父母介绍给你(到她家修电脑)或者给你看她存在电脑上家人的&nbsp;<br/>照片,她很希望成为你重要的朋友.&nbsp;&nbsp;&nbsp;<br/><br/>MM修电脑的时候把MM介绍给你,电脑其实没问题,这个MM觉得你人不错,肥水不流&nbsp;<br/>外人田,便宜自己的姐妹先;或者她姐妹最近刚失恋,需要找个凯子过渡一下.&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=147</link>
			<title><![CDATA[轻松通过windows正版验证]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,22 May 2007 09:41:16 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=147</guid>	
		<description><![CDATA[盗版xp变正版!!!绝对有效&nbsp;<br/>首先，新建个文本文件，输入下面这些：&nbsp;<br/><br/><br/><br/><br/>on&nbsp;error&nbsp;resume&nbsp;next&nbsp;<br/><br/>dim&nbsp;vol_prod_key&nbsp;<br/>if&nbsp;wscript.arguments.count&lt;1&nbsp;then&nbsp;<br/>vol_prod_key=inputbox(&#34;powered&nbsp;by&nbsp;www.cnbeta.com&#34;&amp;vbcr&amp;vbcr&amp;&#34;&nbsp;本程序将自动替换你当前&nbsp;windows&nbsp;的序列号,通过微软验证完全正版。&#34;&amp;vbcr&amp;vbcr&amp;&#34;序列号(oem版无效,默认版本为&nbsp;xp&nbsp;vlk)：&#34;,&#34;windows&nbsp;xp序列号自动更换器&#34;,&#34;mrx3f-47b9t-2487j-kwkmf-rpwby&#34;)&nbsp;<br/>if&nbsp;vol_prod_key=&#34;&#34;&nbsp;then&nbsp;<br/>wscript.quit&nbsp;<br/>end&nbsp;if&nbsp;<br/>else&nbsp;<br/>vol_prod_key&nbsp;=&nbsp;wscript.arguments.item(0)&nbsp;<br/>end&nbsp;if&nbsp;<br/><br/>vol_prod_key&nbsp;=&nbsp;replace(vol_prod_key,&#34;-&#34;,&#34;&#34;)&nbsp;&#39;remove&nbsp;hyphens&nbsp;if&nbsp;any&nbsp;<br/><br/>for&nbsp;each&nbsp;obj&nbsp;in&nbsp;getobject(&#34;winmgmts:{impersonationlevel=impersonate}&#34;).instancesof&nbsp;(&#34;win32_windowsproductactivation&#34;)&nbsp;<br/><br/>result&nbsp;=&nbsp;obj.setproductkey&nbsp;(vol_prod_key)&nbsp;<br/><br/>if&nbsp;err&nbsp;=&nbsp;0&nbsp;then&nbsp;<br/>wscript.echo&nbsp;&#34;ok！去微软验证吧！&#34;&nbsp;<br/>end&nbsp;if&nbsp;<br/><br/>if&nbsp;err&nbsp;&lt;&gt;&nbsp;0&nbsp;then&nbsp;<br/>wscript.echo&nbsp;&#34;替换失败！输入的&nbsp;cd-key&nbsp;与当前的版本不匹配。&#34;&nbsp;<br/>err.clear&nbsp;<br/>end&nbsp;if&nbsp;<br/><br/>next&nbsp;<br/><br/><br/><br/><br/><br/>然后将以上文本保存为key.vbs&nbsp;双击执行即可&nbsp;通过xp验证<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=145</link>
			<title><![CDATA[收到gptreasure.com的美元]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sun,15 Apr 2007 11:24:49 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=145</guid>	
		<description><![CDATA[<img src="http://shanxinyuan.com/romotc/attachments/month_0704/w2007415112246.jpg" border="0" alt=""/><br/>兼职不可思议，没想到当时只是随性玩了一下竟然真的能挣到钱。<br/>国外的和尚真有钱！<br/><br/><a target="_blank" href="http://gptreasure.com/register.php?ref=romotc">gptreasure.com</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=144</link>
			<title><![CDATA[冷笑话集锦]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sat,14 Apr 2007 16:31:26 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=144</guid>	
		<description><![CDATA[今天公司开完联谊会才3点半的时间，到<a target="_blank" href="http://amwangjiji.spaces.live.com">王哲的blog</a>上看到这篇文章。感觉挺适合<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在的心情的，转一下给大家分享。<br/>1:&nbsp;说有一只企鹅，他的家离北极熊家特别远，要是靠走的话，得走<br/>20年才能到。有一天，企鹅在家里呆着特别无聊，准备去找北极熊玩，与是他出门<br/>了，可是走到路的一半的时候发现自己忘记锁门了，这就已经走了10年了，可是门<br/>还<br/>是得锁啊，于是企鹅又走回家去锁门。锁了门以后，企鹅再次出发去找北极熊，等<br/>于<br/>他花了40年才到了北极熊他们家……然后企鹅就敲门说：&#34;北极熊北极熊，企鹅找<br/>你玩来<br/>了！&#34;结果北极熊开门以后你猜他说什么……&#34;还是去你家玩吧~&#34;<br/><br/><br/>2<br/>小白兔蹦蹦跳跳到面包房，问：&#34;老板，你们有没有一百个小面包啊？&#34;<br/>老板：&#34;啊，真抱歉，没有那么多&#34;<br/>这样啊。。。&#34;小白兔垂头丧气地走了。<br/>第二天，小白兔蹦蹦跳跳到面包房,&#34;老板，有没有一百个小面包啊？&#34;<br/>老板：&#34;对不起，还是没有啊&#34;<br/>&#34;这样啊。。。&#34;小白兔又垂头丧气地走了。<br/>第三天，小白兔蹦蹦跳跳到面包房,&#34;老板，有没有一百个小面包啊？&#34;<br/>老板高兴的说：&#34;有了，有了，今天<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们有一百个小面包了！！&#34;<br/>小白兔掏出钱：&#34;太好了，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>买两个！&#34;<br/>3.<br/>小明说：「阿康，问你&#34;有一只鲨鱼吃下了一颗绿豆,结果它变成了什么&#34;？」<br/>阿康说：「<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不知道，答案是什么？」<br/>小明说：「嘿！嘿！答案是&#34;绿豆沙(绿豆鲨)&#34;，你很笨喔！」<br/>4<br/>老师问一同学怎么减少白色污染？<br/>同学答：把饭盒做成蓝色<br/>5.<br/>有个人,他肠胃不好.一天,他来到胃病医院看病,对医生说:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>吃什么拉什么,吃西<br/>瓜<br/>拉西瓜,吃黄瓜拉黄瓜!&#34;<br/>医生想了想,对他说:<br/>&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>看你只有吃屎了!&#34;<br/>6<br/>飞机上,一位空中小姐问一个小女孩说:&#34;为什么飞机飞这么高都不会撞到星星呢?&#34;<br/>小女孩回答到:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道,因为星星会&#39;闪&#39;啊!&#34;<br/>7<br/>有一只北极熊和一只企鹅在一起耍,<br/>企鹅把身上的毛一根一根地拔了下来,拔完之后,对北极熊说:&#34;好冷哦！&#34;<br/>北极熊听了，也把自己身上的毛一根一根地拔了下来，<br/>转头对企鹅说：<br/>&#34;果然很冷！&#34;<br/>8<br/>有一个面包,走着走着肚子饿了,于是就把自己吃了<br/><br/>9<br/>Q：非洲食人族的酋长吃什么？<br/>A：人啊！<br/>Q：那有一天，酋长病了，医生告诉他要吃素，那他吃什么？<br/>A：吃植物人！~~<br/><br/>10<br/>美国人∶你看过木头做的杯子吗？<br/>中国人∶没有！<br/>美国人∶那为什麽你们中国字的&#34;杯&#34;是木字旁？<br/>中国人∶&#34;杯&#34;字旁边不是有个&#34;不&#34;字吗！也就是说它不是木头做的。<br/>11<br/>小白＋小白=?<br/>小白兔（TWO）～！<br/>12<br/>Q:胖子从12楼掉下来会变什么?<br/>A:死胖子<br/><br/>14<br/>百万富翁开着豪华的加长&#34;林肯&#34;轿车经过一个村落时，看见路旁有两个乞丐<br/>正在<br/>拔草吃，百万富翁随即停下车。<br/>&#34;你们为什么吃草？&#34;<br/>&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们实在是没有钱......&#34;一个乞丐答道。<br/>&#34;真是的，上车吧，到<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>家去。&#34;<br/>&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>家里还有老婆和两个孩子......&#34;一个乞丐嘟囔道。<br/>&#34;把他们叫来１富翁指了指另一个乞丐。&#34;还有你，把你的家属也叫<br/>来。&#34;<br/>&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>家人口可多，除了老婆外，还有五个孩子。&#34;另一个乞丐说道。<br/>&#34;没关系，都叫来，快去１<br/>就这样，两个乞丐和他们的家属都上了车，好在是加长车。行使途<br/>中，<br/>一个乞丐的老婆感激的说道：&#34;老板，您人真好，连<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们这样的贫穷的人您都能请<br/>到<br/>家.&#34;<br/>百万富翁答道：&#34;没什么，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>刚刚从国外回来，家宅一直没人照看，<br/>院子<br/>里的草坪可能有&nbsp;一米&nbsp;多高了，你们可以吃个够<br/><br/>阿松和阿柏无事闲聊互道岁月不饶人。<br/>阿松：&#34;回忆儿童时代，过的最快乐的是儿童节。&#34;<br/>阿柏：&#34;过了十年就是青年节。&#34;<br/>阿松：&#34;再过十年就是父亲节。&#34;<br/>阿柏：&#34;再过几十年就是老人节了。&#34;<br/>阿松：&#34;又再过几十年.&#34;<br/>阿柏：&#34;.清明节。&#34;<br/>15<br/>某曰国战如火如荼，公会团长为了激励士气来到了大草原前线……<br/>公会团长问：情况怎样？<br/>团员弓箭手报告说：报告团长！前方20公尺&nbsp;的帐棚旁有一个拜索斯的弓箭手，不过<br/>他<br/>的准度很烂，这几天射了好多次，都没有射到人。<br/>团长听完便问：既然发现敌国的弓箭手，为什么不把他干掉？<br/>团员弓箭手说：报告团长！不好吧，难道你要让他们换一个比较准的吗？<br/><br/>16<br/>众士兵：&#34;渴……渴……&#34;<br/>曹操：&#34;大家再坚持一会！<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>曾经到过这个地方，记得附近有一座梅林，再走一<br/>会可<br/>能就到了&#34;<br/>众士兵：&#34;噢￣￣￣￣有梅子吃呀￣￣￣噢￣￣￣&#34;<br/>半个时辰后——曹仁：&#34;主公！探险队找到了大量的水源！&#34;<br/>曹操：&#34;哈哈哈哈，大家听到了吗？终于有水喝啦&#34;<br/>众士兵：&#34;不去……一定要找到梅子……&#34;<br/>17<br/>某女校闹鬼。<br/>有天被小红遇上了。<br/>鬼说：学妹。。。你看。。。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有脚。。。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有脚。。。<br/>小红：那有什么。学姐你看，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有胸部，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有胸部。<br/>18<br/>一块三分熟的牛排和一块5分熟的牛排在大街上遇到了,为什么他们没打招呼呢??(假<br/>设<br/>他们会说话)<br/>因为....................<br/>因为........................<br/>因为他们都不熟啊~~!哈哈<br/><br/>20<br/>小蛇很慌张地问大蛇哥哥..&#34;哥哥，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们有没有毒？？&#34;大蛇说:&#34;你问这干吗.<br/>？&#34;小<br/>蛇说:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>刚才不小心把自己舌头咬到了。&#34;<br/><br/>22<br/>龟兔赛跑...兔子很快跑到前面去了..<br/>乌龟看到一只蜗牛爬得很慢很慢..对他说:你上来，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>背你吧..<br/>然后..蜗牛就上来了..<br/>过了一会..乌龟又看到一只蚂蚁..对他说:你也上来吧..<br/>于是蚂蚁也上来了。.<br/>蚂蚁上来以后..看到上面的蜗牛..对他说了句&#34;你好&#34;<br/>你们知道蜗牛说什么吗??<br/>蜗牛说:你抓紧点,这乌龟好快...<br/><br/>26<br/>每次看妳穿丝袜的时候……<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的心中都会有一种无法言喻的感觉，<br/>那就是……<br/>萝卜还包保鲜膜咧！<br/>27<br/>有一天有个婆婆坐车<br/>坐到中途婆婆不认识路了<br/>婆婆用棍子打司机屁股说：这是哪？<br/>司机：这是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的屁股。<br/>28<br/>甲：&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>带你去一个全部女生都没有穿胸罩的地方。&#34;<br/>乙：&#34;真的吗？在哪里？快带<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>去！&#34;<br/>甲：&#34;就在隔壁的幼儿园！&#34;<br/>29<br/>有一天，老师带一群小朋友到山上采水果，<br/>他宣布说:&#34;小朋友，采完水果后，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们统一一起洗，洗完可以一起吃。&#34;<br/>所有小朋友都跑去采水果了。<br/>集合时间一到，所有小朋友都集合了。<br/>老师:&#34;小华，你采到什么？&#34;<br/>小华:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在洗苹果，因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>采到苹果。&#34;<br/>老师:&#34;小美妳呢？&#34;<br/>小美:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在洗蕃茄，因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>采到蕃茄。&#34;<br/>老师:&#34;小朋友都很棒哦！那阿明你呢？&#34;<br/>阿明:&#34;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在洗布鞋，因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>踩到大便。&#34;&nbsp;<br/>30<br/>坏消息：一个飞行员从飞机里掉出来了<br/>好消息：他带了降落伞<br/>坏消息：降落伞是坏的<br/>好消息：下面有个干草堆<br/>坏消息：干草堆上有一杆大粪叉<br/>好消息：他没落到大粪叉上<br/>坏消息：他也没落到干草堆上<br/><br/>35<br/>一猴子吃花生前都要先塞进屁股再拿出来吃。对此管理员解释道：曾有人喂它桃<br/>子，<br/>结果桃核拉不出来，猴子吓怕了，现在一定要量好再吃。<br/><br/><br/>40<br/>一天深夜，一个年轻女子经过一家精神病院时，突然后面传来&#34;哇&#34;的一声。女子<br/>扭头<br/>一看，一个一丝不挂的男子正在向她追来。女子吓得拔腿就跑，后面的男人紧追不<br/>舍。不好，前面是一条死胡同，女子万念俱灰，跪在地上哭着哀求道:&#34;你愿意干什<br/>么<br/>就干什么吧，只求你不要杀<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>。&#34;男子狡黠地笑了笑说：&#34;真的？那现在你开始追<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>。&#34;<br/><br/>41<br/>某精神病院新来护士一名，此女初来乍到，<br/>见院中有一病人围着一口古井打转，口中念着：&#34;13，13，……&#34;小护士<br/>心中颇<br/>为奇怪，想不出这个&#34;13&#34;是何含义，连续观察几日，均是如此。她总想上前问个<br/>究<br/>竟，但害怕病人发作，始终不敢。<br/>一日，小护士终于安捺不住好奇心，慢慢的走到那个病人身边，探头向井<br/>中<br/>观望。突然那个病人抱住护士的双腿，往下一掀，开始念：&#34;14，14，14，……&#34;&nbsp;<br/><br/>42<br/>火柴棍突然觉得头很痒，就伸手挠，挠着挠着就把自己烧死了...<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=142</link>
			<title><![CDATA[godaddy免费空间内bo-blog去广告方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Mon,05 Mar 2007 23:26:38 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=142</guid>	
		<description><![CDATA[今天终于发现了godaddy免费空间内bo-blog去广告方法，写出来给大家分享一下。<br/>大家在bo-blog目录下的template下可以看见几个存放系统模板的子目录，现在打开你的默认模板的那个文件夹。用记事本打开其中的elements.php<br/>在&lt;!DOCTYPE&nbsp;html&nbsp;PUBLIC&nbsp;&#34;-//W3C//DTD&nbsp;XHTML&nbsp;1.0&nbsp;Transitional//EN&#34;&nbsp;的前面加上<br/>&lt;div&nbsp;style=&nbsp;&#34;margin-top:-94&#34;&nbsp;&gt;<br/>注：94这个数字可以根据具体情况改变，建议不要把广告全都隐藏了，毕竟godaddy是免费提供給<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們的空間。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>留的是110，留出來一條廣告也不影響美觀。<br/>在&lt;/html&gt;后面加上<br/>&lt;/div&gt;<br/>然后覆盖网站中的该文件。刷新一下你的bo-blog看一下是不是效果好多了。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=140</link>
			<title><![CDATA[大风吹翻火车..汗＝＝!]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Thu,01 Mar 2007 00:35:42 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=140</guid>	
		<description><![CDATA[今天和哥哥商量好了以后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用笔记本，他用台式机。呵呵<br/>费了1个小时左右才把原来机器上的东西转移过来，也不是太多只是太零碎了。很多文件放的都很随意，看来以后用电脑的习惯还是要好好改改。<br/>装上自己喜欢的软件，gtalk（可惜朋友们用的都是qq，唉！这么好用&nbsp;占用资源这么少&nbsp;这么漂亮&nbsp;这么不奸商的公司出的这么好的软件为什么这么幼稚的中国网友们都不用呢。）千千静听、<a href="http://www.google.com" target="_blank">google</a>Desktopv......<br/>感觉<a href="http://www.google.com" target="_blank">google</a>Desktop还是比较实用的软件，在新闻里面看到这篇文章<br/>大家和<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一起汗一下<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">新华社快讯：28日凌晨1时55分左右，新疆一列客车在吐鲁番境内遭遇特大沙尘暴，<strong>列车被狂风吹翻，目前至少有4人死亡。</strong><br/>　　新华网乌鲁木齐2月28日电（记者赵春辉）２８日凌晨１时５５分左右，一列客车在中国新疆的吐鲁番境内遭遇特大沙尘暴，目前至少有两节车厢被吹翻。<br/><br/>　　据在７号车厢的乘客宿传义说，这列从乌鲁木齐驶往阿克苏的5806次列车在刚刚驶出吐鲁番车站不久，车窗就被飞沙打碎。在乘客忙着堵车窗时，整个车厢就在大风中倾覆。目前，人员伤亡情况不详。<br/></div></div><br/>＋＋＋＋＋＋＋＋＋＋每博一句＋＋＋＋＋＋＋＋<br/>只要精神不滑坡办法总比困难多！<br/>＋＋＋斗志昂扬战四方&nbsp;吼吼～～＋＋＋＋＋＋＋<br/><br/>test&nbsp;reinstall&nbsp;work&nbsp;well?]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=139</link>
			<title><![CDATA[写博客就像做爱]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,01 Mar 2007 00:01:22 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=139</guid>	
		<description><![CDATA[从<a target="_blank" href="http://ggpi.blogspot.com/2007/02/<a href="http://shanxinyuan.com/romotc" target="_blank">blogger</a>_09.html">ggpi</a>上看到这篇文章，感觉写的有点不对。改一下大家看看效果<br/>----------original&nbsp;text--------<br/>How&nbsp;Being&nbsp;a&nbsp;Blogger&nbsp;is&nbsp;Like&nbsp;Being&nbsp;a&nbsp;Sex&nbsp;Worker<br/>//写博客就像卖淫<br/>No&nbsp;prior&nbsp;experience&nbsp;necessary<br/>//无需经验<br/>Word&nbsp;of&nbsp;mouth&nbsp;works&nbsp;best<br/>//口语最好<br/>Doing&nbsp;it&nbsp;once&nbsp;a&nbsp;day&nbsp;is&nbsp;good,&nbsp;doing&nbsp;it&nbsp;twice&nbsp;a&nbsp;day&nbsp;is&nbsp;better,&nbsp;doing&nbsp;it&nbsp;three&nbsp;times&nbsp;a&nbsp;day&nbsp;is&nbsp;best&nbsp;but&nbsp;awfully&nbsp;hard&nbsp;to&nbsp;sustain<br/>//一天一次好，一天两次更好，一天三次最好，但是坚持挺住绝对很难<br/><br/>If&nbsp;you&nbsp;pleasure&nbsp;someone,&nbsp;you’ll&nbsp;often&nbsp;be&nbsp;pleasured&nbsp;in&nbsp;return&nbsp;although&nbsp;not&nbsp;always&nbsp;in&nbsp;the&nbsp;way&nbsp;you&#39;d&nbsp;prefer<br/>//如你满足了某人，反过来你也能得到满足，尽管并不总是以你喜欢的方式<br/>It’s&nbsp;really&nbsp;important&nbsp;to&nbsp;avoid&nbsp;viruses<br/>//避免病毒真的很重要<br/>Learn&nbsp;a&nbsp;few&nbsp;basic&nbsp;tricks&nbsp;and&nbsp;then&nbsp;do&nbsp;them&nbsp;over&nbsp;and&nbsp;over<br/>//学习一些基本技巧，然后反复的使用<br/>Getting&nbsp;someone&nbsp;to&nbsp;pimp&nbsp;your&nbsp;business&nbsp;can&nbsp;increase&nbsp;traffic&nbsp;but&nbsp;also&nbsp;has&nbsp;unintended&nbsp;negative&nbsp;consequences<br/>//让人帮你拉客可以增加流量也会带来预料不到的恶果<br/>Some&nbsp;days&nbsp;it’s&nbsp;impossible&nbsp;to&nbsp;satisfy&nbsp;the&nbsp;customers<br/>//有些日子就是不可能满足顾客<br/>Trackbacks&nbsp;always&nbsp;welcome<br/>//勾引勾引总是很欢迎的<br/>At&nbsp;first,&nbsp;the&nbsp;work&nbsp;is&nbsp;a&nbsp;lot&nbsp;of&nbsp;fun;&nbsp;as&nbsp;time&nbsp;goes&nbsp;on,&nbsp;less&nbsp;so<br/>//开始时，这个工作是充满乐趣的，随着时间的推移，越来越无聊<br/>Receiving&nbsp;rude&nbsp;o&#114;&nbsp;off-topic&nbsp;comments&nbsp;is&nbsp;part&nbsp;of&nbsp;the&nbsp;job<br/>//接受鲁莽或跑题的评论是工作的一部分<br/>The&nbsp;vast&nbsp;majority&nbsp;of&nbsp;the&nbsp;public&nbsp;has&nbsp;no&nbsp;idea&nbsp;what&nbsp;you’re&nbsp;doing<br/>//绝大多数人都不知道你在干什么<br/>Sometimes&nbsp;it’s&nbsp;really&nbsp;hard&nbsp;not&nbsp;to&nbsp;suck<br/>//有时候真是很难不写的乱七八糟<br/>How&nbsp;Being&nbsp;a&nbsp;Blogger&nbsp;is&nbsp;Not&nbsp;Like&nbsp;Being&nbsp;a&nbsp;Sex&nbsp;Worker:<br/>//写博客哪里不像性工作者？<br/>Sex&nbsp;workers&nbsp;get&nbsp;paid<br/>//性工作者有酬劳<br/>------------------------------------<br/>++++++++++MY&nbsp;REWORK++++++++++++<br/>HOW&nbsp;Being&nbsp;a&nbsp;Blogger&nbsp;is&nbsp;Like&nbsp;Your&nbsp;Have&nbsp;a&nbsp;Lover<br/>No&nbsp;prior&nbsp;experience&nbsp;necessary<br/>Words&nbsp;of&nbsp;heart&nbsp;works&nbsp;best<br/>//发自内心的话最动听<br/>Do&nbsp;it&nbsp;once&nbsp;a&nbsp;&nbsp;day&nbsp;is&nbsp;good&nbsp;,do&nbsp;it&nbsp;twice&nbsp;a&nbsp;day&nbsp;is&nbsp;better,do&nbsp;it&nbsp;three&nbsp;times&nbsp;a&nbsp;day&nbsp;is&nbsp;best&nbsp;but&nbsp;do&nbsp;not&nbsp;effect&nbsp;your&nbsp;life.<br/>If&nbsp;you&nbsp;pleasure&nbsp;he/she,you&nbsp;often&nbsp;have&nbsp;be&nbsp;pleasured&nbsp;in&nbsp;return.<br/>It&#39;s&nbsp;really&nbsp;important&nbsp;to&nbsp;avoid&nbsp;clash<br/>//避免冲突最重要<br/>Learn&nbsp;a&nbsp;few&nbsp;basic&nbsp;tricks&nbsp;and&nbsp;then&nbsp;do&nbsp;them&nbsp;over&nbsp;and&nbsp;over<br/>the&nbsp;Wish&nbsp;to&nbsp;gain&nbsp;more&nbsp;partner&nbsp;is&nbsp;so&nbsp;fillip,but&nbsp;it&nbsp;also&nbsp;has&nbsp;unintended&nbsp;negative&nbsp;consequences<br/>//希望得到更过的伙伴.....<br/>Some&nbsp;days&nbsp;it&#39;s&nbsp;impossible&nbsp;to&nbsp;free&nbsp;from&nbsp;it<br/>//在一些天从中摆脱出来也是必要的<br/>Trackbacks&nbsp;always&nbsp;welcome<br/>//双方的反馈是受欢迎的<br/>At&nbsp;first&nbsp;,the&nbsp;work&nbsp;is&nbsp;a&nbsp;lot&nbsp;of&nbsp;fun,as&nbsp;time&nbsp;goes&nbsp;on,it&nbsp;changed&nbsp;to&nbsp;a&nbsp;habit<br/>Sometimes&nbsp;it&#39;s&nbsp;really&nbsp;hard&nbsp;not&nbsp;to&nbsp;suck<br/>//有些时候很难不做的很糟糕<br/>How&nbsp;Being&nbsp;a&nbsp;<a target="_blank" href="http://shanxinyuan.com/romotc">Blogger</a>&nbsp;is&nbsp;Not&nbsp;Like&nbsp;Doing&nbsp;sexual&nbsp;intercourse<br/>Doing&nbsp;sexual&nbsp;intercourse&nbsp;get&nbsp;joy<br/><br/><br/><br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=138</link>
			<title><![CDATA[感情]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Wed,28 Feb 2007 18:51:18 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=138</guid>	
		<description><![CDATA[<br/>原始地址：<a href="http://hw-driver-bal.nctu.cc:52833/pub/slime/sharedMail/literature/20040424-6.htm" target="_blank">http://hw-driver-bal.nctu.cc:52833/pub/slime/sharedMail/literature/20040424-6.htm</a><br/><br/>狗不會瘦，因為牠不會思念。<br/><br/>人會瘦，因為他思念別人。&nbsp;<br/><br/>人總是被思念折磨，在思念裡做一頭可憐的流浪狗。&nbsp;<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們每一個人都是被有條件地愛著，也是有條件地愛著別人。&nbsp;<br/><br/>不必心灰意冷，既然知道世上沒有無條件的愛，&nbsp;<br/><br/>你應該努力使自己更具備條件去愛，&nbsp;<br/><br/>同時也該學習忘記一些條件去愛一個人。&nbsp;<br/><br/><br/><br/>愛情最恐怖的地方，&nbsp;<br/><br/>他愛你，不代表他不會背叛你。&nbsp;<br/><br/>他背叛你，也不代表他不愛你。&nbsp;<br/><br/>不愛上他，就不會因為無法跟他長相廝守而難過。&nbsp;<br/><br/>承諾本來就是男人與女人的一場角力，&nbsp;<br/><br/>有時皆大歡喜，大部分情況卻是兩敗俱傷。&nbsp;<br/><br/><br/><br/>不到最後一刻，千萬別放棄。&nbsp;<br/><br/>最後得到好東西，不是幸運，&nbsp;<br/><br/>有時候，必須有前面的苦心經營，才有後面的偶然相遇。&nbsp;<br/><br/>有時候，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們愛著的，不是現實的那個人，而是回憶裡的他。&nbsp;<br/><br/>男人覺得對不起一個女人，<br/><br/>不代表他仍然愛她和思念她人在回憶的時候，<br/><br/>只是回味從前的自己。&nbsp;<br/><br/><br/><br/>有些事情是不可勉強的。&nbsp;<br/><br/>你愛一個人，他不愛你，不代表你不可愛，<br/><br/>不代表你不好，只能代表他不愛你而已。&nbsp;<br/><br/>有時候，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們願意原諒一個人，並不是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們真的願意原諒他，&nbsp;<br/><br/>而是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們不想失去他。不想失去他，惟有假裝原諒他。&nbsp;<br/><br/><br/><br/>一段愛情可以由愛重新開始，卻不能由原諒重新開始。&nbsp;<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>們愛一個人和不愛一個人往往是因為同一些理由。&nbsp;<br/><br/>時間治療痛苦，也加深了痛苦；它有時候太長，有時候又太倉促。&nbsp;<br/><br/>感情的事很奇怪。你很投入的時候，對方很抽離。&nbsp;<br/><br/>你很抽離的時候，對方又偏偏很投入。&nbsp;<br/><br/>男人對女人的傷害，不一定是他愛上了別人，&nbsp;<br/><br/>而是他在她有所期待的時候讓她失望，&nbsp;<br/><br/>在她脆弱的時候沒有扶她一把，在她成功的時候竟然妒忌她。&nbsp;<br/><br/><br/><br/>愛到極愛，往往變成無情。恨到極恨，往往不再有恨。&nbsp;<br/><br/>愛情永遠是想像比現實美麗，相逢如是，告別也如是。<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=134</link>
			<title><![CDATA[清除搜索引擎历史记录的方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,28 Feb 2007 16:24:05 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=134</guid>	
		<description><![CDATA[今天安哥问<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>怎么去处信息港搜索框内的历史记录，原来记得不只用软件在ie得工具&gt;internet选项里面可以去处。试了几次都不行，还是给他下了安全卫士才ok。<br/>真是软件都让人变得笨了，其实挺简单得。ie里面已经有这个功能了，还搞了半天下载。真是笨呢<br/>清除搜索框以及其他表单得历史记录得方法：<br/>ie&gt;工具&gt;internet选项&gt;内容&gt;自动完成&gt;点击里面的清除表单就ok了。<br/>test&nbsp;reinstall&nbsp;work&nbsp;well?<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=133</link>
			<title><![CDATA[离别 妈妈]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Tue,27 Feb 2007 01:35:09 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=133</guid>	
		<description><![CDATA[这月流下今生最多的泪水<br/>妈妈，再见.....<br/>心里再多的愧疚，也于事无补。<br/>这次从老家回来，整个人就像死过一次一样<br/>坐在回来的客车上，看着熟悉的不能再熟悉的往返跑过十几年的路<br/>这次却格外的不一样<br/>往后的路都要由<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>自己来走了。<br/>妈妈，难道你是想用这么残忍的方法来告诉<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这个道理吗？<br/>儿，想再和你说句话.........<br/>在你离开后的二十几天中，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>每夜醒来都在想&nbsp;妈妈你会<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>梦中出现<br/>再跟<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说最后一句话&nbsp;哪怕只有一声呼唤<br/>清晨醒来，每每的失望。<br/>妈妈，就这样决绝的告诉<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一个道理<br/>以后的路要你自己去走<br/>以后的路要靠你一个人去走]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=132</link>
			<title><![CDATA[山东招聘会日程安排]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Mon,26 Feb 2007 22:12:13 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=132</guid>	
		<description><![CDATA[山东省2007年大中专毕业生应用型与高职类就业市场&nbsp;<br/>2007年3月25日<br/>潍坊富华国际展览中心（潍坊市东风东街189号）<br/><br/>2007年山东省春季大型人才招聘会&nbsp;地点：山东省体育馆（乘坐2、15、16、32、43、K56、62、65、75、K68、K93、K94、K109、115、117、129、K301路公交车到省体育中心下车即到）&nbsp;　　<br/>&nbsp;2007年3月3日（星期六）　&nbsp;<br/>山东人才市场每周三、六定期举办招聘会&nbsp;地&nbsp;址：中国·济南&nbsp;解放路24号&nbsp;邮政编码：250013&nbsp;电&nbsp;话：(0531)8932041-2820&nbsp;传&nbsp;真：(0531)8934604&nbsp;　　&nbsp;<br/>每周三、六　<br/>来源&gt;&gt;&gt;&gt;sdbys.cn　&nbsp;<br/>＋＋＋＋＋＋＋＋＋＋＋＋三月一号更新＋＋＋＋＋＋＋＋<br/>威海市第二届网上人才招聘大会<br/>本次招聘会共包括网络招聘、现场招聘两项内容<br/>1、网络招聘&nbsp;时间：2007年3月10日——2007年3月31日&nbsp;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;网络媒体：威海人才网&nbsp;<a href="http://www.whrc.gov.cn" target="_blank">http://www.whrc.gov.cn</a><br/><br/>2、现场招聘&nbsp;时间：2007年3月17日<br/><br/>　　　　　　　　　地点：威海市人才市场<br/>三、参会对象<br/><br/>　　1、各类用人单位；<br/><br/>　　2、各类专业技术人员、大中专院校毕业生。<br/>★威海人才市场将于2007年三月份、四月份两个月时间每周增加一场现场招聘会，现场招聘会时间定于每周一、三、四。<br/>联系电话：0631—5816135&nbsp;5819320<br/>信息来源&gt;&gt;&gt;&gt;&gt;<a target="_blank" href="http://news.<a href="http://www.google.com" target="_blank">google</a>.com/news?q=%E5%A8%81%E6%B5%B7+%E6%8B%9B%E8%81%98%E4%BC%9A&amp;hl=zh-CN&amp;newwindow=1&amp;rlz=1T4XNLA_zh-CN___CN212&amp;sa=X&amp;oi=news&amp;ct=title"><a href="http://www.google.com" target="_blank">google</a>快讯</a><br/>＋＋＋＋＋＋＋＋＋＋＋＋＋＋＋<br/>济南招聘会信息<br/>除每周六举办正常的招聘会外，从3月份开始将安排9场大型人才交流会。具体安排如下：&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　3月17日，2007年应届大中专毕业生双选会暨山东省春季人才交流大会(综合类)；&nbsp;《》<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　4月21日，2007年山东省民营企业人才招聘会暨山东人才网会员单位人才招聘会(综合类)；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　5月16-18日，2007年山东省民营企业产学研人才招聘会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　5月19日，山东省外资企业及高新技术产业人才交流大会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　6月16日，2007年省级专业人才市场人才交流大会暨山东人才网会员单位人才招聘会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　9月15日，2007年山东省秋季人才交流大会暨山东人才网会员单位人才招聘会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　10月20日，2007年山东人才网会员单位人才招聘会暨首届“夕阳人才”招聘会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　11月17日，2008年应届毕业生双选会暨山东人才网会员单位冬季人才招聘会；&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　12月15日，2007年山东省冬季人才交流大会。&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>　　这9场交流大会中，除2007年山东省民营企业产学研人才招聘会在济南国际会展中心(济南市高新技术开发区)举办外，其余8场都安排在山东省印刷物资公司机械设备展览中心(济南市解放东路69号)举行。&nbsp;&nbsp;<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=131</link>
			<title><![CDATA[测试pjblog防止垃圾引用插件修改]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,15 Feb 2007 03:44:46 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=131</guid>	
		<description><![CDATA[pjblog的trackback修改下面两位老兄已经说的很清楚了，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>就不多写了。<br/>因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的pjblog系统文件修改较多所以<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一开始是手工修改的，可以老是不行。甚至还出现了500错误。<br/>到最后真的烦了，就把myyu的自动文件下载下来。反正备份数据库和文件了。拼死一博！没想到还成功了。<br/>这个自动文件应该是没什么问题，它是搜索特定字符然后替换。和手工的效果是一样的，只要这些特定字符没有修改多，就应该ok。不过运行前还是先备份文件，以免出现意外。<br/>需要备份的文件：<br/>trackback.asp&nbsp;<br/>class/cls_logAction.asp&nbsp;<br/>class/cls_article.asp<br/>Template/Article.asp&nbsp;<br/>common/cache.asp<br/>然后就是你的数据库文件。<br/>现在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的pjblog的trackback貌似修改好了，自己给自己trackback一下看能不能行 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_02.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>感谢两个大好人！ <img src="http://shanxinyuan.com/romotc/images/smilies/Face_25.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/> <img src="http://shanxinyuan.com/romotc/images/smilies/Face_25.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>来测试一下效果。<br/><a href="http://qian.hanzify.org/article.asp?id=310" target="_blank">http://qian.hanzify.org/article.asp?id=310</a><br/><a href="http://www.myyu.net/2006/12/pjblog-anti-spam.html" target="_blank">http://www.myyu.net/2006/12/pjblog-anti-spam.html</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=130</link>
			<title><![CDATA[测试zoundry离线发布功能]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Wed,14 Feb 2007 23:09:15 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=130</guid>	
		<description><![CDATA[<p>测试zoundry离线发布功能</p>
<!--more-->
<p>2修改，再发布。<br/>一个字 不习惯。</p>
<p>3这个东西竟然可以向日志当中添加教本代码</p>
<p>下面是添加的gg的ad。不过不应该是这个样式的，我选择的是文字链接啊</p>
<p>4线发布工具现在好像都不成熟，以后再考虑用它。</p>
<script xml:space="preserve" type="text/javascript">
//
//
&amp;lt;!--
google_ad_client = "pub-2619243839692475";
google_alternate_color = "ffffff";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al_s";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "4AAEE7";
google_color_text = "000000";
google_color_url = "808080";
//--&amp;gt;
//
//
</script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" xml:space="preserve" type="text/javascript">
</script>
<p class="zoundry_bw_tags">
  <!-- Tag links generated by Zoundry Blog Writer. Do not manually edit. http://www.zoundry.com -->
  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/%E7%A6%BB%E7%BA%BF%E5%8F%91%E5%B8%83" class="ztag" rel="tag">离线发布</a></span> 
</p>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=129</link>
			<title><![CDATA[godaddy免费空间去广告方法总结]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,14 Feb 2007 03:29:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=129</guid>	
		<description><![CDATA[网桥的主机就当给他们过年买包药钱了，今天晚上忙了一个小时终于把witkey这个域名解析到了godaddy的免费空间上。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>原来的时候因为要用网桥的双ip双线空间把域名解析到了everdns.cn的免费智能解析上，godaddy原来的dns参数也没记。这次直接从everdns.cn上把域名指向godaddy的空间，然后在godaddy的空间上绑定（要等30多分钟的样子才能在godaddy上生效）竟然一次就可以了。everdns.cn的解析速度还是值得夸奖的。<br/>记得刚接触这个空间的时候没有可以绑定域名的地方，这次到里面仔细看了下竟然有了。而且可以绑定任意的域名，太爽了。以后还可以用这个空间给shanxinyuan做个论坛什么的。<br/>这次地震之后godaddy的空间速度貌似提高了不少，竟然感觉比国内的空间还要快。真替网桥idc他们害羞！<br/>因为godaddy的广告实在是没办法让人容忍，找找办法把等部的广告去掉或者给弄小一点，然后在页面适当的位置再给他们加上免得空间被k。不好意思哈。<br/>采用kenyja的第三种方法把等部的广告缩小到可以接受的程度。<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">方法三：文件的开头加入<br/><br/>&lt;div&nbsp;style=&nbsp;&#34;margin-top:-94&#34;&nbsp;&gt;<br/><br/>在末尾加入<br/><br/>&lt;/div&nbsp;&gt;<br/><br/></div></div><br/>只是把94改成了114<br/>效果：<br/><img src="http://photo1.bababian.com/20070214/B731BC63005F6F0871BA7055E199D0BD_500.jpg" border="0" alt=""/><br/>boblog的安装很顺利，没什么问题。<br/><strong>关于登陆的问题：</strong><br/>现在才想起来上次在godaddy安装boblog的时候也是无法登陆进去。（幸亏<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>记性不好，如果<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>记得的话就不会有这次尝试了。）<br/>下面是boblog官方给的javascript登陆器：<br/><a href="http://www.bo-blog.com/weblog/read.php/392.htm" target="_blank">http://www.bo-blog.com/weblog/read.php/392.htm</a><br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">用js实现cookie控制。之所以做这个东西，是因为至今还是有很多人在用记事本修改UTF-8文件，由此导致COOKIE送出不正常。此外，发现一些服务器上怎么也登入不了。用javascript，应该对服务器的兼容性好一些。<br/><br/>使用方法：<br/>1.&nbsp;下载，解压，splogin.php上传到安装根目录下（建议改成只有您一人知道的文件名），images/js下的文件请传到&nbsp;images/js&nbsp;下。不需要修改任何属性。<br/>2.&nbsp;在浏览器里打开&nbsp;url/splogin.php（或更改后的新名字）。<br/>3.&nbsp;Userid填写ID，注意不是用户名。一般来说，在安装时设置的默认管理员，ID都是1。<br/><br/>请打开浏览器的javascript支持和cookie支持。<br/><br/>这个程序的原理是用javascript写入登入信息的cookie，成功率应该是很高的。如果用这个还不能登入的话，暂时<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也没有别的方法了。IE/Firefox测试通过。<br/></div></div><br/>今天先写到这，以后结合boblog的去广告方法再继续。<br/><br/>下面是kenyja总结的方法<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">使用Godaddy免费空间的代价，就是在每一个页面顶端都会加一个广告横幅。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;其实最初<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>对广告横幅是理解的，因为天下没有免费的午餐。但后来使用中发现两个大的问题：一是由于广告是在正常显示网页后，让正常页面下移腾出空间显示的。所以打开每个页面都会非常明显的感受到页面加载中的下移过程，让人非常不舒服。二是广告的载入速度非常慢，结合第一点，使网页显示完成大为延缓。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不得不决定去广告，查看加广告后的网页代码，可以看到在末尾加上了一段Java语句：<br/><br/>&lt;&nbsp;script&nbsp;language=&#39;javascript&#39;&nbsp;src=&#39;<a href="https://a12.alphagodaddy.com/hosting_ads/gd01.js" target="_blank">https://a12.alphagodaddy.com/hosting_ads/gd01.js</a>&#39;&gt;<br/>&lt;&nbsp;/script&gt;<br/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Godaddy就是通过这段代码，在每一页加上广告的。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;在网上搜索了一下，发现不少去广告的方法。<br/><br/>方法一：在页面最后加<br/>&lt;script&gt;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;可以完全去掉广告,在需要去广告的页面后面加该标记后，广告代码加入后就成为：<br/><br/>&lt;script&gt;<br/>中间可以有非Java内容<br/>&lt;&nbsp;script&nbsp;language=&#39;javascript&#39;&nbsp;src=&#39;<a href="https://a12.alphagodaddy.com/hosting_ads/gd01.js" target="_blank">https://a12.alphagodaddy.com/hosting_ads/gd01.js</a>&#39;&gt;<br/>&lt;&nbsp;/script&gt;<br/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;这就造成广告代码匹配出现错误，从而阻止了广告代码的执行。这种方法完全去除了广告的影响，可以大大提升页面显示速度，是目前最好的方法，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用的就是这一种。不足之处是可能导致空间被K，为了尽量避免其发生，建议保留部分页面的广告。<br/><br/>方法二：在文件结尾处加入<br/>&lt;noscript&gt;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;可以完全去掉广告。原理和方法一差不多，阻止后面的广告代码的执行，效果和可能导致的后果也完全一样。<br/><br/>方法三：文件的开头加入<br/><br/>&lt;div&nbsp;style=&nbsp;&#34;margin-top:-94&#34;&nbsp;&gt;<br/><br/>在末尾加入<br/><br/>&lt;/div&nbsp;&gt;<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;这种方法是让页面顶端的部分内容不显示出来，由于顶端是加的广告，所以可以起到隐藏广告的作用。隐藏内容的高度为：９４，可以修改-94的大小适应广告的高度直到隐藏广告。使用这种方法是隐藏广告不是删除广告，广告仍然存在只是看不到了，所以空间应该不会被K。不足之处是，广告仍然被载入，所以广告对页面显示速度的影响没有消除。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有用过这种方法，不知道效果如何，但<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>分析想法是好的，用起来仍会非常不爽。因为不是一开始顶端显示的就是广告，广告是正常显示页面后，让正常页面下移腾出地方显示广告的。<br/></div></div><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=128</link>
			<title><![CDATA[免费logo制作－diy  your logo]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,13 Feb 2007 22:57:46 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=128</guid>	
		<description><![CDATA[<a href="http://www.vlly.net/myblog/article.asp?id=2761" target="_blank">http://www.vlly.net/myblog/article.asp?id=2761</a><br/>在线制作logo的网站集合，其他的没来得及看，最后一个还是不错的。先谢过Muyu提供这么好的冬冬。<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">&nbsp;在网上看到了这样的文章，发来大家看看，希望对大家有所帮助！<br/><br/>　　以下是从网上收集到的logo在线制作网站，可以在线制作3Dlogo，带阴影的logo，凹形雕刻状logo，凸形雕刻状logo，动画logo，和其他各种标志。只要你输入几个字，点下按钮即可生成漂亮的logo。开始为你的博客网站做个logo吧！<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>1.&nbsp;logo制作网站<br/>&nbsp;&nbsp;<a href="http://searchdon.com/extrathemes.asp" target="_blank">http://searchdon.com/extrathemes.asp</a><br/>&nbsp;网站集成了很多字体和风格的LOGO生成，包括yahoo，<a href="http://www.google.com" target="_blank">google</a>等的Logo样式制作。<br/>在线生成的图片<br/><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>2.<a href="http://<a href="http://www.google.com" target="_blank">google</a>alive.com/cr" target="_blank">http://<a href="http://www.google.com" target="_blank">google</a>alive.com/cr</a>&#101;ate.asp<br/>这个和上面的一样，在线生成静止的LOGO&nbsp;<br/><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>3.在线生成自己的Logo和按钮<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>4.&nbsp;&nbsp;<a href="http://www.eoool.com" target="_blank">http://www.eoool.com</a><br/>这是国内的。制作出的图片还不如电脑自带图片制作软件，不过可以生成邮件图标和其他小图标。<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>5.在线生成行走动画<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>6.logo在线生成&nbsp;&nbsp;<a href="http://phorum.com.tw/Generator.aspx" target="_blank">http://phorum.com.tw/Generator.aspx</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>7.在线图片编辑&nbsp;<a href="http://www.preloadr.com/" target="_blank">http://www.preloadr.com/</a><br/><br/>&nbsp;&nbsp;Preloadr&nbsp;是一个在线编辑flickr图片的网站。通过preloadr可以很轻松地编辑自己flickr相册里的图片。不需要重新注册，使用自己的flickr帐号直接登录即可。首次登录需要通过简单许可验证过程。相对其他的在线编辑工具，preloadr不仅有常有的放大缩小、剪切、旋转等功能，还提供了多种滤境和层的功能。是一个很强大的flickr图片编辑工具。<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>8.免费3D&nbsp;banner在线制&nbsp;&nbsp;&nbsp;<a href="http://www.3dtextmaker.com/cgi-bin/3dtext.pl" target="_blank">http://www.3dtextmaker.com/cgi-bin/3dtext.pl</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>9.生成email图片<a href="http://services.nexodyne.com/email/" target="_blank">http://services.nexodyne.com/email/</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>10.IE在线PhotoShop&nbsp;&nbsp;&nbsp;<a href="http://www.iephotoshop.com/" target="_blank">http://www.iephotoshop.com/</a><br/><br/>&nbsp;&nbsp;图片在线加工<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>11.在线印章<br/>----------------------------------------------------------------------------------------------------------------------------------<br/>12.在线按纽制作&nbsp;<a href="http://www.coolarchive.com/buttonmaker.php" target="_blank">http://www.coolarchive.com/buttonmaker.php</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>13.在线图形特效生成&nbsp;<a href="http://www.chami.com" target="_blank">http://www.chami.com</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>14.聊天工具在线状态生成器<a href="http://www.onlinestatus.org/forum/usage.php" target="_blank">http://www.onlinestatus.org/forum/usage.php</a><br/>----------------------------------------------------------------------------------------------------------------------------------<br/>15.在线生成动态logo。国内网站<a href="http://logomaker.cn/littlelogo/flashlogo.aspx" target="_blank">http://logomaker.cn/littlelogo/flashlogo.aspx</a><br/></div></div><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=127</link>
			<title><![CDATA[主机挂了]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Tue,13 Feb 2007 16:02:45 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=127</guid>	
		<description><![CDATA[tnn的网桥的空间现在又不行了，真的被他烦死了。witkey这个域名买了一直就没用起来，又不是藏米的人手里握着几个域名闲着郁闷死了。<br/>在这里举报几个idc大家以后要注意啊。（都是骗过握的 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_11.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>）<br/><br/>蓝芒idc&nbsp;www.lmidc.com<br/>Qq&nbsp;号：11145512<br/>银行帐号：回来找到再写在这里<br/>人物：徐浩<br/>举报理由：空间多次关闭，现在拒绝给开空间。lmidc.com的首页还曾加毒。<br/><br/>网桥idc&nbsp;www.57idc.com<br/>QQ6500016&nbsp;<br/>银行帐号：回头写在这里<br/>举报理由：空间数据库常出错，现在空间长时间不能正常访问而且无人过问。从买空间以来空间曾出现删域名绑定等问题。当时在<a href="http://im286.com" target="_blank">落伍</a>看到那么多人都买他们的空间，才购买他们的。没想到还是出了问题。<br/>网络购物什么时候才能真正的安全呢。唉！<br/><br/>┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳┻┳<br/>┳┻┳┻防┻┳┻火┻┳┻墙┻┳┻┳┻<br/>┻┳┻┳┳┳┻┳┳┳┻┳┳┳┻┳┻┳]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=126</link>
			<title><![CDATA[卡巴斯基6key下载]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,13 Feb 2007 13:31:56 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=126</guid>	
		<description><![CDATA[以前的卡巴斯基激活码生成器现在不能用了，费了好大力气找到这个现在还可以用的key文件集合。有到2008年的，给大家共享一下。<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=125</link>
			<title><![CDATA[给北辰的网页取色软件MyColor]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,06 Feb 2007 00:26:02 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=125</guid>	
		<description><![CDATA[<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">求助：求这么一款小软件，好像是十几还是几十KB吧，一个.exe程序。打开后是个“调色板”，有个小笔尖，把笔尖移动到网页上能在调色面板显示对应的颜色编码。这个小软件名称忘了，有知道名字或者有这款软件的请留言告之，在此谢过。<br/></div></div><br/>183k<br/>图片演示<br/><img src="http://photo1.bababian.com/20070206/CDF5701C41B67F1C9E2B3069502E4B55_240.jpg" border="0" alt=""/><br/><br/>is&nbsp;&nbsp;it?]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=123</link>
			<title><![CDATA[中国的流氓式经营]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Mon,05 Feb 2007 00:54:15 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=123</guid>	
		<description><![CDATA[本想换到bo-blog系统以后就可以省心了，没想到网桥idc的空间却出现了问题。速度慢的要命，mysql经常出错。抓紧时间把bo上的日值复制一下。<br/>中国的idc们难道不耍点流氓就没发展吗？作为一个刚刚起步的公司，价格低一点来吸引顾客。就算是一年300/2g的几个赚不太多，只要你们空间质量有保障以后也可能能慢慢发展起来。用户的口碑难道就那么不值钱。<br/>还是因为没人来管理网上的流氓们，换个域名换个银行卡号照样开始行骗。<br/>中国啊。。<br/>&nbsp;<br/>p.s.刚写完这篇日值网桥的空间ftp和http就都上不去了。好险！<br/>是永久的黑暗还是黎明前？<br/><br/><br/>日值备份：<br/>你到底有几个好博客？<br/>终于毕业了，也更换好了blog系统。（希望bo-blog系统的反垃圾引用和评论的能力会比pjblog强一些）以后就确定在这个witkey.us&nbsp;blog平台上写两年了。不过bo-blog系统的后台功能还是值得夸奖的，先在这赞一个。在pjblog平台上写了了这一年多的时间也没给pjblog做什么贡献，心里挺内疚的。以后吧，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在开始学asp，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的第一个asp程序将是为pjblog而做。pjblog的易用性还是比较值得赞扬的，模板也都很漂亮。相信许多人也想<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一样被她的外表迷住了。各有所长吧，希望pjblog在以后的版本中考虑一下内核的问题。<br/>在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>还没有购买shanxinyuan.com这个域名时，第一个blog是在广电网的官网上申请的。<br/>当时也不知道blog是什么概念，只是感觉有了这个名为blog的东西，收集资料，记录个人信息很是方便。<br/>当时blog可以说大部分都是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>摘录的网上的技术文章以及<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用到的软件等东东。<br/>在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的第一个blog期间<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认识了365key，donews，车东等一些<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>到现在还经常访问的网站。<br/><br/>在进入大学以后，因为广电网的速度问题。第一个blog就只能宣告结束了。感觉挺可惜的，毕竟在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的第一个blog上记载了<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认识互联网的起步阶段。还记得当时因为一篇文章被365key首页推荐一天带来了1000ip，也就是在这件事以后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>才知道了blog&nbsp;分享的价值。（可惜可惜的是365key也不是以前的365key了）<br/>在买了<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的第一个域名以后就有了自己建blog的想法。当时选pjblog真是被她的外表所迷住了，易用性也是很重要的一个方面。asp,access在中文网是常见资源，当时的在方舟网买域名那个大哥送给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的101M空间虽然是全能空间，但是却没有mysql数据库（要另加钱）。在试用了所有的asp＋access&nbsp;blog程序后最终确定下来了用pjblog。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>美丽的pj。。。<br/>在确定在自己的独立blog上写以后，有时候还是有些羡慕别人在一些大的blog平台上的优势的。自己建博就购买了别墅的地主的感觉，清净，舒适但是有时候难免会感觉到孤单。看见别人在163，blogbus等大站上热热闹闹的，真的挺羡慕。<br/>也曾在和讯等站上开过博，但是有了家的人怎么可能再去寄宿呢。<br/>今天访问月光博客的时候发现他的主站竟然不能访问，月光这样的大站不太可能因为空间问题不能访问吧。本想再<a href="http://baidu.com" target="_blank">baidu</a>上查查看是什么原因。没想到却找到了月光大哥另外几个blog。原来大家都是一样的哦，月光也是羡慕大家的大宿舍吗？<br/>搜狐博客&nbsp;csdn博客&nbsp;blogbus&nbsp;blogcn&nbsp;和讯&nbsp;敏思还有其他各类型的主题网站提供的博客服务。众多的bsp，众多的好妹妹。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们到底需要几个好博客？<br/>有句话叫存在即合理，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>想一个人拥有多个blog除了羡慕大家热闹的大宿舍的原因之外还存在一个很重要的原因－－特色<br/>一个很简单的例子：csdn的技术性，新浪blog的文学性，敏思的书味和艺术性，和讯的社评....<br/>相信评<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们一个人的力量形成足够大的内容量和特色实在是困难。除非你写的只有一个内容，那bo-blog和其他的的博客程序的blog分类功能就是多余的了。<br/>自己家的舒适和博客宿舍的热闹也许是每个bloger现在面临的很难的选择。<br/>希望<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的bsp要留意大家的需求哦，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们到底有几个好妹妹，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们亲爱的bsp就有多少发展给予哦。<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们对门户网站的迷信<br/>昨天就在北辰的blog上看到新浪首页广告带病毒的文章。其实也不是什么大事，任何网站都是只要靠广告收入为生的。即使是网易这样的大网站也难免。即使网易广告投放的时候能够检查广告页面的安全性也避免不了投放有效期内每天的安全性。<br/>之所以这件事能引起人们的关注主要是网易是门户，门户就应该是对的，门户就不可能出差错，门户的东西都是对的，门户的人都是伟大的。是不是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们在不知不觉的时候在神化门户以及一些大的网站了。门户都样是网站，他也是在http下的一个页面，一些链接，一些人工编辑的问题以及图片。和每个大的小的网站一样，也会有页面错误，也会存在一些不合理，一些疏忽。<br/>他们伟大<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们会学习他们的经验，而不是去神化他们。虽然他们可能在有的时候代表着安全&nbsp;及时&nbsp;丰富<br/>新浪这次的事件也应该引起一些网站广告投放的注意，应该再谨慎一些。毕竟一个失误可能带给数百万用户的损失。大人更应该比小孩减少错误发生的可能性&nbsp;不是吗？<br/>&nbsp;<br/><br/>&nbsp;&nbsp;&nbsp;停靠5&nbsp;6&nbsp;7天...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/><br/>[&nbsp;2007/2/4&nbsp;21:04&nbsp;|&nbsp;by&nbsp;rom&nbsp;]&nbsp;&nbsp;&nbsp;大&nbsp;|&nbsp;中&nbsp;|&nbsp;小&nbsp;&nbsp;&nbsp;<br/><br/>不到两周的时间竟然往返老家两次，这次可能要创<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>有声以来回老家的记录了。现在回到市区也只能算是个小小的停靠，过不了2天就要去河北一趟。然后就可以再回老家欢乐过新年了。<br/>因为从潍坊回来手机就欠费停机了，该死的中国移动还有10块钱就不让发短信了。<br/>回老家也没有拿手机，这次回来以后到邮箱里面就看到<a href="http://vrfree.cn/king" target="_blank">老孟</a>着急上火的找<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>。<br/>说是王老师找<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>猜可能是上次王老师给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说做旅游网站的事情。<a href="http://vrfree.cn/king" target="_blank">老孟</a>给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一个方廷的号。给婷打电话聊了半天才知道她再威海，手机还漫游。满抱歉的让人家多花了这么多愿望钱。<br/>昨天忙到2点多钟，早晨又早起（8点半）去医院看望表哥生病的双胞胎儿子，小家伙现在好多了。睡着真是好可爱。希望嫂子和两个小侄早日康复。<br/>今天的晚上又注定要到1&nbsp;，2点钟了。累....<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=122</link>
			<title><![CDATA[爱x无限大vs花花公子＝情歌对唱]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,30 Jan 2007 23:35:41 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=122</guid>	
		<description><![CDATA[也许是偶然当初在同一时候听到这两首歌，忽然感觉这是绝配的情歌对唱。大家觉的呢？<br/><img src="http://photo1.bababian.com/20070130/F2D65AF0BF9CEE707DBAB46B2882569F_240.jpg" border="0" alt=""/><span style="font-size:48pt">vs</span><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="http://photo1.bababian.com/20070130/C77CBA7F889EB333A2D2E0B97E767B70_240.jpg" border="0" alt=""/><br/><br/>[cc]flash/player.swf?videoID=22384_108652&amp;autoStart=false&amp;share=true[/cc]<br/>九九乘法&nbsp;整个复杂(课文没讲&nbsp;老师没上)&nbsp;恋爱的公式有够瞎<br/>转&nbsp;大胆假设&nbsp;小心求证&nbsp;幸福要欧趴<br/>自&nbsp;暑假不想自High收场&nbsp;陪你到海边光脚丫<br/>音&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>能想像&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>加你呀&nbsp;画面就像天堂<br/>魁&nbsp;（歌词转自&nbsp;音魁网&nbsp;www.inkui.com）<br/>网&nbsp;你为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>朗诵诗句&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>为你弹奏钢琴<br/>ｉ&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的气质根本没人能比<br/>ｎ&nbsp;自拍有你当背景&nbsp;在一起没有难题<br/>ｋ&nbsp;你加<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>加你&nbsp;所向无敌<br/>ｕ&nbsp;你爱<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>学张曼玉&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>爱你学周星星<br/>ｉ&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的剧本别人非请勿进<br/>·&nbsp;你为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>打抱不平&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>为你设计造型<br/>ｃ&nbsp;OH&nbsp;MY&nbsp;GOD&nbsp;简直是金童玉女<br/>ｏ&nbsp;（歌词转自&nbsp;音魁网&nbsp;www.inkui.com）<br/>ｍ&nbsp;爱乘以无限大&nbsp;大到连爱神都皮皮挫<br/>　&nbsp;手牵着手啦&nbsp;管他变王子变青蛙<br/>　&nbsp;梦乘以无限大&nbsp;大到连宇宙都放不下<br/>　&nbsp;两个麻瓜&nbsp;不懂魔法&nbsp;也能把童话变神话&nbsp;<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/flash.gif" alt="" style="margin:0px 2px -3px 0px" border="0"/>Flash动画</div><div class="UBBContent"><a id="temp14445_href" href="http://shanxinyuan.com/romotc/javascript:MediaShow('swf','temp14445','http://www.tudou.com/v/D8MoNONEuBw','400','300')"><img name="temp14445_img" src="http://shanxinyuan.com/romotc/images/mm_snd.gif" style="margin:0px 3px -2px 0px" border="0" alt=""/><span id="temp14445_text">在线播放</span></a><div id="temp14445"></div></div></div><br/>汪涵《花花公子》歌词<br/><br/>买不起armani&nbsp;的西服<br/>配不上&nbsp;levis的牛仔裤<br/>身上唯一的名牌是giordano&nbsp;<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>却愿意给你<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的全部<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有&nbsp;andy&nbsp;lau&nbsp;的风度<br/>也永远比不上贝克汉姆<br/>可<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>能毫不含糊给你幸福<br/>为你唱首情歌算不算数<br/><br/>从今天起做你的花花公子<br/>为你花时间更为你花点心思<br/>只要你说的就是圣旨<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的心上只能容许让你一个人住<br/><br/>从今天起做你的花花公子<br/>为你吃的苦就把他当作吃福<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的人生从你开始<br/>你是天上掉下来的礼物<br/><br/>★r&nbsp;p★<br/>愿意花完一生时间<br/>花完了存折的所有的钱<br/>为一朵花放弃花园<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>花<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>花花<br/>花白头发都心甘情愿<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没有&nbsp;andy&nbsp;lau&nbsp;的风度<br/>也永远比不上贝克汉姆<br/>可<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>能毫不含糊给你幸福<br/>为你唱首情歌算不算数<br/><br/>从今天起做你的花花公子<br/>为你花时间更为你花点心思<br/>只要你说的就是圣旨<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的心上只能容许让你一个人住<br/><br/>从今天起做你的花花公子<br/>为你吃的苦就把他当作吃福<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的人生从你开始<br/>你是天上掉下来的礼物<br/><br/>再说一百次感情也不过如此<br/>有对两口子突然就一辈子<br/>就算没福气陪你生生世世<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>会继续坚持到地球毁灭为止<br/><br/><br/>从今天起做你的花花公子<br/>为你花时间更为你花点心思<br/>只要你说的就是圣旨<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的心上只能容许让你一个人住<br/><br/>从今天起做你的花花公子<br/>为你吃的苦就把他当作吃福<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的人生从你开始<br/>你是天上掉下来的礼物<br/>你是天上掉下来的礼物<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=121</link>
			<title><![CDATA[第一次爱的人视频在线观看]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,30 Jan 2007 23:02:43 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=121</guid>	
		<description><![CDATA[[cc]flash/player.swf?videoID=22384_108627&amp;autoStart=false&amp;share=true[/cc]<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=120</link>
			<title><![CDATA[psy冠军视频即spy champin]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,30 Jan 2007 22:24:25 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=120</guid>	
		<description><![CDATA[刚才从tom下了一个没有预览就传到cc上了，没想到是他们的广告视频，tom的防盗措施真是一流了。<br/>不能让大家失望啊，花了好大力气从新找了一个给大家传上来。<br/>pj的这个视频插件挺好用的，传的同时还可以写日志两不耽误。上传速度也很好，现在到188k/s。最高到251k/s <img src="http://shanxinyuan.com/romotc/images/smilies/Face_02.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>其实刚开始做shanxinyuan论坛的时候就申请了cc的视频联盟，可惜当时必须自己修改论坛代码才可以用。现在<a target="_blank" href="http://bbs.bokecc.com/thread-2149-1-1.html">cc插件的安装</a>方便多了。<br/>不说废话了，视频传完了大家欣赏。<br/>[cc]flash/player.swf?videoID=22384_108595&amp;autoStart=false&amp;share=true[/cc]]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=118</link>
			<title><![CDATA[psy爸爸（测试cc视频插件）]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,30 Jan 2007 21:48:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=118</guid>	
		<description><![CDATA[今天在<a target="_blank" href="http://www.bbmy.net/">bbmy</a>的博客上看到这个视频，下载了传到cc上给大家共享一下。<br/>顺便反馈个小错误啊，ubbcode.asp覆盖后可视化编辑的第一行的下划线的图标不显示了。<br/>放假回家后跟爸爸吵了一小架，是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>当时心情不好。爸爸对不起。<br/>放假后其实挺迷茫的，升本的事情还在犹豫着。<br/>去继续上学还是工作？<br/>一遇到该<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>自己选择的事情总是很犹豫，对于升本的结果<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>心里也很矛盾。<br/>最好8让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>上，那样<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>就不用左右为难的做选择了。是不是有点自己咒自己？<br/>再等等吧，等结果出来一切再说。该死的专升本，说这个月底出结果现在还没有出。说来说去还是变着法的折腾学生。<br/>命苦啊。<br/>不上学就不用这样麻烦了。<br/>不说了。大家看视频，感谢pj给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们提供[url=]这么好的插件[/url]。<br/>最后对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的爸爸说一声对不起，儿子以后会记住你的话。不会再那么的意气用事了。<br/>psy的爸爸送给大家<br/>[cc]flash/player.swf?videoID=22384_108476&amp;autoStart=false&amp;share=true[/cc]<br/>歌词：<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是你生命的延续<br/>铭刻着你寄予的深深烙印<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是你生命的希望<br/>闪耀着你付出的辛勤汗水<br/><br/>噢&nbsp;爸爸&nbsp;爸爸&nbsp;<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>为你唱一首歌<br/>倾诉<a href="http://shanxinyuan.com/romotc" target="_blank">我</a><br/>难以回报的恩情<br/><br/>噢&nbsp;爸爸&nbsp;爸爸&nbsp;<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>再为你染一次发<br/>呼唤你<br/>曾失去的青春年华<br/><br/>爸爸&nbsp;爸爸&nbsp;<br/><br/>你是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>永远坚强的理由<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是你永恒不变的声音<br/>追逐你曾经走过的岁月<br/>让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的爱永远在你的身旁<br/><br/>爸爸&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的爱就在你身旁<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=117</link>
			<title><![CDATA[放假了！也毕业了]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sun,28 Jan 2007 22:21:13 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=117</guid>	
		<description><![CDATA[放假回来好几天了一直没有机会静下来安排一下<br/>感觉挺没道理的，自己一不见高中同学而没有和朋友聚会。整天还整的忙的不得了<br/>也许毕业面对的事情就要变的多了起来。升本的结果还没下来，而<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>心里却出奇的平静。<br/>本来考本就是因为心里还有一丝的不甘，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的梦想中的校园生活就这样结束了吗？大学就这样了吗？<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>理想中的校园还没有在现实中发现。校园永远都不是简单和纯净的，也许就这样结束了。应该去面对社会，学着在社会中发现另一个自己。<br/>去工作，挣钱，养活自己和未来的梦想。<br/>走出去吧！]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=116</link>
			<title><![CDATA[煮域名by菏泽人de记录]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Wed,24 Jan 2007 23:45:54 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=116</guid>	
		<description><![CDATA[今天没事逛逛牡丹茶座发现现在菏泽人注册域名的还真不少了，开这个文章以便以后发现了记录。<br/>a<br/><a href="http://www.pcpson.com/" target="_blank">http://www.pcpson.com/</a>&nbsp;&nbsp;<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>是做的转向，转向了个人blog&nbsp;<a href="http://www.blogcn.com/user32/daishu120/" target="_blank">http://www.blogcn.com/user32/daishu120/</a>（写的还不错）<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的联系方式是<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://bdheze.com" target="_blank">http://bdheze.com</a>&nbsp;宽带菏泽<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div>&nbsp;提供电影链接&nbsp;内容不是太少<br/>a<br/><a href="http://pc.0530.cc/gundam/" target="_blank">http://pc.0530.cc/gundam/</a>&nbsp;&nbsp;&nbsp;(新)GUNDAM工作室全新改版进度55%纯Flash网页<br/>(新)网络PC开发进度&nbsp;6%<br/>承接中，小型软件开发，网站制作，全Flash交互网站制作&nbsp;&nbsp;<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.cn530.cn" target="_blank">http://www.cn530.cn</a>&nbsp;内容有些暧昧哦。。。<br/><a href="http://www.t87.cn/" target="_blank">http://www.t87.cn/</a>&nbsp;一个主机商<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.foyuanju.com" target="_blank">http://www.foyuanju.com</a>&nbsp;佛缘陶瓷公司&nbsp;&nbsp;网站做的有点小烂，有空免费帮你做做。电话<br/><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.gfpc.cn/" target="_blank">http://www.gfpc.cn/</a>&nbsp;孤风的站&nbsp;&nbsp;在论坛看见过他，现在打不开了。不知道是不是资金紧张，还是空间挂了？<br/>a<br/><a href="http://www.china125.com" target="_blank">http://www.china125.com</a><br/><a href="http://www.xiaonian.com/" target="_blank">http://www.xiaonian.com/</a>小年电脑(菏泽)有限公司&nbsp;版权所有,<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div>&nbsp;<br/>a<br/><a href="http://274500.com/" target="_blank">http://274500.com/</a>&nbsp;东明信息港&nbsp;用supersite做的站<br/>a<br/><a href="http://jc11.cn/" target="_blank">http://jc11.cn/</a><br/>蜘蛛:本来是给老婆做的　<br/>可自己拿来用了　嘿嘿<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.fl1.cn/" target="_blank">http://www.fl1.cn/</a>&nbsp;菏泽分类信息网<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/>www.chaoyu.net超宇设计工作室<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.0530.org/" target="_blank">http://www.0530.org/</a>菏泽教程网<br/>yc173@163.com&nbsp;<br/>a<br/><a href="http://www.hezehr.cn/" target="_blank">http://www.hezehr.cn/</a>菏泽人才招聘网<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>a<br/><a href="http://www.heze123.cn/" target="_blank">http://www.heze123.cn/</a><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>联系电话：13081482253&nbsp;[/hidden]<br/><br/>b<br/><a href="http://heze315.com/" target="_blank">http://heze315.com/</a>诚信网china315菏泽分站<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>c待发现中.....<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=114</link>
			<title><![CDATA[Active Server Pages 错误 &#39;ASP 0201&#39; 一秒钟解决]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,10 Jan 2007 23:57:14 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=114</guid>	
		<description><![CDATA[今天晚上打算做一下软件系的网站投一下搞，没想到把动易的程序下载下来，装上iis5.1&nbsp;却提示Active&nbsp;Server&nbsp;Pages&nbsp;错误&nbsp;&#39;ASP&nbsp;0201&#39;，服务器无法对asp进行解析。没道理啊，iis就是干这个的啊。<a href="http://www.google.com" target="_blank">google</a>,<a href="http://baidu.com" target="_blank">baidu</a>忙了半天。cmd，卸载，方法弄了一堆。终于找到了iisfixer这个软件。然后就轻松一秒钟搞定。 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_01.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">这可能是你安装了360安全卫士造成的。&nbsp;<br/>已测明是某流氓软件检测到机器上安装360后即恶意破坏系统&nbsp;<br/>下载iisFixer,一秒钟搞定！<br/>现360放出修复工具&nbsp;<br/>请中招朋友的测试&nbsp;<br/>使用方法：压缩包中文件全部解压或者直接运行压缩包中的&nbsp;<br/><br/>iisfixer.exe即可</div></div>&nbsp;<br/>下载地址1：<br/><a href="http://bbs.powereasy.net/UploadFile/2006-12/2006121418413928368.rar" target="_blank">http://bbs.powereasy.net/UploadFile/2006-12/2006121418413928368.rar</a><br/>下载地址2：<br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="只允许会员下载" style="margin:0px 2px -4px 0px"/> 该文件只允许会员下载! <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a><br/>越来越感觉到电脑带来的麻烦多了，真不知道在病毒杀不尽的今天电脑是带给人们便利还是惹来越来越多的麻烦。人们维护电脑的时间越来越多，杀毒软件一个瑞星不放心，装上卡巴斯基还得再来个木马防火墙。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在用的这个机器上防毒杀毒的软件就安装了3个。还有n个防流氓的。电脑。。越来越累。。。<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=113</link>
			<title><![CDATA[arp病毒的检测以及防治arp攻击的软件下载]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Wed,10 Jan 2007 18:28:57 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=113</guid>	
		<description><![CDATA[一、判断本机是否感染该病毒：<br/>中毒的机器会运行一个名为“MIR0.dat”的进程，用户可通过察看任务管理器中的进程信息来判断本机是否感染该病毒。<br/>&nbsp;<br/><br/>同时按住键盘上的“&nbsp;CTRL&nbsp;”和“&nbsp;ALT&nbsp;”键再按“&nbsp;DEL&nbsp;”键，选择“任务管理器”，点选“进程”标签。如果有“MIR0.dat”，则说明已经中毒。右键点击此进程后选择“结束进程”。参见图一。<br/>注意：这是中毒后的一个症状，可能还会有其他变种，请用户一定要升级杀毒软件的病毒库后，再全面查杀病毒。<br/>二、解决方法：<br/>1、&#160;&#160;&#160;&#160;建议下载Anti&nbsp;ARP&nbsp;Sniffer软件保护本地计算机正常运行。<br/>2、&#160;&#160;&#160;&#160;避免类似网络安全问题的根本解决办法是定期更新操作系统和安装防病毒软件。系统未及时更新的用户请下载系统补丁。<br/><br/>附录一&nbsp;[url＝<a href="http://www.<a href="http://www.google.com" target="_blank">google</a>.cn/search?sourceid=navclient" target="_blank">http://www.<a href="http://www.google.com" target="_blank">google</a>.cn/search?sourceid=navclient</a>&amp;hl=zh-CN&amp;ie=UTF-8&amp;rlz=1T4XNLA_zh-CNCN203CN203&amp;q=Anti+ARP+Sniffer]Anti&nbsp;Arp&nbsp;Sniffer&nbsp;[/url]的用法<br/>双击Anti&nbsp;Arp图表，出现图二所示对话框。<br/>&nbsp;<br/>图二<br/>输入网关地址，(点击“开始”à&nbsp;“运行”，在窗口中输入“cmd”,点“确定”，调出“命令提示符”。输入并执行以下命令：ipconfig&nbsp;à网关&nbsp;IP&nbsp;地址，即“&nbsp;Default&nbsp;Gateway&nbsp;”对应的值，例如“172.20.3.1”。)<br/>点击获取网关MAC地址，点击自动防护保证当前网卡与网关的通信不被第三方监听。<br/>&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=112</link>
			<title><![CDATA[还原精灵6.1破解程序]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Mon,25 Dec 2006 12:15:15 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=112</guid>	
		<description><![CDATA[<a href="http://www.18168.com.cn/huzi/down3.htm" target="_blank">http://www.18168.com.cn/huzi/down3.htm</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=111</link>
			<title><![CDATA[vista theme for xp]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Mon,25 Dec 2006 12:04:00 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=111</guid>	
		<description><![CDATA[vista&nbsp;theme&nbsp;for&nbsp;xp<br/>vista主题包for&nbsp;windows&nbsp;xp下载<br/><a href="http://www.crsky.com/soft/9036.html" target="_blank">http://www.crsky.com/soft/9036.html</a><br/><a href="ftp://221.224.20.206/Vista" target="_blank">ftp://221.224.20.206/Vista</a>风格包2.0.exe]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=110</link>
			<title><![CDATA[网上社区管理者必须明白的.]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Mon,25 Dec 2006 11:10:40 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=110</guid>	
		<description><![CDATA[<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=109</link>
			<title><![CDATA[关门撵客]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Fri,15 Dec 2006 20:24:12 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=109</guid>	
		<description><![CDATA[163又反悔了！中国的公司真是穷啊，提供不起免费服务。哎！<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">网易域名邮箱公告&nbsp;<br/>亲爱的用户：<br/><br/>　　网易公司于2006年11月1日推出了“域名邮箱”公测版，并开放给部分用户注册试用。由于网易邮箱服务的策略性调整，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们将于12月29日关闭所有的域名邮箱帐号，重新进行邮件系统的底层开发。<br/>　　为了不影响您和您单位的正常邮件通讯，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们提醒您在未来三周内，必须把您和您单位所有“网易域名邮箱”帐号上的邮件转发到其它邮箱帐号。请一定在12月29日之前转发完这些邮件，因为之后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们将停止网易域名邮箱系统的运营和服务，您和您单位的域名邮箱帐号将无法继续使用。<br/>　　<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们对可能给您带来的不便深表歉意，并真诚感谢您参与了这次网易域名邮箱的公测！域名邮箱将来正式开放时，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们会第一时间通知您。<br/>　　再次感谢用户们朋友的长期支持与关注，您在使用网易邮箱的同时，也给了<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们一个不断改进和完善的机会。对于这个机会，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们倍感珍惜，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们会继续努力，力求为您提供更完善的电子邮箱服务。<br/>&nbsp;</div></div><br/>&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=108</link>
			<title><![CDATA[arp攻击的一些资料]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,08 Dec 2006 11:39:19 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=108</guid>	
		<description><![CDATA[今天受张老师的指点对于学校校园网最近的速度慢问题终于有点思路了，以前在网室就考虑到局域网ip欺骗的问题。好好研究一下，看是那个高手搞的。<br/>学校里的大侠们，这次可是玩大了哈。弄的整个校园网络都不稳定。。。<br/><a href="http://www.qqread.com/z/network/arp/index-0.html" target="_blank">http://www.qqread.com/z/network/arp/index-0.html</a><br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">当局域网内某台主机运行ARP欺骗的木马程序时，<strong>会欺骗局域网内所有主机和路由器，让所有上网的流量必须经过病毒主机。</strong>其他用户原来直接通过路由器上网现在转由通过病毒主机上网，切换的时候用户会断一次线。<br/>切换到病毒主机上网后，如果用户已经登陆了传奇服务器，那么病毒主机就会经常伪造断线的假像，那么用户就得重新登录传奇服务器，这样病毒主机就可以盗号了。<br/><strong>由于ARP欺骗的木马程序发作的时候会发出大量的数据包导致局域网通讯拥塞以及其自身处理能力的限制，用户会感觉上网速度越来越慢。当ARP欺骗的木马程序停止运行时，用户会恢复从路由器上网，切换过程中用户会再断一次线</strong>。</div></div><br/><br/>[url＝<a href="http://bbs.ynian.com/PrintPost.asp?ThreadID=17283" target="_blank">http://bbs.ynian.com/PrintPost.asp?ThreadID=17283</a>]一个网络管理员处理arp病毒的总结：[/url]<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">最近arp病毒猖狂，危害也特别大，一台电脑中毒可以导致整栋楼都上不了网（原因<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>下面会说到），其实不只是在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们这里有这样的情况，在各大校园网、小区网、网吧等等局域网都出现了不同程度的灾情。这些制造arp木马病毒的人是丧尽天良的，因为他们的目的是盗窃各种游戏帐号去卖钱，而不顾及网络大面积瘫痪的严重后果。&nbsp;<br/></div></div><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">arp木马病毒的欺骗原理（流程），以1栋的一台中毒电脑为例子：&nbsp;<br/><br/>1。中毒电脑在1栋的网络里不断告诉（欺骗）其他电脑：“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是网关，你们要上网要先通过<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这里”。这时所有电脑都会被它欺骗了，信息都不通过正确的网关，而是先通过病毒电脑。这样它就可以窃取你的各种帐号密码。这时如果第二步不发生的话，你就完全上不了网（具体看第二步）&nbsp;<br/><br/>2。中毒电脑不断地告诉（欺骗）1栋的网关：“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是某电脑、所有发送给这台电脑的信息请发给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>”。这一步可发生也可能不发生（看病毒制造者的良心）。“某电脑”是不断变化的，代表1栋里面的所有电脑。&nbsp;<br/><br/>这时的网络情况是这样的：&nbsp;<br/><br/>只发生第一步而没有第二步：&nbsp;<br/>正常电脑－&gt;病毒电脑－&gt;断网&nbsp;<br/><br/>第一步和第二步都发生：&nbsp;<br/>正常电脑－&gt;病毒电脑－&gt;网关－&gt;正常上网（速度奇慢）&nbsp;<br/></div></div><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">解决方法：&nbsp;<br/>这类病毒是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>见过的最无耻的病毒。针对不同的网络结构解决方法都有所不同，但目前为止<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>还没有看到互联网上有任何一个完美的解决方法，一个重要的原因就是这本身是互联网的一个致命的顽疾（arp协议相信网络内的所有主机），越大的网络越难处理。只要有一台电脑中毒，整个网络都瘫痪，这给杀毒处理工作带来很大的难度。&nbsp;<br/><br/>1。全校全面杀毒。这一定要做的，但是可行性很低，就算某断时间所有电脑都没毒，但是过不了两天，又会有人中毒，又会瘫痪。杀毒是一方面，更重要的是要所有人都提高防毒意识。如何提高防毒意识请参考相关文章。&nbsp;<br/>2。升级IE，打IE补丁。据<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>了解现在这个arp欺骗不是病毒，而是木马。它不会通过系统漏洞自动传播。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>可以很明确地告诉你大部分病毒是通过你的浏览器进到你系统的。所以马上升级你的IE，打补丁。&nbsp;<br/>3。制作批处理抵制病毒。当你被欺骗后上不了网，可以运行下面的批处理改正你的网关地址，暂时可以上网。这是一个临时的办法。用户不了解的情况下，需要网络中心公布各栋网关的arp表。批处理格式如下（只是格式，不懂不可乱用）：&nbsp;<br/>arp&nbsp;-d&nbsp;&nbsp;<br/>arp&nbsp;-s&nbsp;218.192.56.1&nbsp;00-22-aa-00-22-aa&nbsp;<br/>4。各栋盯防，发现一个杀一个。每一栋须有几个人时刻关注网络状况，发现有arp欺骗的情况，可以通过arp&nbsp;-a命令查到中毒电脑的网卡物理地址，再从网卡物理地址查出主机IP地址，立刻通知网络中心处理。这种方法可以尝试，但是所花费的人力和时间过大，也是治标不治本。&nbsp;<br/></div></div><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="隐藏内容"/> 隐藏内容</div><div class="UBBContent">该内容已经被作者隐藏,只有会员才允许查阅 <a href="http://shanxinyuan.com/romotc/login.asp">登录</a> | <a href="http://shanxinyuan.com/romotc/register.asp">注册</a></div></div><br/>ARP防护软件--ARP&nbsp;Guard(ARP卫士)&nbsp;<br/>[url=http://www.zdnet.com.cn/download/windows/swinfo/0,2008005031,39262142s,00.htm][/url]<br/>ARP欺骗防护工具使用说明&nbsp;(<a target="_blank" href="http://www.holyme.com/bbs/cgi-bin/topic.cgi?forum=24&amp;topic=101">http://www.holyme.com/bbs/cgi-bin/topic.cgi?forum=24&amp;topic=101</a>)&nbsp;<br/>防护软件拦截报告：<img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0612/h2006128152746.txt" target="_blank">点击下载此文件</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=107</link>
			<title><![CDATA[网速啊,唉!]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sun,03 Dec 2006 16:21:49 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=107</guid>	
		<description><![CDATA[受不了方舟服务器的速度了,因为是和fzhost.cn同一个服务器(这个服务器好像是他们内部用的服务器还说是cpu的)经常性的出现机器从启的现象.常常是写着写着日志就不能访问了.昨天晚上竟然慢的只能打开页头,而文章内容根本不能显示的现象.-_+&#34;<br/>因为这两天更换blog目录的原因,访问量大减.亲爱的<a href="http://baidu.com" target="_blank">baidu</a>很少光顾了,只有<a href="http://www.google.com" target="_blank">google</a>还比较聪明时不时的来串下门.不知道到什么时候在搜索引擎上的叶子才能换过目录来..衰啊.一开始就应该把网站规划好的,换目录等于在搜索引擎上大换血了.<br/>www.witkey.us这个域名终于dns转到国内了,还挺快的.昨天在godaddy网站上修改的dns今天就可以用了.打算以后用www.witkey.us做自己的blog域名,忽``忽~~<br/>大家想交换链接的等<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在witkey.us上的程序传好了,去留言啊.<br/>换了一个简单点的模板,感觉pj的模板都太花哨了.这个模板还是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在<a href="http://beichen.name" target="_blank">beichen</a>的blog上看到的,到<a href="http://baidu.com" target="_blank">baidu</a>搜索还真有pj上用的版本.只是没有做三栏,等升完本有时间了自己要学着做skin了.爸爸已经答应他的联想本本以后给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用.^_^&nbsp;虽然配置比较低一点piii850的,但是换上linux应该用起来不成问题<br/>等升完本,大建再见了啊.<br/>到时候www.witkey.us将以崭新的面貌和大家见面(大家是不是以前根本没见过-_+)<br/>再见了哦]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=106</link>
			<title><![CDATA[域名解析配置总结]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,03 Dec 2006 00:47:09 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=106</guid>	
		<description><![CDATA[1.&nbsp;一个新域名应该设置哪些必须的解析:(以36co.com&nbsp;这个域名为例)<br/>A:&nbsp;设置&nbsp;WWW&nbsp;子域名&nbsp;的CNAME　指向　到&nbsp;网站所在服务器。　这样别人可以&nbsp;<a href="http://www.36co.com" target="_blank">http://www.36co.com</a>&nbsp;访问到网站。<br/><br/>B:&nbsp;&nbsp;做URL转发,做根域名转发到&nbsp;www子域名.&nbsp;将36co.com&nbsp;转发到&nbsp;<a href="http://www.36co.com" target="_blank">http://www.36co.com</a>&nbsp;.&nbsp;如果这个不设.,会导致&nbsp;<a href="http://36co.com" target="_blank">http://36co.com</a>&nbsp;无法访问.这个看网站需求决定，一般的网站都是只绑一个www域名，而根域名一般都是照上述转向到www域名，但是这样做有一个坏处：就是网友使用起来不方便。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们举例子来看，比如shanxinyuan.com这个网站下有一个blogrss的子目录提供blog聚合服务。如果是根域名和www域名同时绑定到空间网友可以很方便的用shanxinyuan.com/blogrss来访问聚合空间。而不过根域名是做的转向，就必须输入www.shanxinyuan.com/blogrss来访问了。很麻烦是不是？<br/>根域名转向www域名可能是seo方面的考虑，但是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>观察到shanxinyuan.com这个域名是www和根域名同时绑定到空间的，<a href="http://www.google.com" target="_blank">google</a>的pr值都是2。应该是没有影响到pr值的。再说现在的网站的立足点还应该是方便网友获取信息，建议还是不要做根域名转向。<br/><br/>C:&nbsp;设置&nbsp;mail&nbsp;子域名　CNAME&nbsp;指向　到　邮箱所在服务器。&nbsp;&nbsp;你可以无需设置&nbsp;PoP和Smtp&nbsp;这两个子域名,&nbsp;在OutLook&nbsp;或者FoxMail的pop服务器和smtp服务器&nbsp;设置中&nbsp;直接填写&nbsp;mail子域名(mail.36co.com)&nbsp;就好了.　这样就可以以　<a href="http://mail.domark.net" target="_blank">http://mail.domark.net</a>&nbsp;访问邮局的Webmail。<br/>D:&nbsp;设置&nbsp;mx&nbsp;记录指向&nbsp;到&nbsp;mail&nbsp;子域名&nbsp;这样&nbsp;邮件指向就设置正确了设置好后显示如下:<br/><br/><br/>AB&nbsp;两个步骤保证&nbsp;用户域名&nbsp;能正常指向到网站空间,CD两个步骤&nbsp;保证&nbsp;企业邮局&nbsp;的指向<br/><br/>还有几个常识要记住的<br/>如果想绑根域名，在有些dns上是不允许子域名为空的，这时就需要输入@来绑定根域名。<br/>避免使用IP指向,最好使用Cname指向,对于虚拟主机用户来说,主机服务器有可能会更改他的服务器IP地址,但不会更改服务器名称,使用服务器名称CName指向.&nbsp;可以确保当虚拟主机切换IP地址时.您的域名指向会同步更改.<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=105</link>
			<title><![CDATA[方舟网邮局设置参数]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,02 Dec 2006 20:13:23 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=105</guid>	
		<description><![CDATA[选MX记录埴&nbsp;222.138.109.99]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=104</link>
			<title><![CDATA[联想全系列笔忘本 清除BIOS密码大全]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,01 Dec 2006 04:03:17 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=104</guid>	
		<description><![CDATA[昭阳笔记本电脑密码清除方法<br/>清除密码的工具：并口环路制作电路图<br/>代表1与5，10脚相连，以下同。<br/>1&nbsp;5,10<br/>2&nbsp;11<br/>3&nbsp;17<br/>4&nbsp;12<br/>6&nbsp;16<br/>7&nbsp;13<br/>8&nbsp;14<br/>9&nbsp;15<br/>清除密码的工具：软盘　　<br/>启动另一台电脑，打开二进制编辑器，将软盘插入驱动器，修改软盘第一扇区的前5个字节，使其变成:&nbsp;4B&nbsp;45&nbsp;59&nbsp;00&nbsp;00，注意引导扇区是第0扇区，不要改错了。然后保存修改，你现在就有了一张钥匙盘了。将这张软盘插入笔记本电脑的软驱中，按reset键重启动，当提示你输入口令时，直接按回车，系统提示你是否要再次设置口令。按&#34;Y&#34;，回车。然后你就看到了BIOS的设置界面，可以重新设定一个新口令了。&nbsp;<br/><br/>另类方法：<br/>改变机器的硬件配置，比如把硬盘取下来，再重新启动有可能会自动进入Setup程序，并清除开机密码。<br/>可以试试在主板上找一个芯片，这个芯片俗称818芯片，一般是“MC146818&#34;有24个引脚，短接第12脚和第24脚1秒钟，或者找一个标有”&nbsp;MC14069&#34;的芯片，把其第14脚对地短接一下，也许可以达到清除密码的目的。<br/><br/><br/>笔记本电脑清除密码的方法一般有四种，分别是：通用密码、跳线开关、BIOS电池放电、笔记本厂家提供的特殊方法<br/><br/>一、通用密码<br/>通用密码不是每个笔记本厂家的机器都有，目前有通用密码的机型有。<br/>ASE：<br/>昭阳7100、7110、7000：通用密码为&nbsp;maximum<br/>昭阳7200、7500、7550、6600：通用密码为&nbsp;6475457<br/>CLEVO：<br/>昭阳6100、6200、6220、6230：通用密码为&nbsp;659835<br/>COMPAL：<br/>30B3和30W的通用密码相同：blvjch&nbsp;<br/>适用机型：昭阳&nbsp;1200、1210、1250&nbsp;、8350、8360、8365等。<br/><br/>二、跳线开关<br/>FIC&nbsp;：<br/>5600、5650、5660、5750清除密码跳线开关是SW3-4，即SW3的第四个开关。<br/>具体方法是将电源及电池去掉，将内存盖板卸掉后即可看到SW3（靠近BIOS），将第四个开关拨到ON位置，再拨回原位即可（有的机型会重新启动）。<br/>适用机型：昭阳6700、6800、7600、6895、7695系列。<br/>A450清除密码跳线开关是SW6-6，位于内存盖板下。方法与5600系列相同。<br/>适用机型：昭阳2100、6900、8010系列。<br/>三、BIOS放电<br/>上面介绍的机型清除密码方法比较简单易行，剩下的其它机型就只能靠拆开机器拔掉BIOS电池放电来清除密码了，因为涉及拆机器，所以此方法是最麻烦的方法也是清除密码最基本的方法。<br/><br/>四、笔记本厂家提供的特殊方法<br/>FIC&nbsp;6000系列机器：利用特殊的并口短路环和清密码专用软盘。并口短路环的制作遵循以下原则：&nbsp;<br/>PIN&nbsp;2&nbsp;to&nbsp;PIN&nbsp;15<br/>PIN&nbsp;3&nbsp;to&nbsp;PIN&nbsp;13<br/>PIN&nbsp;4&nbsp;to&nbsp;PIN&nbsp;11<br/>PIN&nbsp;5&nbsp;to&nbsp;PIN&nbsp;12<br/>PIN&nbsp;6&nbsp;to&nbsp;PIN&nbsp;10<br/>具体方法是将短路环接入并口，将清密码专用软盘插入软驱中，开机，看到软驱指示灯一闪即灭，此时密码已经清掉，断电重新开机即可。<br/>适用机型：昭阳5200、6500、7250、6588、6500E。<br/><br/>SANYO机器设计独特，拔掉BIOS电池也无法清除掉密码，只能使用厂家提供的方法才能清掉：<br/>USX3P：<br/>昭阳8100、8200：厂家提供了一个专门清除密码的程序“password.exe”。<br/>具体方法：1、将两台机器用串口线连接起来（另一台机器不限机型）。<br/>2、启动另一台机器（不限机型）后执行password.exe，程序执行后屏幕会提示要求8100或8200开机。<br/>3、将8100或8200内存盖板取下，找到电阻R87，用镊子将其短路，然后开机，另一台机器屏幕将会显示正在更新BIOS以及进度值，直到提示结束。<br/>如果不行，多试几回。<br/>SANYO&nbsp;FX-8/FX-8V：昭阳9000系列<br/>FX-8和FX-8V的区别是PCMCIA和显示控制芯片不同，因此BIOS信息也不同。厂家为此提供了两个清除密码程序：PASSCL8（适用FX-8）、PASSCL8V（适用FX-8V）。这两种机器外观一样，如何区别呢？将内存盖板卸下，在内存插槽上有一行数字，第一位为“4”表示FX-8；第一位为“2”表示FX-8V。具体操作步骤为：<br/>1、&nbsp;制作清密码软盘（用PASSCL8制作清除FX-8主板密码软盘，用PASSCL8V制作清除FX-8V主板密码软盘）<br/>命令格式：PASSCL8&nbsp;/CRISIS&nbsp;或PASSCL8V&nbsp;/CRISIS&nbsp;按照提示制作完成软盘。<br/>2、&nbsp;保持关机状态（保证电池有电或接入AC适配器），软驱中插入作好的相应机型的软盘。<br/>3、&nbsp;将所有扩充内存拔掉<br/>4、&nbsp;如果主板是FX-8型&nbsp;：用细针捅主机底部光驱附近的小洞，机器将自动启动并运行软盘中程序清除掉密码。<br/>如果主板是FX-8V型&nbsp;：卸掉内存盖板，短路内存附近电阻R991，机器将自动启动并运行软盘中的程序清除掉密码。<br/>如果不行，多试几回。<br/><br/>昭阳S300系列笔记本电脑清除硬盘密码程序的使用说明：<br/>1．需要有2台联想昭阳S300机器，一台正常，一台需要解除密码。<br/>2.先启动要解除密码的机器，按F2进入BIOS设置，找出硬盘序列号，并记下前8位。<br/>3.启动正常的机器，运行MASHDD2.EXE，会得到一个密码（注意大小写）。<br/>4.再次启动有问题的机器，在提示输入密码的时候，输错3次，然后输入正确的密码（注意大小写）。<br/>5.完成。<br/>注意：该软件只能运用在联想昭阳S300机型上！！！<br/><br/>昭阳v6清除密码方法：<br/>打开内存盖板，在内存边有两个J1小块，短接5秒中以上。<br/><br/>昭阳8500系列<br/>拔掉CMOS电池，长时间短接COMS电池引角，即可放电。<br/><br/>昭阳X500（Cq12）<br/>Pls&nbsp;open&nbsp;the&nbsp;DRAM&nbsp;door&nbsp;and&nbsp;short&nbsp;J1(location&nbsp;in&nbsp;the&nbsp;attach&nbsp;file)&nbsp;about&nbsp;3&nbsp;second&nbsp;at&nbsp;least&nbsp;to&nbsp;clear&nbsp;password.<br/><br/><br/>昭阳70/81系列清除方法：<br/>打开内存后盖，会看到6个DIP开关；将第四个DIP开关从OFF拨到ON，开机加电，再关机，将DIP从ON拨到OFF即可。<br/><br/>昭阳15<br/>清除方法：拨掉CMOS电池放电；<br/>CMOS电池位置：在触控板左下角；<br/><br/>MITAC&nbsp;7233&nbsp;产品<br/>对应联想机型：15XX系列&nbsp;跳线开关名称：SW2<br/>SWITCH（SW2）&nbsp;1&nbsp;2&nbsp;3&nbsp;LCD&nbsp;类型<br/>ON&nbsp;ON&nbsp;ON&nbsp;13．3&nbsp;HITACHI&nbsp;TX34D61VC1HAD<br/>OFF&nbsp;ON&nbsp;ON&nbsp;12．1&nbsp;MITSUBISHI&nbsp;12。1&nbsp;AA121SJ03<br/>ON&nbsp;OFF&nbsp;ON&nbsp;13．1&nbsp;HYUNDAI&nbsp;HT13X14<br/>OFF&nbsp;OFF&nbsp;ON&nbsp;12．1&nbsp;SANYO&nbsp;TM121SV-02L01<br/>ON&nbsp;ON&nbsp;OFF&nbsp;12．1&nbsp;SANYO&nbsp;TM121SV-02L03（LVDS）12．1&nbsp;MITSUBISHI&nbsp;12.1&nbsp;AA121SJ23<br/>OFF&nbsp;ON&nbsp;OFF&nbsp;12．1&nbsp;SANYO&nbsp;HPA&nbsp;LM-JK63-22NTR<br/>ON&nbsp;OFF&nbsp;OFF&nbsp;12．1&nbsp;SHARP&nbsp;LQ&nbsp;12S1LH12<br/>OFF&nbsp;OFF&nbsp;OFF&nbsp;12．1&nbsp;DSTN&nbsp;SR120522NTR<br/><br/><br/>昭阳v70<br/>1.&nbsp;清除BIOS密码须通过主板上的4针跳线中的PIN1：（拆开键盘，位于键盘下）默认为OFF，拨到ON，进入BIOS进行设置，清除密码后，将跳线拨回OFF即可。<br/>2.&nbsp;指纹锁的强行清除，须拆下键盘，将指纹识别器与主板的连接线拔下；开机进入BIOS，将指纹识别功能Disabled，之后再将连线接回。<br/><br/><br/>D500:<br/>通用密码：teste<br/><br/>E600<br/>内存第二个插槽处有个的跳线：Ｊ４（cmos_clr），找个镊子短接那两点一到两秒就行了！&nbsp;<br/>T600<br/>This&nbsp;section&nbsp;provides&nbsp;an&nbsp;easy&nbsp;step&nbsp;in&nbsp;doing&nbsp;system&nbsp;upgrades&nbsp;for&nbsp;your&nbsp;notebook&nbsp;computer.&nbsp;<br/><br/>Jumper&nbsp;Settings&nbsp;(For&nbsp;M285&nbsp;/&nbsp;M288&nbsp;Model)<br/>This&nbsp;section&nbsp;provides&nbsp;a&nbsp;jumper&nbsp;setting&nbsp;lists&nbsp;of&nbsp;configuring&nbsp;the&nbsp;notebook.<br/><br/><br/>Figure&nbsp;2-5&nbsp;Switch&nbsp;5&nbsp;Jumper&nbsp;Setting<br/><br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>K/B&nbsp;Type&nbsp;Pos&nbsp;#1&nbsp;POS&nbsp;#2<br/>US&nbsp;KEYBOARD&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>JP&nbsp;KEYBOARD&nbsp;ON&nbsp;OFF<br/>UK&nbsp;KEYBOARD&nbsp;ON&nbsp;ON<br/><br/>Logo&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>Logo&nbsp;Pos&nbsp;#3<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>Password&nbsp;Override&nbsp;(&nbsp;CMOS&nbsp;/&nbsp;RTC&nbsp;Data&nbsp;)&nbsp;Jumper&nbsp;Setting<br/>Password&nbsp;Override&nbsp;Pos#4<br/>Password&nbsp;Normal&nbsp;OFF<br/>Clear&nbsp;Password&nbsp;ON<br/><br/>i&nbsp;Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/>Main&nbsp;Board&nbsp;ID&nbsp;Sel&#101;ct<br/>Main&nbsp;Board&nbsp;ID&nbsp;Pos&nbsp;#5&nbsp;POS&nbsp;#6<br/>PCMCIA&nbsp;USE&nbsp;INTA#&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>PCMCIA&nbsp;USE&nbsp;INTB#&nbsp;ON&nbsp;OFF<br/>RESERVE&nbsp;ON&nbsp;ON<br/><br/>CD-ROM&nbsp;Master&nbsp;/&nbsp;Slave&nbsp;Sel&#101;ct<br/>CD-ROM&nbsp;Pos&nbsp;#7<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>CMOS&nbsp;Clear&nbsp;Sel&#101;ct<br/>CD-ROM&nbsp;Pos&nbsp;#8<br/>Normal&nbsp;OFF<br/>Clear&nbsp;CMOS&nbsp;ON<br/><br/>i&nbsp;Pos&nbsp;#&nbsp;8&nbsp;is&nbsp;N/A&nbsp;Pin&nbsp;for&nbsp;reserve<br/><br/>2.3.2&nbsp;Jumper&nbsp;Setting&nbsp;<br/>SW6&nbsp;/&nbsp;CPU&nbsp;VID&nbsp;Sel&#101;ct&nbsp;(Only&nbsp;for&nbsp;M288&nbsp;Model)<br/><br/><br/>Figure&nbsp;2-6&nbsp;Switch&nbsp;6&nbsp;Jumper&nbsp;Setting<br/><br/>Processor&nbsp;Pins&nbsp;<br/>PIN5&nbsp;PIN4&nbsp;PIN3&nbsp;PIN2&nbsp;PIN1&nbsp;Vcc_max<br/>OFF&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;VRM&nbsp;output&nbsp;off<br/>OFF&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;1.100&nbsp;<br/>OFF&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;1.125<br/>OFF&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;1.150&nbsp;<br/>OFF&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;1.175&nbsp;<br/>OFF&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;1.200&nbsp;<br/>OFF&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;1.225&nbsp;<br/>OFF&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;1.250&nbsp;<br/>OFF&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;1.275&nbsp;<br/>OFF&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;1.300&nbsp;<br/>OFF&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;1.325&nbsp;<br/>OFF&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;1.350&nbsp;<br/>OFF&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;1.375&nbsp;<br/>OFF&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;1.400&nbsp;<br/>OFF&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;1.425&nbsp;<br/>OFF&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;1.450&nbsp;<br/>ON&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;1.475&nbsp;<br/>ON&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;1.500&nbsp;<br/>ON&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;1.525&nbsp;<br/>ON&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;1.550&nbsp;<br/>ON&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;1.575&nbsp;<br/>ON&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;1.600&nbsp;<br/>ON&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;1.625&nbsp;<br/>ON&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;1.650&nbsp;<br/>ON&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;OFF&nbsp;1.675&nbsp;<br/>ON&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;ON&nbsp;1.700&nbsp;<br/>ON&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;OFF&nbsp;1.725&nbsp;<br/>ON&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;ON&nbsp;1.750&nbsp;<br/>ON&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;OFF&nbsp;1.775&nbsp;<br/>ON&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;ON&nbsp;1.800&nbsp;<br/>ON&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;OFF&nbsp;1.825&nbsp;<br/>ON&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;ON&nbsp;1.850&nbsp;<br/>V21<br/>CPU跳线<br/><br/><br/><br/>K6系列<br/>This&nbsp;section&nbsp;provides&nbsp;an&nbsp;easy&nbsp;step&nbsp;in&nbsp;doing&nbsp;system&nbsp;upgrades&nbsp;for&nbsp;your&nbsp;notebook&nbsp;computer.&nbsp;<br/><br/>Jumper&nbsp;Settings<br/>This&nbsp;section&nbsp;provides&nbsp;a&nbsp;jumper&nbsp;setting&nbsp;lists&nbsp;of&nbsp;configuring&nbsp;the&nbsp;notebook.<br/><br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ct<br/>K/B&nbsp;Type&nbsp;Pos&nbsp;#1&nbsp;POS&nbsp;#2<br/>US&nbsp;KEYBOARD&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>JP&nbsp;KEYBOARD&nbsp;ON&nbsp;OFF<br/>UK&nbsp;KEYBOARD&nbsp;ON&nbsp;ON<br/><br/>Logo&nbsp;Sel&#101;ct<br/>Logo&nbsp;Pos&nbsp;#3<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>Password&nbsp;Override&nbsp;(&nbsp;CMOS&nbsp;/&nbsp;RTC&nbsp;Data&nbsp;)&nbsp;Jumper&nbsp;Setting<br/>Password&nbsp;Override&nbsp;Pos#4<br/>RTC&nbsp;Battery&nbsp;Normal&nbsp;OFF<br/>Clear&nbsp;(RTC)&nbsp;DATA&nbsp;ON<br/><br/>i&nbsp;Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/>Main&nbsp;Board&nbsp;ID&nbsp;Sel&#101;ct<br/>Main&nbsp;Board&nbsp;ID&nbsp;Pos&nbsp;#5<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>CD-ROM&nbsp;Master&nbsp;/&nbsp;Slave&nbsp;Sel&#101;ct<br/>CD-ROM&nbsp;Pos&nbsp;#6<br/>Master&nbsp;ON<br/>Slave&nbsp;OFF<br/><br/>i&nbsp;Pos&nbsp;#&nbsp;8&nbsp;is&nbsp;N/A&nbsp;Pin&nbsp;for&nbsp;reserve<br/><br/>S60<br/>CHKPW<br/>DISABLE&nbsp;ENABLE<br/>SW1-3&nbsp;ON&nbsp;OFF<br/><br/>V71:<br/>1：MODEM卡下面两焊点<br/><br/><br/>K70：<br/>Jumper&nbsp;Settings&nbsp;<br/>This&nbsp;section&nbsp;provides&nbsp;a&nbsp;jumper&nbsp;setting&nbsp;lists&nbsp;of&nbsp;configuring&nbsp;the&nbsp;notebook.<br/><br/><br/>Figure&nbsp;2-5&nbsp;Switch&nbsp;5&nbsp;Jumper&nbsp;Setting<br/><br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>K/B&nbsp;Type&nbsp;Pos&nbsp;#1&nbsp;POS&nbsp;#2<br/>US&nbsp;KEYBOARD&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>JP&nbsp;KEYBOARD&nbsp;ON&nbsp;OFF<br/>UK&nbsp;KEYBOARD&nbsp;ON&nbsp;ON<br/><br/>Logo&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>Logo&nbsp;Pos&nbsp;#3<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>69系列<br/>Jumper&nbsp;Settings<br/>This&nbsp;section&nbsp;provides&nbsp;a&nbsp;jumper&nbsp;setting&nbsp;lists&nbsp;of&nbsp;configuring&nbsp;the&nbsp;notebook.&nbsp;The&nbsp;jumper&nbsp;switches&nbsp;are&nbsp;near&nbsp;the&nbsp;memory&nbsp;socket.&nbsp;To&nbsp;access&nbsp;the&nbsp;jumper&nbsp;switches,&nbsp;you&nbsp;may&nbsp;refer&nbsp;to&nbsp;section&nbsp;2.3.3&nbsp;for&nbsp;procedures&nbsp;on&nbsp;how&nbsp;to&nbsp;access&nbsp;memory&nbsp;socket.<br/><br/><br/>For&nbsp;CPU&nbsp;with&nbsp;SpeedStep&nbsp;(Geyserville)&nbsp;technology&nbsp;<br/>Pos#1&nbsp;Pos#2&nbsp;Pos#3&nbsp;Pos#4&nbsp;Pos#5&nbsp;Pos#6<br/>PIII&nbsp;600&nbsp;/&nbsp;500MHz<br/>SW4&nbsp;On&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;On<br/>SW5&nbsp;Off&nbsp;On&nbsp;Off&nbsp;Off&nbsp;NC&nbsp;NC<br/>PIII&nbsp;650&nbsp;/&nbsp;500MHz<br/>SW4&nbsp;On&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;On<br/>SW5&nbsp;Off&nbsp;On&nbsp;Off&nbsp;Off&nbsp;NC&nbsp;NC<br/><br/>For&nbsp;CPU&nbsp;without&nbsp;SpeedStep&nbsp;(Geyserville)&nbsp;technology&nbsp;<br/>Pos#1&nbsp;Pos#2&nbsp;Pos#3&nbsp;Pos#4&nbsp;Pos#5&nbsp;Pos#6<br/>PIII&nbsp;450MHz<br/>SW4&nbsp;On&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off<br/>SW5&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;NC&nbsp;NC<br/>PIII&nbsp;500MHz<br/>SW4&nbsp;On&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off<br/>SW5&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;NC&nbsp;NC<br/>Celeron&nbsp;450MHz<br/>SW4&nbsp;On&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off<br/>SW5&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;NC&nbsp;NC<br/>Celeron&nbsp;500MHz<br/>SW4&nbsp;On&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off<br/>SW5&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;NC&nbsp;NC<br/><br/>CPU&nbsp;Core&nbsp;Voltage&nbsp;Jumper&nbsp;Setting<br/>Low&nbsp;VoltageHigh&nbsp;Voltage&nbsp;SW5-#1SW4-#2&nbsp;SW5-#2SW4-#3&nbsp;SW5-#3SW4-#4&nbsp;SW5-#4SW4-#5&nbsp;SW4-#1SW4-#6<br/>0.00v&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;On<br/>1.30v&nbsp;On&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;On<br/>1.35v&nbsp;Off&nbsp;On&nbsp;Off&nbsp;Off&nbsp;On<br/>1.40v&nbsp;On&nbsp;On&nbsp;Off&nbsp;Off&nbsp;On<br/>1.45v&nbsp;Off&nbsp;Off&nbsp;On&nbsp;Off&nbsp;On<br/>1.50v&nbsp;On&nbsp;Off&nbsp;On&nbsp;Off&nbsp;On<br/>1.55v&nbsp;Off&nbsp;On&nbsp;On&nbsp;Off&nbsp;On<br/>1.60v&nbsp;On&nbsp;On&nbsp;On&nbsp;Off&nbsp;On<br/>1.65v&nbsp;Off&nbsp;Off&nbsp;Off&nbsp;On&nbsp;On<br/>1.70v&nbsp;On&nbsp;Off&nbsp;Off&nbsp;On&nbsp;On<br/>1.75v&nbsp;Off&nbsp;On&nbsp;Off&nbsp;On&nbsp;On<br/>1.80v&nbsp;On&nbsp;On&nbsp;Off&nbsp;On&nbsp;On<br/>1.85v&nbsp;Off&nbsp;Off&nbsp;On&nbsp;On&nbsp;On<br/>1.90v&nbsp;On&nbsp;Off&nbsp;On&nbsp;On&nbsp;On<br/>1.95v&nbsp;Off&nbsp;On&nbsp;On&nbsp;On&nbsp;On<br/>2.00v&nbsp;On&nbsp;On&nbsp;On&nbsp;On&nbsp;On<br/><br/>Vcore_det&nbsp;Jumper&nbsp;Setting&nbsp;(SW6)<br/>Sw6&nbsp;Pos#3<br/>FC-PGA&nbsp;Processor&nbsp;On<br/>Micro-PGA2&nbsp;Processor&nbsp;Off<br/><br/>Logo&nbsp;Sel&#101;ction&nbsp;Setting&nbsp;(SW6)<br/>Logo&nbsp;Sel&#101;ction&nbsp;Pos#1&nbsp;Pos#2<br/>No&nbsp;Logo&nbsp;Off&nbsp;Off<br/>Reserved&nbsp;On&nbsp;Off<br/>Reserved&nbsp;Off&nbsp;On<br/>Reserved&nbsp;On&nbsp;On<br/><br/>BIOS&nbsp;Sel&#101;ction&nbsp;Setting&nbsp;(SW6)<br/>Machine&nbsp;model&nbsp;Pos#3<br/>A450&nbsp;Off<br/>A430&nbsp;On<br/><br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ction&nbsp;Setting&nbsp;(SW6)<br/>Keyboard&nbsp;Type&nbsp;Pos#4&nbsp;Pos#5<br/>US&nbsp;Off&nbsp;Off<br/>Japan&nbsp;On&nbsp;Off<br/>Reserved&nbsp;Off&nbsp;On<br/>UK&nbsp;On&nbsp;On<br/><br/>Password&nbsp;Override&nbsp;(CMOS/RTC&nbsp;Data)&nbsp;Jumper&nbsp;Setting&nbsp;(SW6)<br/>SW6&nbsp;Pos#6<br/>RTC&nbsp;Battery&nbsp;Normal&nbsp;Off<br/>Clear&nbsp;(RTC)&nbsp;DATA&nbsp;On<br/><br/>Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/><br/>Password&nbsp;Override&nbsp;(&nbsp;CMOS&nbsp;/&nbsp;RTC&nbsp;Data&nbsp;)&nbsp;Jumper&nbsp;Setting&nbsp;(&nbsp;SW5&nbsp;)<br/>Password&nbsp;Override&nbsp;Pos#4<br/>Password&nbsp;Normal&nbsp;OFF<br/>Clear&nbsp;Password&nbsp;ON<br/><br/><br/>i&nbsp;Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/>Main&nbsp;Board&nbsp;ID&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>Main&nbsp;Board&nbsp;ID&nbsp;Pos&nbsp;#5&nbsp;POS&nbsp;#6<br/>PCMCIA&nbsp;USE&nbsp;INTA#&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>PCMCIA&nbsp;USE&nbsp;INTB#&nbsp;ON&nbsp;OFF<br/>RESERVE&nbsp;ON&nbsp;ON<br/><br/>CD-ROM&nbsp;Master&nbsp;/&nbsp;Slave&nbsp;Sel&#101;ct&nbsp;(&nbsp;SW5&nbsp;)<br/>CD-ROM&nbsp;Pos&nbsp;#7<br/>RESERVE&nbsp;OFF<br/>RESERVE&nbsp;ON<br/><br/>i&nbsp;Pos&nbsp;#&nbsp;8&nbsp;is&nbsp;N/A&nbsp;Pin&nbsp;for&nbsp;reserve<br/><br/>L510<br/>：打开键盘可以看到BIOS电池，拔掉BIOS电源线，即可。Please&nbsp;find&nbsp;the&nbsp;switch&nbsp;on&nbsp;Mianboard&nbsp;near&nbsp;printer&nbsp;connecter&nbsp;&amp;&nbsp;audio&nbsp;DJ<br/>connecter,&nbsp;mover&nbsp;the&nbsp;switch&nbsp;1&nbsp;to&nbsp;ON,&nbsp;then&nbsp;will&nbsp;by&nbsp;pass&nbsp;BIOS&nbsp;checking.<br/>510&nbsp;硬盘密码的问题，出于安全考虑，如果忘了，就要换硬盘,所以，务必要求客户牢记密码。<br/><br/>V80：<br/><br/><br/>V31<br/>Jumper&nbsp;Settings<br/>This&nbsp;section&nbsp;provides&nbsp;a&nbsp;jumper&nbsp;setting&nbsp;lists&nbsp;of&nbsp;configuring&nbsp;the&nbsp;notebook.<br/><br/>Switch&nbsp;1<br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ct<br/>K/B&nbsp;Type&nbsp;Pos&nbsp;#2&nbsp;POS&nbsp;#3<br/>US&nbsp;KEYBOARD&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>JP&nbsp;KEYBOARD&nbsp;ON&nbsp;OFF<br/>UK&nbsp;KEYBOARD&nbsp;ON&nbsp;ON<br/><br/>DVDSEL<br/>Logo&nbsp;Pos&nbsp;#1<br/>Sel&#101;ct&nbsp;CD-ROM&nbsp;OFF<br/>Sel&#101;ct&nbsp;DVD&nbsp;ON<br/><br/>Password&nbsp;Override&nbsp;(&nbsp;CMOS&nbsp;/&nbsp;RTC&nbsp;Data&nbsp;)&nbsp;Jumper&nbsp;Setting<br/>Password&nbsp;Override&nbsp;Pos#4<br/>RTC&nbsp;Battery&nbsp;Normal&nbsp;OFF<br/>Clear&nbsp;(RTC)&nbsp;DATA&nbsp;ON<br/><br/>i&nbsp;Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/>V32<br/>将sw3的pin2&nbsp;打到on就可以了，不过这个sw3比较难找，它的位置在主板的pc卡槽的里面，在modem卡下面，基本上放一下电和换块主板差不多。<br/><br/>E100<br/>拔除CMOS电池。<br/><br/>K31/21<br/>Keyboard&nbsp;Type&nbsp;Sel&#101;ct<br/>K/B&nbsp;Type&nbsp;Pin&nbsp;#2&nbsp;Pin&nbsp;#3<br/>US&nbsp;KEYBOARD&nbsp;OFF&nbsp;OFF<br/>RESERVE&nbsp;OFF&nbsp;ON<br/>JP&nbsp;KEYBOARD&nbsp;ON&nbsp;OFF<br/>UK(GR)&nbsp;KEYBOARD&nbsp;ON&nbsp;ON<br/><br/>Password&nbsp;Override&nbsp;(&nbsp;CMOS&nbsp;/&nbsp;RTC&nbsp;Data&nbsp;)&nbsp;Jumper&nbsp;Setting<br/>Password&nbsp;Override&nbsp;Pin&nbsp;#4<br/>RTC&nbsp;Battery&nbsp;Normal&nbsp;OFF<br/>Clear&nbsp;(RTC)&nbsp;DATA&nbsp;ON<br/><br/>Before&nbsp;doing&nbsp;password&nbsp;override,&nbsp;take&nbsp;off&nbsp;AC&nbsp;adapter&nbsp;and&nbsp;battery&nbsp;first.&nbsp;<br/><br/>CD-ROM&nbsp;Master&nbsp;/&nbsp;Slave&nbsp;Sel&#101;ct<br/>CD-ROM&nbsp;Pin&nbsp;#6<br/>Master&nbsp;OFF<br/>Slave&nbsp;ON<br/><br/>Pin&nbsp;#&nbsp;1&nbsp;&amp;&nbsp;#&nbsp;5&nbsp;are&nbsp;N/A&nbsp;Pin&nbsp;for&nbsp;reserve<br/>Y810如何清pwd&nbsp;<br/>键盘接口处有跳线，将SW1拨到8即可clear&nbsp;bios&nbsp;pwd<br/>S180如何清pwd<br/>SW1&nbsp;4&nbsp;<br/>Password&nbsp;Normal&nbsp;OFF&nbsp;<br/>Clear&nbsp;Password&nbsp;ON<br/>Y520&nbsp;BIOS&nbsp;密码清除<br/><br/>To&nbsp;switch&nbsp;&#34;SW1&#34;,&#34;1--&gt;ON&#34;,&nbsp;we&nbsp;can&nbsp;by&nbsp;pass&nbsp;the&nbsp;password&nbsp;checking.<br/>(beside&nbsp;audio&nbsp;DJ&nbsp;control&nbsp;panel&nbsp;FPC&nbsp;connecter)<br/><br/>K71：<br/>拔CMOS电池，如果不能清除，需要将电池的两个接口短路（时间比较久）。<br/><br/><br/>E360<br/>Dip&nbsp;Switch&nbsp;(SW3)&nbsp;<br/>KeyboardSel&#101;ct1&nbsp;Bit1Refer&nbsp;to&nbsp;the&nbsp;below&nbsp;table&nbsp;1.K/B&nbsp;controllerPort&nbsp;60*1<br/>KeyboardSel&#101;ct2&nbsp;Bit2Refer&nbsp;to&nbsp;the&nbsp;below&nbsp;table&nbsp;1.K/B&nbsp;controllerPort&nbsp;61*1<br/>Sign&nbsp;On&nbsp;Loge&nbsp;Bit3&nbsp;Base&nbsp;on&nbsp;customer&nbsp;request&nbsp;K/B&nbsp;controllerPort&nbsp;63*1<br/>Password&nbsp;Bit4&nbsp;This&nbsp;bit&nbsp;is&nbsp;for&nbsp;password&nbsp;override.&nbsp;ON:&nbsp;Override&nbsp;OFF:&nbsp;Available&nbsp;(factory&nbsp;setting)K/BControllerPort&nbsp;64<br/>For&nbsp;M/B&nbsp;version&nbsp;Bit5ReservedK/B&nbsp;controllerPort&nbsp;62*1<br/>Reserve&nbsp;Bit6ReservedN.C<br/>CSEL&nbsp;Bit7ON&nbsp;:&nbsp;connect&nbsp;to&nbsp;GNDOFF&nbsp;:&nbsp;NC<br/>RTC&nbsp;Clear&nbsp;Bit8ON&nbsp;:&nbsp;COMS&nbsp;SRAM&nbsp;ClearOFF&nbsp;:&nbsp;Reserved<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=103</link>
			<title><![CDATA[动易程序更改目录后图片无法显示的解决方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,01 Dec 2006 03:27:03 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=103</guid>	
		<description><![CDATA[相信各位站长在调试动易程序的时候很多都是在一个子目录下进行的，待调试完成后才发现直接移动到根目录网站模板的图片都不能正常显示了。<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的一个站直到现在还是在子目录里面用的动易，今天调试紫晶的网站时又遇到这个问题。这次是非得解决不行了。<br/>仔细研究一下发现其实解决的办法很简单：<br/>动易的目录结构不光在conn.asp中用到，而且好像是写数据库的。在新安装时这个数据就会确定下来。也就是在初次安装动易时执行install.asp的目的就是为了使动易确定数据库中该字段的值。讲到这里<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们就不难发现解决图片不能显示的办法。<br/>运行install.asp，一般这个文件在第一次安装完后动易推荐删除的。如果你已经删除了这个文件只需再下一份动易把这个文件传到动易所在的目录下运行即可。<br/>运行install.asp时你会发现，需要你输入管理员密码（如果你已经改动过管理员密码）。输入密码进入下一步，此时和第一次安装动易时就完全一样了，系统会自动识别动易所在的文件夹。<br/>如果执行完这一步图片还无法正常显示，可以进入后台更新一下缓存试试。<br/>最后如果你的网站开启了生成静态页功能，还需要从新生成静态页哦～]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=102</link>
			<title><![CDATA[难得净土。。。]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Fri,01 Dec 2006 01:21:39 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=102</guid>	
		<description><![CDATA[[kmp=http://file.maxduo.com/0598/0986/sjzqjzsy/b4116c22-71a8-4ba6-994c-93a5db2935be.mp3,no,yes]绿袖子&nbsp;李哲艺竖琴独奏&nbsp;爱尔兰民谣[/kmp]]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=101</link>
			<title><![CDATA[18seo提供免费空间100m]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Sat,25 Nov 2006 19:35:09 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=101</guid>	
		<description><![CDATA[<a href="http://bbs.18ceo.com/forumdisplay.php?fid=4" target="_blank">http://bbs.18ceo.com/forumdisplay.php?fid=4</a>&amp;page=1<br/>申请免费空间须知：<br/>1.www.18ceo.com注册一个帐号，管理员会按照你提出申请的帐号给您开通免费空间。<br/><br/>2.申请好帐号后请在论坛提出申请，申请样式如下<br/>姓名：<br/>联系方式：<br/>域名：<br/>网站备案号：<br/>18ceo帐号：（即你所申请下来的帐号）<br/>3.加入论坛下方的QQ群：29906301<br/><br/>以上布局为申请免费空间的步骤，管理员会为您开通免费空间。<br/><br/>空间所提供的免费二级域名是不可用的，需要自己绑定域名。<br/><br/>服务器FTP端口为：901<br/><br/>所提供的免费空间大小为100M&nbsp;支持asp脚本，有特殊需要的朋友<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们可以进行沟通，服务器是全功能的。<br/><br/>空间开通后请在网站版权信息处或者网站明显未知标识空间提供商,并有网址链接www.18ceo.com。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=99</link>
			<title><![CDATA[57idc]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,25 Nov 2006 18:31:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=99</guid>	
		<description><![CDATA[开户银行：&nbsp;中国农业银行厦门市分行&nbsp;<br/>帐号：&nbsp;9559&nbsp;9800&nbsp;7109&nbsp;9696&nbsp;214&nbsp;<br/>开户名称：&nbsp;黄雯雯&nbsp;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=96</link>
			<title><![CDATA[一个空间绑定多个域名首页应用技巧]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,19 Nov 2006 11:53:52 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=96</guid>	
		<description><![CDATA[如果只有一个ASP空间，而你又想放置多个多个站点，这些代码可以帮到你<br/><br/>第一个&nbsp;<br/><br/>&nbsp;程序代码<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.dzhai.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;williamlong/index.htm&#34;<br/>else<br/>response.redirect&nbsp;&#34;index2.htm&#34;<br/>end&nbsp;if<br/>%&gt;<br/><br/><br/>第二个<br/><br/>&nbsp;程序代码<br/>&lt;%<br/>sel&#101;ct&nbsp;case&nbsp;request.servervariables(&#34;http_host&#34;)<br/>case&nbsp;&#34;www.dzhai.com&#34;&nbsp;&#39;1<br/>Server.Transfer(&#34;v3.htm&#34;)<br/>case&nbsp;&#34;www.6id.net&#34;&nbsp;&#39;2<br/>Server.Transfer(&#34;i.htm&#34;)<br/>case&nbsp;&#34;www.write100.com&#34;&nbsp;&#39;3<br/>Server.Transfer(&#34;write100.htm&#34;)<br/>......&nbsp;继续添加&nbsp;......<br/>end&nbsp;sel&#101;ct<br/>%&gt;<br/><br/><br/>第三个<br/><br/>&nbsp;程序代码<br/>&lt;%<br/>if&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.dzhai.com&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;index.asp&#34;<br/>elseif&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.6id.net&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;x/index.asp&#34;<br/>elseif&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.write100.com&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;index3.asp&#34;<br/>end&nbsp;if<br/>%&gt;<br/><br/><br/>第四个<br/><br/>&nbsp;程序代码<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.dzhai.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index1.asp&#34;<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.6id.net&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index2.asp&#34;<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.write100.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index3.asp&#34;<br/>end&nbsp;if<br/>%&gt;<br/>&nbsp;<br/><br/>第五个<br/><br/>&nbsp;程序代码<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.dzhai.com&#34;&nbsp;then<br/>Server.Transfer(&#34;williamlong.htm&#34;)<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.6id.net&#34;&nbsp;then<br/>Server.Transfer(&#34;moon.htm&#34;)<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.write100.com&#34;&nbsp;then<br/>Server.Transfer(&#34;write100.htm&#34;)<br/>else<br/>Server.Transfer(&#34;other.htm&#34;)<br/>end&nbsp;if<br/>%&gt;&nbsp;<br/><br/><br/><br/>这是一段很有用的代码，和绑定多域名的ASP代码类似，如果你只有一个PHP空间，而你又想放置多个多个站点，下面这些代码可以帮到你<br/><br/>第一个：<br/><br/><br/>&nbsp;程序代码<br/>if($HTTP_HOST==&#34;www.dzhai.com&#34;){<br/>Header(&#34;Location:&nbsp;moon.htm&#34;);<br/>}<br/>elseif($HTTP_HOST==&#34;www.6id.net&#34;){<br/>Header(&#34;Location:&nbsp;williamlong.htm&#34;);<br/>}<br/>else{<br/>Header(&#34;Location:&nbsp;other.htm&#34;);<br/>}<br/><br/><br/>第二个：<br/><br/><br/>&nbsp;程序代码<br/>if($HTTP_HOST==&#34;www.dzhai.com&#34;){<br/>require&nbsp;&#34;moon.htm&#34;;<br/>}<br/>elseif($HTTP_HOST==&#34;www.6id.net&#34;){<br/>require&nbsp;&#34;williamlong.htm&#34;;<br/>}<br/>else{<br/>require&nbsp;&#34;other.htm&#34;;<br/>}<br/><br/><br/>js实现:<a href="http://www.dzhai.com/blog/article.asp?id=124" target="_blank">http://www.dzhai.com/blog/article.asp?id=124</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=95</link>
			<title><![CDATA[添加一个比较漂亮的flashMp3播放器]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sat,18 Nov 2006 20:20:52 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=95</guid>	
		<description><![CDATA[作者网址：<a href="http://www.gkj.com.cn/article.asp?id=158" target="_blank">http://www.gkj.com.cn/article.asp?id=158</a><br/>使用方法：<br/>壹：下载自动安装程序：<a href="http://www.gkj.com.cn/attachments/month_0608/v2006810194253.rar" target="_blank">http://www.gkj.com.cn/attachments/month_0608/v2006810194253.rar</a><br/>贰：<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">操作步骤：<br/><br/>&#160;&#160;&#160;&#160;1.上传&nbsp;kmp&nbsp;文件夹到blog根目录；<br/>&#160;&#160;&#160;&#160;2.kmp.gif文件是UBB图标文件，放根目录images/文件夹下和对应的皮肤文件夹下！<br/>&#160;&#160;&#160;&#160;3.上传&nbsp;kmp_up&#100;ate.asp&nbsp;文件到blog根目录，浏览器访问：<a href="http://YourWebsite" target="_blank">http://YourWebsite</a>&amp;YourBlogURL/kmp_up&#100;ate.asp&nbsp;即可！</div></div><br/>ok以后，发表日志时就会发现多出来一个ubb图标<br/><img src="http://shanxinyuan.com/skins/sedong_v1%20Style/UBB/Icons/kmp.gif" border="0" alt=""/><br/>点击它就可以利用这个flashplayer播放音乐文件了。<br/>效果如下：<br/>[kmp=http://219.141.36.145:8080/1xi/gczg.mp3,no,no]testFlashMp3Player[/kmp]]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=93</link>
			<title><![CDATA[动易2006 错误号：3265的解决办法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,12 Nov 2006 10:05:33 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=93</guid>	
		<description><![CDATA[若您现在使用的是动易2006版，当您的网站后台或升级成为动易2006&nbsp;SP4版后，后台操作时出现以下错误号（2006,sp1,sp2,sp3升sp4过程中出现的错误号）：<br/>错&nbsp;误&nbsp;号：3265<br/>错误描述：在对应所需名称或序数的集合中，未找到项目。<br/>错误来源：ADODB.Recordset<br/>原因分析:服务器上的组件已经升级到动易2006&nbsp;sp4版，但网站数据库并没有升级到动易2006&nbsp;sp4版，或网站升级时没有运行Up&#100;ate_2006SP4.asp升级数据库。因动易2006&nbsp;sp4版增加了手机短信功能，数据库中增加了相应的字段，<strong>当组件升级为sp4版而数据库没有升级增加字段时，操作相应功能即会出现以上提示。</strong><br/>解决方法:按照升级步骤来升级.将“升级程序”目录下的Up&#100;ate_2006SP4.asp文件复制到您的网站的安装目录下，在浏览器中输入此文件的地址，如<a href="http://localhost/Up" target="_blank">http://localhost/Up</a>&#100;ate_2006SP4.asp，运行此程序，根据提示升级数据库。<br/>升级文件：<br/><a href="http://powereasy.net/Soft/PE_soft/203.html" target="_blank">http://powereasy.net/Soft/PE_soft/203.html</a><br/>本文件适用于动易2006&nbsp;SP4的所有版本（普及版和商业版）<br/><br/>动易2006&nbsp;升级到2006&nbsp;SP4的方法：<br/>①将“升级程序”目录下的Up&#100;ate_2006SP4.asp文件复制到您的网站的安装目录下，在浏览器中输入此文件的地址，如<a href="http://localhost/Up" target="_blank">http://localhost/Up</a>&#100;ate_2006SP4.asp，运行此程序，根据提示升级数据库。<br/>②更新组件（如果是虚拟主机用户，请联系主机商到动易官方网站下载中心下载安装组件）；&nbsp;<br/>③将“程序文件”文件夹中的文件复制到网站目录中，覆盖原来的文件。<br/>④因为Conn.asp文件也做了更新，所以需要重新设置Conn.asp中的数据库信息。<br/>⑤登录后台－－系统设置－－频道管理－－更新所有频道的文件。<br/><br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=92</link>
			<title><![CDATA[写在光棍节..]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sat,11 Nov 2006 19:03:46 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=92</guid>	
		<description><![CDATA[其实<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>以前是不太知道光棍节的,也许是思想都陷入什么东西当中了,其余的事情都给忽略了.今年是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>第一次意识到自己是在过光棍节.还没到光棍节时哥们们都兴事眈眈的,好像一定要把光棍节过的有滋有味的.真正到了.一个一个都无语了.<br/>一直到现在快毕业了,整一宿舍人都还在庆幸大家被分在了一起.都在说当时分宿舍的老师太有预见性了.其实大家都也知道.不是分宿舍的人有预见,也不是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们宿舍的人真是非常非常合脾气.是大家知道忍让,知道别人和自己的区别.知道去适应.不管怎么样,105宿舍会成为大家毕业后永远的回忆.<br/>两年的大学生活马上马上就要对大家说再见了<br/>两年..<br/>还没有熟悉就要再次变得陌生<br/>两年..<br/>还没有忘却高中,就要对大学说再见<br/>两年..<br/>大家各奔东西..<br/>互相的祝福都来不及..<br/>............<br/>上午去人才招聘会,花5块钱卖张门票进去.逛遍每个招聘台,找到的只有自己的欠缺.<br/>还是再上两年吧,离升本只有不到2个月的时间.粗略的计算一下.<br/>专业课也许该再放松一点,从小到这么大都没有为哪件事而完全的投入过.<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>想这次是该不顾一些的去拼一下的时候了.<br/>不到两年的大学生活,唯一学到的是自己真的太太倔了.<br/>用另外两年去学着改变一下...<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=90</link>
			<title><![CDATA[2007年专升本网查资料汇总(计算机类)]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,11 Nov 2006 16:42:06 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=90</guid>	
		<description><![CDATA[2006山东跨校专升本各专业录取分数线<br/><a href="http://hi.<a href="http://baidu.com" target="_blank">baidu</a>.com/sd_zsb/blog/item/1c185c4a594c012308f7ef47.html" target="_blank">http://hi.<a href="http://baidu.com" target="_blank">baidu</a>.com/sd_zsb/blog/item/1c185c4a594c012308f7ef47.html</a><br/>济南大学2006年跨校专升本录取分数线<br/>计算机科学与技术&nbsp;240.5&nbsp;<br/>山东师范大学2006年跨校专升本考试录取分数线<br/>计算机&nbsp;262&nbsp;<br/>山东工商学院2006跨校专升本各专业录取分数线<br/>计算机科学与技术&nbsp;182&nbsp;<br/>山东理工大学2006年专升本考试各专业录取分数线<br/>计算机科学与技术&nbsp;应届&nbsp;100&nbsp;237.5&nbsp;<br/>曲阜师范大学2006年跨校专升本<br/>计算机专业最底线209.5<br/>济宁医学院2006年跨校专升本<br/>计算机专业&nbsp;录取分数线第一志愿&nbsp;180、5，第二志愿194、5<br/>泰山学院2006年跨校专升本<br/>计算机专业录取分数线第一志愿180、5，第二志愿217、5<br/>山轻工&nbsp;山经&nbsp;山财<br/>&nbsp;献给2007计算机科学技术的DDMM们..(好)<br/><a href="http://www.51ben.cn/bbs/ShowPost.asp?id=1579" target="_blank">http://www.51ben.cn/bbs/ShowPost.asp?id=1579</a><br/>难度问题<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;英语:&nbsp;&nbsp;&nbsp;难度跟三级差不多&nbsp;&nbsp;但是&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在2006年英语考试中没有听到听力...&nbsp;因为信号不好&nbsp;&nbsp;当然这个不是个别现象..&nbsp;&nbsp;很普遍..&nbsp;&nbsp;&nbsp;&nbsp;起码<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>考试的前后位都没有..所以在2007年的时候&nbsp;一定要带好耳机...<br/><br/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;高等数学:<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认为&nbsp;难度不小.&nbsp;&nbsp;&nbsp;但是题目不难.难度大是因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们在最后的时候才知道考这个.&nbsp;所以复习仓促而他考的范围是整整的两本书.一个月内学完这个.并且在没有指导&nbsp;&nbsp;而且还要学其他专业的情况下.时间仓促.考试的时候发现题目不难&nbsp;&nbsp;覆盖面&nbsp;广泛.上下册几乎&nbsp;都各考50分.&nbsp;&nbsp;并且各个知识点都有涉及.当然也有说简单的.那就是复习全面的人了.<br/><br/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;综合1#:&nbsp;&nbsp;第一次考*作系统&nbsp;&nbsp;没有借鉴的自料.&nbsp;&nbsp;接口技术<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是自学的.作过不少本科的题目.但是在考试当中发现几乎没有关系.也就是说难度&nbsp;大大的小于本科(可能是突然提前三各月考试的原因)&nbsp;&nbsp;但是&nbsp;大题&nbsp;都是主观题.&nbsp;也就是简答问答题.&nbsp;&nbsp;没有良好的课本知识为依托.&nbsp;和好的书法(本人认为书法好至少可以多拿10分)高分难得.(提前1个小时20分钟&nbsp;交卷)考试时间&nbsp;3小时<br/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;综合2#:<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>擅长的科目.C语言这本书&nbsp;可以说就是采用了谭号强大人的那本.&nbsp;注重的方面是&nbsp;&nbsp;程序设计.&nbsp;但是如果不小心很容易丢分一个15-20行的程序.让你读&nbsp;&nbsp;写出结果.不小心往往出现僻陋.导致5分是白丢的.考查了细心.数据结构一个让人最头疼的算法问题.也是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在考试前碰到的.&nbsp;建议背过其中的经典算法.数据结构都是课本上的简单问题.&nbsp;&nbsp;比较容易&nbsp;&nbsp;(考试时间3小时)<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=88</link>
			<title><![CDATA[9分手机回拨卡销售计划]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,11 Nov 2006 15:33:45 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=88</guid>	
		<description><![CDATA[<strong>手机回拨卡简单介绍</strong>:<br/>手机回拨卡业务是今年来新兴的一种通讯业务,通过手机回拨业务可以很大程度节省手机通讯费用.该业务在不增加手机收费的情况下实现通话,只要您的手机被叫不收费就可以放心的使用手机回拨业务.<br/><strong>手机回拨卡的使用方法:</strong><br/>您的手机办理了手机回拨业务后就可以通过拨打预约帐号的方式来使用回拨业务.<br/>使用步骤:<br/>I:///拨打预约帐号,在听到提示音后挂断电话.(此次呼叫没有接通所以不会产生通话费用).<br/>II://系统自动回铃(既系统拨打您的手机号码,因为您是接听电话所以不会扣手机费).<br/>III:接听,系统会自动报余额(您的手机回拨业务余额).这是您就可以在信息提示音下拨打您要打的电话号码并以#结束......通话完成后挂机结束.<br/>手机回拨卡的资费:<br/>A卡:<br/>面额30元,仅供白天使用.拨打手机1毛扣费&nbsp;固定电话1毛5扣费.通话清晰.<br/>A卡可以拨打长途手机300分钟.现在加入价格仅为27元.<br/>小算盘:手机打长途仅9分/分钟(代理价,满百张另有奖励)<br/>B卡:<br/>面额30,50,100.白天3毛扣费,晚上4毛扣费.通话清晰.<br/>B卡主要是为了方便晚上电话比较多的客户,晚上回拨率高.3折销售.<br/>小算盘:手机打长途仅1毛/分钟.<br/>如何办理手机回拨业务:<br/>请联系当地的代办机构或者联系15966139167(潍坊)银行帐号:农行62284&nbsp;8029&nbsp;00264&nbsp;64310<br/>唐勇.<br/>各大院校代理招募中...联系15966139167]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=87</link>
			<title><![CDATA[live邮箱爆出注册方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Sat,11 Nov 2006 14:18:55 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=87</guid>	
		<description><![CDATA[用这个方法可以申请到◎msn&nbsp;◎live等的邮箱。前段时间也听过过现在才找到方法。感觉微软的邮箱太难用了，一直没有用过。不过先申请着玩。看来javascript的功能还是挺广泛的。<br/>1.&nbsp;进入&nbsp;这个页面&nbsp;开始注册.<br/><a href="http://get.live.com/getlive/overview" target="_blank">http://get.live.com/getlive/overview</a><br/><br/>2.&nbsp;点击注册按钮,进入下一个界面<br/><br/>3.复制如下代码到你的地址栏中,回车<br/><br/>CODE:<br/>javascript:function&nbsp;r(q){}&nbsp;function&nbsp;s(q){e[q]&nbsp;=&nbsp;new&nbsp;Option(a[q],a[q])};&nbsp;r(e&nbsp;=&nbsp;document.getElementById(&#34;idomain&#34;).options);r(d=&#34;live.&#34;);r(a&nbsp;=&nbsp;new&nbsp;Array(&#34;hotmail.com&#34;,&#34;hotmail.co.uk&#34;,&#34;msn.com&#34;,d+&#34;com&#34;,d+&#34;be&#34;,d+&#34;co.uk&#34;,d+&#34;de&#34;,d+&#34;fr&#34;,d+&#34;it&#34;,d+&#34;nl&#34;));&nbsp;for&nbsp;(i=0;i&lt;a.length;i++){&nbsp;s(i&nbsp;)&nbsp;}alert(&#34;Success&nbsp;-&nbsp;additional&nbsp;domains&nbsp;added!&#34;);<br/><br/><br/>下面的代码是申请microsoft.com用的，方法和上面一样，只不过复制代码的时候复制这个就OK了```测试通过```<br/>CODE:<br/><br/>javascript:&nbsp;var&nbsp;p&nbsp;=&nbsp;&#39;microsoft.&#39;;&nbsp;var&nbsp;ds&nbsp;=&nbsp;new&nbsp;Array(&#39;com&#39;,&nbsp;&#39;cn&#39;,&nbsp;&#39;fr&#39;,&nbsp;&#39;it&#39;,&nbsp;&#39;nl&#39;);&nbsp;for&nbsp;(var&nbsp;i&nbsp;=&nbsp;0;&nbsp;i&nbsp;&lt;&nbsp;ds.length;&nbsp;i&nbsp;++){document.getElementById(&#39;idomain&#39;).options&nbsp;=&nbsp;new&nbsp;Option(p&nbsp;+&nbsp;ds,&nbsp;p&nbsp;+&nbsp;ds)}&nbsp;alert(&#39;domains&nbsp;added&#39;);<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=86</link>
			<title><![CDATA[忘记Windows登录密码怎么办?]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sat,11 Nov 2006 13:36:21 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=86</guid>	
		<description><![CDATA[这是个老问题了.通常的做法是删除SAM文件.<br/>这个方法更能体现你的计算机水平哦..<br/>技术要点:<br/>1.net&nbsp;user&nbsp;siyizhu&nbsp;123456&nbsp;/add&nbsp;意思为新建密码为:123456的用户siyizhu<br/>2.net&nbsp;localgroup&nbsp;[groupname]&nbsp;siyizhu&nbsp;/add&nbsp;如[groupname]为administrator则将用户siyizhu的权限提升为管理员.同理如[groupname]为guest则将用户siyizhu设置为guest组用户.<br/>---------------------------------------------------------------------------<br/>　　Windows&nbsp;NT及其以上版本系统中提供了“net&nbsp;user”命令，该命令可以添加、修改用户账户信息，其语法格式为：<br/><br/>　　net&nbsp;user&nbsp;[UserName&nbsp;[Password&nbsp;|&nbsp;*]&nbsp;[options]]&nbsp;[/domain]<br/><br/>　　net&nbsp;user&nbsp;[UserName&nbsp;{Password&nbsp;|&nbsp;*}&nbsp;/add&nbsp;[options]&nbsp;[/domain]<br/><br/>　　net&nbsp;user&nbsp;[UserName&nbsp;[/del&#101;te]&nbsp;[/domain]]<br/><br/>　　<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们现在以恢复本地用户“*****”口令为例，来说明解决忘记登录密码的步骤：<br/><br/>　　1、重新启动计算机，在启动画面出现后马上按下F8键，选择“带命令行的安全模式”。<br/><br/>　　2、运行过程结束时，系统列出了系统超级用户“administrator”和本地用户“*****”的选择菜单，鼠标单击“administrator”，进入命令行模式。<br/><br/>　　3、键入命令：“net&nbsp;user&nbsp;*****&nbsp;123456&nbsp;/add”，强制将“*****”用户的口令更改为“123456”。若想在此添加一新用户（如：用户名为abcdef，口令为123456）的话，请键入“net&nbsp;user&nbsp;abcdef&nbsp;123456&nbsp;/add”，添加后可用“net&nbsp;localgroup&nbsp;administrators&nbsp;abcdef&nbsp;/add”命令将用户提升为系统管理组“administrators”的用户，并使其具有超级权限。<br/><br/>　　4、重新启动计算机，选择正常模式下运行，就可以用更改后的口令“123456”登录“*****”用户了。&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=85</link>
			<title><![CDATA[模仿AS效果的导航菜单]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sat,11 Nov 2006 13:13:11 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=85</guid>	
		<description><![CDATA[<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/html.gif" style="margin:0px 2px -3px 0px"> HTML代码</div><div class="UBBContent"><TEXTAREA rows="8" id="temp65506"><html>
<head>
<meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=gb2312&#34; />
<title>模仿as效果的导航菜单</title>
<style type=&#34;text/css&#34;>
<!--
a:link,a:visited	{ text-decoration: none; color: #666666 }
a:hover			{ text-decoration: underline }
#hor1 {
	position:absolute;
	left:320px;
	top:20px;
	width:220px;
	height:20px;
	z-index:1;
	background-color: #999900;
}
#hor2 {
	position:absolute;
	left:320px;
	top:40px;
	width:220px;
	height:20px;
	z-index:2;
	background-color: #FFCC00;
}
#hor3 {
	position:absolute;
	left:320px;
	top:60px;
	width:220px;
	height:20px;
	z-index:3;
	background-color: #99CC00;
}
#board1 {
	position:absolute;
	left:320px;
	top:40px;
	width:220px;
	height:120px;
	z-index:-100;
	background-color: #333333;
	visibility: hidden;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	background-color: #666666;
}
#board2 {
	position:absolute;
	left:320px;
	top:60px;
	width:220px;
	height:120px;
	z-index:-90;
	background-color: #333333;
	visibility: hidden;
}
#board3 {
	position:absolute;
	width:220px;
	height:120px;
	z-index:-80;
	left: 320px;
	top: 80px;
	background-color: #333333;
	visibility: hidden;
}
#hor4 {
	position:absolute;
	left:320px;
	top:80px;
	width:220px;
	height:20px;
	z-index:4;
	background-color: #99CCCC;
}
#board4 {
	position:absolute;
	left:320px;
	top:100px;
	width:220px;
	height:120px;
	z-index:-70;
	background-color: #333333;
	visibility: hidden;
}

-->
</style>
<script type=&#34;text/javascript&#34;>
lastNo=0
function re(menu_no){
if(lastNo!=menu_no){
cur=menu_no+1
lastNo=menu_no
rest()
}else{
cur=100
}
document.getElementById(&#34;board&#34;+menu_no).style.visibility=&#34;visible&#34;
}
function rest(){
for(i=1;i<=4;i++){
document.getElementById(&#34;hor&#34;+i).style.top=20*i;
document.getElementById(&#34;board&#34;+i).style.visibility=&#34;hidden&#34;
}
menu_num=4;
 act=1
 height=120+20
 speed=0;
 posY=0;
}
function huke(){
if(act==1&amp;&amp;cur<100){
speed=(height-posY)*0.69+speed*0.6
posY+=speed
for(i=cur;i<=menu_num;i++){
document.getElementById(&#34;hor&#34;+i).style.top=posY+(i-2)*20
}
if(Math.abs(height-posY)<0.5){
for(i=cur;i<=menu_num;i++){
document.getElementById(&#34;hor&#34;+i).style.top=height+(i-2)*20
}
act=0
}
setTimeout(&#34;huke()&#34;,50)
}
}

</script>
</head>
<body>
<div id=&#34;hor1&#34; onclick=&#34;re(1);huke()&#34;>News</div>
<div id=&#34;hor2&#34; onclick=&#34;re(2);huke()&#34;>Populor</div>
<div id=&#34;hor3&#34; onclick=&#34;re(3);huke()&#34;>Sports</div>
<div id=&#34;hor4&#34; onclick=&#34;re(4);huke()&#34;>Woman</div>
<div id=&#34;board1&#34;>1.由AS而想起Javascript<br />2.用Jscript写ASP有没有先天性的不足？<br />3.没有了。</div>
<div id=&#34;board2&#34;>1.xhtml+css真的来了吗？<br />2.Flash取代传统网站<br />3.Flash何时才能连接数据库？</div>
<div id=&#34;board3&#34;>1.程序员与小姐的10个相同。<br />2.中国的程序员与中国的足球？</div>
<div id=&#34;board4&#34;>1.二十一世纪最缺的是什么?人才<br />
<a href=&#34;<a href=&#34;<a href="http://siyizhu.com" target="_blank">http://siyizhu.com</a>&#34; target=&#34;_blank&#34;><a href="http://siyizhu.com" target="_blank">http://siyizhu.com</a></a>&#34; target=&#34;_blank&#34;><a href=&#34;<a href="http://siyizhu.com" target="_blank">http://siyizhu.com</a>&#34; target=&#34;_blank&#34;><a href="http://siyizhu.com" target="_blank">http://siyizhu.com</a></a></a></div>
</body>
</html>
</TEXTAREA><br/><INPUT onclick="runEx('temp65506')"  type="button" value="运行此代码"/> <INPUT onclick="doCopy('temp65506')"  type="button" value="复制此代码"/><br/> [Ctrl+A 全部选择 提示：你可先修改部分代码，再按运行]</div></div><br/>javascript部分<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">&lt;script&nbsp;type=&#34;text/javascript&#34;&gt;<br/>lastNo=0<br/>function&nbsp;re(menu_no){<br/>if(lastNo!=menu_no){<br/>cur=menu_no+1<br/>lastNo=menu_no<br/>rest()<br/>}else{<br/>cur=100<br/>}<br/>document.getElementById(&#34;board&#34;+menu_no).style.visibility=&#34;visible&#34;<br/>}<br/>function&nbsp;rest(){<br/>for(i=1;i&lt;=4;i++){<br/>document.getElementById(&#34;hor&#34;+i).style.top=20*i;<br/>document.getElementById(&#34;board&#34;+i).style.visibility=&#34;hidden&#34;<br/>}<br/>menu_num=4;<br/>&nbsp;act=1<br/>&nbsp;height=120+20<br/>&nbsp;speed=0;<br/>&nbsp;posY=0;<br/>}<br/>function&nbsp;huke(){<br/>if(act==1&amp;&amp;cur&lt;100){<br/>speed=(height-posY)*0.69+speed*0.6<br/>posY+=speed<br/>for(i=cur;i&lt;=menu_num;i++){<br/>document.getElementById(&#34;hor&#34;+i).style.top=posY+(i-2)*20<br/>}<br/>if(Math.abs(height-posY)&lt;0.5){<br/>for(i=cur;i&lt;=menu_num;i++){<br/>document.getElementById(&#34;hor&#34;+i).style.top=height+(i-2)*20<br/>}<br/>act=0<br/>}<br/>setTimeout(&#34;huke()&#34;,50)<br/>}<br/>}<br/><br/>&lt;/script&gt;<br/></div></div>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=84</link>
			<title><![CDATA[DOS批处理全面教程]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,11 Nov 2006 13:05:07 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=84</guid>	
		<description><![CDATA[早就&nbsp;像学习一下批处理，没时间啊。应该早买笔记本。。。<br/>后缀是bat的文件就是批处理文件，是一种文本文件。现在已经用得很少了，但是象IBM笔记本的系统恢复盘就是靠批处理来执行的。简单的说，它的作用就是自动的连续执行多条命令，批处理文件的内容就是一条一条的命令。那它有什么用呢？&nbsp;比如，在启动wps软件时，每次都必须执行：&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;C:\&gt;cd&nbsp;wps&nbsp;<br/>　　C:\WPS&gt;spdos&nbsp;<br/>　　C:\WPS&gt;py&nbsp;<br/>　　C:\WPS&gt;wbx&nbsp;<br/>　　C:\WPS&gt;wps&nbsp;<br/>如果每次用WPS之前都这样执行一次，您是不是觉得很麻烦呢？&nbsp;<br/>如果有一个方法，只需编写一个批处理文件，就会自动执行刚才的所有命令，您想不想学呢？&nbsp;当您看完此节，自己编写的第一个批处理文件顺利执行时，您一定会大吃一惊的。&nbsp;<br/>常用命令&nbsp;<br/>　　echo、@、call、pause、rem是批处理文件最常用的几个命令，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们就从他们开始学起。&nbsp;<br/>echo&nbsp;表示显示此命令后的字符；echo&nbsp;off&nbsp;表示在此语句后所有运行的命令都不显示命令行本身。@&nbsp;与echo&nbsp;off相象，但它是加在其它命令行的最前面，表示运行时不显示命令行本身。&nbsp;<br/>call&nbsp;调用另一条批处理文件（如果直接调用别的批处理文件&nbsp;，执行完那条文件后将无法执行当前文件后续命令）；<br/>pause&nbsp;运行此句会暂停，显示Press&nbsp;any&nbsp;key&nbsp;to&nbsp;continue...&nbsp;等待用户按任意键后继续；<br/>rem&nbsp;表示此命令后的字符为解释行，不执行，只是给自己今后查找用的；<br/>例：用edit编辑a.bat文件，输入下列内容后存盘为c:\a.bat，执行该批处理文件后可实现：将根目录中所有文件写入&nbsp;a.txt中，启动UCDOS，进入WPS等功能。&nbsp;<br/>批处理文件的内容为:&nbsp;　　　　　　　　文件表示：&nbsp;<br/>　　echo&nbsp;off　　　　　　　　　　　　不显示命令行&nbsp;<br/>　　　　dir&nbsp;c:\*.*&nbsp;&gt;a.txt　　　　　　　将c盘文件列表写入a.txt&nbsp;<br/>　　　　call&nbsp;c:\ucdos\ucdos.bat　　　　调用ucdos&nbsp;<br/>　　　　echo&nbsp;你好&nbsp;　　　　　　　　　　　显示&#34;你好&#34;&nbsp;<br/>　　　　pause&nbsp;　　　　　　　　　　　　　暂停,等待按键继续&nbsp;<br/>　　　　rem&nbsp;使用wps&nbsp;　　　　　　　　　　注释将使用wps&nbsp;<br/>　　　　cd&nbsp;ucdos　　　　　　　　　　　　进入ucdos目录&nbsp;<br/>　　　　wps&nbsp;　　　　　　　　　　　　　　使用wps　　&nbsp;<br/>批处理文件中还可以像C语言一样使用参数，这只需用到一个参数表示符%。&nbsp;<br/>&nbsp;%表示参数，参数是指在运行批处理文件时在文件名后加的字符串。变量可以从&nbsp;%0到%9，%0表示文件名本身，字符串用%1到%9顺序表示。&nbsp;<br/>例如，C：根目录下一批处理文件名为f.bat，内容为&nbsp;format&nbsp;%1&nbsp;<br/>　　则如果执行C:\&gt;f&nbsp;a:&nbsp;　　　则实际执行的是format&nbsp;a:&nbsp;<br/>又如C：根目录下一批处理文件的名为t.bat，内容为&nbsp;type&nbsp;%1&nbsp;type&nbsp;%2&nbsp;，那么运行C:\&gt;t&nbsp;a.txt&nbsp;b.txt&nbsp;将顺序地显示a.txt和b.txt文件的内容。<br/>此外电脑每次启动时都会寻找autoexec.bat这条批处理文件，从而可执行一些每次开机都要执行的命令，如设置路径path、加载鼠标驱动mouse、磁盘加速smartdrv等，可以使您的电脑真正自动化。&nbsp;<br/>特殊命令&nbsp;<br/>if&nbsp;goto&nbsp;choice&nbsp;for&nbsp;是批处理文件中比较高级的命令，如果这几个你用得很熟练，你就是批处理文件的专家啦。&nbsp;if&nbsp;表示将判断是否符合规定的条件，从而决定执行不同的命令。&nbsp;有三种格式:&nbsp;<br/>1、if&nbsp;&#34;参数&#34;&nbsp;==&nbsp;&#34;字符串&#34;&nbsp;　待执行的命令&nbsp;<br/>参数如果等于指定的字符串，则条件成立，运行命令，否则运行下一句。(注意是两个等号）&nbsp;<br/>如if&nbsp;&#34;%1&#34;==&#34;a&#34;&nbsp;format&nbsp;a:&nbsp;<br/>2、if&nbsp;exist&nbsp;文件名　&nbsp;待执行的命令&nbsp;<br/>如果有指定的文件，则条件成立，运行命令，否则运行下一句。如if&nbsp;exist&nbsp;config.sys&nbsp;edit&nbsp;config.sys&nbsp;<br/>3、if&nbsp;errorlevel&nbsp;数字　&nbsp;待执行的命令&nbsp;<br/>如果返回码等于指定的数字，则条件成立，运行命令，否则运行下一句。如if&nbsp;errorlevel&nbsp;2&nbsp;goto&nbsp;x2&nbsp;　DOS程序运行时都会返回一个数字给DOS，称为错误码errorlevel或称返回码&nbsp;<br/>goto&nbsp;批处理文件运行到这里将跳到goto&nbsp;所指定的标号处，&nbsp;一般与if配合使用。&nbsp;如:&nbsp;<br/>goto&nbsp;end&nbsp;<br/>:end&nbsp;<br/>echo&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;<br/>标号用&nbsp;:字符串&nbsp;表示，标号所在行不被执行&nbsp;<br/>choice&nbsp;使用此命令可以让用户输入一个字符，从而运行不同的命令。使用时应该加/c:参数，c:后应写提示可输入的字符，之间无空格。它的返回码为1234……&nbsp;<br/>如:&nbsp;choice&nbsp;/cme&nbsp;defrag,mem,end&nbsp;&nbsp;将显示&nbsp;&nbsp;defrag,mem,end[D,M,E]?&nbsp;<br/>例如，test.bat的内容如下:&nbsp;<br/>@echo&nbsp;off&nbsp;<br/>choice&nbsp;/cme&nbsp;defrag,mem,end&nbsp;<br/>if&nbsp;errorlevel&nbsp;3&nbsp;goto&nbsp;defrag&nbsp;应先判断数值最高的错误码&nbsp;<br/>if&nbsp;errorlevel&nbsp;2&nbsp;goto&nbsp;mem&nbsp;<br/>if&nbsp;errotlevel&nbsp;1&nbsp;goto&nbsp;end&nbsp;<br/>efrag&nbsp;<br/>c:\dos\defrag&nbsp;<br/>goto&nbsp;end&nbsp;<br/>:mem&nbsp;<br/>mem&nbsp;<br/>goto&nbsp;end&nbsp;<br/>:end&nbsp;<br/>echo&nbsp;good&nbsp;bye&nbsp;<br/>此文件运行后，将显示&nbsp;defrag,mem,end[D,M,E]?&nbsp;用户可选择d&nbsp;m&nbsp;e&nbsp;，然后if语句将作出判断，d表示执行标号为defrag的程序段，m表示执行标号为mem的程序段，e表示执行标号为end的程序段，每个程序段最后都以goto&nbsp;end将程序跳到end标号处，然后程序将显示good&nbsp;bye，文件结束。&nbsp;<br/>for&nbsp;循环命令，只要条件符合，它将多次执行同一命令。&nbsp;<br/>格式FOR&nbsp;[%%f]&nbsp;in&nbsp;(集合)&nbsp;DO&nbsp;[命令]&nbsp;<br/>只要参数f在指定的集合内，则条件成立，执行命令&nbsp;<br/>如果一条批处理文件中有一行:&nbsp;<br/>for&nbsp;%%c&nbsp;in&nbsp;(*.bat&nbsp;*.txt)&nbsp;do&nbsp;type&nbsp;%%c&nbsp;<br/>含义是如果是以bat或txt结尾的文件，则显示文件的内容。&nbsp;<br/>autoexec.bat&nbsp;<br/>&nbsp;DOS在启动会自动运行autoexec.bat这条文件，一般<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们在里面装载每次必用的程序，如:&nbsp;path(设置路径)、smartdrv(磁盘加速)、&nbsp;mouse(鼠标启动)、mscdex(光驱连接)、&nbsp;doskey(键盘管理)、set(设置环境变量)等。&nbsp;<br/>如果启动盘根目录中没有这个文件，电脑会让用户输入日期和时间。&nbsp;<br/>例如，一个典型的autoexec.bat内容如下:&nbsp;<br/>@echo&nbsp;off　　　　　　　　　　　　　　　　　　不显示命令行&nbsp;<br/>prompt&nbsp;$p$g　　　　　　　　　　　　　　　　&nbsp;设置提示符前有目录提示&nbsp;<br/>path&nbsp;c:\dos;c:\;c:\windows;c:\ucdos;c:\tools　　　&nbsp;设置路径&nbsp;<br/>lh&nbsp;c:\dos\doskey.com&nbsp;　　　　　　　　　　　　　　　加载键盘管理&nbsp;<br/>lh&nbsp;c:\mouse\mouse.com　　　　　　　　　　　　　　加载鼠标管理&nbsp;<br/>lh&nbsp;c:\dos\smartdrv.exe&nbsp;　　　　　　　　　　　　　　加载磁盘加速管理&nbsp;<br/>lh&nbsp;c:\dos\mscdex&nbsp;/S&nbsp;/D:MSCD000&nbsp;/M:12&nbsp;/V　　　　加载CD-ROM驱动&nbsp;<br/>set&nbsp;temp=c:\temp&nbsp;　　　　　　　　　　　　　　　　　设置临时目录<br/>IF&nbsp;-EXIST<br/>首先用记事本建立一个文件，文件内容如下：&nbsp;<br/>@echo&nbsp;off&nbsp;<br/>IF&nbsp;EXIST&nbsp;\AUTOEXEC.BAT&nbsp;TYPE&nbsp;\AUTOEXEC.BAT&nbsp;<br/>IF&nbsp;NOT&nbsp;EXIST&nbsp;\AUTOEXEC.BAT&nbsp;ECHO&nbsp;\AUTOEXEC.BAT&nbsp;does&nbsp;not&nbsp;exist&nbsp;<br/>在C盘保存文件为TEST.BAT&nbsp;<br/>然后执行命令&nbsp;<br/>C:\&gt;TEST1.BAT&nbsp;<br/>这时，如果AUTOEXEC.BAT中有内容的话会显示出来。&nbsp;<br/>接着再建立一个文件，内容如下：&nbsp;<br/>@ECHO&nbsp;OFF&nbsp;<br/>IF&nbsp;EXIST&nbsp;%1&nbsp;TYPE&nbsp;%1&nbsp;<br/>IF&nbsp;NOT&nbsp;EXIST&nbsp;%1&nbsp;ECHO&nbsp;%1&nbsp;does&nbsp;not&nbsp;exist&nbsp;<br/>也保存在C盘，文件名为TEST2.BAT&nbsp;<br/>然后执行命令&nbsp;<br/>C:\&gt;TEST2&nbsp;AUTOEXEC.BAT&nbsp;<br/>同样，如果AUTOEXEC.BAT中有内容的话会显示出来。&nbsp;<br/>说明：&nbsp;<br/>1．&nbsp;IF&nbsp;EXIST&nbsp;是用来测试文件是否存在的，格式为&nbsp;<br/>IF&nbsp;EXIST&nbsp;[路径+文件名]&nbsp;命令&nbsp;<br/>2．&nbsp;其中第二个文件中的%1是参数，DOS允许传递9个批参数信息给批处理文件，分别为%1---------%9&nbsp;，有点想实参和形参的关系，%1是形参，AUTOEXEC.BAT是实参。&nbsp;<br/>更进一步的，建立一个名为ABC.BAT的文件，内容如下：&nbsp;<br/>IF&nbsp;‘%1’&nbsp;=&nbsp;=&nbsp;‘&nbsp;A&nbsp;’&nbsp;ECHO&nbsp;XIAO&nbsp;<br/>IF&nbsp;‘%1’&nbsp;=&nbsp;=&nbsp;‘&nbsp;B&nbsp;’&nbsp;ECHO&nbsp;TIAN&nbsp;<br/>IF&nbsp;‘%1’&nbsp;=&nbsp;=&nbsp;‘&nbsp;C&nbsp;’&nbsp;ECHO&nbsp;XIN&nbsp;<br/>完成后运行C:\&gt;ABC.BAT&nbsp;A&nbsp;B&nbsp;C&nbsp;<br/>屏幕上会显示C:\&gt;XIAOTIANXIA&nbsp;<br/>如果执行C:\&gt;ABC.BAT&nbsp;A&nbsp;B&nbsp;<br/>屏幕上会显示C:\&gt;XIAOTIAN&nbsp;<br/>DOS将一个空字符串附给参数%3。&nbsp;<br/>可以将NOT放在IF和条件之间，指示IF在条件为假时执行某一命令。&nbsp;<br/>注意：这个命令可在DOS下输入直接运行。&nbsp;<br/>IF-ERRORLEVEL<br/>用记事本建立一个文件XIAO.BAT，内容如下&nbsp;<br/>@ECHO&nbsp;OFF&nbsp;<br/>XCOPY&nbsp;C:\AUTOEXEC.BAT&nbsp;D:\&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;0&nbsp;ECHO&nbsp;成功拷贝文件&nbsp;<br/>然后执行文件&nbsp;<br/>C:\&gt;XIAO.BAT&nbsp;<br/>如果文件拷贝成功，屏幕就会显示：成功拷贝文件&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;是用来测试它的上一个DOS命令的返回值的，注意只是上一个命令的返回值，因此下面的批处理文件是错误的&nbsp;<br/>@ECHO&nbsp;OFF&nbsp;<br/>XCOPY&nbsp;C:\AUTOEXEC.BAT&nbsp;D:\&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;0&nbsp;ECHO&nbsp;成功拷贝文件&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;1&nbsp;ECHO&nbsp;未找到拷贝文件&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;2&nbsp;ECHO&nbsp;用户通过ctrl-c中止拷贝操作&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;3&nbsp;ECHO&nbsp;预置错误阻止文件拷贝操作&nbsp;<br/>IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;4&nbsp;ECHO&nbsp;拷贝过程中写盘错误&nbsp;<br/>无论拷贝是否成功，后面的：&nbsp;<br/>未找到拷贝文件&nbsp;<br/>用户通过ctrl-c中止拷贝操作&nbsp;<br/>预置错误阻止文件拷贝操作&nbsp;<br/>拷贝过程中写盘错误&nbsp;<br/>都将显示出来。&nbsp;<br/>注意：这个命令是可以在DOS下直接输入的。&nbsp;<br/>例如：&nbsp;<br/>C:\&gt;XCOPY&nbsp;\AUTOEXEC.BAT&nbsp;D:\&nbsp;<br/>之后可以执行&nbsp;<br/>C:\&gt;&nbsp;IF&nbsp;ERRORLEVEL&nbsp;=&nbsp;=&nbsp;0&nbsp;ECHO&nbsp;成功拷贝文件&nbsp;<br/>如果成功，屏幕将显示：&nbsp;<br/>成功拷贝文件&nbsp;<br/>以下就是几个常用命令的返回值：&nbsp;<br/>backup&nbsp;<br/>出口状态&nbsp;意义&nbsp;<br/>0&nbsp;备份成功&nbsp;<br/>1&nbsp;未找到备份文件&nbsp;<br/>2&nbsp;文件共享冲突阻止备份完成&nbsp;<br/>3&nbsp;用户用ctrl-c中止备份&nbsp;<br/>4&nbsp;由于致命的错误使备份操作中止<br/>&nbsp;<br/>diskcomp&nbsp;<br/>出口状态&nbsp;意义&nbsp;<br/>0&nbsp;盘比较相同&nbsp;<br/>1&nbsp;盘比较不同&nbsp;<br/>2&nbsp;用户通过ctrl-c中止比较操作&nbsp;<br/>3&nbsp;由于致命的错误使比较操作中止&nbsp;<br/>4&nbsp;预置错误中止比较&nbsp;<br/>diskcopy&nbsp;<br/>出口状态&nbsp;意义&nbsp;<br/>0&nbsp;盘拷贝操作成功&nbsp;<br/>1&nbsp;非致命盘读/写错&nbsp;<br/>2&nbsp;用户通过ctrl-c结束拷贝操作&nbsp;<br/>3&nbsp;因致命的处理错误使盘拷贝中止&nbsp;<br/>4&nbsp;预置错误阻止拷贝操作&nbsp;<br/>format&nbsp;<br/>出口状态&nbsp;意义&nbsp;<br/>0&nbsp;格式化成功&nbsp;<br/>3&nbsp;用户通过ctrl-c中止格式化处理&nbsp;<br/>4&nbsp;因致命的处理错误使格式化中止&nbsp;<br/>5&nbsp;在提示“proceed&nbsp;with&nbsp;format（y/n）？”下用户键入n结束&nbsp;<br/>xopy&nbsp;<br/>出口状态&nbsp;意义&nbsp;<br/>0&nbsp;成功拷贝文件&nbsp;<br/>1&nbsp;未找到拷贝文件&nbsp;<br/>2&nbsp;用户通过ctrl-c中止拷贝操作&nbsp;<br/>4&nbsp;预置错误阻止文件拷贝操作&nbsp;<br/>5&nbsp;拷贝过程中写盘错误&nbsp;<br/>IF&nbsp;STRING&nbsp;=&nbsp;=&nbsp;STRING<br/>首先用记事本建立一个名为XIAO.BAT的文件，文件内容如下：&nbsp;<br/>@echo&nbsp;off&nbsp;<br/>IF&nbsp;&#34;%1&#34;&nbsp;=&nbsp;=&nbsp;&#34;A&#34;&nbsp;FORMAT&nbsp;A:&nbsp;<br/>接着执行&nbsp;<br/>C:\&gt;XIAO&nbsp;A&nbsp;<br/>屏幕上就出现是否将A：盘格式化的内容。&nbsp;<br/>这个语句的格式为&nbsp;<br/>IF&nbsp;&#34;参数&#34;&nbsp;=&nbsp;=&nbsp;&#34;字符串&#34;&nbsp;　待执行的命令&nbsp;<br/>参数如果等于指定的字符串，则条件成立，运行命令，否则运行下一句。&nbsp;<br/>注意：要想在DOS下直接使用，只有这样&nbsp;<br/>C:\&gt;&nbsp;IF&nbsp;&#34;A&#34;&nbsp;=&nbsp;=&nbsp;&#34;A&#34;&nbsp;FORMAT&nbsp;A:&nbsp;<br/>毫无意义。&nbsp;<br/>GOTO<br/>首先用记事本建立一个名为XIAO.BAT的文件，文件内容如下：&nbsp;<br/>@ECHO&nbsp;OFF&nbsp;<br/>IF&nbsp;EXIST&nbsp;C:\AUTOEXEC.BAT&nbsp;GOTO&nbsp;KB&nbsp;<br/>:&nbsp;KB&nbsp;<br/>COPY&nbsp;C:\AUTOEXEC.BAT&nbsp;D:\&nbsp;<br/>:&nbsp;DONE&nbsp;<br/>注意：&nbsp;<br/>1．&nbsp;标号前是冒号（：）&nbsp;<br/>2．&nbsp;标号的最后一行是:&nbsp;DONG&nbsp;<br/>3．&nbsp;DOS支持最长为八位的标号，当无法区别两个标号时，将跳转至最近的一个标号。<br/>FOR<br/>首先用记事本建立一个名为XIAO.BAT的文件，文件内容如下：&nbsp;<br/>@ECHO&nbsp;OFF&nbsp;<br/>FOR&nbsp;%%C&nbsp;IN&nbsp;(*.BAT&nbsp;*.TXT&nbsp;*.SYS)&nbsp;DO&nbsp;TYPE&nbsp;%%C&nbsp;<br/>接着执行&nbsp;<br/>C:&gt;XIAO.BAT&nbsp;<br/>执行以后，屏幕上会将C:盘所有的以&nbsp;*.BAT&nbsp;*.TXT&nbsp;*.SYS为扩展名的文件内容显示出来，当然不包括隐藏文件。&nbsp;<br/>说明：字符%%C&nbsp;表示FOR命令变量，FOR支持通配符。&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=83</link>
			<title><![CDATA[VB检测计算机硬件信息]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sat,11 Nov 2006 12:54:34 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=83</guid>	
		<description><![CDATA[此段VB可以检测到计算机的主板,CPU(包括主频),内存,硬盘,显卡,网卡等相关信息<br/>特别适合在局域网内用来察看和管理内部计算机的硬件配置情况<br/><br/>&nbsp;程序代码<br/>On&nbsp;Error&nbsp;Resume&nbsp;Next<br/>temp=0<br/>set&nbsp;wshshell=wscript.cr&#101;ateobject(&#34;wscript.shell&#34;)<br/>&#39;启动WMI服务(没有这个服务就不行)<br/>wshshell.run&nbsp;(&#34;%comspec%&nbsp;/c&nbsp;regsvr32&nbsp;/s&nbsp;scrrun.dll&#34;),0,True<br/>wshshell.run&nbsp;(&#34;%comspec%&nbsp;/c&nbsp;sc&nbsp;config&nbsp;&nbsp;winmgmt&nbsp;start=&nbsp;auto&#34;),0,True<br/>wshshell.run&nbsp;(&#34;%comspec%&nbsp;/c&nbsp;net&nbsp;start&nbsp;winmgmt&#34;),0<br/>&#39;用一个文本来记录硬件信息<br/>Set&nbsp;WshNetwork&nbsp;=&nbsp;WScript.Cr&#101;ateobject(&#34;WScript.Network&#34;)<br/>computername=WshNetwork.ComputerName<br/><br/>set&nbsp;fso=cr&#101;ateobject(&#34;scripting.filesystemobject&#34;)<br/>tempfilter=&#34;c:\&#34;&amp;&nbsp;computername&nbsp;&amp;&#34;.txt&#34;<br/>&#39;这里是硬件信息纪录的存放位置,可以是网络共享路径(需有写入权限)<br/>set&nbsp;tempfile=fso.cr&#101;atetextfile(tempfilter)<br/><br/>strComputer&nbsp;=&nbsp;&#34;.&#34;<br/>Set&nbsp;objWMIService&nbsp;=&nbsp;Getobject(&#34;winmgmts:\\&#34;&nbsp;&amp;&nbsp;strComputer&nbsp;&amp;&nbsp;&#34;\root\cimv2&#34;)<br/>&#39;主板<br/>set&nbsp;board&nbsp;=objwmiservice.execQuery(&#34;sel&#101;ct&nbsp;*&nbsp;from&nbsp;win32_baseboard&#34;)<br/>for&nbsp;each&nbsp;item&nbsp;in&nbsp;board<br/>board2=&#34;主板:&#34;&nbsp;&amp;&nbsp;item.Product<br/>next<br/>&#39;CPU<br/>set&nbsp;cpu&nbsp;=objwmiservice.execQuery(&#34;sel&#101;ct&nbsp;*&nbsp;from&nbsp;win32_processor&#34;)<br/>for&nbsp;each&nbsp;item&nbsp;in&nbsp;cpu<br/>cpu2=&nbsp;&#34;CPU:&#34;&nbsp;&amp;&nbsp;item.Name<br/>next<br/>&#39;内存<br/>Set&nbsp;colItems&nbsp;=&nbsp;objWMIService.ExecQuery(&#34;Sel&#101;ct&nbsp;*&nbsp;from&nbsp;Win32_PhysicalMemory&#34;,,48)<br/>For&nbsp;Each&nbsp;objItem&nbsp;in&nbsp;colItems<br/>a=objitem.capacity/1048576<br/>temp=temp+objitem.capacity<br/>n=n+1<br/>Next<br/>memory=temp/1048576<br/>if&nbsp;n=1&nbsp;then<br/>memory2=&nbsp;&#34;内存:&nbsp;&#34;&nbsp;&amp;&nbsp;n&nbsp;&amp;&nbsp;&#34;条&#34;&nbsp;&amp;a&amp;&#34;M&#34;<br/>else<br/>memory2=&nbsp;&#34;内存:&nbsp;&#34;&nbsp;&amp;&nbsp;n&nbsp;&amp;&nbsp;&#34;条&#34;&nbsp;&amp;a&amp;&#34;M&#34;&amp;&#34;&nbsp;总计&#34;&amp;memory&amp;&#34;M&#34;<br/>end&nbsp;if<br/>&#39;硬盘<br/>set&nbsp;disk&nbsp;=objwmiservice.execQuery(&#34;sel&#101;ct&nbsp;*&nbsp;from&nbsp;win32_diskdrive&#34;)<br/>for&nbsp;each&nbsp;item&nbsp;in&nbsp;disk<br/>&nbsp;&nbsp;&nbsp;&nbsp;disk2=&nbsp;&#34;硬盘:&nbsp;&#34;&nbsp;&amp;&nbsp;&nbsp;item.Model<br/>next<br/><br/>&#39;显卡<br/>set&nbsp;video&nbsp;=objwmiservice.execQuery(&#34;sel&#101;ct&nbsp;*&nbsp;from&nbsp;win32_videocontroller&#34;,,48)<br/>for&nbsp;each&nbsp;item&nbsp;in&nbsp;video<br/>&nbsp;&nbsp;video2=&nbsp;&#34;显卡:&nbsp;&#34;&nbsp;&amp;&nbsp;item.Description<br/>next<br/>&#39;网卡<br/>Set&nbsp;colItems&nbsp;=&nbsp;objWMIService.ExecQuery(&#34;Sel&#101;ct&nbsp;*&nbsp;from&nbsp;Win32_NetworkAdapter&#34;,,48)<br/>For&nbsp;Each&nbsp;objItem&nbsp;in&nbsp;colItems<br/>&nbsp;&nbsp;if&nbsp;(left(objItem.NetConnectionID,4)=&#34;本地连接&#34;)&nbsp;then<br/>lanname=objItem.Name&nbsp;&nbsp;&nbsp;&nbsp;<br/>end&nbsp;if<br/>Next<br/>lan2=&#34;网卡:&nbsp;&#34;&nbsp;&amp;&nbsp;lanname<br/><br/>tempfile.writeline(board2)<br/>tempfile.writeline(cpu2)<br/>tempfile.writeline(memory2)<br/>tempfile.writeline(disk2)<br/>tempfile.writeline(video2)<br/>tempfile.writeline(lan2)<br/><br/>运行此VB之后会在你所设置的目录内生成一个以机器名命名的文本文件<br/>比如<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的机器纪录如下:<br/><br/>&nbsp;引用内容<br/>主板:nVidia-nForce<br/>CPU:AMD&nbsp;Sempron(tm)&nbsp;&nbsp;&nbsp;2400+<br/>内存:&nbsp;2条256M&nbsp;总计512M<br/>硬盘:&nbsp;ST3200826A<br/>显卡:&nbsp;NVIDIA&nbsp;GeForce2&nbsp;MX/MX&nbsp;400&nbsp;(Microsoft&nbsp;Corporation)<br/>网卡:&nbsp;Realtek&nbsp;RTL8169&nbsp;Gigabit&nbsp;Ethernet&nbsp;Adapter<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=82</link>
			<title><![CDATA[遨游2.0发布]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Fri,10 Nov 2006 20:20:14 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=82</guid>	
		<description><![CDATA[今天到7楼机房上实验课,是windows2000的操作系统.浏览器里面竟然打开自己的blog不正常.想起来大概是ie的问题,下一个遨游浏览器来试试.<br/>遨游2.0果然很大的改观.大家可以下载下来试试.不过发现他的广告屏蔽还有很有多地方要改善的。pjblog的验证码在遨游默认设置当中不能显示的哦.<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在是把广告屏蔽关了,才进来的。不知道是不是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>刚接触遨游2的原因,从此爱上遨游!<br/>不过有一点比较不明白,遨游2的风格界面里面都是windows里面的一些东西,office&nbsp;xp风格.应该多弄一些非windows的界面的。讨厌windows!<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">傲游&nbsp;2.0&nbsp;的几个主要的特点：<br/><br/>1.&nbsp;傲游智能加速（MSA）功能<br/>&nbsp;在网速比较慢的情况下，可以明显提高网页的浏览速度。<br/>2.&nbsp;强大的高级过滤系统<br/>&nbsp;通过编写自定义过滤规则，可以过滤掉网页上几乎任何的元素。<br/>3.&nbsp;更灵活的界面设定<br/>&nbsp;通过定制，每一位用户都可以拥有属于自己的个性化界面。<br/>4.&nbsp;UI&nbsp;多线程技术<br/>&nbsp;每一个标签占用一个独立线程，可以有效地降低假死的几率。<br/>5.&nbsp;网络收藏服务<br/>&nbsp;把您的网络书签保存起来，随时随地获取自己的收藏。<br/><br/>该版本对比最后预览版本有如下更新：&nbsp;&nbsp;<br/><br/>新增功能：<br/>1.&nbsp;加入了傲游智能加速（MSA）功能。该功能能够较为明显地提高浏览速度。Beta&nbsp;版默认启用了这个功能，可以在设置-&gt;高级处取消。<br/>2.&nbsp;加入了超级智能加速功能。该功能是在&nbsp;MSA&nbsp;基础上进一步提升浏览速度，但有可能造成一些问题。用户可以选择在某些网站上使用此功能。如果想要启用该功能，请点击状态栏的闪电按钮。<br/>3.&nbsp;加入闪速前进后退功能。同样可以在高级设置处取消该功能。<br/>4.&nbsp;加入了鼠标手势的自定义功能。<br/>5.&nbsp;加入插件自动运行功能。在插件管理处设置。<br/>6.&nbsp;加入插件工具栏和热门插件推荐功能。<br/>7.&nbsp;插件设置窗口支持自定义标题<br/>8.&nbsp;初步支持&nbsp;Vista&nbsp;系统的玻璃效果。该功能还有待完善。<br/><br/>完善功能：<br/>1.&nbsp;修正最小化后再恢复,&nbsp;有些页面的滚动条会回到初始位置的问题。<br/>2.&nbsp;选择Java虚拟机功能生效。<br/>3.&nbsp;启动检查&nbsp;Maxthon&nbsp;是否为默认浏览器选项生效。<br/>4.&nbsp;显示站点自定义图标设置生效。<br/>5.&nbsp;解决德文等语言输入特殊字符问题。<br/>6.&nbsp;修正上一版本中提到的若干&nbsp;Bug。<br/><br/>请大家访问&nbsp;<a href="http://passport.maxthon.com/download/" target="_blank">http://passport.maxthon.com/download/</a>&nbsp;来下载&nbsp;Beta1&nbsp;版本。<br/><br/>声明一下，由于对&nbsp;Beta&nbsp;版用户系统进行了升级，将不允许用户昵称重名。如果有昵称重名的用户，系统自动在您的名字后面加上了ID号。请大家赶快登录&nbsp;Passport，有出现重名的用户请更新您的昵称。给大家带来的不便，敬请原谅！<br/><br/>再次感谢大家对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们不遗余力地支持！&nbsp;</div></div>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=81</link>
			<title><![CDATA[java api在线文档]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Fri,10 Nov 2006 11:54:58 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=81</guid>	
		<description><![CDATA[<a href="http://gceclub.sun.com.cn/Java_Docs/html/zh_CN/api/index.html" target="_blank">http://gceclub.sun.com.cn/Java_Docs/html/zh_CN/api/index.html</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=80</link>
			<title><![CDATA[java AWT实验:登陆窗口]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Fri,10 Nov 2006 11:33:09 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=80</guid>	
		<description><![CDATA[import&nbsp;java.awt.*;<br/>import&nbsp;java.awt.event.*;//注意要引入事件类<br/>public&nbsp;class&nbsp;AWTtest&nbsp;implements&nbsp;ActionListener{<br/>&#160;&#160;&#160;&#160;Frame&nbsp;f;<br/>&#160;&#160;&#160;&#160;Label&nbsp;l1,l2;<br/>&#160;&#160;&#160;&#160;TextField&nbsp;tf1,tf2;<br/>&#160;&#160;&#160;&#160;Button&nbsp;b1,b2,b3,b4;<br/>&#160;&#160;&#160;&#160;Panel&nbsp;p,p1;<br/>&#160;&#160;&#160;&#160;AWTtest(){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f&nbsp;=&nbsp;new&nbsp;Frame(&#34;Login&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;l1=new&nbsp;Label(&#34;Name&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;l2=new&nbsp;Label(&#34;Psw&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tf1=new&nbsp;TextField(20);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tf2=new&nbsp;TextField(20);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;tf2.setEchoChar(&#39;*&#39;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b1=new&nbsp;Button(&#34;Reg&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b2=new&nbsp;Button(&#34;OK&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b3=new&nbsp;Button(&#34;Cancel&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b4=new&nbsp;Button(&#34;Exit&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p=new&nbsp;Panel();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.setLayout(new&nbsp;FlowLayout());&nbsp;&nbsp;//原来错写为p.setLayout(new&nbsp;FlowLayout&nbsp;pl);&nbsp;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.setLayout(new&nbsp;BorderLayout());<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.add(l1);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.add(tf1);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.add(l2);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.add(tf2);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.setSize(200,80);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p.setVisible(true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.add(p,BorderLayout.CENTER);&nbsp;&nbsp;//只有首字母大写center<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1=new&nbsp;Panel();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.setLayout(new&nbsp;FlowLayout());<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.add(b1);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.add(b2);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.add(b3);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.add(b4);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.setVisible(true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;p1.setSize(40,400);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.add(p1,BorderLayout.SOUTH);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.setSize(240,150);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.setVisible(true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//添加监听程序<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.addWindowListener(new&nbsp;ActionExec());<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b1.addActionListener(this);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b2.addActionListener(this);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b3.addActionListener(this);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b4.addActionListener(this);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;public&nbsp;void&nbsp;actionPerformed(ActionEvent&nbsp;ee){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(ee.getSource()==b1){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//新用户注册<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;WD&nbsp;reg=new&nbsp;WD(&#34;New&nbsp;User&nbsp;Reg&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(ee.getSource()==b2){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//验证用户和密码<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if&nbsp;(tf1.getText().equals(&#34;abc&#34;)){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(tf2.getText().equals(&#34;123&#34;)){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;WD&nbsp;mainWindow=new&nbsp;WD(&#34;Welcome&#34;);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//if中即使是一个语句也要用{}括起来<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else&nbsp;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;WD&nbsp;pswError=new&nbsp;WD(&#34;Password&nbsp;Error&#34;);&nbsp;&nbsp;//else中即使是一个语句也要用{}括起来<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else&nbsp;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;WD&nbsp;nameError=new&nbsp;WD(&#34;This&nbsp;is&nbsp;no&nbsp;User&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(ee.getSource()==b3){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//取消<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(ee.getSource()==b4){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//退出<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;}<br/>//执行类<br/>class&nbsp;Exec{<br/><br/>&#160;&#160;&#160;&#160;public&nbsp;static&nbsp;void&nbsp;main(String&nbsp;args[]){<br/>&#160;&#160;&#160;&#160;AWTtest&nbsp;ll=new&nbsp;AWTtest();&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>class&nbsp;ActionExec&nbsp;extends&nbsp;WindowAdapter&nbsp;{<br/>&#160;&#160;&#160;&#160;//窗口关闭按扭事件<br/>&#160;&#160;&#160;&#160;public&nbsp;void&nbsp;windowClosing(WindowEvent&nbsp;e){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.exit(0);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/><br/>&#160;&#160;&#160;&#160;}<br/>class&nbsp;WD&nbsp;extends&nbsp;WindowAdapter{<br/>&#160;&#160;&#160;&#160;Frame&nbsp;f;<br/>&#160;&#160;&#160;&#160;Label&nbsp;l;<br/>&#160;&#160;&#160;&#160;WD(String&nbsp;s){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f=new&nbsp;Frame(s);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;l=new&nbsp;Label(s);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.setSize(200,100);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.add(l);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.setVisible(true);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.addWindowListener(this);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;public&nbsp;void&nbsp;windowClosing(WindowEvent&nbsp;e){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;f.dispose();&nbsp;&nbsp;&nbsp;//只关闭本窗口<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;}<br/>//&#160;&#160;&#160;&#160;dispose()]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=78</link>
			<title><![CDATA[网易开始提供企业邮局+配置方法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Sun,05 Nov 2006 10:25:35 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=78</guid>	
		<description><![CDATA[&nbsp;<br/>继Google,微软,搜狗之后,网易126也提供以你的域名为后缀的电子邮局了.<br/>整个邮局空间是100G,自定义首页,配备全国最大最稳定的网易邮件系统!<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的siyizhu.com早先申请了微软的企业邮局,一直嫌速度慢,正好......呵呵.<br/>等待MX记录生效中....各位赶紧申请去吧.<br/>申请地址为:<a href="http://ym.126.com" target="_blank">http://ym.126.com</a><br/><br/>&nbsp;&nbsp;<br/>·域名服务校验<br/>你的域名邮箱服务状态是：&nbsp;申请失败[尚未正确配置MX记录]<br/><br/>·DNS&nbsp;校验<br/>你的DNS验证：&nbsp;&nbsp;尚未正确配置MX记录<br/>你当前的MX服务记录为：<br/>&nbsp;&nbsp;&nbsp;&nbsp;mx001.toqm.com<br/><br/><br/>·DNS设置步骤：<br/>你需要在你的域名注册服务商提供的域名设置平台中修改DNS记录从而获得网易domain的域名邮箱服务。&nbsp;<br/>1.删除其他的MX记录。&nbsp;<br/>2.为你的域名只设置一条MX记录：&nbsp;<br/>Host:&nbsp;shanxinyuan.com&nbsp;<br/>MX服务：0urxlm1eh2.mx.ym.126.com&nbsp;<br/>TTL:3600&nbsp;o&#114;&nbsp;1&nbsp;hour&nbsp;<br/>Priority:10(或者更高)&nbsp;<br/>3.修改完毕后点击重起DNS服务,DNS可能会缓存大概2-4个小时<br/>4.点击“校验DNS配置”按钮校验你新设置的DNS记录，如DNS修改长期不生效请咨询你的域名提供商<br/><br/><br/>DNS校验提示成功后，请以xxxxx@126.com超级管理员帐号登录域名邮箱管理平台。<br/>&nbsp;&nbsp;管理平台的地址(请仔细记录):<a href="http://ym.126.com" target="_blank">http://ym.126.com</a>/shanxinyuan.com/panel&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=77</link>
			<title><![CDATA[java异常处理实验题]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Thu,02 Nov 2006 09:39:05 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=77</guid>	
		<description><![CDATA[<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">public&nbsp;class&nbsp;ExceptionTest{<br/>&#160;&#160;&#160;&#160;static&nbsp;byte&nbsp;a[]=&nbsp;{1,2,3,9,5,1};<br/>&#160;&#160;&#160;&#160;byte&nbsp;b[]=new&nbsp;byte[a.length];<br/>&#160;&#160;&#160;&#160;public&nbsp;byte&nbsp;jiecheng(byte&nbsp;x)&nbsp;throws&nbsp;OverFlowException{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;int&nbsp;i;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;byte&nbsp;temp=1;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(i=1;i&lt;=x;i++){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(temp&gt;Byte.MAX_VALUE/i){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;temp=-1;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;throw&nbsp;new&nbsp;OverFlowException();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;temp=(byte)(temp*i);&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return&nbsp;temp;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;public&nbsp;void&nbsp;run(byte&nbsp;ia[]){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;int&nbsp;i=0;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(i=0;i&lt;ia.length;i++){&nbsp;&nbsp;//注意for循环的位置，try块中的语句抛出异常后将执行catch语句，不再继续循环<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;try{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.println(&#34;a[&#34;+i+&#34;]=&#34;+a[i]);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.print(&#34;&nbsp;&nbsp;&nbsp;&nbsp;&#34;+&#34;b[&#34;+i+&#34;]=&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;b[i]=jiecheng(a[i]);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.println(b[i]);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;catch(OverFlowException&nbsp;e){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.println(&#34;OverFlowException&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;e.printStackTrace();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//System.exit(0);&nbsp;&nbsp;程序结束不可乱用&nbsp;否则后面的循环也不能进行<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;catch(ArrayIndexOutOfBoundsException&nbsp;e)&#160;&#160;&#160;&#160;{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.println(&#34;ArrayIndexOutOfBoundsException&#34;);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;e.printStackTrace();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//System.exit(0);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;public&nbsp;static&nbsp;void&nbsp;main(String&nbsp;args[]){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ExceptionTest&nbsp;et=new&nbsp;ExceptionTest();<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;et.run(a);&nbsp;&nbsp;//不能写为a[]<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;}<br/>class&nbsp;OverFlowException&nbsp;extends&nbsp;Exception{<br/>&#160;&#160;&#160;&#160;//溢出<br/>&#160;&#160;&#160;&#160;}&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;</div></div><br/>第一遍做完不小心给删了,第二遍做起来速度就上去了。还是老师说的那句话,学习一门语言没有上万行代码根本体会不到语言的精髓.<br/>加油!]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=76</link>
			<title><![CDATA[语音网关配置说明书]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Wed,01 Nov 2006 16:32:44 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=76</guid>	
		<description><![CDATA[<a href="http://shanxinyuan.com/my-favorite/voiphw.doc" target="_blank">http://shanxinyuan.com/my-favorite/voiphw.doc</a><br/><a href="http://shanxinyuan.com/my-favorite/vp-842r.doc" target="_blank">http://shanxinyuan.com/my-favorite/vp-842r.doc</a>&nbsp;]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=75</link>
			<title><![CDATA[威客网程序]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Wed,01 Nov 2006 11:52:57 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=75</guid>	
		<description><![CDATA[<a href="http://www.ziyuan8.com/down/Soft/html/9/34/ZY8_17039.html" target="_blank">http://www.ziyuan8.com/down/Soft/html/9/34/ZY8_17039.html</a><br/>官方主页:<br/><a href="http://www.veiker.com/" target="_blank">http://www.veiker.com/</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=73</link>
			<title><![CDATA[山东信息技术学院 学生online]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,28 Oct 2006 15:48:04 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=73</guid>	
		<description><![CDATA[看败毒贴吧里面校友张贴自己blog的越来越多,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>就说嘛&nbsp;信校的高手们还是很多的.呵呵,这里收集一下,回头有时间了&nbsp;做个网页展示一下.不能让别人说<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们学校学生都是菜鸟只会上qq.<br/><br/><span style="color:LimeGreen"><a href="http://shanxinyuan.com" target="_blank">山东信息职业技术学院</a>&nbsp;学生blog/作品收集展示:</span><br/><strong>信校论坛:</strong><br/>kirkskq.bbs.obm.cn&nbsp;一个学长做的论坛.<br/><a href="http://sdxinyuan.bbs.tc" target="_blank">http://sdxinyuan.bbs.tc</a>&nbsp;&nbsp;这个应该是06级新生做的论坛&nbsp;看起来挺热闹的.<br/><a href="http://bbs.ooknet.com" target="_blank">http://bbs.ooknet.com</a>&nbsp;&nbsp;也是06级新生做的论坛,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>说这一届学生都很厉害吧.听他说是自己的服务器,又出来一个牛人!<br/><br/><br/><strong>校友blog:</strong><br/>05电子的同学的:<a href="http://blog.sina.com.cn/u/1195543930" target="_blank">http://blog.sina.com.cn/u/1195543930</a>&nbsp;&nbsp;&nbsp;不明白里面贴这么多美女泳装干什么?<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的<a href="http://shanxinyuan.com/romotc" target="_blank"><a href="http://shanxinyuan.com" target="_blank">http://shanxinyuan.com</a>/romotc</a><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一个同学的<a href="http://105.shanxinyuan.com" target="_blank">http://105.shanxinyuan.com</a>&nbsp;<br/><a href="http://blog.bc-cn.net/user14/69165/" target="_blank">http://blog.bc-cn.net/user14/69165/</a><br/><a href="http://vrfree.cn/king" target="_blank">老孟</a>的blog：<a href="http://vrfree.cn/king" target="_blank">http://vrfree.cn/king</a><br/>kktv：;//kktv.shanxinyuan.com/blog<br/>废柴de流星街&nbsp;<a href="http://blog.js0573.com/u/dswebshhh" target="_blank">http://blog.js0573.com/u/dswebshhh</a><br/>你见过流星街的蜘蛛吗？那被绯眼凝视着的幻影^_^以及十三只脚上缠绕的锁链。。。。<br/><a href="http://home.51.com/home.php?user=liu0632" target="_blank">http://home.51.com/home.php?user=liu0632</a><br/><a href="http://blog.sina.com.cn/u/1215644471" target="_blank">http://blog.sina.com.cn/u/1215644471</a><br/><br/><br/><strong>网站:</strong><br/><a href="http://www.nb4.cn" target="_blank">http://www.nb4.cn</a>（在<a href="http://www.google.com" target="_blank">google</a>搜索时找到的不过好像主站开不了了，上面有计算机系的一个站，不是时计算机系的校友的站）<br/><a href="http://nf8.net/" target="_blank">http://nf8.net/</a>(聂风设计，一个学长的站。比较牛的一个！在帮企业作网站收入不菲。以后大家没钱可以找他借。^_^)<br/><a href="http://shanxinyuan.com" target="_blank">http://shanxinyuan.com</a>(<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>暑假作的一个站，入校时就申请了。一直没时间做现在在慢慢更新)<br/><a href="http://www.sdcit.com" target="_blank">http://www.sdcit.com</a>&nbsp;信校学校网站,现已经被黑.<img src="http://shanxinyuan.com/romotc/attachments/month_0610/f2006102821950.jpg" border="0" alt=""/><br/><a href="http://group.5q.com/HomePage.do?commno=200013811" target="_blank">http://group.5q.com/HomePage.do?commno=200013811</a>&nbsp;好像是个纯娱乐性的朋友圈子<br/><br/><br/>在建设中的站:<br/><a href="http://kktv.shanxinyuan.com" target="_blank">http://kktv.shanxinyuan.com</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=72</link>
			<title><![CDATA[回来了.]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sat,28 Oct 2006 15:00:24 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=72</guid>	
		<description><![CDATA[今天上午陪老刘跑了一整上午愣是一件衣服也没卖浪费<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>感情,搞的<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>都审美疲劳了.下午总算不用再出去了,上网来查查网关到哪了?都4天了&nbsp;还没有一点消息,申通物流的速度波动也太大了.第一个网关2天就到了.不过因为物流的原因网关损坏了.因为没想到能这么快就到,物流的人来的时候给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>打电话,<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>还以为是谁打骚扰.把手机关了,下了课收到物流的短信才知道网关已经到了.去传达室拿东西,还被老师审问了一顿.因为物流单上没有<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的名字,那边的人真是晕死啊.不写姓名怎么可以给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>寄过来呢....本来挺高兴的,拿了网关到教室打开才发现东西已经坏了.因为电源插头和网关挤压,网关的外壳已经变形了,电源插头的其中一个脚也几乎折成90度了&nbsp;.不知道他们物流途中经过了多大的压力....竟然能弄成这样.给深圳打电话,总算卖家还算友好.答应给再发一部好的.已经4天了,慢慢等一下.这次卖网关太不顺利了.本来网关是620的<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>却给别人说成了540,本来想用包月帐号补偿一下,这样还可以弄个不赔本.可是那边又说不要包月了.真是赔死了!因为是老同学要买的,也不好意思反悔啊&nbsp;.这次就认了,赔多少都担着.唉,赔了钱还不能当个好人,朋友那边还一直埋怨....以后这样的事情决不再做了.<br/><br/>总算是可以静下来上会网,一个星期因为评估&nbsp;运动会很少有上网的机会.本想把witkey.us拿到seodo上面看有没有人要,因为邮箱是免费邮箱seodo不承认又耽搁了两天.现在帐号是注册好了,把域名放到上面看看有没有人要.呵呵&nbsp;感觉这个域名还不错!<br/>上QQ来收到2天消息&nbsp;挺相似的:<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent"><br/>大门&nbsp;&nbsp;是雄伟的<br/>进去&nbsp;&nbsp;会后悔的<br/>宿舍&nbsp;&nbsp;是简陋的<br/>价格&nbsp;&nbsp;是不菲的<br/>上课&nbsp;&nbsp;是很闲的<br/>社团&nbsp;&nbsp;是骗钱的<br/>恋爱&nbsp;&nbsp;是常见的<br/>生活&nbsp;&nbsp;是贫贱的<br/>学习&nbsp;&nbsp;是无奈的<br/>睡觉&nbsp;&nbsp;是最爽的<br/>理想&nbsp;&nbsp;是奇怪的<br/>未来&nbsp;&nbsp;是实在的<br/>考好&nbsp;&nbsp;是意外的<br/>重修&nbsp;&nbsp;是常在的<br/>作弊&nbsp;&nbsp;是被迫的<br/>开卷&nbsp;&nbsp;是不错的<br/>昼夜&nbsp;&nbsp;是不分的<br/>精神&nbsp;&nbsp;是不振地<br/>废话&nbsp;&nbsp;是没完的<br/>发疯&nbsp;&nbsp;是常有的<br/>自杀&nbsp;&nbsp;是勇敢的&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>上了大学才知道.玩游戏是要通宵的！！&nbsp;<br/>上了大学才知道.手机是用来追女生的！！&nbsp;<br/>上了大学才知道.人渣都是大学培养的！！&nbsp;<br/>上了大学才知道.原来大学和养老院是差不多的！！&nbsp;<br/>上了大学才知道.馒头一捏就能变汤圆的！！&nbsp;<br/>上了大学才知道.所有的课都能跷，只有体育课是不能跷的！！&nbsp;<br/>上了大学才知道.打水是用来泡面的！！&nbsp;<br/>上了大学才知道.开学校原来是那么赚钱的！！&nbsp;<br/>上了大学才知道.二锅头是用来干的！！&nbsp;<br/>上了大学才知道.刻苦学习的.都是穷得交不起补考费的！！&nbsp;<br/>上了大学才知道.一门课一学期可以就考试那天去一次的！！&nbsp;<br/>上了大学才知道.一头猪是可以供食堂吃几天的！！&nbsp;<br/>上了大学才知道.原来理想只是高中以前才有的！<br/></div></div><br/>最后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>来添一句:<br/>毕业来才知道,人生的路是自己走的!!<br/>学校这一届的学生素质不错,希望学校领导能以今年评估为契机把学校好好整顿一下.给同学们一个好的环境.让想学习的学生能有一个好的学习环境.这一届还是中专来的学生和高中来的学生混合排班,而且软件班的还同时开c和java真有他们受的,不过没有受不了的苦,同志们加油!<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent"><br/>到了瑞士才知道，开个银行帐户没有十万会被人耻笑；&nbsp;<br/>到了丹麦才知道，写个童话其实可以不打草稿；&nbsp;<br/>到了维也纳才知道，乞丐都能弹个小调；&nbsp;<br/>到了希腊才知道，迷人的地方其实都是破庙；&nbsp;<br/>到了巴拿马才知道，一条河也代表了主权的重要；&nbsp;<br/>到了智利才知道，火车在境内拐个弯也很难办到；&nbsp;<br/>到了南非才知道，随时会被爱滋KISS到；&nbsp;<br/>到了撒哈拉才知道，节约用水最重要；&nbsp;<br/>走遍非洲才知道，吃人有时候也是一种需要；&nbsp;<br/>到了韩国才知道，亚洲足球差点让上帝疯掉；&nbsp;<br/>到了日本才知道，死不认帐的人有时候很讲礼貌；&nbsp;<br/>到了中国才知道，孩子只生一个才最好；&nbsp;<br/>毕业之后才知道，同学原来真的很难忘掉！&nbsp;<br/>到了群后才知道，原来大家都没有发言的爱好!&nbsp;&nbsp;<br/></div></div><br/>这一条全当娱乐吧.]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=71</link>
			<title><![CDATA[Pjblog  skin制作教程]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Tue,24 Oct 2006 15:08:50 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=71</guid>	
		<description><![CDATA[最近网页设计课结束了flash的课程开始学dw,争取在课程结束时能自己制作一个pj&nbsp;skin!<br/>看了dnxh&nbsp;的教程感觉差的真的好多.努力!! <img src="http://shanxinyuan.com/romotc/images/smilies/Face_01.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>地址记下来慢慢学习.]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=70</link>
			<title><![CDATA[校友交流难寻去处。。]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sun,22 Oct 2006 15:32:34 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=70</guid>	
		<description><![CDATA[今天在[url＝<a href="http://www.obm.cn/Ibbs/list.asp?ibbs=kirkskq" target="_blank">http://www.obm.cn/Ibbs/list.asp?ibbs=kirkskq</a>&amp;cate=8098]信校论坛[/url]看帖发现同级的一个校友又在别处申请了一个免费论坛作校友论坛。其实现在论坛是很容易作的有空间只要下一份dv&nbsp;pw或者dz很轻松就可以架起来一个功能强大的论坛系统。及时没有空间也有很多地方可以申请到，而且有些功能也比较强大有的设置可以绑定自己的域名（比如天天论坛）。在刚进信校的时候就曾经在<a href="http://www.google.com" target="_blank">google</a>上找过学校的论坛，可以看出有很多同学为了给大家建设一个自由交流的场所作了很大努力，比如以前一个好像是女孩在ful.cn上建设的论坛还曾经在学校里贴海报宣传过。来到信校大家交流的心情都是一样的，希望在大学里面认识更多的朋友可以互相学习，互相促进。可是学校是依靠不上了，只能咱们自己努力。<br/>但是好像存在一个问题，大家都喜欢作东道主！都希望论坛中自己是老大，或者说可以自己作主导力量。这是一个危险的举动！容易造成内伤哦。在这里再说一遍<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>那句话，论坛是大家交流的地方在论坛不存在等级关系&nbsp;没有尊卑&nbsp;只有真心对真心的交流&nbsp;于促进。论坛是谁建的不重要，但一定不可以谁都起来建论坛，那样只会把论坛的人气越搞越少。大家参与论坛建设很好，希望大家能多交流一起把论坛搞好而不是每个人都作起步的1％那样咱们学校永远不会出现一个固定的交流论坛。论坛不只是申请或者架起来就ok的，后面还有许多事情作。如果大家都只作开始的1％，100×1％并不等于1哦。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=69</link>
			<title><![CDATA[快捷方式解决qq密码被盗]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sat,21 Oct 2006 08:04:35 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=69</guid>	
		<description><![CDATA[打造终极防盗QQ<br/>最近安全是个问题。<br/>参考了些文章，做了一个自动登录的QQ快捷方式，不敢说终极防盗，至少现在流行的窃取密码框和键盘记录的方法可藐视之。<br/>要用到的工具有LONGHORN&nbsp;&nbsp;（就是现在的VISTA）的任务管理器。了解下QQ自动登录的参数QQ安装路径&nbsp;/START&nbsp;QQUIN:QQ号&nbsp;PWDHASH:加密密码参数&nbsp;/STAT:40（40为隐身，41为正常登录）<br/>步骤：1。登录QQ<br/><br/>2。从菜单--QQ好友与资料--更新好友<br/><br/>3。重新登录后，调用LONGHORN的任务管理器，查看QQ.exe的映像路径（没有的话，可以从查看列中选择），找出自动登录参数。PWDHASH：后面的字符&nbsp;（此为加密密码）&nbsp;到==之前。<br/><br/>4。创建快捷方式。QQ安装路径&nbsp;/START&nbsp;QQUIN:QQ号&nbsp;PWDHASH:加密密码参数&nbsp;/STAT:40（40为隐身，41为正常登录）<br/><br/>如：F:\Tencent\qq\qq.exe&nbsp;/START&nbsp;QQUIN:3933623&nbsp;PWDHASH:yStRsvTZPUgWcL2Sc&nbsp;/STAT:40&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---此QQ号与密码是不对应的<br/>LONGHORN的任务管理器下载地址：<br/><a href="http://shanxinyuan.com/sx/Soft/ShowSoft.asp?SoftID=10" target="_blank">http://shanxinyuan.com/sx/Soft/ShowSoft.asp?SoftID=10</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=68</link>
			<title><![CDATA[信校零六 300问]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,14 Oct 2006 15:10:14 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=68</guid>	
		<description><![CDATA[<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>刚来到信校时曾经一星期精神不镇，现在想想当时也许只是因为学校硬件条件的打击（来到第一节上机课用486机器）而现在已经一年多的时间，离毕业也没多长时间了。尤其是经过评估这一段时间，把学校算是看清楚了。其他的话也不说，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们就用提问题的方式表达<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的心情吧。<br/>欢迎补充。<br/>！<br/>学校全国软件示范院校的牌子是怎么搞来的？<br/>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>高考完填报志愿的时候基本上就是没有选择就填了咱们学校，就因为它的名字和这块软件示范性院校的招牌。一年了，多于的话也不用说。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>就想问问颁发给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们学校这块招牌的领导们，你们的语文水平是不是太高了。<br/>II<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们是来上学的还是来给学院的各位”大人们“卖苦力的？！<br/>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>从小学一直到高中一直都把学校把教师当成一个很神圣的称号，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认为学校应该是这世界上最不应该被污染的最后一块净土。老师应该是人格高尚，博学多才有所专长的。但是到信校以后，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的失望常常让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>无语。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不反对学生尽自己的一份力量把校园建设的更美丽，但是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们是来上学的不是来卖苦力的。评什么<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们要拿出一星期的时间来全天的打扫卫生<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=67</link>
			<title><![CDATA[开机自动弹窗解决办法]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Mon,02 Oct 2006 17:44:37 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=67</guid>	
		<description><![CDATA[像这种一般是&nbsp;IE&nbsp;的&nbsp;BHO,&nbsp;在安全模式下,&nbsp;进入注册表编辑器,&nbsp;把以下项的相应键值删除就不会加载了.&nbsp;<br/>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser&nbsp;Helper&nbsp;Objects<br/>至于二进制文件的话<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也不太确定在哪儿,&nbsp;在下面的目录里找找吧<br/>%ProgramFiles%\Internet&nbsp;Explorer\PLUGINS<br/>%SystemRoot%\Downloaded&nbsp;Installations<br/>%SystemRoot%\Downloaded&nbsp;Program&nbsp;Files<br/><br/><br/>对付这些流氓软件SpySubtract还是很好用的，可以试试。<br/><br/>hxxp://www.1sto.com是个大流氓，出售弹窗插件给别人：<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">大家在试用插件的时候请慎重，一旦安装是很难清除的；有些网友责怪<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们不厚道，说<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们装了就不能删，不是坑人嘛，话不能这么说，如果<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的插件是那么容易删掉，那做它有什么意义，反而你应该感觉选择<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们是正确，不容易删才叫真正的插件</div></div><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent">软件功能介绍:&nbsp;1、开机后即自动运行<br/>2、体积小，才13K便具有如此强大的功能，安装方便<br/>3、可随捆绑软件安装或是软件下载。<br/>4、随意设置广告网址的数量<br/>5、随意设置广告弹出间隔时间<br/>6、可修改用户默认IE首页<br/>7、向用户的浏览器收藏夹内添加收藏的网页文件（可选择是否添加）<br/>8、安装后自动删除本身，保密性和安全性大大提高<br/>9、自动探测用户是否能上网，服务器端配置修改，用户能精确的马上生效<br/>10、自动探测用户是否能上网，让用户的每次弹窗都生效。<br/>11、后台可锁定IE首页，添加多个IE收藏夹，添加多个桌面图标，添加多个普通弹窗<br/>12、有定向广告设置，增加了ALEXA排名提升（暗刷功能），支持聊天软件群发（QQ群发、popo群发、uc群发、淘<a href="http://vrhost.cn" target="_blank">宝</a>群发）并能远程安装其它软件<br/>13、生成配置文件，软件升级自动设置，安装数量统计，后台密码修改，权限分级管理<br/>14、本系统是目前最强大的基于CMS模式的插件系统，功能最强，体积最小，免杀能力最强的插件<br/>15、能够精确统计安装时间和最后访问题以及插件版本号，还有更多功能等待您去发现。<br/></div></div>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=65</link>
			<title><![CDATA[安全idc免费空间广告代码.]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Mon,18 Sep 2006 17:36:29 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=65</guid>	
		<description><![CDATA[&lt;IFRAME&nbsp;border=0&nbsp;align=center&nbsp;marginWidth=0&nbsp;marginHeight=0&nbsp;src=&#34;<a href="http://www.anquanidc.com/AD.HTM" target="_blank">http://www.anquanidc.com/AD.HTM</a>&#34;&nbsp;frameBorder=no&nbsp;width=140&nbsp;scrolling=no&nbsp;height=120&gt;&lt;/IFRAME&gt;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=64</link>
			<title><![CDATA[终于来到学校了....]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,09 Sep 2006 15:55:46 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=64</guid>	
		<description><![CDATA[终于回到学校了,在家的日子真是颓废.有时候做着事情就会网掉自己在干什么.还是大学的生活比较简单一点.<br/>可惜只有半年就要毕业..好好珍惜..<br/><a href="http://vrhost.cn" target="_blank">宝</a>他们正在辅导新生,或者为学校评估的事情忙.<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>偷闲的多睡了点觉....呵呵.在家真的没有睡好...到学校补补..<br/>来到后的第2天,语音网关才到学校.这次物流的效率真低.<br/>又是宿舍没电,这该死的宿舍.都什么时代了,还不全天供电.<br/>跑到老师办公室去调语音网关,却找不到语音网关的ip地址.他们说明书上明明写的是192.168.2.239,却怎么也找不到,给技术中心联系了,才知道是自动获得ip的.还需要一个普通电话机接上拨*00让语音网关报ip.汗..<br/>跟办公室的老师又不熟,本来到办公室调机器就挺麻烦的了,怎么好意思再去拆他们的电话.不调了...<br/>到下午5点宿舍来了点,才匆忙的接上网线....<br/>不管怎么样总算调好了.没有自己的电脑真的不方便..<br/>北京的马先生还要包月的账号,哪有时间了啊..真不行就把钱退给他.<br/><br/>马上就要正式开学了,这两天把这些事情处理一下.开学了就要为3级考做准备了.]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=63</link>
			<title><![CDATA[潍坊手机卡联系人备忘]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,09 Sep 2006 15:35:22 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=63</guid>	
		<description><![CDATA[<br/>动感地带手机卡130的仅卖八十！！！<br/><br/>100元，赠30元话费,新生赠60卖80<br/>可入学校智能网，网内1000分钟通话免费！<br/>更有大礼包赠送！<br/>礼品包内有：洗发水，牙膏，牙刷，香皂……<br/><br/>代理价更低请面谈~拒绝打探价格<br/><br/>低价出售各种网游点卡、手机绑定卡、QQ号、会员、各种杀毒软件、网络电话卡价格绝对公道，<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;联系电话：13573654734<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;QQ:276510918<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=61</link>
			<title><![CDATA[几款网络电话资费统计]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Wed,30 Aug 2006 23:44:24 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=61</guid>	
		<description><![CDATA[今天poivy也开始收费了,国内固话手机都是0.01欧元每分钟,每小时的回播也涨到了0.05欧元.<br/>poivy系列(因为这些软件版面和官方网站的样式都是差不多的,而且冲值卡帐号有部分也是互通的)的软件目前只有voipdiscount还是免费的,估计收费也是必然的.<br/><br/><strong>poivy系列的网络电话:</strong><br/>poivy:开始收费&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;China&nbsp;(Landline&nbsp;&amp;&nbsp;Mobile)&nbsp;SuperDeal!&nbsp;0.01欧元<br/>voipcheap:开始收费.&nbsp;&nbsp;China&nbsp;(Landline&nbsp;&amp;&nbsp;Mobile)&nbsp;SuperDeal!&nbsp;0.01欧元[url=http://www.voipcheap.com/en/rates.html]各国资费情况<br/>voipstunt:开始收费&nbsp;同上<br/>freecall:开始收费&nbsp;同上<br/>voipdiscount:未开始收费&nbsp;China&nbsp;(Landline&nbsp;&amp;&nbsp;Mobile)&nbsp;SuperDeal!&nbsp;free&nbsp;<br/>poicy系列的资费表下面都写着一句话:资费标准会随时改变而无需通知客户.可恶~~~<br/><br/><strong>skype:</strong><br/>在国内并没有正式开始callout业务但是有人在销售冲值业务.<br/>资费标准为0.17RMB<br/><strong>Vbuzzer</strong><br/>每分钟只要1美分(大约8分钱人民币)就能拨打美国，加拿大，英国，澳大利亚等20个国家和地区的普通电话<br/><strong>GBphone</strong><br/>0.1元/分钟(优惠后)官方价格0.3元/分钟<br/><br/>铁通飞线漫游<br/>拨打国内长途价格为0.15元/分钟，卡分为10元，30元，50元，100元不等。<br/>短信8分钱1条，折价后不到0.05元/条]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=60</link>
			<title><![CDATA[好久没更新blog了]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Thu,24 Aug 2006 01:55:29 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=60</guid>	
		<description><![CDATA[假期忙着帮爸爸招生的事也不怎么有心情写blog了，利用晚上的时间总算把<a href="http://shanxinyuan.com" target="_blank">山信缘</a>的网站大概的做起来了&nbsp;还有很多地方需要修改。有快要开学了，真是感觉力不从心。任何一件事情想作好都不是容易的事情啊。<br/>最近网络电话的销售也比较好，昨天闲着没事到荷泽信息港发了个帖子竟然后好几个人联系想了解网络电话的事情。。忘了说了，前几天要了一个网络电话机器。现在打电话不需要开电脑了。网络电话机的配置着实让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>费了一天的时间，现在想想也没什么难的。因为换光纤之前的网络不太稳定，又买了一个4口路由器。<br/>现在想想&nbsp;有点浪费了。<br/>其实买路由器中间搀杂着<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的一点好奇心，这事前还真没有仔细考虑路由器和交换机的区别。现在好了，收拾整理了2天，宽带&nbsp;网络电话终于可以很方便的使用了。<br/>一假期没少在网上买东西，卖网络电话挣的钱差不多花费了2/3了。<br/>。。。。<br/>几天没写blog还有一个原因就是对pjblog有点厌烦了，pjblog没有什么不好。也许是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这个人太喜新厌旧了吧。对待一个事物，只有在没有认识清楚的时候才对他有兴趣。认识了，了解了，时候就是习以为常。慢慢的厌恶。最近看安妮<a href="http://vrhost.cn" target="_blank">宝</a>贝的书，感觉写的是另一个自己。也许现实在梦中是许多人一个共同的感觉。没有归宿感，处处是他处。。只有走在路上才感觉到生活的真实，到达后又是似曾相识&nbsp;然后有是另一次的起程。<br/>何处是故乡？<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=49</link>
			<title><![CDATA[八月也要过去了]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Tue,22 Aug 2006 20:17:16 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=49</guid>	
		<description><![CDATA[放假的日子总感觉时间过得太快，一个月&nbsp;两个月不知不觉中时间就从手缝中流走<a href="http://shanxinyuan.com" target="_blank">..a</a><br/>还剩整整一个月的时间，可<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在就感觉这个暑假是没什么作为的了。三级考准备的马马虎虎，想做网站又感觉在网络上诱惑实在是太大。很难静下心了好好的研究一个cms，太简单的嫌不灵活。太灵活了又讨厌他太难。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>想归根结底还是对网站的主题不是太感兴趣。注的两个米，本来想做空间信息网的。但是感觉做这个太费时间了。再说也没什么新意，如果还是和别人的一样把中用不中用的信息堆积起来&nbsp;又违背<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>原来的意思了。真要想做精细了，又哪有那么多的时间呢？<br/>暂时不想了。。<br/>前几天卖出去几个poivy帐号，真正赚到点钱又舍不得花了。本想买个双线空间，但是现在的空间岂不是浪费了。还有那个lmidc的1G空间，如果他真能开了&nbsp;浪费一点&nbsp;1G＋100m做<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的blog。真是奢侈，当初不应该买这么大的，虽然不贵但总觉得还是浪费。<br/>说起浪费，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>倒是想起来昨天看的新闻了。中国GDP消耗能源量又提高了多少百分点。真是越提倡节约越能浪费。中国啊<a href="http://shanxinyuan.com" target="_blank">..a</a>，你什么时候才能不搞嘴皮子功夫！？<br/>八月过去，再见同学的机会也没有了。现在同学们一个个都不知道跑哪去了v...<br/>都忙什么？<br/>现在闭上眼睛都不知道想些什么。不想什么人，却又感觉应该想些什么人。感觉不好<a href="http://shanxinyuan.com" target="_blank">..a</a><br/>以前的生活是越来越远了。都走吧，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也该向从前告别&nbsp;..<br/>该离去的早已离去，别在独自留在梦中不愿醒<a href="http://shanxinyuan.com" target="_blank">..a</a>你不是也说生活的真是一点吗？<br/>做自己..考虑自己以后的路和以后的幸福..<br/>今年的雨水总比记忆中少了许多。还记得上一年回到老家就开始下雨，一直到<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>离开都没几天晴朗的天。倒是静下心来，看了几遍红楼梦。过几天，还是会老家。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这个人..经不住嘈杂<br/>还是]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=59</link>
			<title><![CDATA[说一声感谢：感谢最不该感谢的人]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Mon,14 Aug 2006 14:06:39 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=59</guid>	
		<description><![CDATA[<span style="color:Purple">说一声感谢让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们来感谢最不该感谢的人：<br/><br/>感谢那些偷<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>钱包的小偷，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道防人之心不可无。<br/><br/>感谢那些骗<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的骗子，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道天下没有免费的午餐。<br/><br/>感谢借<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>钱不还的“朋友”，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>认清了他们的真实面目。<br/><br/>感谢和<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>吵架的那个女孩，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道了女孩也有可怕的一面。<br/><br/>感谢在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>背后说<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>坏话的人，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道自己离完美还差一定的距离。<br/><br/>感谢让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>看到就恶心并好要面对甚至向其问好的人，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道世界很无奈。<br/><br/>感谢使<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>心烦意乱甚至讨厌至极的人，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道要适度的容忍和回避。<br/><br/>感谢<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在困难时还踹<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>几脚的人，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道面对雪上加霜时何去何从。<br/><br/>感谢酒后驾车的司机，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道随时可能受伤或死亡，并提高警惕。<br/><br/>感谢黑心的医生，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道运动是多么的可贵。<br/><br/>感谢贪污受贿的高官，让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>知道君子受财取之有道。</span>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=58</link>
			<title><![CDATA[让u盘变成你的随身小电脑]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Sun,13 Aug 2006 00:31:44 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=58</guid>	
		<description><![CDATA[　这个软件听起来比用linux的虚拟机好，先记下来回头自己先试用一下。<br/>Ceedo&nbsp;这个软件可以实现在&nbsp;U&nbsp;盘上安装程序（相当于一个操作系统?）。由以色列&nbsp;Ceedo&nbsp;Technologies&nbsp;Ltd.&nbsp;开发。它可以在任何&nbsp;USB&nbsp;驱动器上使用，只要下载并安装它，你就可以使用了。虽然它列出了一系列可兼容的程序名单，而事实上，多数程序都可以在这上面运行。<br/><br/>　　Ceedo&nbsp;不局限于在&nbsp;U&nbsp;盘上使用。除了&nbsp;U&nbsp;盘和&nbsp;PDA。你还可以在其他设备上使用，所以你的口袋电脑可以以各种形式存在，只要这个设备能够被作为外部硬盘读取即可。这个软件一旦被安装到外部设备上，再将外部设备插入电脑，Ceedo&nbsp;就会像&nbsp;Windows&nbsp;启动菜单一样运转起来。<br/><br/>　　你可以以40美元的价格购买，也可以从官方网站上下载免费试用版。&nbsp;<a href="http://www.ceedo.com/downloads/index.php" target="_blank">http://www.ceedo.com/downloads/index.php</a><br/><img src="http://www.newstm.com/uploads/200608/10_221358_1.jpg" border="0" alt=""/><br/>这个软件听起来比用linux的虚拟机好，先记下来回头自己先试用一下。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=57</link>
			<title><![CDATA[扔掉腾讯qq。]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sun,13 Aug 2006 00:24:50 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=57</guid>	
		<description><![CDATA[对qq再也忍受不了了，严重拖系统速度。最可恶的是，推出后qq还占用内存资源。对腾讯的印象真是怀透了，腾讯现在就靠着那些不知道除了qq还有gtalk，msn的笨蛋&nbsp;白痴&nbsp;广告狂&nbsp;采花大盗等人维持在线人数了。真该找群人写个p2p的软件实现了msn&nbsp;gtalk的互通。到那时候看谁还用qq。让你拿一个qq号捐赠灾区，到那时候就算你的1000送人也没人踩你。<br/>但是。。。<br/>现在还是没办法。还是得要<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>腾讯上面的那么多好友。<br/>换tm吧。<br/>下载速度n慢，前几天看腾讯的im频道还加了广告。tnn的，天空软件替你提供下载空间真该收你100万。自己整个奸商，自己的软件自己网站上都不提供下载。你一位中国这么多网民把人脉都放你软件上面你就得意了。总有一天，中国的网民有成熟的时候。到那时候就是你小破鸭子的死期。<br/>还没下载完。。。。不说了，说多了还浪费<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>时间。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=56</link>
			<title><![CDATA[信校录取结果已出]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Wed,09 Aug 2006 17:50:59 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=56</guid>	
		<description><![CDATA[院校&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;文科&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;理科&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>计划数&nbsp;投档比例&nbsp;投出数&nbsp;最高分&nbsp;最低分&nbsp;计划数&nbsp;投档比例&nbsp;投出数&nbsp;最高分&nbsp;最低分&nbsp;<br/><br/>7458<a href="http://shanxinyuan.com" target="_blank">山东信息职业技术学院</a>&nbsp;520&nbsp;100&nbsp;523&nbsp;520&nbsp;352&nbsp;560&nbsp;100&nbsp;561&nbsp;532&nbsp;327&nbsp;<br/>比上一年好]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=54</link>
			<title><![CDATA[u.s.edu Test]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Tue,08 Aug 2006 20:42:41 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=54</guid>	
		<description><![CDATA[<div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/realplayer.gif" alt="" style="margin:0px 2px -3px 0px" border="0"/>播放real视频流文件</div><div class="UBBContent"><a id="temp68407_href" href="http://shanxinyuan.com/romotc/javascript:MediaShow('rm','temp68407','rtsp://58.177.248.104/younger/zhonghe3/Music03.rm','400','300')"><img name="temp68407_img" src="http://shanxinyuan.com/romotc/images/mm_snd.gif" style="margin:0px 3px -2px 0px" border="0" alt=""/><span id="temp68407_text">在线播放</span></a><div id="temp68407"></div></div></div>好听吗？<br/>明天给你都弄过来<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=53</link>
			<title><![CDATA[跳过ICP备案手机邮箱验证的超级技巧！]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Tue,08 Aug 2006 19:37:02 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=53</guid>	
		<description><![CDATA[<br/>不知道是系统漏洞还是icp想省点短信费&nbsp;呵呵<br/>ICP备案的来，超级技巧(可跳过手机邮箱验证)现在在ICP备案时经常会有朋友抱怨手机上收不到短信，很着急吧:)&nbsp;<br/><br/>下面将公开收不到短信或没有手机的朋友如何进行备案!<br/><br/>1:登陆:<a href="http://www.miibeian.gov.cn/" target="_blank">http://www.miibeian.gov.cn/</a><br/><br/>2:注册(注册完了手机上收不到短信，没有验证码)<br/><br/>3:退回主页(<a href="http://www.miibeian.gov.cn/" target="_blank">http://www.miibeian.gov.cn/</a>)<br/><br/>4:输入用户名、密码、验证码后点击登陆<br/><br/>5:此时需输入“手机验证码”和“邮箱验证码”----不要输入<br/><br/>6:在地址栏里输入“<a href="http://www.miibeian.gov.cn/index_icp.jsp" target="_blank">http://www.miibeian.gov.cn/index_icp.jsp</a><br/><br/>7:回车<br/><br/>8:进行备案吧&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=52</link>
			<title><![CDATA[Limbo智能建站系统(CMS)功能介绍]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Mon,07 Aug 2006 14:43:08 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=52</guid>	
		<description><![CDATA[Limbo，中文意思为林波(源于Lite&nbsp;Mambo--简单的曼波)，MAMBO是这个星球上功能最强大的开放源码的智能建站系统之一。在2004年4月20日伦敦举行的Linux用户和开发员大会上，Mambo从众多优秀的开放源码系统中脱颖而出，获得2004年度最佳Linux开放源码系统奖项.&nbsp;Limbo究竟是什么东东！<br/><br/>首先也是最重要的，Limbo是一个网站智能建站系统(CMS)，它是网站的后台引擎，使网站内容的创建、管理和共享更加简易。<br/>主要特点：<br/>强大源自简易！这是Limbo的口号&nbsp;power&nbsp;in&nbsp;simplicity!<br/>源码完全开放和免费。<br/>有一个大而健全的用户和开发员社区。&nbsp;<br/>提供基本的内容审核机制，来审核注册用户发表的内容。<br/>提供页面缓冲机制，提高大访问量网站的性能。<br/>回收站管理器。<br/>广告管理&nbsp;(例如：旗帜广告)。<br/>多媒体&nbsp;(图片，文件)&nbsp;上传和管理&nbsp;。<br/>内容显示可以自定义排序。<br/>内容联合显示&nbsp;(RSS)。<br/>搜索引擎友好&nbsp;(SEF)&nbsp;网址模式，把动态网址显示成静态模式，让搜索蜘蛛更容易抓取网站内容。<br/>国际化&nbsp;(界面翻译)。<br/>内容支持宏语言。<br/>先进且分离的系统管理后台。&nbsp;<br/>先进的&nbsp;“组件/模块/界面模版”安装部署机制。<br/>简单且强大的界面模版机制&nbsp;(大部分都用&nbsp;HTML&nbsp;来写，没有复杂的语法，只需用几个&nbsp;PHP&nbsp;函数来include)。&nbsp;<br/>按等级进行用户组权限控制<br/>基本的访客统计功能。&nbsp;<br/>支持多种&nbsp;WYSIWYG&nbsp;所见即所得的内容编辑器。<br/>简单的调查系统。<br/>内容投票/评分系统。&nbsp;<br/>另外还有很多实用的插件在Limbo开发中心<a href="http://www.Limbo-cms.com" target="_blank">http://www.Limbo-cms.com</a>中，主要有：<br/>LDAP&nbsp;认证&nbsp;<br/>扩展的用户资料管理&nbsp;<br/>论坛&nbsp;<br/>图库&nbsp;<br/>文件下载管理&nbsp;<br/>界面模版&nbsp;<br/>日历<br/>...&nbsp;...&nbsp;还有很多<br/>V1.0.3.6&nbsp;BETA完全汉化版下载：<a href="http://down.downreg.com/Software/View-Software-7906.html" target="_blank">http://down.downreg.com/Software/View-Software-7906.html</a><br/>Limbo&nbsp;v1.0.4.2已完成发布]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=51</link>
			<title><![CDATA[给大家推荐几款南北互通的网络加速软件]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Sun,06 Aug 2006 23:45:14 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=51</guid>	
		<description><![CDATA[这几天一直在为网站的访问速度问题犯愁，这该死的异网访问速度慢的问题什么时候能从根本上解决？大部分人解决访问速度慢的问题都是找代理服务器，但是代理服务器稳定性差。并且代理服务器没有正常的盈利渠道，大家也不能指望有那么好的人没事天天开代理给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们。<br/>现在看到的这几款软件给大家带来了希望，其中有的已经开始了正常的运营有了自己的收入来源，有的正在准备运营。希望这样的公司能多起来。双线网吧已经很流行，如果网络加速软件也能打开自己的市场南北互通的问题会变得不太严重。<br/>废话不多说了，下面就介绍网络加速软件。<br/>1：<br/>flashmdy网络快乐行&nbsp;（南北互通&nbsp;网站加速&nbsp;游戏加速）<br/>软件下载：<a href="http://ictee.net/n205c45.shtml" target="_blank">http://ictee.net/n205c45.shtml</a><br/>官方网站：<a href="http://www.flashmdy.com" target="_blank">http://www.flashmdy.com</a><br/>不知道是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>测试的时段不通的原因还是软件的原因，只有这个软件加速效果非常明显。请大家选择合适的安装包，网通用户安装网通客户端。下同。官网开放注册免费帐号。免费用户限制20K；VIP用户限制为200K(2M&nbsp;ADSL速度)<br/>免费用户可能出现登陆不了的情况；VIP用户无论何时都能顺畅的登陆，VIP服务器人数达到80%，公司就增加新服务器<br/>免费用户1小时内没数据流经过<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的服务器，会自动断线，免费服务器每天不定时清空；VIP用户则无该限制<br/>公司将为VIP用户提供免费的增值服务（如电影……）&nbsp;<br/>无论免费用户还是VIP用户都不限制流量<br/>2：<br/>豫通加速器测试版1.2加强版<br/>豫通通用登陆帐号:1000tong.com密码:123456(最好不要复制,以免加入空格,提示691错误)<br/>豫通互通介绍:<br/>使用豫通互通可以有效解决互联网瓶颈问题，提高ISP网间互访速度(网通与电信等)。<br/>注意事项：<br/><br/>1、如登陆后速度不太理想，可下线后重新登陆一次。<br/><br/>⒈&nbsp;关于错误619<br/>------------------------------------------------------------------------<br/>a.有可能您的机器开了防火墙(包括XP&nbsp;自带的)<br/><br/>解决办法:关闭防火墙,或者设置防火墙允许1701和1723端口<br/><br/>b.有可能您的机器使用路由器上网<br/><br/>解决办法:<br/><br/>关闭路由器防火墙,或者映射1701和1723端口&nbsp;选择TCP<br/>&nbsp;&nbsp;<br/>路由器的品牌太多太多了,基本所有的路由器都支持VPN服务的,记住选择TC模式<br/><br/>c.如果您的机器无以上两种现象存在,但是还出现619错误<br/><br/>解决办法:关掉QQ,关掉所有正在使用网络的软件,然后重新打开客户端进行连接<br/><br/>文件下载:&nbsp;[url＝<a href="http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E8%B1%AB%E9%80%9A%E5%8A%A0%E9%80%9F%E5%99%A8" target="_blank">http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E8%B1%AB%E9%80%9A%E5%8A%A0%E9%80%9F%E5%99%A8</a>]搜索下载地址[/url]&nbsp;<br/>[url＝<a href="http://www.hebine.com/wbc_showimg.asp?file=attachments/month_0607/yutong.rar" target="_blank">http://www.hebine.com/wbc_showimg.asp?file=attachments/month_0607/yutong.rar</a>]下载地址1：[/url]<br/>来源自[url＝www.hebine.com]何言必语blog[/url]<br/>3：<br/>千渡互通v2.4<br/>官方提供一个免费帐号：千渡互通v2.4登陆帐号:zlnic.net&nbsp;密码:1000du(请使用半角+小写输入，最好不要复制,以免加入空格,提示691错误)另外密码会经常变更，若不能登陆，请关注论坛bbs.1000du.net。<br/>下载地址：<br/>[url＝<a href="http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E5%8D%83%E6%B8%A1%E4%BA%92%E9%80%9A" target="_blank">http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E5%8D%83%E6%B8%A1%E4%BA%92%E9%80%9A</a>&amp;hl=zh-CN&amp;newwindow=1]搜索下载地址[/url]<br/>[url＝<a href="http://www.hebine.com/wbc_showimg.asp?file=attachments/month_0607/qd.rar" target="_blank">http://www.hebine.com/wbc_showimg.asp?file=attachments/month_0607/qd.rar</a>]下载地址1[/url]<br/>千度的广告词介绍：世界上最远的距离不是从中国到美国,而是从电信到网通。比较有意思看一下<br/>GooGle关于互通电信网通的搜索<br/><a href="http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E4%BA%92%E9%80%9A%E7%94%B5%E4%BF%A1%E7%BD%91%E9%80%9A" target="_blank">http://www.<a href="http://www.google.com" target="_blank">google</a>.com/search?q=%E4%BA%92%E9%80%9A%E7%94%B5%E4%BF%A1%E7%BD%91%E9%80%9A</a>&amp;btnG=%E6%90%9C%E7%B4%A2&amp;hl=zh-CN&amp;newwindow=1<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=50</link>
			<title><![CDATA[The Top 18 Quotes from Web 2.0 (Web2.0的十八句名言)]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Sat,05 Aug 2006 00:50:07 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=50</guid>	
		<description><![CDATA[“创建一个成功的企业的最好办法就是帮助别人赚钱。”Topix.net的Rich&nbsp;Skrenta解释AOL的政策时说到&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>上许多的新闻网站，因为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不相信其中任何一个。”17岁的Sean这么解释他如何阅读在线新闻的。&nbsp;<br/>“当你上了大学以后，Myspace就算不上什么了”高中毕业生18岁的Sasha说。&nbsp;<br/>“在你发展的过程中建造，学习和犯错–你将会在做事情的过程中学到更多，而不是在你做这件事情之前。”37Signals的Jason&nbsp;Fried，他拥护迭代开发模式(iterative&nbsp;development)。&nbsp;<br/>“在5到10年内，<strong>媒体的价值将存在于那些培养用户的公司</strong>，而不是那些控制内容的公司。”Kleiner&nbsp;Perkins的前任合伙人Vinod&nbsp;Khosla说。&nbsp;<br/>“对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>而言，透明度是一件具有竞争性的武器。”Sun微系统公司的CEO&nbsp;Jonathan&nbsp;Schwartz这么解释自己为什么写Blog。&nbsp;<br/>“Ebay有1.5亿的用户，理想的来说，就是1.5亿个人学会了如何相信陌生人。”Ebay的创始人Pierre&nbsp;Omidyar认为<strong>商业能为积极的社会变革带来动力</strong>。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>最喜欢Google，因为他们最干净。其他的网站则试图将你的注意力带走。去那些网站不会有任何收获。”18岁的Sasha这么解释为什么适应用户习惯比起强迫他们去适应你要来的聪明的多。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的成功与<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们的总裁们的‘好主意’一点关系没有。”Google创始人Sergey&nbsp;Brin更喜欢群体的智慧。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们96%的时间里不知道自己在做什么。”Flickr的创始人Stewart&nbsp;Butterfield认为剩下的4%足以让许多人非常快乐了。&nbsp;<br/>“雇用律师起诉对于那些普通公司来说，比起自己创意要简单的多”前任FCC的主席Michael&nbsp;Powell解释为什么那些提供内容服务的公司起诉他们的顾客。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>告诉<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的工程师，不管你有多么聪明，在公司外有着更多比你聪明的人，所以<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们需要提供给他们工具，让他们创新。”Omidyar也喜欢<strong>群体的智慧</strong>。&nbsp;<br/>“传统上，人们认为越多越好。多的也许能行，但是它将会是痛苦、昂贵和冰冷的。看看那些一条路走到黑的人，无法与别人竞争。”Fried创造了几个新词。&nbsp;<br/>证明这个世界与原始的数码时代完全不同：假设你要买一个CD机，你要到哪去买？17岁的Sean困惑的说：“CD机是什么？”&nbsp;<br/>“你给一个公司越多的钱，他们越不可能成功。”Khosla说。&nbsp;<br/>“<strong>一般的消费者</strong>并不知道浏览器、互联网以及搜索框之间的区别。”Mozilla基金会的Mitchell&nbsp;Baker提供了这样的观点。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们认为任何来参加演唱会的人都是平等的，他们都参与到音乐的创作之中。”Grateful&nbsp;Dead乐队的Mickey&nbsp;Hart说道。&nbsp;<br/>“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们成功第一的要素是运气。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们跟随着自己内心而选择了搜索，因为它既有用也有趣。”Brin这么解释如何创立Google。&nbsp;<br/>（Undersound编译）&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=48</link>
			<title><![CDATA[新弄了一个电信blog。]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Fri,04 Aug 2006 21:19:56 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=48</guid>	
		<description><![CDATA[今天忽然想起来以前申请的一个火山的免费空间。用原来的帐号进入竟然还可以用。火山空间感觉用着还可以，免费的空间白天人多的时候ftp速度反映不是太好，但是很多收费的ftp白天有的时候也会反映慢。并且这1G免费空间还是可以划分mysql数据库，控制面板上还有sql数据库不过没有测试。可以划分多站点，多ftp帐号。每个站点都可以有数据库和绑定域名。火山这样免费的也太优惠了，他们的收费空间也不贵。1G&nbsp;100块。但是站长好像没有太多精力放在客服上，当时买空间的时候就是因为火山这边站长说话老慢才到lmidc.com那里买的空间，前几天down机了好几天&nbsp;现在才服务器才醒过来。不过lmidc的站长答应再给开通空间，不知道什么时候能开通。反正<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是不存信心了。真开了也只能做asp的空间用&nbsp;他们php不给数据库&nbsp;&nbsp;cgi还不能用。真是服了他们了。<br/>有了火山这个免费空间先用着，暂时是不打算买空间了。<br/>替老爸在方舟买了1G全能空间，不过没一下就开通完。<br/>先开通了300M的全能，还有2个300M的一个100m的。前一段答应作方舟代理，称这机会也把代理平台开通了。<br/>就是没来得及弄平台&nbsp;&nbsp;。。。<br/>现在的心思不想放太多在网上了，就留个自己的blog。再利用方舟的空间和vrfree这个域名做个免费信息网站（问了几个地方都说<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这个玉米lj。汗 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_11.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>）<br/>自己留着&nbsp;谁要也不给&nbsp;叫你们说<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>域名不好<br/>开学了上网还不知道是什么速度呢，有个电信站还多一个选择。就是两个站的数据是不同步的，一个pjblog&nbsp;另一个是sablog。数据转换都成问题，更别说同步了。不管这么多，自己能有个写东西的地方就行。<br/>电信的朋友以后多捧场 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_02.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=47</link>
			<title><![CDATA[我的blog地图]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Fri,04 Aug 2006 02:24:14 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=47</guid>	
		<description><![CDATA[今天看到blog地图这个blog插件挺有意思的。记下代码<br/>家乡的：<br/>&lt;script&nbsp;language=&#34;javascript&#34;&nbsp;src=&#34;<a href="http://blog.mapbar.com/blogmap/mapjs.jsp?nid=06080402175506090921" target="_blank">http://blog.mapbar.com/blogmap/mapjs.jsp?nid=06080402175506090921</a>&amp;width=190&amp;height=303&#34;&gt;&lt;/script&gt;<br/>学校的<br/>&lt;script&nbsp;language=&#34;javascript&#34;&nbsp;src=&#34;<a href="http://blog.mapbar.com/blogmap/mapjs.jsp?nid=06080402230705000247" target="_blank">http://blog.mapbar.com/blogmap/mapjs.jsp?nid=06080402230705000247</a>&amp;width=190&amp;height=303&#34;&gt;&lt;/script&gt;<br/>现在已经添加在右边了。。大家可以预览一下。有离<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>近的来找<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>哦<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=46</link>
			<title><![CDATA[帮老爸注册了一个域名。^_^]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Mon,31 Jul 2006 18:19:41 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=46</guid>	
		<description><![CDATA[今天给老爸注册了一个玉米：hezeu.com。23块钱,可惜续费要55。这样算到不如在方舟大哥这里要了。不管了，注册这么漂亮的域名还是挺骄傲的。^_^借着这个域名祝老爸以后在教育的道路上越走越宽。但是这个域名的含义并不一定就定在教育上。u可以理解成是v的变形，胜利，更抽象一点更可以理解成是“长胖的v”祝菏泽经济飞速发展。但是现在爸爸是不太愿意再去购买空间，免费空间是绝对不考虑了。还是让方舟大哥帮忙把这个域名绑到<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>现在这个空间上，虽然空间不大但是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用着还是挺满意的。ftp速度超好，甚至同时登陆2个ftp都可以。呵呵，别告诉他，要不然就又给限制了。除了电信的网访问比较慢之外，其他的都很满意。以后自己挣钱了再买双线空间。 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_03.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>刚才问方舟大哥绑定域名的事，他刚开始还说要50块钱。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>猜他也是跟<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>开玩笑的。呵呵，大哥答应过两天帮<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>帮域名绑定上。大哥人挺好的~<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>前一段说要当他的空间代理，什么都说好了。可是忙玩高中招生这一段一想不对。下半年爸让<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>升本，虽然现在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>还没有下决心是升本还是直接就业。但是无论那条路下半年的任务都不轻。专业算刚刚入门，下半年要好好学java了。<br/>还是先不做空间了，等以后毕业或者稳定下来再说吧。<br/>在网上找了一些，空间绑多域名的资料。先收集起来看到时候绑了域名之后能不能用到。很大可能就是直接绑到空间跟目录，那样的话就需要用代码把进入空间的域名区分开来。大哥最绑<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>把hezeu.com的米绑到子目录那样就太好了。 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_06.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/><br/><strong>一个虚拟主机空间绑定多域名的方法：</strong><br/>这个绑定多域名的ASP代码实现的效果同直接绑定域名还是有一定差距的，因为这个是通过隐藏转向实现的。<br/>（不太明白这句话，照它的意思是不是不需要联系空间商自己通过代码把进入空间的域名处理进入不同的目录或者网页文件？）<br/>第一个&nbsp;<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.hezeu.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;www.hezeu.com/index.htm&#34;&nbsp;&nbsp;&nbsp;<br/>else<br/>response.redirect&nbsp;&#34;index2.htm&#34;<br/>end&nbsp;if<br/>%&gt;<br/><strong>注:</strong><br/>I:www.hezeu.com是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>建立的文件夹<br/>II:把这个文件保存成网站的默认首页。xxx.asp<br/><br/>第二个<br/>&lt;%<br/>sel&#101;ct&nbsp;case&nbsp;request.servervariables(&#34;http_host&#34;)<br/>case&nbsp;&#34;www.williamlong.info&#34;&nbsp;&#39;1<br/>Server.Transfer(&#34;v3.htm&#34;)<br/>case&nbsp;&#34;www.moon-soft.com&#34;&nbsp;&#39;2<br/>Server.Transfer(&#34;i.htm&#34;)<br/>case&nbsp;&#34;www.write100.com&#34;&nbsp;&#39;3<br/>Server.Transfer(&#34;write100.htm&#34;)<br/>......&nbsp;继续添加&nbsp;......<br/>end&nbsp;sel&#101;ct<br/>%&gt;<br/><br/>第三个<br/>&lt;%<br/>if&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.williamlong.info&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;index.asp&#34;<br/>elseif&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.moon-soft.com&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;x/index.asp&#34;<br/>elseif&nbsp;instr(Request.ServerVariables(&#34;SERVER_NAME&#34;),&#34;www.write100.com&#34;)&gt;0&nbsp;then<br/>response.redirect&nbsp;&#34;index3.asp&#34;<br/>end&nbsp;if<br/>%&gt;<br/><br/>第四个<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.williamlong.info&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index1.asp&#34;<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.moon-soft.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index2.asp&#34;<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.write100.com&#34;&nbsp;then<br/>response.redirect&nbsp;&#34;index3.asp&#34;<br/>end&nbsp;if<br/>%&gt;&nbsp;<br/><br/>第五个<br/>&lt;%<br/>if&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.williamlong.info&#34;&nbsp;then<br/>Server.Transfer(&#34;williamlong.htm&#34;)<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.moon-soft.com&#34;&nbsp;then<br/>Server.Transfer(&#34;moon.htm&#34;)<br/>elseif&nbsp;Request.ServerVariables(&#34;SERVER_NAME&#34;)=&#34;www.write100.com&#34;&nbsp;then<br/>Server.Transfer(&#34;write100.htm&#34;)<br/>else<br/>Server.Transfer(&#34;other.htm&#34;)<br/>end&nbsp;if<br/>%&gt;&nbsp;<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=45</link>
			<title><![CDATA[java学习环境配置图文教程（jdk安装图文教程）]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sun,30 Jul 2006 11:50:20 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=45</guid>	
		<description><![CDATA[开学就要学习java了，自己写个jdk安装教程，开始学习java的同志们以后多多交流学习经验哦。<br/>看了许多文章都是推荐刚起步学习java用jdk＋文本编辑器的方式。恩，学习就从基础做起。可以对基本概念理解的清楚一些。<br/>开始：<br/>下载：<br/>　<a href="http://java.sun.com/j2se/1.4.2/download.html" target="_blank">http://java.sun.com/j2se/1.4.2/download.html</a><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用的是压缩包直接解压安装，这样自己心里面会比较清楚一些。<br/>首先解压所下载的压缩包：<br/><img src="http://static.flickr.com/74/201458275_b52ab67ea7_m.jpg" border="0" alt=""/><br/>注意解压出来的路径要记住一会设置环境变量的时候要用。<br/>解压可能需要些时间，压缩包挺大。<br/>ok解压完了，开始下一步环境变量的设置。<br/>在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的电脑上右击选属性。<br/>打开系统属性窗口。<br/>选高级，打开高级选项卡：<br/><img src="http://static.flickr.com/75/201458215_e2daebec84_m.jpg" border="0" alt=""/><br/><br/>系统变量-&gt;新建-&gt;变量名：JAVA_HOME&nbsp;变量值：E:\romotc\j2sdk\j2sdk&nbsp;&nbsp;&nbsp;&nbsp;（路径为刚才解压出来的路径）<br/><img src="http://static.flickr.com/58/201458173_353d08ff79_m.jpg" border="0" alt=""/><br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;系统变量-&gt;编辑-&gt;变量名：Path&nbsp;在变量值的最前面加上：%JAVA_HOME%\bin;&nbsp;&nbsp;&nbsp;&nbsp;（注意后面有个分号）<br/>&nbsp;&nbsp;&nbsp;&nbsp;系统变量-&gt;新建-&gt;变量名：CLASSPATH&nbsp;变量值：.;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;CLASSPATH前面的那个&#34;.&#34;和上面的意义是一样的。<br/>ok到这里环境变量的设置就完成了。<br/>还不太明白？那看这个完整的步骤&gt;&gt;&gt;&gt;click&nbsp;here&nbsp;<br/>下面看如何看到java的hello&nbsp;worlk。<br/>按照提示把JDK安装成功，设置好环境变量，打开记事本，输入：<br/>&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;class&nbsp;HelloWorld&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;static&nbsp;void&nbsp;main(String[]&nbsp;args)&nbsp;{<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(&#34;Hello&nbsp;,world!&#34;);<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;&nbsp;&nbsp;}//注意大小写&nbsp;！！！<br/>&nbsp;&nbsp;&nbsp;&nbsp;保存为HelloWorld.java&nbsp;，注意保存时要选择&#34;所有类型&#34;,&nbsp;打开命令提示符（Dos)，进入你保存文件的目录，<br/>&nbsp;&nbsp;&nbsp;&nbsp;javac&nbsp;HelloWorld.java&nbsp;（编译）&nbsp;如果没错误，再<br/>&nbsp;&nbsp;&nbsp;&nbsp;java&nbsp;HelloWorld&nbsp;（运行）<br/>&nbsp;&nbsp;&nbsp;&nbsp;java.sun.com官方关于第一个Java程序编写的教程.<br/>&nbsp;&nbsp;&nbsp;&nbsp;Your&nbsp;First&nbsp;Cup&nbsp;of&nbsp;Java&nbsp;(for&nbsp;Microsoft&nbsp;Windows)<br/><br/>Q:&nbsp;运行javac&nbsp;HelloWorld.java&nbsp;为何error：cannot&nbsp;read：HelloWorld.java&nbsp;1&nbsp;error&nbsp;<br/>A:&nbsp;首先检查文件名的的拼写，大小写是否正确，再看目录是否正确<br/><br/>Q:&nbsp;为什么&nbsp;java&nbsp;HelloWorld&nbsp;不成功？<br/>A:&nbsp;经常会发现这样的错误：<br/>&nbsp;&nbsp;&nbsp;&nbsp;java.lang.NoClassDefFoundError:&nbsp;HelloWorld<br/>&nbsp;&nbsp;&nbsp;&nbsp;Exception&nbsp;in&nbsp;thread&nbsp;&#34;main&#34;<br/>&nbsp;&nbsp;&nbsp;&nbsp;首先可能是你CLASSPATH没有设置正确，请按照上面的那个<br/>&nbsp;&nbsp;&nbsp;&nbsp;步骤进行设置。如果你路径设置正确了，请确认你的类名是<br/>&nbsp;&nbsp;&nbsp;&nbsp;否正确，JAVA中大小写是区分的，看看你的类名是否正确。<br/><br/>Q:&nbsp;Applet&nbsp;怎样运行？<br/>A:&nbsp;主要有两种方法<br/>&nbsp;&nbsp;&nbsp;&nbsp;1,&nbsp;JDK中的applet浏览器。<br/>&nbsp;&nbsp;&nbsp;&nbsp;2,&nbsp;IE浏览器<br/>&nbsp;&nbsp;&nbsp;&nbsp;这两种方法都要将Applet嵌入到&nbsp;HTML&nbsp;文件中，如<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;applet&nbsp;code=&#34;MyApplet.class&#34;,width=200&nbsp;height=150&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/applet&gt;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp;保存在和源文件同目录下，文件名为xxx.html,如果用JDK中<br/>&nbsp;&nbsp;&nbsp;&nbsp;的applet浏览器看，就在命令提示符下运行<br/>&nbsp;&nbsp;&nbsp;&nbsp;appletviewer&nbsp;xxx.heml<br/>&nbsp;&nbsp;&nbsp;&nbsp;用IE看直接双击&nbsp;html&nbsp;文件即可<br/><br/>Q:&nbsp;为什么用IE运行Applet时，显示的就是一片空白<br/>A:&nbsp;IE本身并不支持Applet&nbsp;的运行，要去&nbsp;www.java.sun.com&nbsp;下载一个插件(java&nbsp;plug_in)<br/><br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=44</link>
			<title><![CDATA[开始java学习start learning java]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Sat,29 Jul 2006 23:15:03 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=44</guid>	
		<description><![CDATA[几乎所有的语言都是需要通过编译或者解释才可以被您的电脑执行。可是Java有一点不同，它同时需要这两个过程。其实，也正是因为这个原因才使Java这种语言具有了平台无关性。当您写好了一个Java程序的时候（当然这个时候您并不用真的会写Java程序）。首先，通过一段翻译程序将它编译成一种叫做字节码的中间代码。然后再由java平台的解释器将它翻译成为机器语言来执行----平台的核心叫做JVM（Java虚拟机）。Java的编译过程也与其它的语言不同。例如像c++这样的语言，在编译的时候，是与机器的硬件平台信息密不可分的。编译程序通过查表将所有指令的操作数和操作码等等转换成内存的偏移量即程序运行时的内存分配方式，以保证程序运行。而<strong>Java却是将指令转换成为一种*.class的文件，这种文件不包含硬件的信息。</strong>需要执行的时候只要经过装了JVM的机器解释,创立内存布局后再通过查表来确定一条指令所在的地址。这样就有效的保证了Java的可移植性和安全性。那么Java平台为什么会有这么好的特性呢？<br/>Java的平台不太一样，它由两个部分组成：一个是Java&nbsp;Virtual&nbsp;Machine即Java虚拟机，另一部分是Java&nbsp;Application&nbsp;Programming&nbsp;Interface&nbsp;(Java&nbsp;API)&nbsp;即Java应用程序设计接口，这两部份软件就构成了Java运行的基本的环境。<br/>&gt;&gt;&gt;&gt;详细：<a target="_blank" href="http://www.zdnet.com.cn/developer/code/story/0,3800066897,39194901,00.htm">click&nbsp;here</a><br/>java常见词汇：<br/>JDK：Java开发工具集(JavaDevelopersKits）<br/>JDK包括以下工具：<br/>javac:Java语言编译器，输出结果为Java字节码<br/>javaJava字节码解释器sassembeler:Java字节码分解程序，本程序返回Java程序的成员变量及方法等信息。<br/>javaprof资源分析工具，用于分析Java程序在运行过程中调用了哪些资源，包括类和方法的调用次数和时间，以及各数据类型的内存使用情况等。<br/>javahC代码处理工具，用于从Java类调用C++代码<br/>javaAppletViewer小应用程序浏览工具，用于测试并运行Java小应用程序<br/>javaDebuggerAPI&nbsp;:Java调试工具APIPrototypeDebuggerJava调试工具原型Java开发环境还包括Java类库(包括I/O类库、用户界面类库、网络类库等)<br/>和HotJavaWWW浏览器<br/>其中，HotJava浏览器提供了在WWW环境下运行Java代码的一个运行系统，而且还为WWW开发人员提供了一个Java开发框架。Java解释器是面向Java程序的一个独立运行系统，它可以一种稳定、高性能方式运行那些独立于平台的Java字节码，Java编译器则用于生成这些字节码。<br/><br/>Java语言有两个开发环境，一个是免费的JDK，是命令行方式的。还有一个JavaWorkShop，是开发java程序的集成环境。本章简要介绍了它们的使用方法。<br/><br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们学习Java大概有3个方向，第一，桌面系统，包括C/S结构;第二，J2ME,面向无限领域，很有潜力的家伙，看看中国的手机用户就知道了。第三，面向企业应用、计算的平台,J2EE。<br/><br/>java从入门到精通：<a href="http://www.pconline.com.cn/pcedu/empolder/gj/java/0507/658828.html" target="_blank">http://www.pconline.com.cn/pcedu/empolder/gj/java/0507/658828.html</a><br/>1、&nbsp;JDK的下载和安装：<br/>JDK又叫做J2SE（Java2&nbsp;SDK&nbsp;Standard&nbsp;Edition），可以从Sun的Java网站上下载到，<a href="http://java.sun.com/j2se/downloads.html" target="_blank">http://java.sun.com/j2se/downloads.html</a>&nbsp;，下载页面在这里：<a href="http://java.sun.com/j2se/1.4.2/download.html" target="_blank">http://java.sun.com/j2se/1.4.2/download.html</a>。<br/><br/>　　下载好的JDK是一个可执行安装程序，默认安装完毕后会在C:\Program&nbsp;Files\Java\目录下安装一套JRE（供浏览器来使用），在C:\j2sdk1.4.2下安装一套JDK（也包括一套JRE）。然后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们需要在环境变量PATH的最前面增加java的路径C:\j2sdk1.4.2\bin。这样JDK就安装好了。<br/>Documentation在JDK的下载页面也有下载连接，建议同时下载Documentation。Documentation是最最重要的编程手册，涵盖了整个Java所有方面的内容的描述。可以这样说，学习Java编程，大部分时间都是花在看这个Documentation上面的。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是随身携带的，写Java代码的时候，随时查看，须臾不离手。<br/>学习Java用什么工具比较好？<br/>　答：作者建议首先使用JDK+文本编辑器，这有助你理解下列几个基础概念：path，classpath，package并熟悉基本命令：javac和java。并且下载和你的JDK版本一致的API帮助。<br/>作者本人不喜欢大陆作者的书 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_02.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=43</link>
			<title><![CDATA[请不要做浮躁的人]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Sat,29 Jul 2006 21:34:57 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=43</guid>	
		<description><![CDATA[<p>今天在老乡的blog上再此看到&gt;&gt;&gt;<a href="http://my.kissnow.net/archives/74.html">这篇文章</a>，感觉对整个中文网来说都是一个提醒。</p>
<p>摘录几句感觉挺要紧的：</p>
<p>1.不要看到别人的回复第一句话就说：给个代码吧！你应该想想为什么。当你自己想出来再参考别人的提示，你就知道自己和别人思路的差异。 <br />my：习惯所取就会忘了自己还会创造</p>
<p>4.不要被对象、属性、方法等词汇所迷惑；最根本的是先了解最基础知识。</p>
<p>my：我有时候就感觉专业词汇中有些词跟刚开始理解的或者说跟字面意思差别太远了。恩 了解基础知识！</p>
<p>5.不要放过任何一个看上去很简单的小问题--他们往往并不那么简单，或者可以引伸出很多知识点；不会举一反三你就永远学不会。</p>
<p>13.别指望看第一遍书就能记住和掌握什么&mdash;&mdash;请看第二遍、第三遍； </p>
<p>22.对于网络，还是希望大家能多利用一下，很多问题不是非要到论坛来问的，首先你要学会自己找答案，比如google、百度都是很好的搜索引擎，你只要输入关键字就能找到很多相关资料，别老是等待别人给你希望，看的出你平时一定也很懒！ <br />my 学会用google。习惯用google</p>
<p><strong>浮躁的人容易问：我到底该学什么；----别问，学就对了； <br />浮躁的人容易问：JS有钱途吗；----建议你去抢银行； <br />浮躁的人容易说：我要中文版！我英文不行！----不行？学呀！ <br />浮躁的人分两种：只观望而不学的人；只学而不坚持的人； <br />浮躁的人永远不是一个高手</strong></p>
<p><strong>其实整天在网上待着人也容易变得浮躁，有时间还是多找书看。书中自有颜如玉<img alt="" src="http://shanxinyuan.com/romotc//fckeditor/editor/images/smiley/msn/tounge_smile.gif" /></strong></p>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=42</link>
			<title><![CDATA[找到一个老乡的blog]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Sat,29 Jul 2006 21:16:17 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=42</guid>	
		<description><![CDATA[本来从jinsuo的站上看到这个链接还怀疑是不是老乡，呵呵&nbsp;从老乡发现的<a target="_blank" href="http://my.kissnow.net/archives/126.html">这篇日志</a>上看出来是dongming的...<br/>回头告诉<a href="http://vrhost.cn" target="_blank">宝</a>，他还有一个这么nb的老乡。<a target="_blank" href="http://my.kissnow.net/archives/132.html">年薪10万还辞职</a>.<br/><a href="http://shanxinyuan.com/romotc" target="_blank">我</a>什么时候才能做到这个程度？<br/>下半年家里人还要<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>上本科，可是那样下学期的java就没办法有多大精力学了。。<br/>怎么办？是上本科还是走技术这条路？<br/>现在不多想了。。。<br/>到时候再说。。。马杰说的不要有计划的生活，想在想想还有那么点道理。。最起码到现在<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的大部分计划还是个空。凭着运气和兴趣走吧。<br/>今天哥哥打电话来，说他那边招生工作进行的非常好。第一志愿填报的都有80多个 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_02.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>呵呵&nbsp;哥哥真强 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_32.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>老爸这边也很不错有200多吧，就是不知道报道的能有多大比例。<br/>祈祷吧，现在的学生的想法你都没办法去琢磨。最后的结果还得开最后的报道情况。<br/>下个月就得为三级数据库的考试做准备了，开学不到一个月就要考三级。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>c语言现在都忘的差不多了，而且文件操作那一部分基本上就是只看了一遍。三级的上机题是考c语言，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>看了一下都是有文件操作。虽然说不一定要自己编写文件操作的代码，可也是能学会为好。<br/>刚才李雪打电话来，说她c二级的辅导情况。祝她这次二级能顺利通过。真搞不明白，她一个中文系的学生为什么要考计算机二级。可能现在的大学生比高中生对未来更茫然吧，高中毕业生最起码还知道以后要找个专业（好像很随意选的一个专业&nbsp;他们大部分都不知道自己该学什么的样子）上个大学。而大学毕业生呢？出了校门要去哪里？该去干什么？以后的路在何方？老师说国家哪个部门下了个文件，以后大学生也是普通劳动者。看来大学生真是不值钱了，辛辛苦苦的上了那么多年，又辛辛苦苦的熬过了高考，又花了那么多钱上完了大学。最后还落个普通劳动者的身份，还要家里人出面。求这个拜那个的去找工作，这大学。。。”提高“了国民素质，可苦了这群“高素质”的大学生。<br/>不说别人了。先过完自己的三级再说。]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=41</link>
			<title><![CDATA[对pjblog做了一些修改。]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网络技术]]></category>
			<pubDate>Fri,28 Jul 2006 23:00:40 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=41</guid>	
		<description><![CDATA[根據tag&nbsp;在頁面顯示出相關&nbsp;的&nbsp;日誌&nbsp;<br/><br/>今天看到pjblog的相关日志方法，自己手工改了几遍都不成功.另外手工修改的方法也和有些blog上抄袭的方法不一样。有兴趣的朋友可以去作者的blog<a href="http://wbc.bkkss.com/article.asp?id=102" target="_blank">http://wbc.bkkss.com/article.asp?id=102</a>（如果打不开请多刷新几遍）看看要修改的地方，不过还是建议用自动安装这样比较简单。<br/>自動安裝：&nbsp;推薦&lt;&lt;==<br/><br/><br/><img src="http://shanxinyuan.com/romotc/images/download.gif" alt="下载文件" style="margin:0px 2px -4px 0px"/> <a href="http://shanxinyuan.com/romotc/attachments/month_0607/v200672823383.RAR" target="_blank">点击下载此文件</a><br/><br/>上載此文件去Blog主目錄&nbsp;<br/>執行WBC_Up&#100;ate.asp&nbsp;(輸入<a href="http://" target="_blank">http://</a>你的blog地址/WBC_Up&#100;ate.asp)&nbsp;程序。&nbsp;<br/><br/>完成！&nbsp;<br/><br/>安装了<a target="_blank" href="http://wbc.bkkss.com/article.asp?id=204">wbc的ajax文章评论</a>以后确发现原来设置的不用输入验证码就可以评论失效了，爽性把自动填写验证码也设置上<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/code.gif" style="margin:0px 2px -3px 0px" alt="程序代码"/> 程序代码</div><div class="UBBContent">03.2.&nbsp;使系统自动填写验证码<br/>===================================================<br/>在Blog根目录新建一个“*.asp”文件，在里面填写以下代码：<br/>&nbsp;程序代码<br/>&lt;script&gt;if(parent.document.all.validate)parent.document.all.validate.value=&#34;&lt;%=Session(&#34;GetCode&#34;)%&gt;&#34;;&lt;/script&gt;<br/><br/>然后在footer.asp的最上面插入一句：<br/>&nbsp;程序代码<br/>&lt;iframe&nbsp;frameborder=&#34;no&#34;&nbsp;height=0&nbsp;width=0&nbsp;src=&#34;*.asp&#34;&gt;&lt;/iframe&gt;<br/></div></div><br/><a href="http://wbc.bkkss.com/article.asp?id=204" target="_blank">http://wbc.bkkss.com/article.asp?id=204</a>&nbsp;[推薦]Ajax版文章評論&nbsp;for&nbsp;PJblog2&nbsp;2.5.0125&nbsp;[自動修改]&nbsp;2.6也可用<br/>以后再添加一个滚动公告/日志的功能。。。<br/>困了。今天眼睛特别累不过发现了很多好的博客们。以后多向他们学习。。<br/>把<a target="_blank" href="http://lyn.thxy.org/blog/article.asp?id=52">pjblog的修改方法</a>的地址记下来<br/>以后尽量不粘贴别人的东西，学习使用具有伟大意义的url。。。<br/>中文网就是重复的东西多，好像大家都在努力的ctrl＋c&nbsp;AND&nbsp;ctrl　＋v&nbsp;<br/>这是copy无极限&nbsp;不说别人&nbsp;&nbsp;自己以后先改 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_25.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/><br/>还有就是用好track&nbsp;back&nbsp;功能不让它死到]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=40</link>
			<title><![CDATA[编程初学者十大好习惯]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资料归档]]></category>
			<pubDate>Fri,28 Jul 2006 14:26:02 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=40</guid>	
		<description><![CDATA[&nbsp;编程初学者十大好习惯<br/>1、设计规划<br/><br/>　　现在是模块化程序设计的天下，应用程序要实现的目标就是金字塔尖，进行程序设计规划的意义就在于，对构成金字塔的基础模块进行划分，规划得越详细，模块分工越明确，越容易明白下一步该做什么，这好比搭积木的游戏，你可以把你的积木块组合成各种各样的形状，但首先要熟悉每个积木块的功能。<br/><br/>　　2、有备无患<br/><br/>　　实战之前，先找几个样例程序研究研究，最起码明白怎么开头，怎么结尾，别打无准备之仗。<br/><br/>　　3、葵花<a href="http://vrhost.cn" target="_blank">宝</a>典<br/><br/>　　做一份所用程序语言的精简列表，包括基本数据类型、各类运算符说明、基本语句结构、常用关键词（保留字）、常用函数（控件）说明等等。<br/><br/>　　4、自由独立<br/><br/>　　为你的应用程序建立一个单独的目录，这样既方便应用程序文件的管理，而且如果你要给程序搬“家”，卷起铺盖就可以走人了。<br/><br/>　　5、见名知意<br/><br/>　　程序再小，用的变量也不会少，变量起名应当见名知意是个老话题了，好处是显而易见的。推荐程序员使用“匈牙利命名法”，它会使你的起名工作变得轻而易举，而且相当专业。<br/>6、对称之美<br/><br/>　　中国人讲究对称之美，用在编程里也很合适，如果程序里用到A循环嵌套B判断，B判断又包含C循环之类的结构，记着使用缩进法，让A:ENDDO对齐A:DO，B:ENDIF对齐B:IF……诸如此类，依次缩进，总之对称就等于美观加易读。<br/><br/>　　7、多加注解<br/><br/>　　对程序中自定义的变量、函数、子程序加以功能性的注释说明，别嫌麻烦。如果过了三月五月，连自己写的东西都看不明白了，那才大麻烦。<br/><br/>　　8、环境保护<br/><br/>　　如果应用程序需要修改系统设置，记着应用开始前先保存设置，应用结束后要恢复设置，千万别污染环境。<br/><br/>　　9、拿来主义<br/><br/>　　一个人的力量是有限的，大家的力量是无限的，平时多看看《中国电脑教育报》，如果碰巧有好的经验，巧的方法，用得上的段子，不妨拿来。<br/><br/>　　10、忍者无敌<br/><br/>　　当你认为程序代码写的“百分百”正确，而程序编译执行百分百有毛病，你基本属于晕菜的时候，千万要忍，歇口气，重头来，别放弃！相信最终的胜利是属于你的！<br/><br/>ps.my&nbsp;thinkig&nbsp;<br/><br/>今天想逛逛<a target="_blank" href="http://blog.donews.com/jiji262/archive/2006/01/09/687763.aspx">几大破解论坛</a>气氛的是大部分都不允许注册，设置几个还不允许以游客身份浏览论坛。这世界资源永远都是分配不平均。有很多论坛冷清的要死，这边却是拒绝新用户注册。<br/>其实早就想注册<a target="_blank" href="http://bbs.winzheng.com">嬴政论坛</a>了，可几次去都是不开放注册。唉，什么时候能弄个他们的邀请啊。真是郁闷！ <img src="http://shanxinyuan.com/romotc/images/smilies/Face_18.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>还是万花筒好，可惜它的编程论坛人气太弱了。不管怎么样以后得过去编程论坛，现在自己学习太没气氛了。到现在为止<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的pswmaker密码生成器还没有做的太完善，还需要增加一些选项，以便使用户可以选择生成密码中包含的字符种类。想想这个也不是太难了，最关键的算法已经完成的差不多了。可就是专不下心来把它完善起来。<br/>当时报专业的时候应该学信息管理的...<br/>现在才知道<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>们软件系根本就没有web编程的课程。唉当时报志愿的时候也是不太明白，什么软件技术&nbsp;什么信息管理的。当时只感觉信息管理技术含量太低 <img src="http://shanxinyuan.com/romotc/images/smilies/Face_72.gif" border="0" style="margin:0px 0px -2px 0px" alt=""/>。。。无语<br/>下半年的时间]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=39</link>
			<title><![CDATA[潍坊的水]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,27 Jul 2006 18:27:34 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=39</guid>	
		<description><![CDATA[<style type="text/css">
.flickr-photo { }
.flickr-frame { float: left; text-align: center; margin-right: 15px; margin-bottom: 15px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }
</style>

<div class="flickr-frame">
	<a href="http://www.flickr.com/photos/romotcc/198907229/" title="photo sharing"><img src="http://static.flickr.com/65/198907229_deb78628cc_t.jpg" class="flickr-photo" alt="ˮ1" /></a><br />
	<span class="flickr-caption">
		<a href="http://www.flickr.com/photos/romotcc/198907229/">ˮ1</a>,<br /> originally uploaded by <a href="http://www.flickr.com/people/romotcc/">romotcc's Flickr</a>.
	</span>
</div>
没来我现在的学校之前我还以为山东信息职业技术学院是在济南，弄的我现在都挨济南一个同学的数落：“你把我弄到济南 自己去潍坊”。呵呵说真的当时填报志愿的时候真的没有多考虑，就认准了山东信息四个字。来到潍坊最大的感受就是干净，这个是济南或者山东其他的地区没法比的。尤其喜欢潍坊的这条小河，设计的独具匠心。如果说毕业的时候不想离开潍坊我想最大的一个原因就是这条小河了。
<br clear="all" />]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=38</link>
			<title><![CDATA[Software War 软件世界大战]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Thu,27 Jul 2006 18:05:58 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=38</guid>	
		<description><![CDATA[还记得以前&nbsp;Software&nbsp;Wars&nbsp;的图吗?&nbsp;万恶微软对抗&nbsp;Open&nbsp;Source&nbsp;界的入侵,&nbsp;这张图最近更新了<br/><br/>这是新版的<br/><img src="http://mshiltonj.com/software_wars/current/current.png" border="0" alt=""/><br/><br/>以下是旧版的回味<br/><img src="http://www.atai.org/softwarewar.png" border="0" alt=""/><br/><br/>两相对照可以发觉到这三年的进步,例如:&nbsp;2003&nbsp;年就没有&nbsp;Google&nbsp;的出现.&nbsp;Ubuntu&nbsp;也没有出现,&nbsp;对抗&nbsp;IE&nbsp;的只有&nbsp;Mozilla,现在就多了&nbsp;Google,&nbsp;对抗&nbsp;IE&nbsp;的也多了&nbsp;Firefox&nbsp;,&nbsp;Safari,&nbsp;Opera&nbsp;等等.<br/><br/>以现在来说,&nbsp;大多数的英文应用,&nbsp;的确不一定要用&nbsp;Microsoft&nbsp;的东西,政府是不是可以在&nbsp;OpenSource&nbsp;的中文套件上做些努力。<br/><br/>附记:<br/>追查一下可以发现,&nbsp;早期的版本是台湾人做的&nbsp;:)看<a target="_blank" href="http://www.atai.org/">这里</a>。<br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=37</link>
			<title><![CDATA[Google GMail使用技巧6则]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Thu,27 Jul 2006 17:31:01 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=37</guid>	
		<description><![CDATA[GMail是一个伟大的服务，使用完全免费，容量巨大，而且没有太多的AD，更没有弹窗广告。有优秀的过滤功能和反垃圾邮件功能，支持加密访问，支持POP接收和邮件转发，还有许多其他强大的功能，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这里就介绍一下<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>在使用GMail系统的时候总结的一些常用的使用经验和技巧。<br/><br/>　<strong>　安全的连接Gmail</strong><br/>　　通过SSL加密方式&nbsp;<a href="https://gmail.<a href="http://www.google.com" target="_blank">google</a>.com" target="_blank">https://gmail.<a href="http://www.google.com" target="_blank">google</a>.com</a>&nbsp;来登陆Gmail，可以防止黑客通过Sniffer等工具窃听用户名和密码。<br/><br/><strong>　　通过手机访问GMail</strong><br/><br/>　　GMail一个非常优秀的特点就是支持绝大多数手机登录，这使得人们可以随时随地访问自己的Gmail信箱，访问的时候只需在手机的网络浏览器中输入&nbsp;<a href="http://m.gmail.com" target="_blank">http://m.gmail.com</a>&nbsp;即可。Gmail手机版提供了很多很“酷”的功能：界面能够针对手机自动进行优化，支持访问照片、Word文档和&nbsp;.pdf文件等附件，如果Gmail联系人录入了电话号码，还可以通过电话答复邮件。Google对于访问GMail的手机不收取任何费用。但是手机wap上网的费用还是要向移动或者联通支付的，wap包月的用户有福气了。<br/><br/><strong>　　无穷多的GMail邮件地址</strong><br/><br/>　　一个GMail的邮件地址，其实相当于无穷多的GMail邮件地址，通过邮件地址中的＋号可以衍生各种邮件地址，比如对于发送到username+&nbsp;list1@gmail.com的邮件，系统会自动将邮件转到username@gmail.com，因此只要在GMail用户名后面加上一个“+”号，就可以衍生出无穷多的邮件地址，这些地址都是你自己的。<br/><br/>　　使用这种邮件地址的好处是非常便于过滤，只需要针对不同的邮件地址就可以方便地分拣出不同用处的邮件。比如可以设置一个label1标签，通过过滤器的设置，所有发送到username+list1@gmail.com的邮件，会自动贴上label1标签。<br/><br/>还见过有网友用过这样的写法：user.name@gmail.com，就是把自己的用户名加点断开。具体这样用可不可以<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也没有测试过。大家可以自己去测试。gmail的一些功能还在增加和研制当中，使用gmail是一种非常愉快的体验。<br/><strong>　　发送邮件不包含IP地址</strong><br/><br/>　　通过Outlook客户端发送GMail邮件，发送的邮件内会记录发信人的IP地址，但是如果登录WEB上的GMail网站，然后在上面发送邮件，则发送的邮件中就不包含自己的IP地址。因此，如果你想隐藏IP发送邮件，就登录GMail吧。<br/><br/><strong>　　通过RSS阅读器查看Gmail新邮件</strong><br/><br/>　　在RSS阅读器中，选择Feed地址为<a href="https://mail.<a href="http://www.google.com" target="_blank">google</a>.com/mail/feed/atom" target="_blank">https://mail.<a href="http://www.google.com" target="_blank">google</a>.com/mail/feed/atom</a>，然后提交您的Gmail地址和密码，即可在RSS中查看新的GMail邮件。<br/><br/><strong>　　通过POP方式下载GMail邮件</strong><br/>　　以Outlook&nbsp;Express的客户端为例：首先在Gmail帐户中启用POP。然后打开Outlook&nbsp;Express。单击“工具”菜单，然后选择“帐户...”。单击“添加”，然后单击“邮件...”，在“显示名：”字段中输入姓名，然后单击“下一步”。在“电子邮件地址：”字段中输入&nbsp;Gmail&nbsp;电子邮件地址(username@gmail.com)，然后单击“下一步”。在“接收邮件（POP3,&nbsp;IMAP&nbsp;或&nbsp;HTTP）服务器：”字段中输入“pop.gmail.com”。在“发送邮件服务器&nbsp;(SMTP)：”字段中输入“smtp.gmail.com”。单击“下一步”。在“帐户名：”字段中输入&nbsp;Gmail&nbsp;用户名（包括“@gmail.com”）。在“密码：”字段中输入&nbsp;Gmail&nbsp;密码，然后单击“下一步”。单击“完成”。突出显示“帐户”下的“pop.gmail.com”，并单击“属性”。单击“高级”标签。选中“发送邮件（SMTP）”下“此服务器要求安全连接（SSL）”旁边的复选框。在“发送邮件（SMTP）：”字段中输入“465”。选中“接收邮件（POP3）”下&nbsp;“此服务器要求安全连接&nbsp;（SSL）”旁边的复选框。此端口将更改为&nbsp;995。单击“服务器”标签，然后选中“<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的服务器要求身份验证”旁边的复选框。单击“确定”。<br/><strong>多帐户功能</strong><br/>在gmail的帐户功能中允许你设置非gmail后缀的邮箱帐号作为你的首选发信地址，比如<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>有一个自己域名为后缀的邮局，在里面自己开了一个aidu◎shanxinyuan.com的邮箱，就可以在gmail设置一下把aidu◎shanxinyuan.com作为<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的首选发信地址。当然还要把aidu@shanxinyuan.com收到的信自动转发到gmail当中了，不然就只能发而收不到回复了。<br/>其他的功能比如：假期应答，个性话的转发设置以及web剪辑需要大家使用时自己慢慢体验。在此就不多说了。<br/>现在就更换gmail：需要邀请的请发邮件到romotc◎gamil.com]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=36</link>
			<title><![CDATA[测试flickr200张照片限制]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,27 Jul 2006 01:33:21 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=36</guid>	
		<description><![CDATA[<style type="text/css">
.flickr-photo { }
.flickr-frame { float: left; text-align: center; margin-right: 15px; margin-bottom: 15px; }
.flickr-caption { font-size: 0.8em; margin-top: 0px; }</style>
<div class="flickr-frame"><a title="photo sharing" href="http://www.flickr.com/photos/romotcc/198899614/"><img class="flickr-photo" alt="IMAG0091" src="http://static.flickr.com/60/198899614_9525c2e425_t.jpg" /></a><br /><span class="flickr-caption"><a href="http://www.flickr.com/photos/romotcc/198899614/">IMAG0091</a>,<br />originally uploaded by <a href="http://www.flickr.com/people/romotcc/">romotcc's Flickr</a>. </span></div>
宝宝对不起了。拿你这么帅的照片做测试。为了咱们的科学发展，你就委屈一点吧^_^。这里我要测试的是flickr的200张照片的限制，看超过200张后，blog中的引用会不会失效。废话少说看效果 <br clear="all" />照官方网站的意思好像是说上传的照片永久不会删除。看我上面贴的照片 （帅吗？不是 我呵呵）是我提前传的也就是说它的位置在头200张，我有传了几张使它在相册里面超出，现在虽然相册里面不能看见这个相片了，但是到现在blog上的引用依然可以显示。这样有经典的照片要记得贴出来分享哦，不然你自己也会找不到它。^_^ 在用flickr的朋友留下你的flickr帐号，共享一下好照片、刚传了几张教程的切图，弄的我blog上的flickr相册简直不能看。回头再把我的照片传几张来、、]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=35</link>
			<title><![CDATA[测试Flickr Blog this 功能]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Thu,27 Jul 2006 01:05:10 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=35</guid>	
		<description><![CDATA[<div style="FLOAT: right; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 10px"><a title="photo sharing" href="http://www.flickr.com/photos/romotcc/198907359/"><img style="BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px solid; BORDER-BOTTOM: #000000 2px solid" alt="" src="http://static.flickr.com/61/198907359_e8f92540f3_m.jpg" /></a> <br /><span style="MARGIN-TOP: 0px; FONT-SIZE: 0.9em"><a href="http://www.flickr.com/photos/romotcc/198907359/">С</a> <br />originally uploaded by <a href="http://www.flickr.com/people/romotcc/">romotcc's Flickr</a>. </span></div>
它漂亮吗？还是技术漂亮？！呵呵 <br clear="all" />]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=34</link>
			<title><![CDATA[创建了一个Flickr。分享一下]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[资源共享]]></category>
			<pubDate>Wed,26 Jul 2006 21:16:35 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=34</guid>	
		<description><![CDATA[今天在sinid的blog上发现还有这个好东西&nbsp;－Flidckr。以后可以把blog上要用到的图片放到Flickr里面，这个比163的相册好一点。163的弄了防盗链。<br/>注册Flickr需要有yahoo的Id.以前的yahoo&nbsp;帐号密码找不回来了。只得从新注册了一个。<br/>补充说明：<br/>Flickr好像不支持中文tags，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>用中文tags传了几十张照片都找不到了。郁闷还得从新传，幸亏它的速度还行。<br/>Flickr支持相片按一定角度和方向调整，所以你不必用photoshop再去费力的去把横向拍摄的照片调整成竖向的。还有更过功能发现中。。。<br/>下面是sinid介绍的一个上传图片的工具，大家分享一下：<br/>1、首先下载一个注册表键值文件，<a target="_blank" href="http://flickr.com/tools/wizard.reg">这里</a>（请用”另存为”保存)。下载完后得到一个wizard.reg文件，双击运行，出现下面的提示，按”是”，完成安装。<br/><img src="http://blog.bsdos.cn/wp-content/uploads/2006/06/114923425954.JPG" border="0" alt=""/><br/><br/>2、进入存放图片的文件夹，在左边的”文件与文件夹任务”栏中，点击”将这个文件发布到web”。<br/><img src="http://blog.bsdos.cn/wp-content/uploads/2006/06/114923428412.jpg" border="0" alt=""/><br/><br/><br/>3、选择你要发布的图片。<br/><img src="http://blog.bsdos.cn/wp-content/uploads/2006/06/114923432242.jpg" border="0" alt=""/><br/><br/><br/>4、选择服务提供商：Flicr。<br/><img src="http://blog.bsdos.cn/wp-content/uploads/2006/06/114923439098.JPG" border="0" alt=""/><br/><br/><br/>5、单击”click&nbsp;here&nbsp;to&nbsp;signin&nbsp;to&nbsp;flickr”，会弹出一个web页，在弹出的web页中单击”OK,I’LL&nbsp;ALLOW&nbsp;IT”按钮，接着出现一组数字，把这组数字复字到Code栏中。<br/><img src="http://blog.bsdos.cn/wp-content/uploads/2006/06/114923437507.jpg" border="0" alt=""/><br/><br/><br/>6、出现配置成功的信息，然后根据提示进行一步一步的操作，直到上传完成。<br/><br/>使用这个方法的好处在于，可以批量的进行图片上传及tag标签操作。<br/><br/><a target="_blank" href="http://www.sinid.com/2006/07/26/256/">工具介绍来源</a>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=33</link>
			<title><![CDATA[发火了！！]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[私人文档]]></category>
			<pubDate>Wed,26 Jul 2006 08:43:13 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=33</guid>	
		<description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;网络真是好东西,就像友情一样，给了别人一份，自己反而会得到更多。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>有时候都不想出家门，外面的世界里人们都活得太不真实。难道让自己活得真实，活得更象自己一些有罪吗？这个社会不倡导单一的价值观，你感觉让一个屠夫天天坐在屋子里看书他会高兴吗？不要再强迫别人做你认为是“应该”的事情，人和人不同，观点看法也不同&nbsp;，价值观也有差异。这样做只会大家变的生疏。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;这两天脾气特别怀，当初暑假就不应该回来。在这个地方留下的只有痛苦的回忆。。。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>想当<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>毕业以后，或者工作或者升本&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是再也不会在家里多待！20年了，以后的生活<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也应该做一些自己喜欢的事情。以前总是考虑别人的想法太多，担心这个不高兴，那个不痛快。最不愿意看见一家人吵架。现在想想，不吵架的结果未必就不吵架来的好。既然不能心平气和的在一起说，那就让它都爆发出来。这样算是另一种方式的讨论，而且更加激烈。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>向往暴风骤雨的生活，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的生活太缺乏激情。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>要为自己的喜好而疯狂的追求，为了灼眼的太阳而呐喊，而了[url＝<a href="http://www.duobi.cn/article.asp?id=162" target="_blank">http://www.duobi.cn/article.asp?id=162</a>]美丽的风景[/url]而陶醉，为了感人的音乐而流泪。别人！？都给<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>一起tmd滚蛋。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>不是另一个你们，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>的生活，你闭嘴！<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;crazy！let&#39;s&nbsp;live&nbsp;crazy!For&nbsp;your&nbsp;love&nbsp;and&nbsp;heat.]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=32</link>
			<title><![CDATA[路易二世的童话城堡]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[其他冬冬]]></category>
			<pubDate>Sat,22 Jul 2006 23:34:49 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=32</guid>	
		<description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新天鹅堡是德国路易二世的梦的世界，一个专属美的世界。他一生孤寂，不是面对政治密谋就是人身攻击。在那个君主权力当道的年代，他不满于自己徒有名衔的身份，试图改变而又不得其所，因而常与内阁中的长老意见相悖。他与著名作曲家瓦格纳的交往因过度挥霍，以及公私不分而遭内阁人士与人民的强烈反对。瓦格纳的最终被迫离开慕尼黑，使路易二世愈加厌恶慕尼黑，而倾心于巴伐利亚山区——一个让他感到快乐与自在的世界。<br/><img src="http://shanxinyuan.com/romotc/attachments/month_0607/42006722233251.jpg" border="0" alt=""/><br/><br/>他的感情生活一片空白：22岁那年，他在举行婚礼的两天前突然宣布解除与巴伐利亚公主苏菲的婚事，此后一生未娶。他自己得不到世人的了解，便躲在自己的世界中，轻易不抛头露面，远行时甚至选择夜行。因为对现实不满，他致力于创造自己的童话世界。&nbsp;&nbsp;<br/>&nbsp;<img src="http://shanxinyuan.com/romotc/attachments/month_0607/a2006722233338.jpg" border="0" alt=""/>　　&nbsp;&nbsp;<br/>　　1869年，就在巴伐利亚南部的天鹅堡遗址上，他勾勒出自己的梦的世界——新天鹅堡。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　新天鹅堡是路易二世一个未完成的梦。1886年6月13日，在医药委员会宣布路易二世患有精神病的5天后，路易与古登医生被人发现死在湖边。当时他只有41岁。路易的死给他的家人留下了1400万马克的债务，也给世人留下了未完的梦（路易二世死后工程随之停止）。直到上世纪六十年代，人们还是将建造新天鹅堡斥为愚蠢行为。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　世事沧桑，如今德国人把路易二世的梦变成了现实，耗费巨资建成的新天鹅堡成为德国旅游业赚钱的大户，德国最热门的旅游景点之一。　&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　远眺新天鹅堡令人有一种梦境般的感觉——高低错落的塔尖在风动的树林中时掩时现，仿佛有人声在浮动。新天鹅堡坐落在群山环抱之中，矗立在石山高原上，背一面清澈透明的湖水，鸟瞰四周缓缓起伏的树林，幽静的自然景色与新天鹅堡梦境般的外貌相互辉映。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　城堡充满了路易二世策划与设计的思想：铺张与绚丽。单是他那张后歌德式的木雕床，14名木匠就花了两年的时间才完成。城堡内不乏以天鹅为主题的装饰。对路易二世而言，天鹅象征着纯洁，于是，从壁画、门的把手到浴盆都可以看到天鹅美丽的身影。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　目前，供参观的室内只有6处，游客无缘目睹那些尚未完工或未动工的部分，而且一处接一处地参观不容缓步，想着偌大的城堡和路易的一生就压缩在这有限的参观时间内，之后就被送出城堡，不觉有些滑稽与遗憾。更何况没有看到旅游册上所拍摄的城堡的画面，心实有不甘（后得知，那个画面只有直升机才拍得到）。也好，梦本该朦胧，留一点缝隙，让梦在里面继续美丽。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　有些东西一旦脱离了梦的世界就无法生存，所以，距离总是美的。&nbsp;&nbsp;<br/>　　&nbsp;&nbsp;<br/>　　每个人都应该有一座自己的城堡，让时间在城堡里不再拥有任何意义；让梦在城堡里自由飞翔<br/><br/><img src="http://shanxinyuan.com/romotc/attachments/month_0607/r200672223343.jpg" border="0" alt=""/><br/><img src="http://shanxinyuan.com/romotc/attachments/month_0607/b2006722233423.jpg" border="0" alt=""/><br/>]]></description>
		</item>
		
			<item>
			<link>http://shanxinyuan.com/romotc/default.asp?id=31</link>
			<title><![CDATA[玉米虫的讨论贴]]></title>
			<author>romotc@gmail.com(rom)</author>
			<category><![CDATA[网事风云]]></category>
			<pubDate>Sat,22 Jul 2006 15:30:33 +0800</pubDate>
			<guid>http://shanxinyuan.com/romotc/default.asp?id=31</guid>	
		<description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;恩&nbsp;终于找到最令<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>满意的一个帖子了。在论坛泡了这么多年。看的最多的就是顶啊。。。。好啊...bs。。。等一些话。总感觉现在的论坛很难有一个很好的交流气氛，包括<a href="http://chinaz.com" target="_blank">chinaz</a>和im286里面的交流气氛也是不能让人满意。今天查域名的时候，误入一个<a target="_blank" href="http://www.eachnic.com">域名交易网站</a>的[url＝<a href="http://www.eachnic.com/club" target="_blank">http://www.eachnic.com/club</a>]论坛[/url]。恩&nbsp;&nbsp;泡了这么多年论坛能看到这个帖子也算心里平衡一点。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;这个帖子中关于域名投资的观点都很有代表性，怀疑。。嘲笑。。。自以为得<a href="http://vrhost.cn" target="_blank">宝</a>。。而别人嘲笑。。。投资得担心。。。还有没有抢到米的懊悔。。。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帖子中间有得朋友得签名和广告<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>也保留了下来，毕竟这也能代表一些玉米虫的特点（决非贬义）<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;对于域名投资，<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>虽然没有象各位一样投入那么多钱&nbsp;但还是深有体会的。记得<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>刚人士域名的时候曾经在万网查过一个自己的创意米：efactory.com&nbsp;解释过来就是电子工厂。隐隐约约的记得当时这个米是没有人注册。但是因为当时还是一个高中生，哪有钱出来买域名。当<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>再查的时候连cn&nbsp;net&nbsp;&nbsp;o&#114;g&nbsp;&nbsp;info&nbsp;biz等后缀的都有人注册拉。太客气了、。。。也许这也是很多玉米虫常说的一句话。<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;域名投资到底有没有他的价值，是不是对资源的一种浪费？这个倒不讨论，存在即使合理。<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>想互联网真的就是一个社会，每个人都有他的自由。在这里可以塑造一个更理想化的自己，同时也应该允许想玉米虫这样的一些人的存在。不废话了。。。下面是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>摘录的这篇帖子,希望能带给大家一些思考&nbsp;一些乐趣。<br/><div class="UBBPanel"><div class="UBBTitle"><img src="http://shanxinyuan.com/romotc/images/quote.gif" style="margin:0px 2px -3px 0px" alt="引用内容"/> 引用内容</div><div class="UBBContent"><br/><strong>跟<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>去流浪:</strong><br/>投资域名三年的体会,拥有过90个，1个没卖出去过<br/>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>是03年8月开始关注域名的，真正“投资域名”也有两年半了，为什么“投资”加引号呢，主要是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>最近才发现，自己其实多半是在收藏域名，而不是“投资－买买”。<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;这三年来差不多一共花了12000元人民币在域名上吧，前前后后也注册了近90个域名，扔掉了不少，还剩下70来个，却没有卖出去一个！是没机会吗？不是，也不断有人电话问问的，但<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>好像潜意识的就拒绝了，后来想想还真有些后悔，比如一个域名曾有人要25万（他后来亲口说的）人民币买的，结果他问的是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>最喜欢的，于是<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>没等他报价就拒绝了，后来他告诉<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>后<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>真有些后悔……正缺钱买房结婚啊～～～<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;唉，现在呢，还是关注域名，也注册一些，但并没有真正去宣传和去卖，不知道为什么，即便还天天来这个论坛……要不，向红蜘蛛学习，当域名收藏家算了，呵呵，毕竟三年了还没有卖过一个：（<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;be&nbsp;&nbsp;o&#114;&nbsp;&nbsp;&nbsp;not&nbsp;&nbsp;to&nbsp;&nbsp;be&nbsp;&nbsp;,&nbsp;&nbsp;it&nbsp;&nbsp;is&nbsp;&nbsp;a&nbsp;&nbsp;question<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;现在就把<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>绝大部分域名列一些，请前辈们批评指点，最好能说说哪些应该保留，哪些尽快出售，哪些扔掉算了，呵呵，也算对<a href="http://shanxinyuan.com/romotc" target="_blank">我</a>这三年域名爱好的一点肯定和支持吧，谢谢各位啊～<br/><br/>&nbsp;<br/><br/>一、中国类的<br/><br/>www.chinaore.com&nbsp;中国矿产<br/>www.chinapin.com&nbsp;中国钉子，中国个人身份证<br/>www.chinahdi.com&nbsp;&nbsp;HDI指数<br/>www.chinaims.com&nbsp;&nbsp;&nbsp;IMS的<br/>www.chinangn.info&nbsp;&nbsp;&nbsp;下一代网络<br/>www.chinagnh.com&nbsp;&nbsp;&nbsp;GNH指数<br/>www.cnlib.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;数据库<br/><br/><br/>二、姐妹域名<br/><br/>www.imsky.com<br/>www.imsky.net<br/><br/>www.sosgo.com<br/>www.sosgo.net<br/><br/>www.sheclub.com&nbsp;&nbsp;&nbsp;女性俱乐部&nbsp;？健身？成人？&nbsp;&nbsp;S.H.E俱乐部，她们还能红多久？<br/>www.sheclub.net<br/><br/>www.aniwow.com.cn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;中国&nbsp;(&nbsp;北京&nbsp;)&nbsp;国际大学生动画节<br/>www.aniwow.cn<br/><br/>www.fusionfood.com.cn&nbsp;&nbsp;&nbsp;融合美食<br/>www.fusionfood.cn&nbsp;<br/><br/>www.taxpal.com.cn&nbsp;&nbsp;&nbsp;税<a href="http://vrhost.cn" target="_blank">宝</a><br/>www.taxpal.cn<br/><br/>www.tansuo.net&nbsp;&nbsp;&nbsp;探索、探搜<br/>www.tansou.net<br/><br/>三、英文类<br/><br/>www.cognitive-science.info&nbsp;认知科学<br/>www.paycn.com.cn&nbsp;支付<br/>www.binbin.info&nbsp;彬彬<br/>www.beansmile.com&nbsp;&nbsp;微笑的豆子：）<br/><br/>www.alamart.cn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;新疆爱维玛特生物科技有限公司<br/>www.officeV.com&nbsp;办公V，office5<br/>www.creditV.com&nbsp;信用V<br/>www.fundV.com&nbsp;胜利基金<br/>www.snser.com&nbsp;&nbsp;&nbsp;&nbsp;SNS者<br/><br/>www.godcry.com&nbsp;哭泣的上帝<br/>www.godbug.net&nbsp;&nbsp;<br/>www.anyVR.com&nbsp;虚拟现实<br/>www.fadsky.com&nbsp;时尚天空<br/>www.neshow.com&nbsp;Ne展<br/>www.farbiz.com&nbsp;