自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

蝸牛的窩窩

技術要做得精,專

  • 博客(14)
  • 资源 (1)
  • 收藏
  • 关注

原创 B/S與C/S

一、什么是C/S和B/S 要想对“C/S”和“B/S”技术发展变化有所了解,首先必须搞清楚三个问题。 第一、什么是C/S结构。 C/S (Client/Server)结构,即大家熟知的客户机和服务器结构。它是软件系统体系结构,通过它可以充分利用两端硬件环境的优势,将任务合理分配到Client端和Server端来实现,降低了系统的通讯开销。目前大多数应用软件系统都是Client/Server形式的两

2008-05-22 17:05:00 1303

原创 DataGridView添加DateTimePicker

public class CalendarColumn : DataGridViewColumn    ...{        public CalendarColumn()            : base(new CalendarCell())        ...{        }        public override DataGridViewCell CellTemplat

2008-03-14 14:29:00 1550

原创 Datagridview自動翻頁

using   System; using   System.Collections.Generic; using   System.ComponentModel; using   System.Data; using   System.Data.SqlClient; using   System.Drawing; using   System.Text; using   System.Win

2008-02-20 11:45:00 1149

转载 DevExpress打印相关代码

using System;using System.Windows.Forms;using DevExpress.XtraPrinting;using System.Xml.Serialization;namespace MyDevExpressDemo...{ /**////  /// PrintSettingController 的摘要说明。 ///  public class Print

2008-02-01 09:21:00 885

原创 XML讀與寫

using   System.Xml;     private   void   WriteXML()     {         XmlTextWriter   writer   =   null;     writer   =   new   XmlTextWriter("E://MyXML.Xml",null);         writer.Formatting   =   Formatt

2008-01-31 11:18:00 441

原创 C#簡單操作XML

 已知有一个XML文件(bookstore.xml)如下:Oberons LegacyCorets, Eva5.951、往节点中插入一个节点:XmlDocument xmlDoc=new XmlDocument();xmlDoc.Load("bookstore.xml");XmlNode root=xmlDoc.SelectSingleNode("bookstore");//查找XmlE

2008-01-31 10:55:00 427

原创 Excel讀入dataset數據丟失的問題!

 摘要:研究了ISAM驱动限制,分析了在.NET中采用Microsoft.Jet.OLEDB读取Excel文件产生数据丢失的原因,给出了解决此问题的方法。   关键词:Excel;数据访问;Ole DB;ISAM   中图分类号:TP 311.1文献标识码:A 文章编号:1009-3044(2007)04-10937-02      1 引言   在应用程序的设计中,经常需要读取Excel数据或将

2008-01-30 19:52:00 1004

原创 繪圖使用雙倍緩衝範例

代碼如下:public partial class Line : Form    ...{        public Line()        ...{            InitializeComponent();        }        protected override void OnPaint(PaintEventArgs e)        ...{      

2008-01-29 18:57:00 540

原创 使用Brush類繪製圖像

代碼如下:public partial class TextureBruse : Form    ...{        private Image theimage;        private Image smallimage;        public TextureBruse()        ...{            InitializeComponent();    

2008-01-29 18:50:00 597

原创 使用Font類繪製文本(DrawString())

 代碼如下:public partial class Stringformat : Form    ...{        public Stringformat()        ...{            InitializeComponent();            SetStyle(ControlStyles.Opaque, true);            Poin

2008-01-29 18:46:00 680

原创 簡單的繪製圖形

 代碼如下: public partial class Draw : Form    ...{        public Draw()        ...{            InitializeComponent();            SetStyle(ControlStyles.Opaque, true);        }        protected over

2008-01-29 18:38:00 492

原创 RichTextBox控件應用

 代碼如下: public partial class RichTextBox : Form    ...{        public RichTextBox()        ...{            InitializeComponent();            txtSize.KeyPress += new KeyPressEventHandler(txtSize_K

2008-01-29 18:30:00 679

原创 驗証TextBox輸入的文本

代碼如下:public partial class Textboxtext : Form    ...{        public Textboxtext()        ...{            InitializeComponent();            btnClose.CausesValidation = false;//當單擊按鈕時不考慮驗証狀態         

2008-01-29 18:21:00 725

原创 ListView顯示本機文件夾及文件

1. 從工具欄中拉兩個Imagelist控件,分別命名為ilLarge,ilSmall,分別添加兩個圖片以顯示文件的圖標, 屬性Size分別設置為(16,16),(32,32).   ListView屬性LagerLmageList=ilLagrge,SmallImageList=ilsmall2. 再拉一個ContextMenuStrip控件,以選擇ListView.View p

2008-01-29 17:32:00 1040

DataViewg 一些東西

ado.net資源...........................................................

2008-11-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除