<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[Winst.yue's Life~]]></title> 
    <link>http://www.winsteps.net/</link> 
    <description><![CDATA[思想空洞、内容空白的非主流日志]]></description> 
    <language>en</language> 
    <copyright><![CDATA[Copyright 2008, Winst.yue's Life~]]></copyright> 
    <webMaster><![CDATA[winsteps@gmail.com (winst.yue)]]></webMaster> 
    <generator>LBS v2.0.304</generator> 
    <pubDate>Thu, 20 Nov 2008 06:06:45 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[如何为Windows Server重启IIS]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=100]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Wed, 12 Nov 2008 11:29:28 +0800</pubDate> 
      <description><![CDATA[<div class="quote"><div class="quote-title">Quote <u></u></div><div class="quote-content">可以调用cmd来执行（要有足够权限）批处理<br /><br />停止<br />net stop iisadmin /y<br />//会自动停止www、ftp和smtp服务<br /><br />net stop mssqlserver<br /><br />启动<br />net start iisadmin<br />net start W3SVC<br />net start MSFtpsvc<br /><br />net start mssqlserver </div></div>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=100]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[关于正则与Mysql]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=99]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Sat, 01 Nov 2008 21:13:23 +0800</pubDate> 
      <description><![CDATA[题目是乎整大了,其实是最近在玩的内容,笔记一下.<br /><br />正则替换:<div class="code">&lt;li&gt;&lt;span&gt;([^&lt;]*)&lt;/span&gt;&lt;img alt=&quot;&quot;</div>为<div class="code">&lt;li&gt;&lt;span&gt;$1&lt;/span&gt;&lt;img alt=&quot;$1&quot;</div>关于Mysql中的字符连接函数CONCAT<div class="code">UPDATE `dede_addonwallpaper`,`dede_wallpaper` SET `dede_addonwallpaper`.`body`=REPLACE(`dede_addonwallpaper`.`body`,&#39;alt=&quot;&quot;&#39;,concat(&#39;alt=&quot;&#39;,`dede_wallpaper`.`title`,&#39;&quot;&#39;)) WHERE `dede_addonwallpaper`.`aid`=`dede_wallpaper`.`ID`</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=99]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[谷歌浏览器Chrome第一时间下载试用]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=98]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Wed, 03 Sep 2008 08:50:26 +0800</pubDate> 
      <description><![CDATA[上班第一件习惯性地用FF打开<a href="http://www.google.com" title="http://www.google.com" target="_blank">google in English</a>,搜索框下赫然写着“<a href="http://www.google.com/chrome/" title="http://www.google.com/chrome/" target="_blank">New! Download Chrome (BETA)</a>”，又有好东东，于是下意识地点击过去。<div style="width: 100%;overflow-x : auto;"><a href="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" target="_blank"><img src="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" alt="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" /></a></div><br /><br />代号为Chrome(铬)的谷歌浏览器开始提供beta版下载了，几天前一份&quot;谷歌浏览器设计手稿&quot;的原型文件在网上流行，大家都在猜测谷歌可能要做浏览器了，不过谷歌又让人们惊喜了一下。<br /><br />下载了一很小的安装引导包(云计算时代,估计以后都会采用这种下载方式)，开始了安装，非常简洁的一个进度条告诉你安装进程。]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=98]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[Ajax乱码及Jquery传参乱码解决方法]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=97]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Thu, 21 Aug 2008 08:31:17 +0800</pubDate> 
      <description><![CDATA[Ajax技术是一种很流行，并且也很容易使用的技术，但是我们经常会遇到一个问题就是ajax中文乱码问题。<br /><br />在我们使用ajax返回参数时经常会发现前台显示的是一堆乱码，而产生乱码的主要原因有：<br /><br />(1) xtmlhttp 返回的数据默认的字符编码是“utf-8”，如果前台页面是“gb2312”或者其它编码数据就会产生乱码<br /><br />(2) post 方法提交数据默认的字符编码是“utf-8”，如果后台是“gb2312”或其他编码数据就会产生乱码<br /><br />解决的办法就是在送出的流里面加一个HEADER，指明送出的是什么编码流，这样XMLHTTP就不会乱搞了。<br /><div class="code">PHP:header(&#39;Content-Type:text/html;charset=GB2312&#39;);<br />ASP:Response.Charset(&quot;GB2312&quot;)<br />JSP:response.setHeader(&quot;Charset&quot;,&quot;GB2312&quot;);</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=97]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[页面技术中的小技巧集汇]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=96]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Sun, 17 Aug 2008 17:16:51 +0800</pubDate> 
      <description><![CDATA[不要小瞧了这些小技巧哦，当然如果你不是页面仔的话另当别论。<br /><br /><b>1.网页中定义选定部分内容的样式</b><br /><br />网页中按住鼠标拖着选定内容，被选中部分一般都是的蓝底白字，这取决于windows主题与配色。<br /><br />在实际应用中，定义选定部分内容样式显得非常酷！<br /><div class="code">::-moz-selection {background-color: #d04;color:#fff}</div><br />是的，通过CSS就可以实现！只限于Mozilla系浏览器如firefox……<br /><br /><b>2.在网页中禁用右键和选定</b><br /><br />你知道，有时候你需要满足某些客户的变态要求……<br /><div class="code">&lt;body  oncontextmenu=&quot;self.event.returnValue=false&quot; onselectstart=&quot;return false&quot;&gt;</div><br /><b>3.随滚动条浮动的js效果代码</b>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=96]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[分享jQuery的几段应用代码]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=95]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Sat, 16 Aug 2008 17:36:43 +0800</pubDate> 
      <description><![CDATA[很长时间没搞jQuery了，官方的版本都更新到2.1.6了，已经忘得差不多了，正好重新开始学哈。<br /><br />分享几段关于jQuery应用的代码，希望大家也能用上。<br /><br /><b>1.表格操作(隔行变色、鼠标触发行变色)</b>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=95]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[令我疑惑的cms之路]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=94]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Thu, 24 Jul 2008 12:29:01 +0800</pubDate> 
      <description><![CDATA[03年开始建站，5年了，也算个老司机了……<br /><br />从自己coding建站，到知道cms并了解开源，我曾经认为自己找到了一个前途光明的方向，借助开源力量，我可以快速地实现自己的想法规划出产品，至少在建站效率上应该是涣然一新的，我甚至认为安全性与性能都可以得到很好的保证，但现在我却开始郁闷了，细数自己的cms之路，正所谓，万花丛中过，片叶不沾身……<br /><br /><b>破废墟修改版dlog</b><br /><br />那个时候木子美让我知道了博客这一名词，虽然当时并没有深入地认识博客的概念，但还是装模作样地用poorfish公开的dlog架了一个自己的blog,并且装模作样地写了几篇blog……<br /><br />虽然是个blog程序，但已经有cms的雏形，当然当时cms这个名词还听得很少，如是你问我的第一个cms是什么，就是它，Poorfish的dlog。<br /><br />dlog现在已经消失了，众多的注入漏洞使开发者疲于应付，停止更新后我基本上没关注了]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=94]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[G-Fox 火狐中国形象]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=93]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Wed, 23 Jul 2008 11:09:01 +0800</pubDate> 
      <description><![CDATA[<div style="width: 100%;overflow-x : auto;"><a href="http://www.winsteps.net/uploads/200807/23_111509_2.jpg" target="_blank"><img src="http://www.winsteps.net/uploads/200807/23_111509_2.jpg" alt="http://www.winsteps.net/uploads/200807/23_111509_2.jpg" /></a></div><br /><a href="http://blog.mozilla.com/chinacommunity/files/2008/07/2.jpg" title="http://blog.mozilla.com/chinacommunity/files/2008/07/2.jpg" target="_blank">原图地址</a><br /><br />谋智网络董事长兼CEO宫力博士介绍说：“G-Fox的推出正值谋智网络成立1周年，也是谋智网络为中国用户送上的一份礼物。G-Fox的创意源于Mozilla社区Firefox3.0的T-shirt设计大赛，是中国火狐社区力量的结晶。G-Fox形象让我们的火狐浏览器更加生动，也让我们的社区设计有了参考的范本。相信今后会有更多用户加入到开源大军，来为火狐献计献策。我和我们的团队对火狐浏览器在中国的发展充满信心！”<br /><br />据了解，谋智网络成立1年来，Firefox在中国区的市场占有率已经获得了3倍的提升，达到目前浏览器市场总份额的3%，中国每月覆盖用户量达到1800万，每天大约有500万用户使用Firefox。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=93]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[&quot;囧&quot;字怎么打?]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=92]]></link> 
      <category><![CDATA[others]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Wed, 23 Jul 2008 09:14:08 +0800</pubDate> 
      <description><![CDATA[囧字原来是这样打的<ul class="ubb-list" ><li>按住ALT不撒手</li><li>记住是小键盘输入34789后</li><li>松ALT键再松开手</li></ul>原义：光明，同&quot;炯&quot;<br /><br />在网络文化中，它的内小“八”字视为眉眼，“口”视为嘴。它的内涵就是：<ul class="ubb-list" ><li>作为头。表达沉重的思想</li><li>作为脸。表达浪漫与激情。而在失意体前屈文化中，它的作用是前者</li><li>也常常表示郁闷的表情</li><li>也常用来形容一个人变态猥琐（囧这个字的表情）</li></ul>]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=92]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[给window2003添加随机启动服务]]></title> 
      <link><![CDATA[http://www.winsteps.net/article.asp?id=91]]></link> 
      <category><![CDATA[About I.T.]]></category> 
      <author><![CDATA[winsteps <null@null.com>]]></author> 
      <pubDate>Sun, 06 Jul 2008 17:47:57 +0800</pubDate> 
      <description><![CDATA[前段时间服务器换硬盘了，重装了所有的服务。给win2003 server添加随机启动服务的详细操作如下：<ul class="ubb-list" ><li>开始-&gt;运行-&gt;输入“cmd&quot;</li><li>切换到mysql安装目录下，如d:\host\mysql5\bin 查看启动程序的可执行文件 mysqld-nt.exe</li><li>输入mysqld-nt --install，回车。</li><li>系统提示 Service successfully installed.即可</li><li>打开[控制面板-管理工具-服务] ，.查看服务 &quot;MySql &quot;的启动类型，自动即为随机启动</li></ul>ps.移除服务命令为mysqld-nt --remove]]></description>
      <wfw:commentRss><![CDATA[http://www.winsteps.net/feed.asp?q=comment&id=91]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
