01 2011 档案
摘要:原文出处:刘建文 | 学术半·IT歌·文(http://arttech.us)cscope是神马cscope是什么东东?先看看官方定义:“cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code.”简译并补充为:“cscope 是一支面向屏幕的(与面向行相对)交互式C源代码浏览程序。它可以对C程序源代码的元素(例如各种标号:变量,宏以及函数调用等)进行索引,提供简单的字符查询界面,用户可根据
阅读全文
摘要:**1**********************************************************SqlCommand cmd1 = new SqlCommand("GetTestInfo", conn); cmd1.CommandType = CommandType.StoredProcedure; DataTable table1 = new DataTable(); table1.Load(cmd1.ExecuteReader()); if (table1.Rows.Count == 0) //无现有测试 { button1.Enabled = false; }
阅读全文