我在SageMaker上有一个笔记本,希望每天晚上运行。安排此任务的最佳方法是什么。是否可以从SageMaker运行bash脚本并计划Cron作业?
我有一个 System.Single 类型的 DataGridView 单元格。
if (myDataGridView.Rows[0].Cells[1].Value == null)
{
//some code
}
Run Code Online (Sandbox Code Playgroud)
myDataGridView.Rows[0].Cells[1].Value有价值{}。不是null,也不是0,右边应该是什么==才能使条件为真?