2013年11月15日

摘要: Git is afree and open sourcedistributed version control system designed to handle everything from small to very large projects with speed and efficiency.Git iseasy to learnand has atiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase w 阅读全文
posted @ 2013-11-15 21:13 架构师师 阅读(178) 评论(0) 推荐(0) 编辑

2013年11月14日

摘要: What is NuGet?NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.http://npe.codeplex.com/https:// 阅读全文
posted @ 2013-11-14 21:41 架构师师 阅读(199) 评论(0) 推荐(0) 编辑
摘要: MSBuild is now installed as part of Visual Studio rather than as part of the .NET FrameworkMSBuild is now installed directly under %ProgramFiles%—for example, in C:\Program Files\MSBuild\.C:\Program Files\MSBuild\12.0\Bin\msbuild.exeC:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exehttp://msd 阅读全文
posted @ 2013-11-14 21:22 架构师师 阅读(554) 评论(4) 推荐(0) 编辑

2013年11月11日

摘要: 工程自动化是软件项目成功的必要条件,而且它应该实现起来简单、易用、好玩。构建没有千篇一律的方法,所以Gradle没有死板的强加方法于我们,尽管你会认为查找和描述方法很重要,然而Gradle对于如何描述有着非常好的支持。我不认为工具能够拯救我们,但是Gradle能给你所需要的自由,你可以利用Gradle构建易描述的、可维护的、简洁的、高性能项目http://www.infoq.com/cn/articles/Gradle-application-in-large-Java-projectshttp://www.gradle.org 阅读全文
posted @ 2013-11-11 22:49 架构师师 阅读(375) 评论(2) 推荐(0) 编辑
摘要: Clide, an “Enjoyable Visual Studio Automation API”https://www.nuget.org/packages/clideFirst Floor Software, makers of XAML Spy, is now offering a free version of their flagship product. Known as XAML Spy Express, this product allows developers to browse the visual tree of a running application.http: 阅读全文
posted @ 2013-11-11 20:33 架构师师 阅读(202) 评论(0) 推荐(0) 编辑

2013年11月10日

摘要: http://www.mono-project.com/Compiling_Mono_From_Tarballhttp://mono-project.com/Main_Pagehttp://www.mono-project.com/Libgdiplushttp://download.mono-project.com/sources/libgdiplus/install libgnomeui-develhttp://www.cnblogs.com/xiaodiejinghong/archive/2013/04/01/2994216.htmlWhat is the difference betwe 阅读全文
posted @ 2013-11-10 21:04 架构师师 阅读(364) 评论(0) 推荐(0) 编辑
摘要: https://home.java.net/ 阅读全文
posted @ 2013-11-10 21:03 架构师师 阅读(169) 评论(0) 推荐(0) 编辑
摘要: https://www.ruby-lang.org/en/documentation/quickstart/Just execute the below set of commands:sudo apt-get install libssl-devcd your_ruby_path/ext/opensslruby ruby extconf.rbmakemake installhttp://lunae.cc/solve-can-not-load-such-file-openssl-errorsudo apt-get install zlib1g-devhttp://rvm.io/rvm/auto 阅读全文
posted @ 2013-11-10 17:12 架构师师 阅读(493) 评论(0) 推荐(1) 编辑
摘要: 1、configure,这一步一般用来生成 Makefile,为下一步的编译做准备,你可以通过在 configure 后加上参数来对安装进行控制,比如代码:./configure –prefix=/usr 意思是将该软件安装在 /usr 下面,执行文件就会安装在 /usr/bin (而不是默认的 /usr/local/bin),资源文件就会安装在 /usr/share(而不是默认的/usr/local/share)。同时一些软件的配置文件你可以通过指定 –sys-config= 参数进行设定。有一些软件还可以加上 –with、–enable、–without、–disable 等等参数对编译加 阅读全文
posted @ 2013-11-10 15:02 架构师师 阅读(215) 评论(0) 推荐(0) 编辑
摘要: MODERN WORKFLOWS FOR MODERN WEBAPPSYeoman 1.0 is more than just a tool. It's a workflow; a collection of tools and best practices working in harmony to make developing for the web even better.Our workflow is comprised of three tools for improving yourproductivityandsatisfactionwhen building a we 阅读全文
posted @ 2013-11-10 14:36 架构师师 阅读(365) 评论(0) 推荐(0) 编辑

导航