随笔分类 -  网络文摘

文章
摘要:http://www.cnblogs.com/fish-li/archive/2012/05/07/2486840.html细说ASP.NET Windows身份认证http://www.cnblogs.com/allenlizq/archive/2009/02/20/1395200.html如何验 阅读全文
posted @ 2016-10-26 13:59 I'm CY 阅读(315) 评论(0) 推荐(0)
摘要:http://www.hanselman.com/blog/ListOfNETDependencyInjectionContainersIOC.aspxI'm trying to expand my mind around dependency injection in .NET (beyond t... 阅读全文
posted @ 2015-03-18 21:39 I'm CY 阅读(243) 评论(0) 推荐(0)
摘要:http://social.msdn.microsoft.com/Forums/vstudio/en-US/d0bcb415-fb1e-42e4-90f8-c43a088537fb/aborting-a-long-running-task-in-tpl?forum=parallelextensionsI hesitate to show this :), but if you really did want to use aborts, you could do something like:int Foo(CancellationTokentoken){Threadt=Thread.Curr 阅读全文
posted @ 2013-11-14 22:48 I'm CY 阅读(242) 评论(0) 推荐(0)
摘要:http://stackoverflow.com/questions/12424537/why-ienumerablet-is-defined-as-ienumerableout-t-not-ienumerabletThe out type parameter specifier denotes covariance.In practice,If I define two interfaces.ISomeInterface<T>{}ISomeCovariantInterface<out T>{}Then, I implement them like this.SomeC 阅读全文
posted @ 2013-05-17 10:40 I'm CY 阅读(268) 评论(0) 推荐(0)
摘要:http://blogs.msdn.com/b/chrishays/archive/2004/07/23/horizontaltables.aspxQuestion:Does Reporting Services support horizontal tables (fixed rows and dynamic columns)?Answer:There is no native "horizontal table" report item, but simple horizontal tables can be simulated using Matrix.Step 1: 阅读全文
posted @ 2013-04-26 14:39 I'm CY 阅读(5531) 评论(0) 推荐(0)
摘要:http://blogs.claritycon.com/blog/2008/11/building-a-column-major-uniformgrid-in-wpf/By default, UniformGrid displays it's children as follows:1 2 3 4 5 6 7 8 9I want to be as follows:1 4 7 2 5 83 6 9---------------------------------------------------- 1: <UniformGrid Rows="2" Column 阅读全文
posted @ 2012-12-08 23:24 I'm CY 阅读(474) 评论(0) 推荐(0)
摘要:From @sunriseyuen1,服务端保存方式 X = MD5(MD5(密码)+用户名)2,客户端 C1= MD5(验证码+MD5(MD5(密码)+用户名))3,客户端会发送 C1 和 用户名 到服务器4,服务器 验证 C1 = MD5(验证码+X)验证码 = MD5(IP地址+浏览器agent+时间+日期) 阅读全文
posted @ 2012-07-01 08:12 I'm CY 阅读(160) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/jpr1990/article/details/6743033本书译者SeanBV(他的CSDN博客)整理,推荐给大家。1.客户需求重于个人简历(Nitin Borwankar)客户需求至上。为了自己的简历更炫而采用新技术是沽名钓誉,往往事与愿违。2.简化根本复杂性,消除偶发复杂性(Neal Ford)分析问题好比拨云见月、水落石出。3.关键问题可能不是出在技术上(Mark Ramm)团队同心,其利断金。4.以沟通为中心,坚持简明清晰的表达方式和开明的领导风格(Mark Richards)沟通应当言简意赅、详略得当,别拖泥 带水。5.架构决定性能(Ra 阅读全文
posted @ 2011-09-02 16:48 I'm CY 阅读(285) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/teamleader/archive/2011/01/25/1944810.html 你可能不知道的对象实例化顺序 猜猜下面这段代码的输入,我预计90%以上的人给不出正确的答案 voidMain(){ InitSeqBase x =newInitSeqChild();}publicclassInitSeqBase{ publicstaticNothi... 阅读全文
posted @ 2011-01-26 09:46 I'm CY 阅读(195) 评论(0) 推荐(0)
摘要:http://weblogs.asp.net/whaggard/archive/2005/02/20/377025.aspx Matching Balanced Constructs with .NET Regular Expressions Brief Computer Science Theory Background In computer science aformal language... 阅读全文
posted @ 2010-12-08 15:29 I'm CY 阅读(314) 评论(0) 推荐(0)
摘要:没搞过CSS的东西,看了觉得不错,留下了 阅读全文
posted @ 2009-10-11 09:49 I'm CY 阅读(328) 评论(0) 推荐(1)
摘要:This document is an authorized derivative of Frank McCown's "VB.NET and C# Comparison" (C) 2005 at http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.htmlThis work is licensed under a Cre... 阅读全文
posted @ 2009-10-09 18:15 I'm CY 阅读(544) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_54830f070100cekm.html我很不愿意去J道或其它知名的技术站点看那里的讨论。整体上来说,在这些网站上也形成了不大不小的圈子,其活动者大体也是业界实实在在的实践者,包括各个层次的程序员以及高层设计人员。所以,理论上这些圈子应该代表中国软件业技术主流的水准。然而我的确无法恭维;让我最为沮丧的是一种充斥其间的神秘主义的氛围。所... 阅读全文
posted @ 2009-09-16 13:30 I'm CY 阅读(213) 评论(0) 推荐(0)
摘要:http://kelaocai.javaeye.com/blog/136859引言  数据库的设计范式是数据库设计所需要满足的规范,满足这些规范的数据库是简洁的、结构明晰的,同时,不会发生插入(insert)、删除(delete)和更新(update)操作异常。 http://www.kpwang.com反之则是乱七八糟,不仅给数据库的编程人员制造麻烦,而且面目可憎,可能存储了大量不需要的冗余信息... 阅读全文
posted @ 2009-08-27 23:17 I'm CY 阅读(291) 评论(0) 推荐(0)
摘要:http://timheuer.com/blog/archive/2009/05/20/silverlight-and-visual-studio-2010-beta.aspxInstall Visual Studio 2010 Beta 1Install Silverlight 2 SDK (if you attempt to run the Silverlight 2 tools instal... 阅读全文
posted @ 2009-06-14 19:30 I'm CY 阅读(229) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/roy_88/archive/2007/12/03/1914264.aspx[代码] 阅读全文
posted @ 2009-01-04 10:34 I'm CY 阅读(188) 评论(0) 推荐(0)
摘要:微软vs2008快捷键下载http://www.microsoft.com/downloads/details.aspx?familyid=E5F902A8-5BB5-4CC6-907E-472809749973&displaylang=en编辑:CTRL + M, O:折叠当前源代码文件中的所有大纲CTRL + M, L:将当前源代码的大纲在折叠与展开间切换CTRL + M, M:将当前... 阅读全文
posted @ 2008-12-31 16:09 I'm CY 阅读(767) 评论(0) 推荐(0)
摘要:http://www.6suv.com/20070529/13487/ dll添加到GAC,在C:\WINDOWS\assembly下可以看到,但在添加引用里看不到 方案一:在“添加引用”对话框中显示程序集 即使已将程序集安装到全局程序集缓存 (GAC) 中,“添加引用”对话框也不会自动显示每个程序集。“添加引用”对话框基于路径并要求添加注册表项,该项指定要显示的程序集的位置。 在“添加引用... 阅读全文
posted @ 2007-12-26 09:03 I'm CY 阅读(1046) 评论(1) 推荐(1)
摘要:http://cache.tianya.cn/publicforum/content/itinfo/1/71059.shtml 摘抄部分点评 作为软件的应用现在不管是企业也好,政府单位也好,都进入了一个误区,认为软件是万能的,上了一套软件就能提高多少效率,就能增加多少竞争力,就能提高多少管理水平。他们都忽视了一个应用的主体——人。 人的因数在整个软件的使用过程中占着主导地位,这就是为什么... 阅读全文
posted @ 2007-10-19 08:47 I'm CY 阅读(618) 评论(4) 推荐(0)
摘要:原帖地址:http://www.catch22.net/source/ This is a subject that tends to come up every so often in the newsgroups, so I thought I'd write an article about the techniques I've collected to enable an execut... 阅读全文
posted @ 2007-06-21 22:15 I'm CY 阅读(619) 评论(0) 推荐(0)