摘要:
点击下载DateFormat.rar主要功能如下返回每月的第一天和最后一天看下面代码吧/// /// 类说明:时间操作类/// 编 码 人:苏飞/// 联系方式:361983679 /// 更新网站:[url=http://www.sufeinet.com/thread-655-1-1.html]http://www.sufeinet.com/thread-655-1-1.html[/url]/// using System; namespace DotNet.Utilities{ public class DateFormat { //返回每月的第一天和最后一天 ... 阅读全文
阅读排行榜
[IO] C# DirFileHelper文件与文件夹操作类教程与源码下载 (转载)
2014-03-31 14:33 by 无抿屎的牛牛, 420 阅读, 收藏,
摘要:
点击下载DirFileHelper.zip主要功能如下所示// 摘要: // 向文本文件的尾部追加内容 // // 参数: // filePath: // 文件的绝对路径 // // content: // 写入的内容 public static void AppendText(string filePath, string content); // // 摘要: // 清空指定目录下所有... 阅读全文
[验证码实现] Captcha 验证码类,一个很个性的验证码类 (转载)
2014-03-31 15:09 by 无抿屎的牛牛, 419 阅读, 收藏,
摘要:
点击下载Captcha.zip/// /// 类说明:条码生成类/// 编 码 人:苏飞/// 联系方式:361983679 /// 更新网站:[url=http://www.sufeinet.com/thread-655-1-1.html]http://www.sufeinet.com/thread-655-1-1.html[/url]/// using System;using System.Drawing; public static class Captcha{ private static double[] addVector(double[] a, double[] b) ... 阅读全文
存储过程 删除两表关联的数据记录
2013-11-01 17:25 by 无抿屎的牛牛, 414 阅读, 收藏,
摘要:
表Device为设备表(主表),如下图表Rxparam为参数表(从表),如下图该存储过程是查找Device表中CustomerID为62的所有设备Rxparam表对应的记录都删除。CREATE PROCEDURE CopyCustomerInfo( @FromCustomerID int, @ToCustomerID int, @CustomerType int)ASBEGIN TRANSACTION DECLARE @Error int SET @Error=0 DECLARE @DeviceCount int SET @DeviceCount=0BEG... 阅读全文
浙公网安备 33010602011771号