scheduledexecutorservice 定时 与spring的定时哪种好
使用schedule(), 只是一个暗示(hint),如果运行超时将推后下一次运行,就像火车晚点一样,如果需要无论出现什么情况严格定时,请试试scheduleAtFixedRate()
asp.net的ExecuteReader()方法的用法
ExecuteReader()这只是一个方法啊,SqlCommand cmd = DB.createSqlcommand(“select * from denglu where id=1“); 你觉得这错没?
ASP中的 ExecuteNonQuery是什么意思
一个过程,一个函数,函数可以返回值
过程调用
call
executenonquery(sql)
或executenonquery
sql
函数调用
flag=executenonquery(sql)
其他是一样的,就是调用方式不同
-exec