- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
这可能是个愚蠢的问题,但我已经用谷歌搜索了大约 15 分钟。实际上,“调试”这个词并不常见,这就是为什么谷歌搜索结果对我没有帮助。
我使用的是 Visual Studio 2012。我有一个简单的 C# 代码,可以将一些输出打印到 .post 文件:
string sCurrPath = Directory.GetCurrentDirectory()+"Posting_0";
TextWriter tw = new StreamWriter(sCurrPath + ".post");
tw.WriteLine("something");
tw.Close();
这是 for 循环的一部分,但我认为它不重要。
我希望找到一个名为“Posting_0.post”但我得到的是一个名为“DebugPosting_0.post”
也许它在 Visual Studio 首选项中的某处。
当我尝试在 google 中寻找答案时,它误解了“调试”的上下文。
提前致谢。
最佳答案
使用 Path.Combine(Directory.GetCurrentDirectory(), "Posting_0")
而不是 +
。
关于C# 创建名称为 <Debug><GivenName> 的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20616914/
当用户从联系人选取器中选择联系人时,我正在 try catch 该联系人的给定名称。现在我正在使用这种方法 func contactPicker(_: CNContactPickerViewCont
这可能是个愚蠢的问题,但我已经用谷歌搜索了大约 15 分钟。实际上,“调试”这个词并不常见,这就是为什么谷歌搜索结果对我没有帮助。 我使用的是 Visual Studio 2012。我有一个简单的 C
如何检查 UID 是否已经存在。如果它存在,则使用 3 个名字和姓氏字母为新用户增加一个值。如果 UId 不存在,则分配 UID 的值...并存储在 eDirectory 中... public cl
Google Play 中的 Android 应用 Akita Security https://play.google.com/store/apps/details?id=com.highiot.m
我是一名优秀的程序员,十分优秀!