Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,我使用的是免费体验版的Windows Azure。我想下载 .publishsettings 以使用命令行工具,但无法下载。我在任何浏览器上都尝试过,但我不能......
命令行工具中的“azure account download”应该允许您下载 publishsettings 文件。如果不是,您看到的问题是什么?
In my javascript code, I'm creating an <object> like so:
<object>
var myObject = document.createElement('object');
Then, I to add some parameters to this object, so that thes