07 2012 档案

C# GDI+代码收集1
摘要:C# GDI+代码 绘制带立体感的圆柱,窗体绘制网格,把窗体转成图像文件,绘制条形图,绘制饼形图,颜色对话框,字体选择 阅读全文

posted @ 2012-07-27 15:02 YuanSong 阅读(400) 评论(0) 推荐(0)

ADO.NET调用SQL存储过程
摘要:ADO.NET调用SQL存储过程 阅读全文

posted @ 2012-07-27 10:28 YuanSong 阅读(5262) 评论(0) 推荐(2)

SQL SqlParameter
摘要:SqlParameter 类 阅读全文

posted @ 2012-07-27 10:00 YuanSong 阅读(363) 评论(0) 推荐(0)

SQL从SQL SERVER中获取数据库结构信息
摘要:用SQL从SQL SERVER中获取数据库结构信息 阅读全文

posted @ 2012-07-26 17:05 YuanSong 阅读(457) 评论(0) 推荐(1)

C# MDI应用程序
摘要:MDI应用程序 阅读全文

posted @ 2012-07-26 14:18 YuanSong 阅读(8088) 评论(0) 推荐(0)

C#委托与事件
摘要:C# 委托与事件实例 阅读全文

posted @ 2012-07-23 10:55 YuanSong 阅读(525) 评论(0) 推荐(1)

C#String.IndexOf检索字符串中字符出现的次数
摘要:String.IndexOf检索字符串中字符出现的次数 阅读全文

posted @ 2012-07-21 15:09 YuanSong 阅读(6810) 评论(0) 推荐(0)

C#String类Length属性
摘要:String.Length 阅读全文

posted @ 2012-07-21 14:59 YuanSong 阅读(16350) 评论(0) 推荐(0)

C#继承之base,virtual,override,abstract,new,sealed关键字
摘要:C# base,virtual,override,abstract,new,sealed关键字 阅读全文

posted @ 2012-07-20 15:22 YuanSong 阅读(2607) 评论(0) 推荐(0)

C#基础之数组
摘要:多维数组 锯齿数组 阅读全文

posted @ 2012-07-20 12:08 YuanSong 阅读(442) 评论(0) 推荐(0)

C#基础之out,ref关键字
摘要:C# out,ref关键字 阅读全文

posted @ 2012-07-19 15:42 YuanSong 阅读(208) 评论(0) 推荐(0)

C#基础之is,as关键字
摘要:C#is,as关键字 阅读全文

posted @ 2012-07-19 15:17 YuanSong 阅读(396) 评论(0) 推荐(0)

C#基础之菜鸟问题
摘要:1.string a = null 与 string a = " "的区别。string a = null 表示a没有志向任何字符,为空引用,不占内存空间。string a = " "表示a指向一个空字符,不是一个空引用,要为其分配内存空间。2.逻辑与条件的区别在C#中有&(逻辑与),|(逻辑或),&&(条件与),||(条件或)区别为:a&&b对应于a&b,不同的是,对于a&&b,如果a为false,则不计算b。对于a&b,则将分别计算a,b的值。3.const 与readonlyc 阅读全文

posted @ 2012-07-19 15:01 YuanSong 阅读(261) 评论(0) 推荐(0)

WinCE 6.0系统制定(添加Web Server组件、SQL Server CE组件和SD WiFi驱动)
摘要:1.添加Web组件在Catalog Items View中添加 CoreOS -> CEBASE -> Communication Services and NetWorking -> Servers -> Web Server,同时添加ASP和ISAPI。2.添加SQL Server 组件在Catalog Items View中添加CoreOS -> CEBASE -> Applications and Services Development -> SQL Compact。同时添加CoreOS-> CEBASE -> Applicati 阅读全文

posted @ 2012-07-19 14:30 YuanSong 阅读(1949) 评论(0) 推荐(0)

导航