<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_mFrog的技术BLOG</title><subtitle type="text">专注于asp.net,silverlight,wpf</subtitle><id>http://feed.cnblogs.com/blog/u/34038/rss</id><updated>2009-03-30T06:56:28Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/34038/rss"/><entry><id>http://www.cnblogs.com/mFrog/archive/2009/03/30/1425138.html</id><title type="text">JavaScript使用技巧</title><summary type="text">(一).确认删除用法:  1. BtnDel.Attributes.Add("onclick","return confirm('"+"确认删除?"+"')");  2. linktempDelete.Attributes["onclick"]="javascript:return confirm('"+"确认删除?"+"');";  3. private void grdProject_Item...</summary><published>2009-03-30T06:56:00Z</published><updated>2009-03-30T06:56:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/03/30/1425138.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/03/30/1425138.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2009/03/25/1421064.html</id><title type="text">微软发布.Net RIA Services</title><summary type="text">看名字，就知道基于.NET的RIA服务。商业应用程序的开发最打的挑战不是在绚丽的动画效果，视频播放等功能。而是最常用的Create, read, update and delete (CRUD)。数据的增，查，改，删等功能。在传统的ASP.NET应用程序中，我们可以很轻松的通过ADO.NET创建多层架构，实现数据的数据的增，查，改，删等功能。如果你用到了现在的RIA技术比如Silverlight,...</summary><published>2009-03-25T01:19:00Z</published><updated>2009-03-25T01:19:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/03/25/1421064.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/03/25/1421064.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2009/03/09/1406959.html</id><title type="text">ASP.NET AJAX 'sys'未定义解决办法</title><summary type="text">在web.config中的system.web节加入如下代码：[代码]</summary><published>2009-03-09T06:11:00Z</published><updated>2009-03-09T06:11:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/03/09/1406959.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/03/09/1406959.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2009/03/07/1405073.html</id><title type="text">[转]向上管理–“讨好”您的老板</title><summary type="text">要想职业生涯获得成功，获得更多晋升的机会，不管在任何类型的公司，您需要做好三件事。1：获得您顶头上司的喜爱；2：优秀的业务能力和工作绩效；3：没有痛恨您的同事。这三点的重要程度也就是我写的先后顺序，而第一点的分量要大于2+3的和。 很多人都能做好2，3点。然而却一直不能获得晋升的机会，于是乎就开心感叹&amp;#8220;千里马常有，而伯乐不常有&amp;#8221;,甚至进入一种怀才不遇的境界。其实主要原因无怪...</summary><published>2009-03-07T00:49:00Z</published><updated>2009-03-07T00:49:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/03/07/1405073.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/03/07/1405073.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2009/03/05/1403979.html</id><title type="text">关于页面跳转最后返回让原页面保持最初结果的处理办法</title><summary type="text">2月到新的公司上班，开始的任务是熟悉公司一直在做的项目。并且修改原项目中存在的一些不方便的操作，就是改善用户体验。其中有个任务就是解决页面返回的问题，开始他们使用的全是goback();的方法。按照项目的设计，每一个功能都是跳转到一个新的页面（不是在新窗口中打开）。这样最后使用起来就会有一个很不好的体验。比如，我进入到一个页面，选择了N多查询条件以后，会有个结果列表，点具体信息的时候，会跳转到一个...</summary><published>2009-03-05T08:22:00Z</published><updated>2009-03-05T08:22:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/03/05/1403979.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/03/05/1403979.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2009/02/15/1391128.html</id><title type="text">c#常用函数和方法集</title><summary type="text">1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; [align=left][/align]...</summary><published>2009-02-15T14:21:00Z</published><updated>2009-02-15T14:21:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2009/02/15/1391128.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2009/02/15/1391128.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2008/12/04/1347649.html</id><title type="text">创建自定义验证控件（2）</title><summary type="text">接上篇 创建自定义验证控件（1）开发环境VS2008+SQL2005本篇将写一个比较复杂的自定义控件，AjaxValidator(AJAX自定义验证控件)。AjaxValidator控件用于创建一个服务器端的自定义验证函数。AjaxValidator可以在浏览器调用自定义的验证方法（即客户端脚本直接调用服务器端方法）。AjaxValidator控件使用AJAX从客户端调用服务器端验证方法，使用AJ...</summary><published>2008-12-04T07:18:00Z</published><updated>2008-12-04T07:18:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2008/12/04/1347649.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2008/12/04/1347649.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2008/12/02/1345412.html</id><title type="text">VSTS知识整理</title><summary type="text">1: VSTS是什么?2: VSTS能做什么?3: VSTS中有哪些角色?4: VSTS有哪些组成部分?5: VSTS如何安装?6：设计分布式系统7：对软件项目管理的支持8：单元测试9：逻辑数据中心设计器简介10：应用程序设计器简介11：企业级源代码管理和工作项跟踪 一: VSTS是什么?1: 名称: Microsoft Visual Studio 2005 Team System 。2：提供生命...</summary><published>2008-12-01T17:57:00Z</published><updated>2008-12-01T17:57:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2008/12/02/1345412.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2008/12/02/1345412.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2008/11/27/1342499.html</id><title type="text">.NET框架4.0中都有些什么？ </title><summary type="text">.NET 4.0让不同组件之间工作的更好1. 兼容性一直是个令人很头疼的问题，在.NET 4.0中，在同一个进程中，不同运行时上的组件可以同时运行，我们称之为In process Side by Side。2. 对于很多同时包含COM组件和托管代码的应用程序，Primary Interop Assembly (PIA) 一直程序在部署方面令人很头疼的问题。现在，.NET 4.0中加入了称为NO-P...</summary><published>2008-11-27T11:10:00Z</published><updated>2008-11-27T11:10:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2008/11/27/1342499.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2008/11/27/1342499.html"/></entry><entry><id>http://www.cnblogs.com/mFrog/archive/2008/11/23/1339606.html</id><title type="text">雅虎公司C#笔试题</title><summary type="text">拿出来大家一起讨论下，希望知道的，能留言，并写下答案格式：题号+答案Question 1. (单选) 　　在计算机网络中,表征数据传输可靠性的指标是 　　　1. 传输率 　　　2. 误码率 　　　3. 信息容量 　　　4. 频带利用率  Question 2. (单选) 　　以下关于链式存储结构的叙述中哪一条是不正确的? 　　　1. 结点除自身信息外还包括指针域,因此存储密度小于顺序存储结构 　　...</summary><published>2008-11-23T14:59:00Z</published><updated>2008-11-23T14:59:00Z</updated><author><name>mFrog</name><uri>http://www.cnblogs.com/mFrog/</uri></author><link rel="alternate" href="http://www.cnblogs.com/mFrog/archive/2008/11/23/1339606.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/mFrog/archive/2008/11/23/1339606.html"/></entry></feed>
