我正在利用曲线与来自Windows指挥线的JeBrains YouTrack问题跟踪器的REST的A普切斯互动。 这是一种非常简单的过程,除盖尔外没有其他用途(作为单一窗口加以验证)。 我要简单地讲几句,但我已经提出一个问题。 一份内容提要文件希望我通过一个“灯光灯”,但是没有Windows的用途来制作。 我相信,只字不提一件事就够简单了,但我更喜欢不要再vent。
我在此呼吁的还有:
http://confluence.jetbrains.net/display/YTD3/PUT+Version
而且,我期待着把“再生”领域集中起来。
Is there a utility to generate the Unix timestamp on windows that is self contained, ie I don t need to install cygwin or something huge like that.
EDIT:关于此记录,我最后做些什么(部分档案):
type nul >pcmd.ps1
echo $timestamp=Get-Date -UFormat %%s >>pcmd.ps1
echo $timestamp=[Math]::Truncate($timestamp) >> pcmd.ps1
echo curl "http://myserver/rest/admin?releaseDate=$timestamp&isReleased=true" -v -b yt --upload-file empty >>pcmd.ps1
type pcmd.ps1
powershell - <pcmd.ps1