- 博客(3)
- 收藏
- 关注
转载 oracle查看被锁的表和被锁的进程以及杀掉这个进程
Select username,sid,serial#,sid||','||serial# from v$session where username=upper('pcmcp'); select b.username, b.sid||b.serial#, logon_time from v$locked_object a, v$session b where a.sessi
2015-11-13 11:13:57
395
转载 C# List<string>如何根据分隔符合并成字符串
static void Main(string[] args) { //字符串集合 List list = new List(); list.Add("a"); list.Add("b"); list.Add("c"); list.Add("d");
2015-09-02 11:20:39
5059
转载 Datagridview 取消选中行背景色
private void dgvsrecipebody_SelectionChanged(object sender, EventArgs e) { DataGridView dgv = sender as DataGridView; dgv.ClearSelection(); }
2015-08-27 13:26:11
1783
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅