
C#
文章平均质量分 78
jbeauty
这个作者很懒,什么都没留下…
展开
-
通过HtmlInputFile控件上传文件的类
using System;using System.Web.UI.HtmlControls;using System.IO;namespace Document.Bll{ public class HtmlInputFileControl { HtmlInputFileControl#region HtmlInputFileControl public Ht转载 2007-01-07 11:14:00 · 529 阅读 · 0 评论 -
阴历阳历转换
using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr转载 2007-01-07 11:12:00 · 2117 阅读 · 1 评论 -
通用基类
using System;using System.Web;using System.Web.UI;using System.IO;using System.Text.RegularExpressions;namespace Document.Base{ /**//// /// Summary description for BasePage. /// public c转载 2007-01-07 11:08:00 · 580 阅读 · 0 评论 -
文件的一些基本操作
using System;using System.IO;using System.Text;namespace Document.Bll{ /**//// /// Summary description for fileinfo. /// public class fileinfo { public fileinfo() {转载 2007-01-07 11:07:00 · 520 阅读 · 0 评论 -
SQLDMO类的使用
SQLDMO(SQL Distributed Management Objects,SQL分布式管理对象)封装 Microsoft SQL Server 2000 数据库中的对象。SQL-DMO 允许用支持自动化或 COM 的语言编写应用程序,以管理 SQL Server 安装的所有部分。SQL-DMO 是 SQL Server 2000 中的 SQL Server 企业管理器所使用的应用程序接口转载 2007-01-07 11:15:00 · 842 阅读 · 0 评论 -
C#中如何取得系统字体
HTML> HEAD> title>systemfonttitle> meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> meta name="CODE_LANGUAGE" Content="C#"> meta name="vs_defaultClientS转载 2007-01-07 11:16:00 · 1198 阅读 · 0 评论 -
C#条形码
c#条形码#region c#条形码 public string bar_code(object str, int ch, int cw, int type_code) { string strTmp=str.ToString(); string code=strTmp; strTmp=strTmp.To转载 2007-01-07 11:16:00 · 755 阅读 · 0 评论