private static object obj = new object();
public static int bid()
{
   lock (obj){
    //公共的静态方法
   }
}