摘要:
function showTime() { var today=new Date() var years=today.getFullYear(); var months=today.getMonth(); var d=today.getDate(); var h=today.getHours(); var m=today.getMinutes(); var s=today.getSeconds(); months=months+1; months... 阅读全文
摘要:
if(exists(select * from sysobjects where xtype = 'P' and name = 'CCIVR_GetCusInfo'))begin drop procedure CCIVR_GetCusInfoendgocreate procedure CCIVR_GetCusInfo@ProductSN varchar(50),--主机编号@CustomerID varchar(50),--客户ID@CustomerPassword varchar(50),--客户密码@StationID varchar(50),--服务站ID 阅读全文