小编Zac*_*ick的帖子

在路径".... vscode/extensions/ms -vscode.csharp-0.3.7/coreclr-debug/debugAdapters/OpenDebugAD7.exe"中找不到DebugAdapter bin文件夹.

操作系统:Windows 10
dotnet-cli:
版本:1.0.0-beta-001598
提交沙:7582649f88

这是按照此处的C#调试说明进行的.它是否适用于Windows?

c# visual-studio-debugging visual-studio-code

7
推荐指数
1
解决办法
1332
查看次数

命令行R中的问题

我在R中构建用户输入接口

对程序的加载,我想根据一组6个字段询问用户他们的偏好是什么.然后,这将用作程序其余部分的比较工具.

例如,

>ThisProgram  
>"Hello, on a scale of 1 to 10, how much would you say you rate the outdoors in your trips?    Enter a 10 for very important, and a 1 for not important at all.   
>7  
>"Great. on a scale of 1 to 10, how much would you say you rate the Family Friendly in your  trips?  Enter a 10 for very important, and a 1 for not important at all. 
>2
  .
  .
  .
  and so …
Run Code Online (Sandbox Code Playgroud)

command-line r command-prompt command-line-arguments

4
推荐指数
1
解决办法
218
查看次数