- 博客(4)
- 问答 (3)
- 收藏
- 关注
转载 .net 软件工程师面试题
一.填空题1.面向对象的语言具有(继承)性、(多态)性、(封装)性。2.能用foreach遍历访问的对象需要实现 (IEnumberable)接口或声明(GetEnumberator)方法的类型。3.列举ADO.net中的五个主要对象(Command)、(Connection)、(DataReader)、(DataSet)、(DataAdapter)。4.C#中的三元运算符是__(
2016-05-26 11:16:01
507
转载 C# winfrom 中 MediaPalyer 的所有属性及方法。
Windows Media Player控件的所有属性和方法----1player.GetPlayState() 返回播放器状态(0:停止,1:连接,2:缓冲,3:播放,4:暂停,5:寻找)网页中嵌入MediaPlayer时,各种属性与方法设置播放: MediaPlayer.Play()暂停: MediaPlayer.Pause()定位: MediaPlayer.SetCurr
2016-05-24 16:29:18
2876
转载 C# 将字节流转换为图片的实例方法,需要的朋友可以参考一下
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Drawing; usingSystem.IO; namespaceMicrosoft.Form.Base { classImageToByte {
2016-04-25 21:09:02
971
转载 Winfrom中实现图片切换特效的方法。是我在jb51.net 上看到的! 写的很全。需要的可以看看!!!
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Drawing.Text;using System.Drawing.Drawing2
2016-04-25 19:40:50
1182
空空如也
C#中MyFuncLib.OpenDatabase()的类型初始值设定项引发异常。
2016-03-30
所有操作一旦查询数据时间过长如何避免页面或者界面无响应状况?
2016-02-29
webservice链接数据问题,求大神相助!!!
2016-02-29
TA创建的收藏夹 TA关注的收藏夹
TA关注的人