1、

foreach(Window win in App.Current.Windows) 
{ 
    if (win.GetType() == typeof(propertiesWindow)) 
    { 
        win.Show(); 
        win.Focus(); 
        return; 
    } 
}

 

2、update 表名 set Tuesday = case Tuesday when 0 then rand(id*10000)*100 else rand(id*1000)*(999-100) end where ...

rand由随机种子和变量来实现

 

3、Select TABLE_NAME FROM 数据库.INFORMATION_SCHEMA.TABLES

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2022-12-23
  • 2021-09-21
  • 2021-05-30
  • 2022-12-23
  • 2021-05-18
  • 2021-07-02
相关资源
相似解决方案