<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_nhtoby</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/26304/rss</id><updated>2008-08-11T08:13:10Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26304/rss"/><entry><id>http://www.cnblogs.com/nhtoby/archive/2008/08/11/1265319.html</id><title type="text">绝对说服的技巧</title><summary type="text">绝对说服的技巧 在日常生活中你要别人帮助你，要别人心甘情愿的为你做事情，要别人买你的产品，要改变别人对一事物的看法，要解除别人的抗拒点，要领导你的团队等等都需要有非常强的说服力和说服技巧，每个人都有自己的思想和观点，那为什么要听你的呢？因为你说的很有道理，而且有思想别人无法抗拒你，那如何证明你说的是对的呢？你需要去证明它，要有事实别人才能相信你，要做到绝对的说服真不是件容易的事情，那是否一定就这么...</summary><published>2008-08-11T08:13:00Z</published><updated>2008-08-11T08:13:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2008/08/11/1265319.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2008/08/11/1265319.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2008/07/24/1250661.html</id><title type="text">中毒后任务管理器打不开，原来是禁用了，可用以下方法取消</title><summary type="text">reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe" /f</summary><published>2008-07-24T08:41:00Z</published><updated>2008-07-24T08:41:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2008/07/24/1250661.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2008/07/24/1250661.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2008/03/07/1094804.html</id><title type="text">自定义WebPart个性化配置数据存储</title><summary type="text">用过WebPart的朋友都知道，WebPart的个性化存储是跟ASP.NET2.0系统的membership结合在一起的。但对于我这种来说，因为不是很喜欢那些没有源代码的DLL，所以就需要想办法解决如果不使用membership而又能存储用户在webpart的个性化配置的数据。想到这里的时候，突然想起很早的时候曾经看到过一篇介绍 WebPart的文章，http://www.vckbase.com/...</summary><published>2008-03-07T03:26:00Z</published><updated>2008-03-07T03:26:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2008/03/07/1094804.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2008/03/07/1094804.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076290.html</id><title type="text">C#接口与抽象的区别</title><summary type="text">Net提供了接口，这个不同于Class或者Struct的类型定义。接口有些情况，看似和抽象类一样，因此有些人认为在.Net可以完全用接口来替换抽象类。其实不然，接口和抽象类各有长处和缺陷，因此往往在应用当中，两者要结合来使用，从而互补长短。接下来先说说抽象类和接口的区别。区别一，两者表达的概念不一样。抽象类是一类事物的高度聚合，那么对于继承抽象类的子类来说，对于抽象类来说，属于&amp;#8220;是&amp;#...</summary><published>2008-02-21T04:02:00Z</published><updated>2008-02-21T04:02:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076290.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076290.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076133.html</id><title type="text">SQLSERVER2005 Row_num函数效率测试</title><summary type="text">Sql Server2005的一个新特性便是我等了很久的Row_Number(),以前用Oracle时用rownumber写分页存储过程很方便：）下面是我做的一个小小的测试，测试我原来在sql server2000下所用的分页存储过程与使用Row_Number()编写的存储过程在Sql Server2005上的执行效率...数据表：REATE TABLE [dbo].[test]([UserId]...</summary><published>2008-02-21T02:40:00Z</published><updated>2008-02-21T02:40:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2008/02/21/1076133.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2007/08/03/840913.html</id><title type="text">C语言位运算</title><summary type="text">位运算　　前面介绍的各种运算都是以字节作为最基本位进行的。 但在很多系统程序中常要求在位(bit)一级进行运算或处理。Ｃ语言提供了位运算的功能， 这使得Ｃ语言也能像汇编语言一样用来编写系统程序。一、位运算符Ｃ语言提供了六种位运算符：&amp;amp; 按位与| 按位或^ 按位异或~ 取反&amp;lt;&amp;lt; 左移&amp;gt;&amp;gt; 右移1. 按位与运算 按位与运算符"&amp;amp;"是双目运算符。其功能是参与运算的...</summary><published>2007-08-03T00:47:00Z</published><updated>2007-08-03T00:47:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2007/08/03/840913.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2007/08/03/840913.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2007/06/25/795293.html</id><title type="text">用asp.net修改FTP密码</title><summary type="text">FTP开通后一般会有一个分配好的密码，如果用户想修改这个密码可以用命令的方式来修改。但并不是每个人都懂得如何使用命令，如果可以提供一个网页，可以让用户自己修改的话那就方便多了。以下的代码主要是通过.net调用微软封装好的wininet.dll动态连接库里面的一些方法来现实修改密码的，这个类还封装了其它的方法，可以应用于其它的网络服务。这些例子也可以做为.net里如何调用windows API函数的...</summary><published>2007-06-25T09:48:00Z</published><updated>2007-06-25T09:48:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2007/06/25/795293.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2007/06/25/795293.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2007/05/17/750399.html</id><title type="text">TCP/IP网络编程学习日记(三)</title><summary type="text">今天开始学习UDP协议，因为UDP协议是无连接的协议。因此，为了使服务器应用能够接收到UDP数据包，必须注意两件事：1、创建一个Socket对象2、使创建的套接字和本地的一个端口绑定完成这两件工作后服务器端就可以从指定的端口接收UDP数据包，或者收将数据包发送到指定的设备上。UDP中不使用标准的Send()和Receive()方法，而是使用新的两个方法SendTo()和ReceiveFrom()由...</summary><published>2007-05-17T08:23:00Z</published><updated>2007-05-17T08:23:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2007/05/17/750399.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2007/05/17/750399.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2007/05/17/750394.html</id><title type="text">TCP/IP网络编程学习日记(二)</title><summary type="text">经过学习，基本上掌握了如何使用TCP套接字发送消息。因为TCP套接字是面向连接的，在数据传输之前，发送和接收的双方都必须建立好连接。数据以数据流的形式发送到远程机器上，因此在TCP会话中消息是没有边界的。在这种使用TCP协议的环境中，不能保护消息的边界，因此在编写网络层的TCP应用时，必须考虑如何识别单个消息。为了解决消息边界问题常用技巧：1、永远发送固定长度的消息2、将消息尺寸与消息一起发送3、...</summary><published>2007-05-17T08:22:00Z</published><updated>2007-05-17T08:22:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2007/05/17/750394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2007/05/17/750394.html"/></entry><entry><id>http://www.cnblogs.com/nhtoby/archive/2007/05/15/747367.html</id><title type="text">C#用TCP连接发送和接收数据</title><summary type="text">服务器端程序：usingSystem;usingSystem.Net;usingSystem.Net.Sockets;usingSystem.Collections.Generic;usingSystem.Text;namespacenet{classProgram{staticvoidMain(string[]args){intrecv;byte[]data=newbyte[1024];IPEn...</summary><published>2007-05-15T08:48:00Z</published><updated>2007-05-15T08:48:00Z</updated><author><name>toby chen</name><uri>http://www.cnblogs.com/nhtoby/</uri></author><link rel="alternate" href="http://www.cnblogs.com/nhtoby/archive/2007/05/15/747367.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/nhtoby/archive/2007/05/15/747367.html"/></entry></feed>
