<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_老鼠爱大米</title><subtitle type="text">想飞的老鼠---&gt;(死亡-&gt;复活-&gt;死亡-&gt;复活)---&gt;(人称死不了)</subtitle><id>http://feed.cnblogs.com/blog/u/14504/rss</id><updated>2011-07-11T02:56:26Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14504/rss"/><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/06/10/422499.html</id><title type="text">面试时英语自我介绍范文</title><summary type="text">英语自我介绍资料及范文英语面试一般包括三轮chie介绍说，第一轮面试一般由公司人力资源部的人员担任考官，他们会从你的个人简历出发，询问一些有关个人的问题，比如请你用英语做一个自我介绍。有些公司也会有一部分英语笔试，主要考查应聘者基本的语言运用能力。第二轮面试则由部门主管经理出面，这时候有关业务方面的问题成了面试的重点，所以英语面试也从个人情况转向了专业领域。比如应聘市场部，则应聘者通常会被...</summary><published>2006-06-10T07:18:00Z</published><updated>2006-06-10T07:18:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/10/422499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/10/422499.html"/><content type="text">英语自我介绍资料及范文英语面试一般包括三轮chie介绍说，第一轮面试一般由公司人力资源部的人员担任考官，他们会从你的个人简历出发，询问一些有关个人的问题，比如请你用英语做一个自我介绍。有些公司也会有一部分英语笔试，主要考查应聘者基本的语言运用能力。第二轮面试则由部门主管经理出面，这时候有关业务方面的问题成了面试的重点，所以英语面试也从个人情况转向了专业领域。比如应聘市场部，则应聘者通常会被...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415048.html</id><title type="text">判斷一天是否是年月中正確的日</title><summary type="text">//判斷一天是否是年月中正確的日function IsDayRight(text,columnname){ if(document.all[text].value=="") { doFlag_errObj(text,true); return true; } if(document.all[text].value.length==1) { if(document.all[text].value=...</summary><published>2006-06-01T08:58:00Z</published><updated>2006-06-01T08:58:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415048.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415048.html"/><content type="text">//判斷一天是否是年月中正確的日function IsDayRight(text,columnname){ if(document.all[text].value=="") { doFlag_errObj(text,true); return true; } if(document.all[text].value.length==1) { if(document.all[text].value=...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415041.html</id><title type="text">Javascript中parseInt的一個問題</title><summary type="text">今天無意中發現了一個問題：用語句parseInt(document.all[text].value);取得一個欄位的值時，如果輸入的是 01，02 等時取得的都是正確的值 1 和 2，但是輸入的是 08和 09時 取得的值卻是 0，不知道是爲什麽。我只好採用了判斷第一位是不是0來截取值的方法才得到正確的值：（其他值都正確） if(document.all[text].value.charAt(0)...</summary><published>2006-06-01T08:49:00Z</published><updated>2006-06-01T08:49:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415041.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/06/01/415041.html"/><content type="text">今天無意中發現了一個問題：用語句parseInt(document.all[text].value);取得一個欄位的值時，如果輸入的是 01，02 等時取得的都是正確的值 1 和 2，但是輸入的是 08和 09時 取得的值卻是 0，不知道是爲什麽。我只好採用了判斷第一位是不是0來截取值的方法才得到正確的值：（其他值都正確） if(document.all[text].value.charAt(0)...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/03/29/361814.html</id><title type="text">NUMERIC(3,1) 的含義</title><summary type="text">NUMERIC(3,1) 表示 數字 的縂位數是 3，整數位是 2，小數位是 1，拉畫面時設置 MaxLength為 4。</summary><published>2006-03-29T07:22:00Z</published><updated>2006-03-29T07:22:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/03/29/361814.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/03/29/361814.html"/><content type="text">NUMERIC(3,1) 表示 數字 的縂位數是 3，整數位是 2，小數位是 1，拉畫面時設置 MaxLength為 4。</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/03/14/350133.html</id><title type="text">在 google 里找书下载的捷径</title><summary type="text">比如书名里的关键字是 java structures 书的格式是pdf输入:inurl:java+structures filetype：pdf按搜索，就可以找到．使用Google查找ITPUB的书的方法 虽然看到有人说这里有"搜索"按钮, 可我楞是没看到过. 郁闷之余只好上Google. 发现一个好方法可以找到更多书, 就是用"..." site:www.itpub.net来查找. 其中用书...</summary><published>2006-03-14T13:16:00Z</published><updated>2006-03-14T13:16:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/03/14/350133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/03/14/350133.html"/><content type="text">比如书名里的关键字是 java structures 书的格式是pdf输入:inurl:java+structures filetype：pdf按搜索，就可以找到．使用Google查找ITPUB的书的方法 虽然看到有人说这里有"搜索"按钮, 可我楞是没看到过. 郁闷之余只好上Google. 发现一个好方法可以找到更多书, 就是用"..." site:www.itpub.net来查找. 其中用书...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/01/13/316517.html</id><title type="text">使用asp.net发送邮件详解 </title><summary type="text">在这篇文章里讲解使用 ASP.NET发送电子邮件，包括选择电子邮件格式, 优先权, 附件和电子邮件内码。现在让我们逐步探索使用ASP.NET发送电子邮件。我们将使用VB来说明例子, 但是我们最后的代码包括VB 和C # 。Step1: 包括命名空间 System.Web.Util 命名空间在ASP.NET 里。这命名空间包含送电子邮件的所有必要对象。对象是: 对象 总结 SmtpMail 代表邮件...</summary><published>2006-01-13T01:50:00Z</published><updated>2006-01-13T01:50:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/13/316517.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/13/316517.html"/><content type="text">在这篇文章里讲解使用 ASP.NET发送电子邮件，包括选择电子邮件格式, 优先权, 附件和电子邮件内码。现在让我们逐步探索使用ASP.NET发送电子邮件。我们将使用VB来说明例子, 但是我们最后的代码包括VB 和C # 。Step1: 包括命名空间 System.Web.Util 命名空间在ASP.NET 里。这命名空间包含送电子邮件的所有必要对象。对象是: 对象 总结 SmtpMail 代表邮件...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316299.html</id><title type="text">創建用戶控件</title><summary type="text">用戶控件&lt;%@ControlClassName="Hello"%&gt;&lt;scriptlanguage="vb"runat="server"&gt;Private_nameAsStringPublicPropertyNameAsStringGetReturn_nameEndGetSet_name=ValueEndSetEndPropertyPublicSubSayHello()Labe...</summary><published>2006-01-12T13:38:00Z</published><updated>2006-01-12T13:38:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316299.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316299.html"/><content type="text">用戶控件&lt;%@ControlClassName="Hello"%&gt;&lt;scriptlanguage="vb"runat="server"&gt;Private_nameAsStringPublicPropertyNameAsStringGetReturn_nameEndGetSet_name=ValueEndSetEndPropertyPublicSubSayHello()Labe...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316275.html</id><title type="text">SQL密码</title><summary type="text">如果安装了MSDE，要确保sa帐户的密码不为空。1.在安装了MSDE的计算机上，打开命令提示符。2.输入下面的命令，通过使用osql命令行工具，可连接到由QuickStart示例安装的名为 \NetSDK 的MSDE实例。 osql -S(local)\NetSDK -U sa -P3.如果连接成功，可以看到以下的提示（如果登陆失败，将得到一个失败消息）： 1〉4.如果登陆成功，输入下面的命令修改...</summary><published>2006-01-12T12:33:00Z</published><updated>2006-01-12T12:33:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316275.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2006/01/12/316275.html"/><content type="text">如果安装了MSDE，要确保sa帐户的密码不为空。1.在安装了MSDE的计算机上，打开命令提示符。2.输入下面的命令，通过使用osql命令行工具，可连接到由QuickStart示例安装的名为 \NetSDK 的MSDE实例。 osql -S(local)\NetSDK -U sa -P3.如果连接成功，可以看到以下的提示（如果登陆失败，将得到一个失败消息）： 1〉4.如果登陆成功，输入下面的命令修改...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2005/12/31/309019.html</id><title type="text">不斷提醒</title><summary type="text">using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsApplication2{/// &lt;summary&gt;/// Form2 的摘要描述。/// &lt;/summary&gt;p...</summary><published>2005-12-31T08:26:00Z</published><updated>2005-12-31T08:26:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2005/12/31/309019.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2005/12/31/309019.html"/><content type="text">using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsApplication2{/// &lt;summary&gt;/// Form2 的摘要描述。/// &lt;/summary&gt;p...</content></entry><entry><id>http://www.cnblogs.com/Flyingmouse/archive/2005/12/29/307346.html</id><title type="text">datagrid用xml作为数据源，并且有更新，删除和排序的操作（VB）</title><summary type="text">&lt;%@ Import Namespace="System.IO" %&gt;&lt;%@ Import Namespace="System.Data" %&gt;&lt;html&gt;&lt;script language="VB" runat="server"&gt;Sub Page_Load(Src As Object, E As EventArgs) If Not (IsPostBa...</summary><published>2005-12-29T05:29:00Z</published><updated>2005-12-29T05:29:00Z</updated><author><name>飞鼠</name><uri>http://www.cnblogs.com/Flyingmouse/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Flyingmouse/archive/2005/12/29/307346.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Flyingmouse/archive/2005/12/29/307346.html"/><content type="text">&lt;%@ Import Namespace="System.IO" %&gt;&lt;%@ Import Namespace="System.Data" %&gt;&lt;html&gt;&lt;script language="VB" runat="server"&gt;Sub Page_Load(Src As Object, E As EventArgs) If Not (IsPostBa...</content></entry></feed>
