<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_flashelf</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/21828/rss</id><updated>2010-03-27T17:26:39Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/21828/rss"/><entry><id>http://www.cnblogs.com/flashelf/archive/2010/03/28/1698699.html</id><title type="text">IE8 隐藏命令行参数</title><summary type="text">曲滨 2010-3-28 1:12:34 在我们开发中 Web 浏览器正常情况下，如果想给客户演示一个，多个用户的流程；因为Web 程序本身使用 Session 或 Cookie 这些东西不论点开多少个浏览器都是一样的，可能需要反复的注销与登录账号，来测试或演示一些跨客户的流程性的功能（在工作流相关的业务中更是明显） 这个操作很麻烦，而且对于菜单比较深的程序调试一圈花费的时间也是很不值得的 IE8...</summary><published>2010-03-27T17:27:00Z</published><updated>2010-03-27T17:27:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2010/03/28/1698699.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2010/03/28/1698699.html"/><content type="html">&lt;p&gt;曲滨 2010-3-28 1:12:34&lt;/p&gt;&#xD;
&lt;p&gt;在我们开发中 Web 浏览器正常情况下，如果想给客户演示一个，多个用户的流程；因为Web 程序本身使用 Session 或 Cookie 这些东西不论点开多少个浏览器都是一样的，可能需要反复的注销与登录账号，来测试或演示一些跨客户的流程性的功能（在工作流相关的业务中更是明显）&lt;/p&gt;&#xD;
&lt;p&gt;这个操作很麻烦，而且对于菜单比较深的程序调试一圈花费的时间也是很不值得的&lt;/p&gt;&#xD;
&lt;p&gt;IE8 本身提供的 &amp;#8220;新建会话&amp;#8221;功能，可以新建一个 Session 但是对于长效的 Cookie 是无效的，对于不使用长效 Cookie 程序即可解决这一问题，有很多应用中还是存在长效Cookie的，还是不能很好的解决这一问题。&lt;/p&gt;&#xD;
&lt;p&gt;IE8 中海提供一个 InPrivate 功能，可以新建一个隔离的 Session Cookie 会话，不过只能新开一个 Session 会话&amp;nbsp;，在点一次的和上一个 InPrivate 就是处于相同的 Session 了。&lt;/p&gt;&#xD;
&lt;p&gt;最近带头做一个比较大的项目20多人，从2009年1月到现在还没有做完（开发还没完），系统内有很多流程，给客户演示培训时尤为苦恼，测试一个大流程更是古脑，一天在注销上花费的时间，一直想寻求解决方法，其实这个项目接触了很多很多技术不过因为太多反倒不知道写啥了，先写点吧也很久不到园子里发东西了，连睡觉的时间都快没有了&lt;img src="http://www.cnblogs.com/Emoticons/qface/055243506.gif"  alt="" /&gt;。&lt;/p&gt;&#xD;
&lt;p&gt;后来用 "Process Explorer" 发现，ie8 "新建会话" 的命令行参数是 &lt;/p&gt;&#xD;
&lt;p&gt;"C:\Program Files\Internet Explorer\iexplore.exe"&amp;nbsp; -noframemerging&amp;nbsp;-sessionmerging&lt;/p&gt;&#xD;
&lt;p&gt;而 InPrivate&amp;nbsp;命令行为&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;"C:\Program Files\Internet Explorer\iexplore.exe"&amp;nbsp; -private&lt;/p&gt;&#xD;
&lt;p&gt;突发奇想!&lt;/p&gt;&#xD;
&lt;p&gt;运行 "C:\Program Files\Internet Explorer\iexplore.exe"&amp;nbsp; -noframemerging&amp;nbsp;-private&lt;/p&gt;&#xD;
&lt;p&gt;哈哈，可以开多个独立 Session Cookie 会话的 InPrivate&amp;nbsp;方式了，看来我的&amp;#8220;探索&amp;#8221;属性还是蛮高的！&lt;/p&gt;&#xD;
&lt;p&gt;在桌面建立一个快捷方式，&amp;nbsp;"C:\Program Files\Internet Explorer\iexplore.exe"&amp;nbsp; -noframemerging&amp;nbsp;-private&amp;nbsp; 双击十次、登录不同的用户、每个都打开各自的"代办理任务"、启动流程、快速的切换窗口，go 愉快的测试吧！&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="http://www.cnblogs.com/Emoticons/qface/055243218.gif"  alt="" /&gt;&lt;/p&gt;&lt;img src="http://www.cnblogs.com/flashelf/aggbug/1698699.html?type=1" width="1" height="1" alt=""/&gt;&lt;p&gt;&lt;a href="http://www.cnblogs.com/flashelf/archive/2010/03/28/1698699.html" target="_blank"&gt;本文链接&lt;/a&gt;&lt;/p&gt;</content></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2009/04/26/1443732.html</id><title type="text">学习 ASP.NET mvc 第一天、也可能是最后一天</title><summary type="text">学习 mvc 第一天、也可能是最后一天呵呵今天帮哥们解决几个问题！有的和 mvc 没啥关系其实，邮件直接贴的呵呵有代码附件在下面；----------邮件开始-------------1、如何拆分项目而不用老是要合代码，如 PetShop MVC 默认情况下视乎就是一个人的项目如果项目人比较多合代码比较累、有没有那种可以自己做自己的不用合代码的方法？我这边一人一个子系统互相没啥关系我还一堆事情想让...</summary><published>2009-04-25T19:52:00Z</published><updated>2009-04-25T19:52:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2009/04/26/1443732.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2009/04/26/1443732.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2009/04/11/1433889.html</id><title type="text">Visual Studio 2008 开启被遗忘的 “同步类视图”功能、附带一个MSDN 的 bug</title><summary type="text">近日有朋友问我现在 Visual Studio 2008 或 2005 中如何使用原来 Visual Studio 2003 以前版面右键中的&amp;#8220;同步类视图&amp;#8221; 功能！！！的确，MS 不知道为啥从 VS2005 开始就不在右键菜单里提供，&amp;#8220;同步类视图&amp;#8221; 功能了 其实这个功能好方便的为啥给搞没了不知道ms怎么想的，原来以为VS2008 会加回来的；前些阵阵...</summary><published>2009-04-11T13:35:00Z</published><updated>2009-04-11T13:35:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2009/04/11/1433889.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2009/04/11/1433889.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2009/04/04/1429651.html</id><title type="text">实战 IE8 开发人员工具</title><summary type="text">使用一个实战过程经过来描述开发者工具的使用</summary><published>2009-04-04T15:52:00Z</published><updated>2009-04-04T15:52:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2009/04/04/1429651.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2009/04/04/1429651.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/10/18/1313898.html</id><title type="text">windows 桌面开发 - 子类化控件（不用任何WinAPI）,演示拦截Button的WM_LBUTTONDBLCLK</title><summary type="text">最近在博客里看见，有位朋友在研究如何实现 button 的双击网址: http://www.cnblogs.com/adaiye/archive/2008/10/16/button_doubleclick2.html 他是用代码实现的其实他的精神是值得学习的，不过在按钮上加双击事件事情本身是比较囧的呵呵、我看过了了这篇文章后感慨万分，看来很多窗口开发相关的技能（所谓技能就是组成某种技术的最小单元，...</summary><published>2008-10-18T01:50:00Z</published><updated>2008-10-18T01:50:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/10/18/1313898.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/10/18/1313898.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/09/20/1294887.html</id><title type="text">在真实项目中使用第三方或开源代的代码，组件，中间件，框架的基本规则</title><summary type="text">近日老板来找我，让我帮他写一个关于，使用&amp;#8220;在真实项目中使用第三方控件，框架的规则&amp;#8221;文档  我问题为啥，大大致是这么说的&amp;#8220;公司现在各个项目组使用了大量的第三方&amp;#8216;框架&amp;#8217;，有的很老都找不到维护，有的很新bug太多，有的太复杂新手不会用，有得项目经理找个很好看的给老板看他也让人家用了，后来才发现使用这个框架做一个界面，要不原来多出3倍的时间党务了...</summary><published>2008-09-20T11:56:00Z</published><updated>2008-09-20T11:56:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/09/20/1294887.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/09/20/1294887.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/09/18/1293726.html</id><title type="text">你有？项目设计开发阶段，甲方经常的要求看程序，而经常在做【假界面】【假程序】的情况吗？</title><summary type="text">&amp;#160;&amp;#160;&amp;#160;&amp;#160; 最近我一同事做一个Web的&amp;#8220;政府用的管理系统&amp;#8221;(使用 C# ASP.NET ajax ExtJS 开发)的 MIS 的遇到了一些问题，就是&amp;#8220;甲方&amp;#8221;老是在他开发的时候，要求看程序；导致他老是在造【假界面】【假程序】（没后台代码的数据假的，功能也是临时做的应付的）来应付，然后这些【界面】【程序】后来基本没...</summary><published>2008-09-18T14:19:00Z</published><updated>2008-09-18T14:19:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/09/18/1293726.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/09/18/1293726.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/09/14/1290691.html</id><title type="text">Windows Live Writer 测试</title><summary type="text">如果看见这篇文章，证明 Windows Live Writer 测试成功</summary><published>2008-09-13T16:52:00Z</published><updated>2008-09-13T16:52:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/09/14/1290691.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/09/14/1290691.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/09/13/1290668.html</id><title type="text">文档共享：罗斯文2007 （Northwind 2007），数据库文件，中文版本、英文版、英文表结构中文数据版</title><summary type="text">上次发布的链接：文档共享：罗斯文2007 （Northwind 2007），数据库，微软最新的 Access 2007 样列数据库分析（中文/英文） 可能有些，朋友无法下载到数据库，这里将数据库文件补充上下载：Northwind2007 英文版下载：Northwind2007 简体中文版下载：Northwind2007英文表结构，简体中文数据版说明 &amp;#8220;英文表结构，简体中文数据版&amp;#82...</summary><published>2008-09-13T15:44:00Z</published><updated>2008-09-13T15:44:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/09/13/1290668.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/09/13/1290668.html"/></entry><entry><id>http://www.cnblogs.com/flashelf/archive/2008/09/06/1285429.html</id><title type="text">本机 MSDN Sorry, no topics were found for the selected link 问题，及临时解决方案 2008-9-6</title><summary type="text">Sorry, no topics were found for the selected link.Keywords = ""IndexMoniker = Source URL = 问题临时解决办法；</summary><published>2008-09-05T16:35:00Z</published><updated>2008-09-05T16:35:00Z</updated><author><name>曲滨*銘龘鶽</name><uri>http://www.cnblogs.com/flashelf/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flashelf/archive/2008/09/06/1285429.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flashelf/archive/2008/09/06/1285429.html"/></entry></feed>
