<?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/14298/rss</id><updated>2010-05-31T11:02:44Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14298/rss"/><entry><id>http://www.cnblogs.com/netlm/archive/2010/05/29/1746776.html</id><title type="text">Visual Studio 2010 简体中文旗舰版（含各版本下载地址 和KEY）</title><summary type="text">本人已验证中文U版与官方公布的一致，其它版本请大家自行验证SHA1: 44B73423A7BBCE38D06BA55ECD821946630BEA4D软件版本: Visual Studio 2010 ----------------------------------------------------------------------------- 软件类型: 开发编程 -----------...</summary><published>2010-05-28T23:03:00Z</published><updated>2010-05-28T23:03:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2010/05/29/1746776.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2010/05/29/1746776.html"/><content type="text">本人已验证中文U版与官方公布的一致，其它版本请大家自行验证SHA1: 44B73423A7BBCE38D06BA55ECD821946630BEA4D软件版本: Visual Studio 2010 ----------------------------------------------------------------------------- 软件类型: 开发编程 -----------...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2008/08/11/1265448.html</id><title type="text">企业引高端人才 政府每月补贴千安家费</title><summary type="text">记者昨日从成都高新区获悉，成都高新区高层次人才安家补贴申报工作全面启动，符合相关条件的电子信息、机械、医药、食品等主导产业的企业引进高层次人才，三年内每人每月可获1000元安家补贴。“随着高新技术产业的加速聚集，高新区对高端人才的需求，非常迫切。”有关人士表示，成都高新区此次启动的高层次人才安家补贴申报工作，对申报单位及个人都作出了要求，符合条件的企业，在2007年3月...</summary><published>2008-08-11T10:50:00Z</published><updated>2008-08-11T10:50:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2008/08/11/1265448.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2008/08/11/1265448.html"/><content type="text">记者昨日从成都高新区获悉，成都高新区高层次人才安家补贴申报工作全面启动，符合相关条件的电子信息、机械、医药、食品等主导产业的企业引进高层次人才，三年内每人每月可获1000元安家补贴。“随着高新技术产业的加速聚集，高新区对高端人才的需求，非常迫切。”有关人士表示，成都高新区此次启动的高层次人才安家补贴申报工作，对申报单位及个人都作出了要求，符合条件的企业，在2007年3月...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2008/05/11/1192470.html</id><title type="text">ExtJs ExtenderControl 勾选列处理</title><summary type="text">在ExtJs ExtenderControl 中添加勾选列后,不能正常勾选,因为每一次单击勾选框的操作都会都单击行的覆盖。这时，我们需要在选择时，监听选择事件，并处理，即可。代码如下： sm = new Ext.grid.CheckboxSelectionModel({ listeners: { beforerowselect : function (sm, rowIndex, keep, rec...</summary><published>2008-05-11T10:50:00Z</published><updated>2008-05-11T10:50:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2008/05/11/1192470.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2008/05/11/1192470.html"/><content type="text">在ExtJs ExtenderControl 中添加勾选列后,不能正常勾选,因为每一次单击勾选框的操作都会都单击行的覆盖。这时，我们需要在选择时，监听选择事件，并处理，即可。代码如下： sm = new Ext.grid.CheckboxSelectionModel({ listeners: { beforerowselect : function (sm, rowIndex, keep, rec...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2008/05/11/1192451.html</id><title type="text">ExtJs ExtenderControl 日期格式化处理</title><summary type="text">最近喜欢上了EXTJS,最后决定把它用在项目中,在网上找到了ExtJsExtenderControl,可按照例子把日期列写为:&lt;cc1:ColModel allowBlank="true" dataIndex="ApplyDate" DataType="Date" header="申请日期" sortable="true" /&gt; 发现出现的是\Date(120654802547)\的时...</summary><published>2008-05-11T10:30:00Z</published><updated>2008-05-11T10:30:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2008/05/11/1192451.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2008/05/11/1192451.html"/><content type="text">最近喜欢上了EXTJS,最后决定把它用在项目中,在网上找到了ExtJsExtenderControl,可按照例子把日期列写为:&lt;cc1:ColModel allowBlank="true" dataIndex="ApplyDate" DataType="Date" header="申请日期" sortable="true" /&gt; 发现出现的是\Date(120654802547)\的时...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/10/16/530674.html</id><title type="text">自定义DataGrid控件开源  (V1.1)</title><summary type="text">在使用中又增加了以下功能：1、修改选择，采用异步调用的方式，防止大数量数据时，假死2、任意字符进行转意 3、自定义合并字段的连接字符,修改了代码生成器</summary><published>2006-10-16T12:02:00Z</published><updated>2006-10-16T12:02:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/10/16/530674.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/10/16/530674.html"/><content type="text">在使用中又增加了以下功能：1、修改选择，采用异步调用的方式，防止大数量数据时，假死2、任意字符进行转意 3、自定义合并字段的连接字符,修改了代码生成器</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/10/10/525074.html</id><title type="text">看9月2日央视“决策者说”(转自四川新闻网)</title><summary type="text">看9月2日央视“决策者说” 我回忆起今年9月2日央视播出的“决策者说”，当时本来就想对台上那两位“专家”的伪科学态度和言论来点反驳。不久下了点雨，时过境迁，就搁下了。现在想来，这些事不讨论清楚，不形成舆论压力，伪科学还会害国害民的。 1 用中间结果当作原因解释最后结果不是科学态度：如果我们说“重庆的干旱就是重庆干旱...</summary><published>2006-10-10T04:46:00Z</published><updated>2006-10-10T04:46:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/10/10/525074.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/10/10/525074.html"/><content type="text">看9月2日央视“决策者说” 我回忆起今年9月2日央视播出的“决策者说”，当时本来就想对台上那两位“专家”的伪科学态度和言论来点反驳。不久下了点雨，时过境迁，就搁下了。现在想来，这些事不讨论清楚，不形成舆论压力，伪科学还会害国害民的。 1 用中间结果当作原因解释最后结果不是科学态度：如果我们说“重庆的干旱就是重庆干旱...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/10/10/525072.html</id><title type="text">要鲧？还是要禹？中华民族生存大问题！(转自四川新闻网)</title><summary type="text">在中国历史上，鲧是水害工程的代表人物，禹是水利工程的代表人物。中国是一个水资源相对匮乏的国家，错误的水工程，会给国家和人民带来深重的灾难。有鉴于此，选择鲧，还是选择禹，是一个关系到中华民族生死存亡的大问题。 一 、鲧堵派水工程和禹疏派水工程大约一万年前，中国逐渐进入农业社会。为了农作物种植和定居生活，人类开始对自然水系和自然水环境进行改造，打井、挖渠、筑坝，吃水、灌溉、防洪。此后，随着人类活动范围...</summary><published>2006-10-10T04:44:00Z</published><updated>2006-10-10T04:44:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/10/10/525072.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/10/10/525072.html"/><content type="text">在中国历史上，鲧是水害工程的代表人物，禹是水利工程的代表人物。中国是一个水资源相对匮乏的国家，错误的水工程，会给国家和人民带来深重的灾难。有鉴于此，选择鲧，还是选择禹，是一个关系到中华民族生死存亡的大问题。 一 、鲧堵派水工程和禹疏派水工程大约一万年前，中国逐渐进入农业社会。为了农作物种植和定居生活，人类开始对自然水系和自然水环境进行改造，打井、挖渠、筑坝，吃水、灌溉、防洪。此后，随着人类活动范围...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/10/09/524202.html</id><title type="text">自定义DataGrid控件开源</title><summary type="text">支持分页,全选,列合并,指定条件的行显示为指定的颜色,指定条件的行可以被勾选 等常用功能集合,并附代码生成工具，提高开发速度</summary><published>2006-10-09T05:01:00Z</published><updated>2006-10-09T05:01:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/10/09/524202.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/10/09/524202.html"/><content type="text">支持分页,全选,列合并,指定条件的行显示为指定的颜色,指定条件的行可以被勾选 等常用功能集合,并附代码生成工具，提高开发速度</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/09/25/513710.html</id><title type="text">基于XMPP协议的即时通讯工具的客户端实现原理</title><summary type="text">前面两篇,我们主要学习了基于XMPP协议的即时通讯工具的服务器端实现,下面我们将要来共同学习一下基于XMPP协议的即时通讯工具的客户端实现原理,本篇将主要分析agsXMPPP客户端用户登录认证的实现原理(关于XMPP协议与agsXMPP的相关知识请认真看第一篇中的附件)1、主窗体初始化时将订阅一大堆的事件//读取接收到的XML流信息XmppCon.OnReadXml+=newXmlHandler(...</summary><published>2006-09-25T00:07:00Z</published><updated>2006-09-25T00:07:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/09/25/513710.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/09/25/513710.html"/><content type="text">前面两篇,我们主要学习了基于XMPP协议的即时通讯工具的服务器端实现,下面我们将要来共同学习一下基于XMPP协议的即时通讯工具的客户端实现原理,本篇将主要分析agsXMPPP客户端用户登录认证的实现原理(关于XMPP协议与agsXMPP的相关知识请认真看第一篇中的附件)1、主窗体初始化时将订阅一大堆的事件//读取接收到的XML流信息XmppCon.OnReadXml+=newXmlHandler(...</content></entry><entry><id>http://www.cnblogs.com/netlm/archive/2006/09/22/511394.html</id><title type="text">基于 XMPP协议的服务器端 文件互传的简单实现</title><summary type="text">昨天我们讲了客户端实现用户互发消息的原理,今天我们继续学习一下基于XMPP协议的文件传输,首先我们假设用户已经登录,这里我们假设Clinet Send对Clinet Receive 发送文件,这里记录了Clinet Send的发送和接收XML流记录1、发送请求表示要向Clinet test发送文件，并发送文件大小和文件名SEND:&lt;iqxmlns="jabber:client"id="ags...</summary><published>2006-09-22T00:04:00Z</published><updated>2006-09-22T00:04:00Z</updated><author><name>舒密</name><uri>http://www.cnblogs.com/netlm/</uri></author><link rel="alternate" href="http://www.cnblogs.com/netlm/archive/2006/09/22/511394.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/netlm/archive/2006/09/22/511394.html"/><content type="text">昨天我们讲了客户端实现用户互发消息的原理,今天我们继续学习一下基于XMPP协议的文件传输,首先我们假设用户已经登录,这里我们假设Clinet Send对Clinet Receive 发送文件,这里记录了Clinet Send的发送和接收XML流记录1、发送请求表示要向Clinet test发送文件，并发送文件大小和文件名SEND:&lt;iqxmlns="jabber:client"id="ags...</content></entry></feed>
