03 2014 档案
摘要:http://www.cnblogs.com/rollenholt/archive/2012/04/23/2466179.html总是记不住API。昨晚写的时候用到了这些,但是没记住,于是就索性整理一下吧:python中对文件、文件夹(文件操作函数)的操作需要涉及到os模块和shutil模块。得到当前工作目录,即当前Python脚本工作的目录路径:os.getcwd()返回指定目录下的所有文件和目录名:os.listdir()函数用来删除一个文件:os.remove()删除多个目录:os.removedirs(r“c:\python”)检验给出的路径是否是一个文件:os.path.isfile
阅读全文
摘要:有可能, jenkins slave service or jenkins service的logon 账户没有设置好
阅读全文
摘要:http://www.windowsazure.com/en-us/documentation/articles/virtual-machines-java-run-tomcat-application-server/With Windows Azure, you can use a virtual machine to provide server capabilities. As an example, a virtual machine running on Windows Azure can be configured to host a Java application server
阅读全文
摘要:http://blogs.iis.net/jamescoo/default.aspxWeb Deployment Tool Now Works With Credential StoreFeb 07, 2010 The Web Deployment Tool will be releasing a brand new feature in the newest version 1.1. This new feature will allow users to store their passwords in Window’s credential store on command-line u
阅读全文
摘要:http://blog.danskingdom.com/using-msbuild-to-publish-a-vs-2012-ssdt-sqlproj-database-project-the-same-way-as-a-vs-2010-dbproj-database-project/Post and code updated on March 21, 2013, and again on March 22, 2013.We recently upgraded from VS (Visual Studio) 2010 to VS 2012, and with it had to upgrade
阅读全文
摘要: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
阅读全文
摘要:http://www.iis.net/learn/publish/using-web-deploy/dbdacfx-provider-for-incremental-database-publishing
阅读全文