<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Tony's Blog</title><subtitle type="text">zhangyi85.cnblogs.com</subtitle><id>http://feed.cnblogs.com/blog/u/27136/rss</id><updated>2009-12-29T11:33:55Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/27136/rss"/><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/12/29/1635360.html</id><title type="text">[转]ubuntu下 手动安装 LAMP 和 JAVA环境</title><summary type="text">1、 安装JDK1.6 下载JDK 修改权限 chmod 777 XXX.bin 运行 ./xxx.bin （若提示error while loading shared libraries: libstdc++.so.5 ） sudo agt-get install libstdc++.so.5 若无法安装，可以自行下载 xxxx.tar.gz 解压 tar zxvf xx.tar.gz 然后 c...</summary><published>2009-12-29T11:32:00Z</published><updated>2009-12-29T11:32:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/12/29/1635360.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/12/29/1635360.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565560.html</id><title type="text">[转]ViewState的使用</title><summary type="text">只知道有个叫Session的东西，可以跨页面保存变量，在它的存在时期。现在又有个叫ViewState的东西，我是没用过，现在也该开始用了，一般是用来保存控件的值或状态。</summary><published>2009-09-12T13:36:00Z</published><updated>2009-09-12T13:36:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565560.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565560.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565512.html</id><title type="text">[转]Working with user roles and permissions in SharePoint Object Model</title><summary type="text">In this example, I'll create a SharePoint group using the Object Model, add few users in that group - which will be single users as well as the whole AD groups, create a folder inside the existing SharePoint Document library, break it's permissions inheritance to the parent Document Library, and create new permissions model adding to a single user full rights and to newly created SharePoint group read only rights. On the end, I'll check permissions for any given user if (s)he has rights to do th</summary><published>2009-09-12T12:18:00Z</published><updated>2009-09-12T12:18:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565512.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565512.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565511.html</id><title type="text">[原]SharePoint文档库上传文档</title><summary type="text">using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using Microsoft.SharePoint;</summary><published>2009-09-12T12:17:00Z</published><updated>2009-09-12T12:17:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565511.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565511.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565510.html</id><title type="text">[原]SharePoint列表与文档库EventHandeler</title><summary type="text">列表的EventHandeler：1.继承SPItemEventReceiver2.将SPItemEventReceiver中的方法重写就可以了，但是删除的时候要记得是重写Deleting方法3.部署将dll拷贝到GAC中</summary><published>2009-09-12T12:15:00Z</published><updated>2009-09-12T12:15:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565510.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565510.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565509.html</id><title type="text">[转]ASP.NET缓存概念及其应用浅析</title><summary type="text">ASP.NET缓存概念是什么呢？通常，应用程序可以将那些频繁访问的数据，以及那些需要大量处理时间来创建的数据存储在内存中，从而提高性能。例如，如果应用程序使用复杂的逻辑来处理大量数据，然后再将数据作为用户频繁访问的报表返回，避免在用户每次请求数据时重新创建报表可以提高效率。同样，如果应用程序包含一个处理复杂数据但不需要经常更新的页，则在每次请求时服务器都重新创建该页会使工作效率低下。 </summary><published>2009-09-12T12:08:00Z</published><updated>2009-09-12T12:08:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565509.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/12/1565509.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/09/03/1559594.html</id><title type="text">window.showModalDialog以及window.open用法简介</title><summary type="text">一、window.open()支持环境：JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法：window.open(pageURL,name,parameters)其中：pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(各参数用逗号分隔)三、示例：&amp;lt;SCRIPT&amp;gt;&amp;lt;!--window.open('pa...</summary><published>2009-09-03T07:30:00Z</published><updated>2009-09-03T07:30:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/03/1559594.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/09/03/1559594.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/06/16/1504141.html</id><title type="text">[原]欢迎加入QQ群</title><summary type="text">欢迎加入Java/C#QQ群：290722881.成员更改名片{地名}-昵称;2.请问前请Google;3.工作时间请勿闲聊;4.本群每月15日清理;5.发广告者一律清理;</summary><published>2009-06-16T03:01:00Z</published><updated>2009-06-16T03:01:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/16/1504141.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/16/1504141.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/06/13/1502703.html</id><title type="text">[原]如何在Silverlight中使用WebService绑定DataGrid</title><summary type="text">本文介绍了如何在Silverlight中使用DataGrid从WebService中获得需要的数据，并且呈现在页面上的简单实例，由于作者本人水平有限，免于出现错误，欢迎指正。</summary><published>2009-06-13T11:16:00Z</published><updated>2009-06-13T11:16:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/13/1502703.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/13/1502703.html"/></entry><entry><id>http://www.cnblogs.com/zhangyi85/archive/2009/06/09/1499918.html</id><title type="text">[转]Silverlight中调用远程Web Service的权限问题</title><summary type="text">写了一个上传文件的Silverlight，其中调用远程WCF来上传文件。调用时候出现如下异常：尝试请求 URI“http://localhost:30486/FileUpload.svc”时发生错误。这可能是因为在没有适当的跨域策略的情况下试图以跨域方式访问服务，或者是策略不适用于 SOAP 服务。您可能需要与服务所有者联系以发布跨域策略文件，确保策略允许发送与 SOAP 相关的 HTTP 头。</summary><published>2009-06-09T12:24:00Z</published><updated>2009-06-09T12:24:00Z</updated><author><name>张谊</name><uri>http://www.cnblogs.com/zhangyi85/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/09/1499918.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zhangyi85/archive/2009/06/09/1499918.html"/></entry></feed>
