当我使用PS C:\DevOps COE\first_cookbook> chef-solo -c "C:\Users\bhavek\Desktop\br-test\solo.rb" -j "C:\Users\bhavek\Desktop\br-test\web.json"
Starting Chef Client, version 13.6.4
resolving cookbooks for run list: ["first_cookbook"]
Synchronizing Cookbooks:
- first_cookbook (0.1.0)
Installing Cookbook Gems:
Running handlers:
[2018-01-08T18:46:19+05:30] ERROR: Running exception handlers
[2018-01-08T18:46:19+05:30] ERROR: Running exception handlers
Running handlers complete
[2018-01-08T18:46:19+05:30] ERROR: Exception handlers complete
[2018-01-08T18:46:19+05:30] ERROR: Exception handlers complete
Chef Client failed. 0 resources updated in 05 seconds
[2018-01-08T18:46:19+05:30] FATAL: Stacktrace dumped to C:/home/user/cache/chef-stacktrace.out
[2018-01-08T18:46:19+05:30] FATAL: Stacktrace dumped to C:/home/user/cache/chef-stacktrace.out
[2018-01-08T18:46:19+05:30] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2018-01-08T18:46:19+05:30] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2018-01-08T18:46:19+05:30] FATAL: ArgumentError: different prefix: "C:/" and "/home/user/cache/cookbooks/first_cookbook"
[2018-01-08T18:46:19+05:30] FATAL: ArgumentError: different prefix: "C:/" and "/home/user/cache/cookbooks/first_cookbook"
PS C:\DevOps COE\first_cookbook>
将Java
文本复制到剪贴板时,可以在进程运行时从Japanese
代码再次检索它但是它无法将其成功复制到系统的全局剪贴板。它只是空的,所以什么都不能粘贴。它适用于“常规”Java
文本。如何解决这个问题?
以下是English
示例文字:
Japanese
Here是复制到剪贴板的标准不要?
ガノンの形態によってステップを分けた方がいいかも
方式(我没有真正找到另一种方法)。对于粘贴,您可以使用this代码。
与{nix相比,Java
系统通常基于Java
的复制/粘贴操作效果更好,但这次甚至在Windows
上也没有复制它。
Using a command line command solution平台依赖于Windows
可疑,在复制到Windows
时,所有字符都会更改为问号。
将其作为文件(CMD
)读取并将其复制到剪贴板也会中断:
clip.exe < Japanese.txt
这真的没有解决方案吗?