自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 前端项目包依赖管理

    前端开发时使用npm来对依赖的第三方包进行管理,在开发时使用 npm install --save 安装新的依赖包时,会在package.json文件中自动加上 ^x.x.x 的版本号。在使用npm install安装环境的依赖时,不同环境会依据 ^x.x.x 去安装不同的最新版本,此时可能存在版本不兼容的问题,导致流程失败。 解决方式:    一: 利用npm的shrinkwrap模块生...

2018-04-30 09:58:26 3843

原创 maven-release-plugin调研

maven release plugin支持自动发布调研结果:Maven Release Plugin 插件简介:该插件主要有三个目标:release: prepare,  release: rollback,  release: perform release:prepare 准备版本发布,依次执行下列操作:1. 检查项目是否有未提交的代码2. 检查项目是否有快照版本依赖3. 根据用户的输入将快...

2018-04-18 08:46:50 1023

原创 maven上传artifact

目前使用的 nexus 3 暂未提供 UI 上传 artifact 功能,推荐使用 mvn deploy (maven deploy-file 参考) 进行上传。完整项目:mvn deploy非完整项目(零散的jar):mvn deploy:deploy-file例子:mvn deploy:deploy-file -DgroupId=com.xxx.hub -DartifactId=hub-api...

2018-04-17 20:38:24 875

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

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关注的人

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