<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_智慧总是在孤独中生根</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/22614/rss</id><updated>2010-03-10T05:55:27Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/22614/rss"/><entry><id>http://www.cnblogs.com/conquer/archive/2010/03/10/1682455.html</id><title type="text">ARCGIS DESKTOP 安装步骤</title><summary type="text">ARCGIS DESKTOP 安装步骤。1. 先安装ARCGIS LICENSE MANAGER :----------------------------------1./ 安装 ArcGis License Manager就是在License目录下LMSetup.exe2./ 选择 "I received the license by email..." 然后单击 browse3./ 选择Cr...</summary><published>2010-03-10T05:54:00Z</published><updated>2010-03-10T05:54:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2010/03/10/1682455.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2010/03/10/1682455.html"/><content type="text">ARCGIS DESKTOP 安装步骤。1. 先安装ARCGIS LICENSE MANAGER :----------------------------------1./ 安装 ArcGis License Manager就是在License目录下LMSetup.exe2./ 选择 "I received the license by email..." 然后单击 browse3./ 选择Cr...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/11/19/1606077.html</id><title type="text">ms Sql server 中的getDate()函数使用方法总结</title><summary type="text">Sql Server 中一个非常强大的日期格式化函数Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1): 05/16/06Select CONVERT(varchar(100), GETDATE(), 2): 06.05.16Select C...</summary><published>2009-11-19T06:43:00Z</published><updated>2009-11-19T06:43:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/11/19/1606077.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/11/19/1606077.html"/><content type="text">Sql Server 中一个非常强大的日期格式化函数Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1): 05/16/06Select CONVERT(varchar(100), GETDATE(), 2): 06.05.16Select C...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/11/11/1600931.html</id><title type="text">WCF客户端调用服务 出现套接字连接已中止......</title><summary type="text">最近在用WCF做网络通信项目。在客户端调用服时，取服务器内存中的数据，即是大集合数据。就出现套接字连接已中止。这可能是由于处理消息时出错或远程主机超过接收超时或者潜在的网络资源问题导致的。本地套接字超时是“00:00:01”。 查了资料说是提示错误“已超过传入消息(65536)的最大消息大小配额。若要增加配额，请使用相应绑定元素上的 MaxReceivedMes...</summary><published>2009-11-11T06:21:00Z</published><updated>2009-11-11T06:21:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/11/11/1600931.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/11/11/1600931.html"/><content type="text">最近在用WCF做网络通信项目。在客户端调用服时，取服务器内存中的数据，即是大集合数据。就出现套接字连接已中止。这可能是由于处理消息时出错或远程主机超过接收超时或者潜在的网络资源问题导致的。本地套接字超时是“00:00:01”。 查了资料说是提示错误“已超过传入消息(65536)的最大消息大小配额。若要增加配额，请使用相应绑定元素上的 MaxReceivedMes...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/10/23/1588542.html</id><title type="text">C语言中time_t到.NET的转换与更改系统时间</title><summary type="text">最近在做到C#网络通信时，与原有C++开发的服务器通讯获取“客户端请求校时应答”消息包。即：客户端系统时间与服务器的同步时，即从服务器传过来的消息包解析后为time_t类型的。要更改客户端本地时间即将些time_t转换为.net 里的DateTime。下面即为转换的方法[代码]下面是如何进行更改客户端系统时间，调用API函数先引用命名空间using System.Runti...</summary><published>2009-10-23T03:00:00Z</published><updated>2009-10-23T03:00:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/10/23/1588542.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/10/23/1588542.html"/><content type="text">最近在做到C#网络通信时，与原有C++开发的服务器通讯获取“客户端请求校时应答”消息包。即：客户端系统时间与服务器的同步时，即从服务器传过来的消息包解析后为time_t类型的。要更改客户端本地时间即将些time_t转换为.net 里的DateTime。下面即为转换的方法[代码]下面是如何进行更改客户端系统时间，调用API函数先引用命名空间using System.Runti...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/09/08/1562344.html</id><title type="text">Thread and Sync In C# (C#中的线程与同步)</title><summary type="text">线程是程序中的控制流程的封装。你可能已经习惯于写单线程程序，也就是，程序在它们的代码中一次只在一条路中执行。如果你多弄几个线程的话，代码运行可能会更加“同步”。在一个有着多线程的典型进程中，零个或更多线程在同时运行。但是，在有着N个CPU的机器上，一个线程只能在给定的时间上在一个CPU上运行，因为每个线程都是一个代码段，每个CPU一次只能运行一段代码。而看起来像是N 个同时...</summary><published>2009-09-08T02:45:00Z</published><updated>2009-09-08T02:45:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/09/08/1562344.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/09/08/1562344.html"/><content type="text">线程是程序中的控制流程的封装。你可能已经习惯于写单线程程序，也就是，程序在它们的代码中一次只在一条路中执行。如果你多弄几个线程的话，代码运行可能会更加“同步”。在一个有着多线程的典型进程中，零个或更多线程在同时运行。但是，在有着N个CPU的机器上，一个线程只能在给定的时间上在一个CPU上运行，因为每个线程都是一个代码段，每个CPU一次只能运行一段代码。而看起来像是N 个同时...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/07/30/1535178.html</id><title type="text">sql 跨服务器查询</title><summary type="text">今天在写到一个SQL 语句时，于由集团内部部门多，用到的系统也就多，当然数据库的服务器也多个了。在做车间车辆保养时，保养的材料的添加，必须和物资里的名称保持一致。但是物资系统的数据库和机务系统是两个服务器。所以就要用到跨服务器的查询关联了[代码]</summary><published>2009-07-30T08:31:00Z</published><updated>2009-07-30T08:31:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/07/30/1535178.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/07/30/1535178.html"/><content type="text">今天在写到一个SQL 语句时，于由集团内部部门多，用到的系统也就多，当然数据库的服务器也多个了。在做车间车辆保养时，保养的材料的添加，必须和物资里的名称保持一致。但是物资系统的数据库和机务系统是两个服务器。所以就要用到跨服务器的查询关联了[代码]</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/07/28/1532811.html</id><title type="text">div自适应高度</title><summary type="text">今天在做一个页面时，遇到一个div自适应高度的问题。即：如果div高度大于400就出现滚动条。如果其小于400时，自动缩小其高度，也就是有多高就显示高多，不会在小于400时，出现空白一片在那里。有开始用CSS控件。折磨了半天CSS搞不定的，只好改成了JS实现&lt;div id="divSlo" &gt;&lt;/div&gt;JS部份&lt;script language="javascript...</summary><published>2009-07-28T03:18:00Z</published><updated>2009-07-28T03:18:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/07/28/1532811.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/07/28/1532811.html"/><content type="text">今天在做一个页面时，遇到一个div自适应高度的问题。即：如果div高度大于400就出现滚动条。如果其小于400时，自动缩小其高度，也就是有多高就显示高多，不会在小于400时，出现空白一片在那里。有开始用CSS控件。折磨了半天CSS搞不定的，只好改成了JS实现&lt;div id="divSlo" &gt;&lt;/div&gt;JS部份&lt;script language="javascript...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/07/27/1532108.html</id><title type="text">js中event.x,event.clientX,event.offsetX区别</title><summary type="text">x:设置或者是得到鼠标相对于目标事件的父元素的外边界在x坐标上的位置。clientX:相对于客户区域的x坐标位置，不包括滚动条，就是正文区域。offsetx：设置或者是得到鼠标相对于目标事件的父元素的内边界在x坐标上的位置。screenX:相对于用户屏幕。[代码]</summary><published>2009-07-27T07:05:00Z</published><updated>2009-07-27T07:05:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/07/27/1532108.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/07/27/1532108.html"/><content type="text">x:设置或者是得到鼠标相对于目标事件的父元素的外边界在x坐标上的位置。clientX:相对于客户区域的x坐标位置，不包括滚动条，就是正文区域。offsetx：设置或者是得到鼠标相对于目标事件的父元素的内边界在x坐标上的位置。screenX:相对于用户屏幕。[代码]</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/07/27/1532106.html</id><title type="text">JS模拟出 getElementsByClassName 功能</title><summary type="text">DOM是没有getElementsByClassName功能的，只有getElementsByTagName、getElementsById。（至少IE和FF2还不支持。听说Firefox3有了）下面是我收集整理的一个例子，用函数模拟 getElementsByClassName 功能。&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transiti...</summary><published>2009-07-27T07:03:00Z</published><updated>2009-07-27T07:03:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/07/27/1532106.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/07/27/1532106.html"/><content type="text">DOM是没有getElementsByClassName功能的，只有getElementsByTagName、getElementsById。（至少IE和FF2还不支持。听说Firefox3有了）下面是我收集整理的一个例子，用函数模拟 getElementsByClassName 功能。&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transiti...</content></entry><entry><id>http://www.cnblogs.com/conquer/archive/2009/07/24/1529979.html</id><title type="text">jQuery对象与DOM对象之间的转换</title><summary type="text">什么是jQuery对象？ ---就是通过jQuery包装DOM对象后产生的对象。jQuery对象是jQuery独有的，其可以使用jQuery里的方法。 比如： $("#test").html() 意思是指：获取ID为test的元素内的html代码。其中html()是jQuery里的方法 这段代码等同于用DOM实现代码： document.getElementById("id").innerHTML...</summary><published>2009-07-24T02:44:00Z</published><updated>2009-07-24T02:44:00Z</updated><author><name>Smthhy</name><uri>http://www.cnblogs.com/conquer/</uri></author><link rel="alternate" href="http://www.cnblogs.com/conquer/archive/2009/07/24/1529979.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/conquer/archive/2009/07/24/1529979.html"/><content type="text">什么是jQuery对象？ ---就是通过jQuery包装DOM对象后产生的对象。jQuery对象是jQuery独有的，其可以使用jQuery里的方法。 比如： $("#test").html() 意思是指：获取ID为test的元素内的html代码。其中html()是jQuery里的方法 这段代码等同于用DOM实现代码： document.getElementById("id").innerHTML...</content></entry></feed>
