上一页 1 2 3 4 5 6 7 ··· 26 下一页
摘要: http://sqlproj.com/index.php/2012/03/headless-msbuild-support-for-ssdt-sqlproj-projects/Update: breaking change: http://sqlproj.com/index.php/2012/10/dacfx-sept-2012-updates-break-headless-build/This article describes how to install the required components to build and publish SQL Server Data Tools 阅读全文
posted @ 2014-03-07 11:08 Alex Tian 阅读(758) 评论(0) 推荐(0)
摘要: http://www.iis.net/learn/publish/using-web-deploy/dbdacfx-provider-for-incremental-database-publishing 阅读全文
posted @ 2014-03-07 09:27 Alex Tian 阅读(171) 评论(0) 推荐(0)
摘要: error: cannot spawn "C:\Program Files\TortoiseGit\bin\TortoisePlink.exe": No such file or directory fatal: unable to forkI've gotten this error several times when trying to use git over ssh: E:\web2py\applications\k32>git clone ssh://k32@k32.com/gits/k32.git Cloning into 'k32 阅读全文
posted @ 2014-02-24 13:49 Alex Tian 阅读(5394) 评论(0) 推荐(0)
摘要: http://wenku.baidu.com/link?url=WfYuJiJ920n7SEGan01p8YRUigmHNchXHa1t7iKdeGLrHvGNShAuVTKps-LEZXiUVQLvruMDP8rSrkbTl0q_5xgy5uRPT613qRNQb7RO-YW 阅读全文
posted @ 2014-02-14 21:02 Alex Tian 阅读(627) 评论(0) 推荐(0)
摘要: http://lwandersonmusings.blogspot.com/2011/06/workspace-cloning-sharing-in-hudson.htmlWhat's inside...Huge workspace (6GB) + long build time (6 hours) + many post-build steps (17) = huge consumption of resources.Replicate the build?Share the workspace?Clone the workspace? Clone and share the wor 阅读全文
posted @ 2014-02-13 15:08 Alex Tian 阅读(515) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/12689139/how-to-change-jenkins-default-folder-on-windowsacceptedStop Jenkins serviceMove C:\Users\Coola\.jenkins folder to d:\JenkinsUsing regedit, change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Jenkins\ImagePath to "d:\Jenkins\jenkins.exe"St 阅读全文
posted @ 2014-02-08 09:43 Alex Tian 阅读(1264) 评论(0) 推荐(0)
摘要: 持续集成是个简单重复劳动,人来操作费时费力,使用自动化构建工具完成是最好不过的了。为了实现这个要求,我选择了Jenkins。从http://mirrors.jenkins-ci.org/windows/latest下载windows下的最新安装版jenkins。(如果不能安装,从http://mirrors.jenkins-ci.org/war/latest/jenkins.war下载war包,手动配置,配置说明参见https://wiki.jenkins-ci.org/display/JENKINS/Use+Jenkins)。1.安装这里直接使用安装包,安装过程很简单,这里就再说明了。安装后 阅读全文
posted @ 2014-02-08 09:32 Alex Tian 阅读(24170) 评论(1) 推荐(2)
摘要: CALL "C:\Program Files\TortoiseGit\bin\pageant.exe" "d:\CKey.ppk" set GIT_SSH=C:\Program Files\TortoiseGit\bin\TortoisePLink.execall "C:\Program Files (x86)\Git\bin\git.exe" tag "%VersionNumber%.%Build_Number%" -m "%VersionNumber%.%Build_Number%"call 阅读全文
posted @ 2014-01-27 15:54 Alex Tian 阅读(508) 评论(0) 推荐(0)
摘要: http://msdn.microsoft.com/en-us/library/dn408531.aspxhttps://www.windowsazure.com/en-us/documentation/articles/cloud-services-dotnet-continuous-delivery/#step4http://blogs.technet.com/b/canitpro/archive/2013/11/06/set-by-step-manage-windows-azure-using-powershell.aspx 阅读全文
posted @ 2014-01-13 13:14 Alex Tian 阅读(155) 评论(0) 推荐(0)
摘要: 参考文献:http://technet.microsoft.com/en-us/library/ms188388.aspx正文本文主要讲解如何使用alter index来rebuild和reorganize索引来清除碎片,rebuild能够完全清除碎片,但是reorganize却不能。Rebuild index--1.准备实验数据select * into Employee from AdventureWorks2008R2.HumanResources.Employee;--2.查看使用空间:Employee 290 72 KB 56 KB 8 KB ... 阅读全文
posted @ 2013-12-05 14:17 Alex Tian 阅读(2684) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 26 下一页