03 2019 档案
摘要:int hour = (int.Parse(DateTime.Now.Hour.ToString())) * 60; int minute = int.Parse(DateTime.Now.Minute.ToString()); int nowTime = hour + minute; int ho
阅读全文
摘要:#region 新增表单前的Check动作 public static void NewFormRequestCheck(string _FormID, string _VocaEmpID, string _ApEmpID, string _AgentEmpID, string _ColType,
阅读全文
摘要:protected void BtnRequest_Clich(object sender, EventArgs e) { lblMsg.Text= " " ; lblfmsg.Text= " " ; TxtEmpID.Text=Coeno.Utility.String.CleanUpInput(T
阅读全文
摘要:<html> <body> <p>请把鼠标移动到单词上,可以看到鼠标指针发生变化:</p> <span style="cursor:auto"> Auto</span><br /> <span style="cursor:crosshair"> Crosshair</span><br /> <spa
阅读全文
摘要:using System; --主命名空间,包含所有.net基础类型和通用类型,比如Object,比如string等; using System.Data; --数据命名空间,包含ado.net最基础的数据类型,比如DbConnection等; using System.Configuration;
阅读全文
摘要:using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.U
阅读全文
摘要:USE 数据库 GO SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO CREATE function 函数名称 (@EmpID nvarchar(50)) returns nvarchar(10) as begin DECLARE @TempDayID N
阅读全文
摘要:USE DB名称GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO . CREATE PROCEDURE 存储过程名 @formID nvarchar(20) , --传入参数 @Error int output AS DECLARE @DayID NVA
阅读全文

浙公网安备 33010602011771号