<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Just do it</title><subtitle type="text"> </subtitle><id>http://feed.cnblogs.com/blog/u/19392/rss</id><updated>2011-11-10T16:51:38Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/19392/rss"/><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/08/23/1274627.html</id><title type="text">推荐--jQuery使用手册 </title><summary type="text">翻译整理：Young.J官方网站：http://jquery.com jQuery是一款同prototype一样优秀js开发库类，特别是对css和XPath的支持，使我们写js变得更加方便！如果你不是个js高手又想写出优 秀的js效果，jQuery可以帮你达到目的！ 下载地址：Starterkit （http://jquery.bassistance.de/jquery-starterkit.zi...</summary><published>2008-08-23T03:58:00Z</published><updated>2008-08-23T03:58:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/08/23/1274627.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/08/23/1274627.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/06/24/1229080.html</id><title type="text">一种理想的在关系数据库中存储树型结构数据的方法</title><summary type="text">在各种基于关系数据库的应用系统开发中，我们往往需要存储树型结构的数据，目前有很多流行的方法，如邻接列表模型（The Adjacency List Model），在此基础上也有很多人针对不同的需求做了相应的改进，但总是在某些方面存在的各种各样的缺陷。那么理想中的树型结构应具备哪些特点呢？数据存储冗余小、直观性强；方便返回整个树型结构数据；可以很轻松的返回某一子树（方便分层加载）；快整获以某节点的祖谱...</summary><published>2008-06-24T09:05:00Z</published><updated>2008-06-24T09:05:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/06/24/1229080.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/06/24/1229080.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/06/17/1209074.html</id><title type="text">资料收集：高并发 高性能 高扩展性 Web 2.0 站点架构设计及优化策略 </title><summary type="text">高并发高流量网站架构 » 说说大型高并发高负载网站的系统架构俊麟 Michael`s blog 从LiveJournal后台发展看大规模网站性能优化方法: 一个藏袍 使用memcached进行内存缓存: 一个藏袍 使用开源软件，设计高性能可扩展网站: 一个藏袍 bind dlz - 分布式系统的请求分发工具: 一个藏袍 初创网站与开源软件: 一个藏袍 Craigslist 的数据库架构 - DBA...</summary><published>2008-06-17T02:29:00Z</published><updated>2008-06-17T02:29:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/06/17/1209074.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/06/17/1209074.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/06/12/1218242.html</id><title type="text">Windows Communication Foundation入门</title><summary type="text">前言：WCF是微软基于SOA（Service Oriented Architecture）推出的.Net平台下的框架产品，它代表了软件架构设计与开发的一种发展方向，在微软的战略计划中也占有非常重要的地位。了解和掌握WCF，对于程序员特别是基于微软产品开发的程序员而言，是非常有必要的。对于WCF，笔者也是初窥门径，抱着学习的态度作这样的一个介绍。文中的内容主要参考了微软官方的文档、资料，以及众多介绍...</summary><published>2008-06-12T03:33:00Z</published><updated>2008-06-12T03:33:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/06/12/1218242.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/06/12/1218242.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/06/02/1209082.html</id><title type="text">网页加速系列</title><summary type="text">网页加速系列（一）、 网页加速之图形处理篇 搜集到一些关于网站提速的资料，做一个系列，一些文章可能转或摘自网络。（一）、 网页加速之图形处理篇 在维护网站的过程用，可能遇到过这样的情况：辛辛苦苦做出来的页面，但图片过多，网页结构、表格结构复杂，程序冗长，使得加载速度很慢！网页总是不能完全的展现在浏览者面前。以后的几篇文章将网页减肥方面的一些经验介绍给大家，希望大家都来讨论，说说自己的观点！ 1、合...</summary><published>2008-06-02T02:47:00Z</published><updated>2008-06-02T02:47:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/06/02/1209082.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/06/02/1209082.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/05/29/1209754.html</id><title type="text">用VS.NET中的测试工具测试ASP.NET程序</title><summary type="text">在编写ASP.NET应用程序的时候，你会花费多长的时间来考虑性能的问题？很不幸，大多数开发者都对性能问题感到很后悔。性能的规划和设计真的需要放在前面和中心位置。你需要考虑自己的目标，并且确保把良好的性能作为目标之一；接着你需要评估自己的程序，评估的方面越多，改善性能的机会就越大。　　在本文中我将解释微软Visual Studio企业 版中包含的一个重要工具：微软Application Center...</summary><published>2008-05-29T02:40:00Z</published><updated>2008-05-29T02:40:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/05/29/1209754.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/05/29/1209754.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/05/28/1209069.html</id><title type="text">【转载】优化ASP.NET应用程序性能研究与探讨 </title><summary type="text">摘 要 本文从页面、数据访问、字符串操作三方面探讨如何提高ASP.NET应用程序的性能，并提供了几种测试工具用于检测ASP.NET网站性能。　　关键词 ASP.NET 应用程序 性能 优化 　　网站的性能对于ASP.NET程序开发人员来说非常重要。一个优秀的网站虽然有美观的页面设计，完善的服务功能，但是打开网页时有长时间的延迟，用户最终将会无法忍受。尤其对于大型的电子商务网站而言，每秒钟有数万用户...</summary><published>2008-05-28T03:45:00Z</published><updated>2008-05-28T03:45:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/05/28/1209069.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/05/28/1209069.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/05/28/1208138.html</id><title type="text">负载均衡技术全攻略</title><summary type="text">Internet的规模每一百天就会增长一倍，客户希望获得7天24小时的不间断可用性及较快的系统反应时间，而不愿屡次看到某个站点“Server Too Busy”及频繁的系统故障。 　　网络的各个核心部分随着业务量的提高、访问量和数据流量的快速增长，其处理能力和计算强度也相应增大，使得单一设备根本无法承担。在此情况下，如果扔掉现有设备去做大量的硬件升级，这样将造成现有资源的浪费，而且如果再面临下一次...</summary><published>2008-05-28T03:44:00Z</published><updated>2008-05-28T03:44:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/05/28/1208138.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/05/28/1208138.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/05/27/1208133.html</id><title type="text">Windows 2003系统负载平衡策略全攻略</title><summary type="text">随着各行业信息化建设的发展，使人们对网络服务器的处理能力、高可用性提出了更高的要求。尤其是高度信息化的企业中，关键性网络服务已经成为企业生成过程中的重要环节，服务的中断意味着生产的中断，机会的丧失。　　负载平衡不但可以有效地解决单服务器的性能限制，而且可以实现故障的快速转移，保证服务的高可用性以及灵活的扩展性。于是，负载平衡几乎是每个网络管理员的必修课。本文章主要讲述windows2003在网络负...</summary><published>2008-05-27T01:47:00Z</published><updated>2008-05-27T01:47:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/05/27/1208133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/05/27/1208133.html"/></entry><entry><id>http://www.cnblogs.com/xujiaci/archive/2008/05/26/1207356.html</id><title type="text">【经典】高并发高流量网站架构</title><summary type="text">Web2.0的兴起，掀起了互联网新一轮的网络创业大潮。以用户为导向的新网站建设概念，细分了网站功能和用户群，不仅成功的造就了一大批新生的网站，也极大的方便了上网的人们。但Web2.0以用户为导向的理念，使得新生的网站有了新的特点——高并发，高流量，数据量大，逻辑复杂等，对网站建设也提出了新的要求。 本文围绕高并发高流量的网站架构设计问题，主要研究讨论了以下内容：  首先在整个网络的高度讨论了使用镜...</summary><published>2008-05-26T02:52:00Z</published><updated>2008-05-26T02:52:00Z</updated><author><name>Jacky_Xu</name><uri>http://www.cnblogs.com/xujiaci/</uri></author><link rel="alternate" href="http://www.cnblogs.com/xujiaci/archive/2008/05/26/1207356.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/xujiaci/archive/2008/05/26/1207356.html"/></entry></feed>
