摘要: 问题: 要求将 一字符串 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... 阅读全文
posted @ 2007-12-20 15:11 我想去长安 阅读(776) 评论(1) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-12-12 11:01 我想去长安 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-12-07 10:15 我想去长安 阅读(1446) 评论(1) 推荐(0) 编辑
摘要: 病毒及流氓软件自我复制的简单实现(C#) 作者: AspCool www.ASPCool.com 时间:2007-1-27 21:15:14 最近朋友的电脑中了病毒,让我跑了三次,费了九... 阅读全文
posted @ 2007-11-02 12:42 我想去长安 阅读(487) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Threading; // Included for the Thread.Sleep call using Continuum.Threading; namespace Sample { //============================================ /// Sample class for ... 阅读全文
posted @ 2007-11-02 12:23 我想去长安 阅读(3097) 评论(1) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-11-02 12:09 我想去长安 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-11-02 12:08 我想去长安 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-11-02 12:06 我想去长安 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-11-02 12:01 我想去长安 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2007-11-02 11:59 我想去长安 阅读(306) 评论(0) 推荐(0) 编辑