摘要:
问题: 要求将 一字符串 0,1,2,3,4,5 ;将,分隔后的每一内容转为一行记录到数据库表中 declare @table_串转数组 table( adapt_object int default 0) declare @tmp_str varchar(100) declare @tmp_index int select @tmp_index = 1 select @tmp_str... 阅读全文
摘要:
CREATE TABLE [tbmcd_salary_config_monthly] ( [id] [int] IDENTITY (1, 1) NOT NULL , [editor] [int] NOT NULL DEFAULT ('0'), [edittime] [varchar] (100) DEFAULT (''), [monthly] [varchar] (100) DEFA... 阅读全文
摘要:
declare @salary numeric(18,2) select @salary = 1000000 - 1600 select sum(case when tax1 left_point then case when @salary > right_point then right_point - left_point else @salary - left_point en... 阅读全文
摘要:
病毒及流氓软件自我复制的简单实现(C#) 作者: AspCool www.ASPCool.com 时间:2007-1-27 21:15:14 最近朋友的电脑中了病毒,让我跑了三次,费了九... 阅读全文
摘要:
using System; using System.Threading; // Included for the Thread.Sleep call using Continuum.Threading; namespace Sample { //============================================ /// Sample class for ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Drawing; using System.Windows.Forms; namespace Common { public delegate void _Bgz_OnUpdateUI... 阅读全文
摘要:
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Runtime.InteropServices; u... 阅读全文
摘要:
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Runtime.InteropServices; n... 阅读全文
摘要:
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Runtime.InteropServices; u... 阅读全文
摘要:
using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Threading; using System.Runtime.InteropServices; u... 阅读全文