- 博客(4)
- 收藏
- 关注
原创 图像压缩处理
<br />using System; using System.Collections.Generic; using System.Text; using System.Data; using System.IO; using System.Drawing; namespace DAL { public class ImgUtil { /// <summary> /// byte[]数组转换Bitmap /// <
2011-05-13 09:32:00
517
转载 [zt]GPRS行业应用方案分析
<br />转自:http://www.jdzj.com/PLC/article/2009-6-17/7988-1.htm<br /> <br />随着移动通信技术的发展,数据业务占整个移动业务的比重正稳步上升。这给GPRS的发展带来了良好的市场机遇。 <br /> GPRS(General packet radio service)在无线数据传输上有天然的优势,只要信号覆盖到的地方都可进行无线输数据业务,在交通、金融、公共服务业中有巨大而广泛的应用潜力。 <br /> 一、应用优势<br />
2011-05-12 15:57:00
1047
1
转载 [zt]C#中DataGridView按钮禁用或不可点的方法(设置Enabled属性)
在项目中进行了使用,很好用。只需要对单元格进行强制转换后设置就可以了,如: ((DataGridViewDisableButtonColumn)dr.Cells["open"]).Enabled = false;
2011-05-12 15:46:00
11373
1
原创 结构体、对象转字节数组
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.Reflection; using System.Runtime.Serialization.Formatters.Binary; using System.IO; namespace Communication.DataUtility { pu
2011-05-10 20:28:00
778
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人