061121流水账
- partial关键字:https://blog.csdn.net/susan19890313/article/details/7575204
- chart控件及案例:
- VS/C#添加chart控件:https://blog.csdn.net/weixin_42474261/article/details/88628487
- 人体节律案例(超牛逼):https://blog.csdn.net/xianfajushi/article/details/7493697
- ScriptedSandbox64.exe已停止工作
- 会影响到抓包:https://blog.csdn.net/milijiangjun/article/details/103194190
就这也没解决啊,问题有:
- ScriptedSandbox64.exe的作用是什么?他直接影响诊断工具,那他说诊断工具吗?为什么取消勾选还有这种报错
- VS在运行程序的时候是在哪里运行的,沙盒吗?
- 只有Windows窗体应用会有这种报错,其他类型的文件不需要诊断吗?
- Single.TryParse(this.txWeightBase.Text,out wb) 中this的作用
- this.txWeighLo.TextChanged += TextChangedEvent; 这个还得好好理解,txWeighLo是控件,TextChanged是事件,TextChangedEvent也是个事件,这理解有问题
- Single.TryParse方法:https://docs.microsoft.com/zh-cn/dotnet/api/system.single.tryparse?view=net-5.0#System_Single_TryParse_System_String_System_Single__
- out参数修饰符:https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/out-parameter-modifier
- Int32.TryParse方法:https://docs.microsoft.com/zh-cn/dotnet/api/system.int32.tryparse?view=net-5.0
遇到了这样的消息,有意思
橘子Jane