C#代码请大家帮忙解释下每行含义,本人新手不太懂。 谢谢大家! 有一行注释说是读数据库的数据的。
staticstringGetInfo(){stringstrMax="selectmax(st_dt)from"+envir_info;stringdtime=DBUt...
static string GetInfo()
{
string strMax = "select max(st_dt) from " + envir_info;
string dtime= DBUtil.Instance.ScalarBySQL(strMax).ToString();
string strsql = string.Format("select t.*,s.longitude as x,s.latitude as y,s.type from {0} t,{1} s where t.st_dt=to_date('{2}','YYYY-MM-DD HH24:MI:SS') and t.cityname=s.pname",
envir_info,envir_station,dtime);
int count = 0;
return Common.DoSearch(strsql, ref count);
} 展开
{
string strMax = "select max(st_dt) from " + envir_info;
string dtime= DBUtil.Instance.ScalarBySQL(strMax).ToString();
string strsql = string.Format("select t.*,s.longitude as x,s.latitude as y,s.type from {0} t,{1} s where t.st_dt=to_date('{2}','YYYY-MM-DD HH24:MI:SS') and t.cityname=s.pname",
envir_info,envir_station,dtime);
int count = 0;
return Common.DoSearch(strsql, ref count);
} 展开
1个回答
2016-06-28
展开全部
//引用user32.dll[DllImport("user32.dll")]//定义外函数Rese()publicksta.//重写WndProc函数这里才是关键。他对基类WndProc进行了重写,实现了对传入的只用类型Message的值进行判断,当m.Msg的值等于0X84时除了调用原有基类的WndProc函数外还对m的Result进行重新赋值然后又一次调用基类的WndProc函数。=============如果要说这个程序的作用个人感觉是拦截“某窗口”的通讯信息,对指定的通讯值进行处理,然后再次发送该信息。因为程序您贴的不全无法进一步分析,不过根据引用了user32.dll个人觉得应该是账号设置程序窗口的信息。WndProc为窗口过程。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询