<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>我的亿家</title>
    <link>http://www.22vs.com/</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 我的亿家</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Thu, 04 Dec 2008 07:10:33 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>香蕉皮，七个意想不到的用途</title>
    <description><![CDATA[一、巧使皮肤滋润光滑　　面部是干性皮肤的人，可用香蕉皮内侧贴在脸上(皮的内侧朝脸皮的一面)，晾10分钟左右，再用清水洗净。
　　二、巧擦皮沙发
　　皮沙发或皮椅子，使用期很长，平时就应该注意清洁与保养工作，否则时间久了要清理就不那么容易了。这里有一个擦皮沙发的小窍门;吃完香蕉以后，顺手用香蕉皮的内侧摩擦沙发的皮面，就能消除污垢，保持皮沙发的清洁。
　　三、巧擦皮鞋
　　用香蕉皮擦皮鞋，可使]]></description>
      <link>http://www.22vs.com/showtopic-744.aspx</link>
      <category>健康生活</category>
      <author>秋千</author>
      <pubDate>Mon, 03 Nov 2008 08:57:00 GMT</pubDate>
    </item>
    <item>
      <title>HTML语法大全</title>
    <description><![CDATA[卷标 , 属性名称 , 简介 
&amp;lt;! - - ... - -&amp;gt; 批注 
&amp;lt;!&amp;gt; 跑马灯 
&amp;lt;marquee&amp;gt;...&amp;lt;/marquee&amp;gt;普通卷动 
&amp;lt;marquee behavior=slide&amp;gt;...&amp;lt;/marquee&amp;gt;滑动 
&amp;lt;marquee behavior=scroll&amp;gt;...&amp;lt;/marque]]></description>
      <link>http://www.22vs.com/showtopic-743.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:06:00 GMT</pubDate>
    </item>
    <item>
      <title>在保存前弹出一个“确定与否”的窗口，如是，则保存，如否则不保存？</title>
    <description><![CDATA[protected void Page_Load(object sender, EventArgs e)
    {
        if (!this.IsPostBack)
        {
            btnSave.Attributes.Add(&amp;quot;onclick&amp;quot;, &amp;quot;javascript:confirm(&amp;quot;确定保存&amp;q......]]></description>
      <link>http://www.22vs.com/showtopic-742.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:04:00 GMT</pubDate>
    </item>
    <item>
      <title>用javascript 实现回车登陆</title>
    <description><![CDATA[function document.onkeydown()
    {
     if(event.keyCode==13)
        {
                document.getElementById(&amp;quot;Button1&amp;quot;).click(); 
                return false;     
        }
    ......]]></description>
      <link>http://www.22vs.com/showtopic-741.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:04:00 GMT</pubDate>
    </item>
    <item>
      <title>弹出提示框</title>
    <description><![CDATA[Response.Write(&amp;quot;&amp;lt;script language='javascript'&amp;gt;alert('你上传的图片格式有错误！')&amp;lt;/script&amp;gt;&amp;quot;);
Response.Write(&amp;quot;javascript:alert('hahahah!')&amp;quot;);   
    
或： 
    
  &amp;lt;control   na]]></description>
      <link>http://www.22vs.com/showtopic-740.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:02:00 GMT</pubDate>
    </item>
    <item>
      <title>其它常用JS</title>
    <description><![CDATA[其它常用JS
1.  将彻底屏蔽鼠标右键
&amp;lt;table border oncontextmenu=return(false)&amp;gt;&amp;lt;td&amp;gt;no&amp;lt;/table&amp;gt; 可用于Table
2. &amp;lt;body &amp;gt; 取消选取、防止复制
3.  不准粘贴
4.   防止复制
5. &amp;lt;link rel=&amp;quot;Shortcut Icon&amp;quot; h]]></description>
      <link>http://www.22vs.com/showtopic-739.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:01:00 GMT</pubDate>
    </item>
    <item>
      <title>window.open的参数说明控制谈出可以定植大小的窗口</title>
    <description><![CDATA[&amp;lt;SCRIPT LANGUAGE=&amp;quot;javascript&amp;quot;&amp;gt; 
&amp;lt;!-- 
window.open ('page.html', 'newwindow', '100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no,resizable=no,location=no, status]]></description>
      <link>http://www.22vs.com/showtopic-738.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:01:00 GMT</pubDate>
    </item>
    <item>
      <title>window.open打开新窗口，不被拦截的方法</title>
    <description><![CDATA[某页面中button按钮事件写代码如下：
string Str1=&amp;quot;http://www.sohu.com&amp;quot;;
Response.Write(&amp;quot;&amp;lt;script&amp;gt;window.open('&amp;quot; + Str1 + &amp;quot;','_blank');window.showModalDialog('close.htm');......]]></description>
      <link>http://www.22vs.com/showtopic-737.aspx</link>
      <category>JS程序</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 09:00:00 GMT</pubDate>
    </item>
    <item>
      <title>检测客户端显示器分辨率、浏览器类型和客户端IP</title>
    <description><![CDATA[ClientPeek.aspx
&amp;lt;%@ Page language=&amp;quot;vb&amp;quot; EnableViewState=&amp;quot;false&amp;quot; Codebehind=&amp;quot;ClientPeek.aspx.vb&amp;quot;
AutoEventWireup=&amp;quot;false&amp;quot; Inherits=&amp;quot;aspxWeb.ClientPeek&amp;qu]]></description>
      <link>http://www.22vs.com/showtopic-736.aspx</link>
      <category>c#</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 08:55:00 GMT</pubDate>
    </item>
    <item>
      <title>自己写的链接数据库的类</title>
    <description><![CDATA[public partial class sqlHelper
{ 

public static readonly string CONN_STRING = ConfigurationSettings.AppSettings;


public static SqlDataReader RetrieveRowsWithDataReader(string strsql)

{
  ......]]></description>
      <link>http://www.22vs.com/showtopic-735.aspx</link>
      <category>c#</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 08:53:00 GMT</pubDate>
    </item>
    <item>
      <title>平时在做ASP.NET项目里经常使用的一些函数和方法</title>
    <description><![CDATA[Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.HtmlControls
Imports System.Web.UI.WebControls
Namespace Webs
    Public Class WebUtils
        Private Shared m_sScriptPath As Str]]></description>
      <link>http://www.22vs.com/showtopic-734.aspx</link>
      <category>c#</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 08:52:00 GMT</pubDate>
    </item>
    <item>
      <title>C#实现更改IP功能源码</title>
    <description><![CDATA[using System;using System.Management;
public class ChangeIP{


    private ManagementBaseObject iObj = null;    private ManagementBaseObject oObj = null;    private ManagementClass mc = new Manage......]]></description>
      <link>http://www.22vs.com/showtopic-733.aspx</link>
      <category>c#</category>
      <author>mynet</author>
      <pubDate>Fri, 31 Oct 2008 08:47:00 GMT</pubDate>
    </item>
    <item>
      <title>每日精典菜----鱼香肉丝</title>
    <description><![CDATA[主料：瘦猪肉
配料：胡萝卜丝、青椒丝、黑木耳丝
调料：酱油、醋、糖、葱花、姜末、蒜末、泡红辣椒末（四川泡菜的那种）、料酒、鸡粉、盐、调水淀粉。

作法： 
1.猪肉切丝，葱、姜、蒜、辣椒剁碎。
2.肉丝用盐、料酒拌匀，并用调水淀粉拌和。
3.锅底放少许油，凉油下锅放泡红辣椒末、葱、姜、蒜，用小火煸香煸红，再加醋、糖、料酒、鸡粉、汤  （或清水）调成汁。 
4.起油锅，将肉丝倒入翻炒]]></description>
      <link>http://www.22vs.com/showtopic-732.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 10:02:00 GMT</pubDate>
    </item>
    <item>
      <title>每日精典菜----宝宝吃不腻的蛋奶虾球</title>
    <description><![CDATA[主料： 明虾 半斤       牛奶 一袋 200克
辅料： 鸡蛋清 4个
调料： 盐 、 湿淀粉 
1.明虾去头、剥壳、留尾，背上批一刀，剔去沙线，. 洗净的明虾加入精盐、少许鸡蛋清、湿淀粉抓捏上劲待用；
2.调蛋奶液。另取碗1 只，放鸡蛋清4个，用筷子轻轻划散，撇去泡沫，缓缓冲入牛奶，  边冲边搅，加入精盐、湿淀粉一小汤匙；
3.炒蛋奶。平锅１只，置火上，加油适量，将牛奶沿锅四围倒入]]></description>
      <link>http://www.22vs.com/showtopic-731.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 09:59:00 GMT</pubDate>
    </item>
    <item>
      <title>每日精典菜----清炒猪血</title>
    <description><![CDATA[猪血可以解毒又可补血，长期使用电脑者及贫血而面色苍白者可以多吃，是排毒养颜的理想食物，孕妇及产妇应多吃。每
周最好吃1-2次。

主料：银祥猪血一盒
辅料：葱姜、红椒粒
调料：蚝油、鸡粉、料酒
作法：
1、猪血切成厚度为3MM的片。
2、葱姜、红椒切成粒
3、锅里放水烧开，放猪血片，待水再次开后关火，捞出猪血，用清水清洗，沥干水分待用。此环节是为了更好地去除腥味，并且使猪血片成型]]></description>
      <link>http://www.22vs.com/showtopic-730.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 09:58:00 GMT</pubDate>
    </item>
    <item>
      <title>每日精典菜---糖醋小排骨</title>
    <description><![CDATA[主料：净排骨（即去两头的直排，这样装盘漂亮）

调料：葱、姜、盐、鸡粉、料酒、糖（最好是冰糖）、醋、酱油、香油、熟芝麻

制作：
1）切洗排骨。将小排骨切成1.5公分长的块状，用水清洗，再浸泡五分钟去掉血污，反复这样三次，血污去净后，可以捞出控干水份。

2）煮排骨。锅里放水加上葱姜+料酒+盐，将排骨入水中煮4-5分钟，撇去浮沫，捞出控干水份, 水份要控干些。（此环节的目的是：将排骨]]></description>
      <link>http://www.22vs.com/showtopic-729.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 09:56:00 GMT</pubDate>
    </item>
    <item>
      <title>医生说八种水不能喝</title>
    <description><![CDATA[1.  生水：生水指没有烧开的水，如自来水、井水、湖水、河水等，因为生水中有很多对人体有害的细菌和寄生虫等。

2.  未煮开的水：自来水经过氯化消毒，其中可分离也卤化烃、氯仿等物质，具有致癌、致畸作用。当水温升至90℃，卤化烃的含量是原来的三倍，超过国家饮水标准两倍，当温度升高到100℃时，氯化烃会随着蒸发而大大减少，如果能继续煮沸2分钟就更好了。

3.  重新煮开的水：有人把热水瓶里]]></description>
      <link>http://www.22vs.com/showtopic-728.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 09:54:00 GMT</pubDate>
    </item>
    <item>
      <title>健康第一饮──绿茶</title>
    <description><![CDATA[　健康第一饮──绿茶 　　
       * 每100克绿茶中就含有280毫克维生素C，是红茶的5～6倍。所有种类的茶叶中，绿茶的维生素C含量最高。 
　　* 绿茶出没的地方，就没有癌细胞。 
　　* 绿茶还能减少脂肪细胞堆积，达到减肥功效。 
　　* 绿茶中富含类黄酮，其可减少血小板过度聚集，可防范脑血栓等。常饮绿茶者发生脑中风的风险比不饮者低73%。 
　　* 饮茶最好以80～85 ]]></description>
      <link>http://www.22vs.com/showtopic-727.aspx</link>
      <category>吃喝玩乐</category>
      <author>yanmei</author>
      <pubDate>Thu, 30 Oct 2008 09:52:00 GMT</pubDate>
    </item>
    <item>
      <title>海量数据库的查询优化及分页算法方案</title>
    <description><![CDATA[在以下的文章中，我将以“办公自动化”系统为例，探讨如何在有着1000万条数据的MS SQL SERVER数据库中实现快速的数据提取和数据分页。以下代码说明了我们实例中数据库的“红头文件”一表的部分数据结构：

CREATE TABLE . (    --TGongwen是红头文件表名

     IDENTITY (1, 1) NOT NULL ,
--本表的id号，也是主键

  ]]></description>
      <link>http://www.22vs.com/showtopic-726.aspx</link>
      <category>SQL数据库</category>
      <author>mynet</author>
      <pubDate>Sun, 05 Oct 2008 10:59:00 GMT</pubDate>
    </item>
    <item>
      <title>关于多极分类的几个存储过程</title>
    <description><![CDATA[--获得某一分类下的所有子分类 
1CREATE PROCEDURE sp_Market_News_Type_GetChildType
2    @pTypeID int
3AS
4    DECLARE @RecCount int
5    DECLARE @AllTable table( OID int )
6    DECLARE @ChildTable table( OID i]]></description>
      <link>http://www.22vs.com/showtopic-725.aspx</link>
      <category>SQL数据库</category>
      <author>mynet</author>
      <pubDate>Sun, 05 Oct 2008 10:55:00 GMT</pubDate>
    </item>
  </channel>
</rss>