自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 串口发送数据类

using System;using System.Collections.Generic;using System.Text;using System.IO.Ports;using System.ComponentModel;namespace StringToLed...{    class stringtoLed    ...{        private System.IO.Port

2008-04-24 10:17:00 649

原创 串口发送数据类

using System;using System.Collections.Generic;using System.Text;using System.IO.Ports;using System.ComponentModel;namespace StringToLed...{    class stringtoLed    ...{        private System.IO.Port

2008-04-24 10:17:00 2222

原创 读取txt.sql

                // ReadData 方法        public int  ReadData(string dbpath)        ...{            int i = 0;            StringBuilder sql = new StringBuilder();            //创建 FileStream 的对象,说白了告诉程序

2008-04-18 16:15:00 801

原创 加密算法

        public static string Encrypt(string s,int key)        ...{            string result="";                     for (int i = 0; i  s.Length; i++)            ...{                result += Convert

2008-04-16 08:45:00 405

原创 combobox

       protected void bind_type()        ...{            StuFeeSet sfs = new StuFeeSet();            DataSet ds = sfs.getAllFeeTye();            this.cbType.DataSource = ds.Tables[0];            t

2008-04-12 13:00:00 495

原创 递归遍历winForm 上所有控件

  public void findControls(Control control)        ...{            foreach (Control c in control.Controls)            ...{                string cType = c.GetType().Name;                switch (cTyp

2008-04-11 08:19:00 803

空空如也

空空如也

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

TA关注的人

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