摘要:
public static int CommandBySql(string sql) { SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["connString"].ConnectionStr 阅读全文
摘要:
查看锁的表:select object_name(resource_associated_entity_id) as tableName, request_session_id as pid from sys.dm_tran_lockswhere resource_type = 'OBJECT' a 阅读全文
摘要:
github 报错: 1 error:src refspec master does not match any 这个问题,我之前也遇到过,这次又遇到了只是时间间隔比较长了,为了防止以后再遇到类似问题,还是把这个方法简单记录在此。 当然,是通过搜索引擎找到的答案,开始用谷歌,我以为stackover 阅读全文