自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (21)
  • 收藏
  • 关注

原创 Ellipse TextBlock by WPF

这两天用WPF的MultiDataBinding实现了一个能随TextBlock长度变化而自动调整字符串显示形式,中间部分用省略号(...)表示,代码如下。   internal class OutputToEllipsisDisplayConverter : IMultiValueConverter { public static readonly

2009-06-26 19:01:00 2874 2

原创 Direct3D 9.0 SDK 文档 (中文版)

目前正在看DirectX 3D的book,作者Frank维护的该书相关资源的网站地址更新了 http://www.d3dcoder.net  除此之外还有一个Direct3D 9.0 SDK 文档 (中文版)http://www.gesoftfactory.com/developer/ 了解一下D3D

2009-06-23 23:53:00 806

SumatraPDF

SumatraPDF_3.1.1.0_install.1456299618.exe 是一个小巧的PFD,EPUB阅读器

2018-04-11

curl for Windows

习惯了MacOs及CentOS, Ubuntu, 等linux上使用curl命令的web开发人员,如果还是用的Windows平台机器开发(很多研发因为公司成本原因),可以安装curl for windows帮助提要研发效能。

2018-04-11

ConEmu-Windows下最好用的命令行,程序员必备

在Windows平台下,研发通常希望找到一款类似macOS下iTerm的利器,多tab终端,界面友好,交互方便。 ConEmu是我尝试过体验最好的命令行工具。 ConEmuSetup.170807.exe,拿走不谢!

2018-04-11

Windows下最好用的EPUB阅读器

在Windows下有很多EPUB技术书籍,这是用过的体验最好的阅读器工具。 其他sumatrapdf,支持排版太简陋 calibre太重 。。。 好不容易找到一个心仪好用的,愿与大家分享

2018-04-11

GIF Movie Gear汉化版

GIF Movie Gear软件是一个非常好用的GIF动画制作软件,它的操作使用非常简单,可以将动画图片文件减肥。除了可将编辑好的图片文件存成动画GIF外,还以可输出成AVI或ANI动画游标的文件格式。

2013-08-17

Effective C# chm

C#'s resemblances to C++, Java, and C make it easier to learn, but there's a downside: C# programmers often continue to use older techniques when far better alternatives are available. In Effective C#, respected .NET expert Bill Wagner identifies fifty ways you can start leveraging the full power of C# in order to write faster, more efficient, and more reliable software

2010-10-22

SampleDotNetInterviewQuestionBook

.NET Interview QuestionsThird Including .NET 3.0 , AJAX/ATLAS , VManagement Questions Third Edition(VGeneral Edition (Vista series(WCF / WPF / WWF) ,UML,Architecture,ProjectManagement ,SQL Server , Sample project andGeneral AGeneral Interview Questions )

2009-07-27

Windows Presentation Foundation Unleashed (2007).pdf

Windows Presentation Foundation (WPF) is Microsoft’s latest technology for creating graphical user interfaces, whether they consist of plain forms, document-centric windows, animated cartoons, videos, mmersive 3D environments, or all of the above! This is a technology that makes it easier than ever to create a broad range of pplications. For example, WPF makes it relatively straightforward to implement applications similar to Windows Media Player, Microsoft Word (or at least WordPad), and, yes, even Microsoft PowerPoint!

2009-04-24

Debugging Applications for Microsoft .NET and Microsoft Windows

You get huge development advantages with Microsoft visual Studio .NET but you need a new bag of debugging tricks to take full advantage of them in today’s .NET and Win32 development worlds. Learn lethally effective, real-world application debugging techniques for .NET Framework 1.1 and windows with this fully updated programming guide. Debugging expert John Robbins expands the first edition of his classic debugging book with all-new scenarios and bug-killing tools, tips, and techniques. You’ll see every .NET and Windows debugging scenario here—from XML Web services and Microsoft ASP.NET to Windows services and exceptions. Along with John’s expert guidance, you get more than 6 MB of his battle-tested source code—for the tools and tactics you need to ship better software faster!

2008-10-21

Introducing Microsoft Silverlight 1.0

Introducing Microsoft Silverlight 1.0<br>by Laurence Moroney<br><br>ISBN: 9780735625396<br><br> * Chapter 1: Silverlight and User Experience<br> * Chapter 5: Programming Silverlight with JavaScript<br>

2008-06-14

Introducing Microsoft ASP.NET AJAX

Introducing Microsoft ASP.NET AJAX<br>by Dino Esposito<br><br>ISBN: 9780735624139<br><br> * Chapter 1: The AJAX Revolution<br> * Chapter 5: The AJAX Control Toolkit<br>

2008-06-14

Introducing Microsoft LINQ

Introducing Microsoft LINQ<br>by Paolo Pialorsi and Marco Russo<br><br>ISBN: 9780735623910<br><br> * Chapter 1: LINQ Introduction<br> * Chapter 2: C# Language Features<br> * Chapter 3: Visual Basic 9.0 Language Features<br> * Chapter 4: LINQ Syntax Fundamentals<br> * Chapter 5: LINQ to ADO.NET<br> * Chapter 6: LINQ to XML<br>

2008-06-14

支持.net 2.0和中文的Ndoc

精心收藏的支持.net 2.0和中文的Ndoc.可以将C#.NET 编译生成的程序集和对应的/doc XML 文档,自动转换成如.NET Framework SDK 类库文档或者MSDN Library 在线.NET 类库文档形式的代码文档,让您快速拥有专业级的类库API 文档。

2007-09-03

Reflector

NET Reflector 是一个只有548 KB 的.net 类浏览工具。 它可以读取存储在.net 应用程序中的metadata、IL 指令、资源和XML文档。

2007-09-03

Addison.Wesley.Essential.C.Sharp.2.0.Jul.2006

工作需要我使用C#,学吧。<br>以前看过Essential C++。所以自己选择这本学习。<br>感觉这本书讲的很全,对于初学者,是本不错的参考书,参考MSDN会更有收获。

2007-08-19

64位Windows简介及其趋势

webcast的课程ppt:64位Windows简介及其趋势,主要讨论:<br>为什么要用64位呢?<br>发展趋势及其微软的支持<br>Windows 64位架构及其特性<br>基于x64 Windows的应用开发<br>相关资源<br>

2007-08-18

VC++.NET技术内幕第六版配套CHM

VC++.NET技术内幕第六版

2007-07-25

Exception C++系列

Herb Scutter的好书<br>Exceptional C++<br>More Exceptional C++

2007-07-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除