上一页 1 ··· 16 17 18 19 20

2015年7月11日

100 open source Big Data architecture papers for data professionals

摘要: zhuan :https://www.linkedin.com/pulse/100-open-source-big-data-architecture-papers-anil-madanBig Data technology has been extremely disruptive with op... 阅读全文

posted @ 2015-07-11 18:39 暖风的风 阅读(595) 评论(0) 推荐(0) 编辑

2015年5月26日

Exception

摘要: Unhandled Exception Processing In The CLRhttps://msdn.microsoft.com/en-us/magazine/cc793966.aspxhttp://blogs.msdn.com/b/cbrumme/archive/2003/10/01/515... 阅读全文

posted @ 2015-05-26 22:23 暖风的风 阅读(194) 评论(1) 推荐(0) 编辑

Useful SQL Server Article

摘要: http://blogs.technet.com/b/topsupportsolutions/archive/2013/11/06/top-support-solutions-for-microsoft-sql-server.aspx 阅读全文

posted @ 2015-05-26 10:17 暖风的风 阅读(165) 评论(0) 推荐(0) 编辑

2015年5月14日

Top Things to Consider When Troubleshooting Complex Application Issues

摘要: http://blogs.msdn.com/b/debuggingtoolbox/archive/2011/10/03/top-things-to-consider-when-troubleshooting-complex-application-issues.aspx1- For reactive... 阅读全文

posted @ 2015-05-14 23:28 暖风的风 阅读(247) 评论(0) 推荐(0) 编辑

2015年4月24日

compiler

摘要: http://www.lingcc.com/2012/05/16/12048/a list of compiler books — 汗牛充栋的编译器参考资料Posted on 2012年5月16日 by Lingcc | 14 Replies 前不久,有位《编译点滴》网友询问编译器方向的参考... 阅读全文

posted @ 2015-04-24 23:11 暖风的风 阅读(1059) 评论(0) 推荐(0) 编辑

2014年11月13日

.net 开源相关

摘要: http://roslyn.codeplex.com/SourceControl/latesthttps://github.com/dotnethttp://www.dotnetfoundation.orghttp://www.dotnetfoundation.org/entity-framewor... 阅读全文

posted @ 2014-11-13 10:55 暖风的风 阅读(202) 评论(0) 推荐(0) 编辑

2014年8月30日

windows快捷键

摘要: ncpa.cpl 查看网络链接 inetmgr 打开IIS管理器 drivers 打开host file所在文件夹 eventvwr 打开事件查看器 services.msc 打开服务管理器 regedit 打开注册表编辑器 mstsc 打开远程连接 inetcpl.cpl IE选项快速打开 hos... 阅读全文

posted @ 2014-08-30 17:32 暖风的风 阅读(247) 评论(0) 推荐(0) 编辑

2014年7月7日

NETMON& Message Analyzer

摘要: NMCap /network * /capture /file c:\folder\t.chn:1MBNMCap /network * /capture (IPv4.SourceAddress == local ip address) and (Ipv4.DestinationAddress == ... 阅读全文

posted @ 2014-07-07 11:30 暖风的风 阅读(717) 评论(0) 推荐(0) 编辑

2014年5月16日

Articles Every Programmer Must Read

摘要: http://javarevisited.blogspot.sg/2014/05/10-articles-every-programmer-must-read.htmlBeing a Java programmer and Software developer, I have learned a l... 阅读全文

posted @ 2014-05-16 10:12 暖风的风 阅读(296) 评论(0) 推荐(0) 编辑

2014年1月11日

cluster,network

摘要: How cluster workshttps://technet.microsoft.com/en-us/library/cc738051(v=ws.10).aspxhttp://blogs.technet.com/b/askcore/Appendix A: Details of How Quoru... 阅读全文

posted @ 2014-01-11 11:01 暖风的风 阅读(348) 评论(0) 推荐(0) 编辑

2013年8月6日

SQL Debugging

摘要: C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn>“C:\Program Files\Debugging Tools for Windows (x64)\symchk” sqlservr.exe /s SRV*c:\symbols*http://msdl.microsoft.com/download/symbols 0 e 000007fe`eb8cb2f0 0001 (0001) 0:**** sqldk!SOS_Task::Param::Init 1 e 000007fe`ec6d64f0 ... 阅读全文

posted @ 2013-08-06 22:39 暖风的风 阅读(869) 评论(11) 推荐(0) 编辑

2013年1月25日

Debugging Tips

该文被密码保护。 阅读全文

posted @ 2013-01-25 10:43 暖风的风 阅读(186) 评论(5) 推荐(0) 编辑

2012年9月7日

内核版常见问题和精华贴总结(VER 0.1) [

摘要: zhuan :http://bbs.chinaunix.net/thread-1940276-1-1.html内核版常见问题和精华贴总结下面是我个人的一些总结。我学习LINUX KERNEL也才1,2年。文中难免有不对的地方,欢迎大家指正。我的目标是写的比较完善,然后版主可以置顶。方便新人。现在只是第一版,还不是很全面,欢迎大家在后面补充,我会及时更新到一楼。多谢。一、常见问题:1、如何开始学习LINUX KERNEL:我觉得首先要有操作系统的基本知识,比如上过课,或者看过一本操作系统方面的书。起码要理解进程,虚拟内存,分页,分段等这些基本概念。如果这些你都搞不懂,看后面的会更加头疼。另外,至 阅读全文

posted @ 2012-09-07 09:54 暖风的风 阅读(438) 评论(0) 推荐(0) 编辑

2012年5月31日

Scalability Best Practices

摘要: 转:http://akfpartners.com/techblog/2009/08/11/scalability-best-practices/Asynchronous - Use asynchronous communication when possible. Synchronous calls tie the availability of the two services together. If one has a failure or is slow the other one is affected.Swim Lanes – Create fault isolated “sw.. 阅读全文

posted @ 2012-05-31 15:33 暖风的风 阅读(190) 评论(0) 推荐(0) 编辑

2012年5月18日

更新INCLUDE indexes中的非键列会引起索引碎片吗?

摘要: 今天跟CareySon 讨论有些索引碎片的一个事情,他发现下面一篇文章中的有些问题,所以我做了个简单测试,如有不妥,欢迎大家批评指点。http://www.daveturpin.com/2010/04/composite-index-vs-include-covering-index/也就是更新INCLUDE indexes中的非键列会引起索引碎片吗?测试代码如下:CREATE TABLE sp_tablepages(PageFID tinyint,PagePID int,IAMFID tinyint,IAMPID int,ObjectID int,IndexID tinyint,Partit 阅读全文

posted @ 2012-05-18 16:03 暖风的风 阅读(1053) 评论(7) 推荐(0) 编辑

2012年5月7日

Here we go&&Here you are

摘要: Explanation:These phrases can be used in a manner of ways by different people but maybe this will provide you with a framework.Here we godiscovery : here we go ex. finding something.Here we go, I have been looking for my glasses all morning.initiation : here we go ex. embarking on a trip.Here we go, 阅读全文

posted @ 2012-05-07 15:23 暖风的风 阅读(447) 评论(4) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20

导航