Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12300961
  • 博文数量: 1293
  • 博客积分: 13501
  • 博客等级: 上将
  • 技术积分: 17974
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 18:11
文章分类

全部博文(1293)

文章存档

2019年(1)

2018年(1)

2016年(118)

2015年(257)

2014年(128)

2013年(222)

2012年(229)

2011年(337)

发布时间:2016-06-29 16:41:32

不能盲目将HTML中所有的图片转换成二进制来存储,当图片越来越大时,image的data域会变得非常大,从而导致无法通过data来读取图片。 图片数据读不出来的现象: 由于很多情况是不清楚图片的,处理HTML的图片问题,还是使用相对路径来处理。   附将图片转为data数据的方法: private string ReplaceFileSyste.........【阅读全文】

阅读(2697) | 评论(0) | 转发(0)

发布时间:2016-06-29 16:41:01

        public static string ByteArray2String(byte[] contentByte)        {            string result = string.Empty;&nbs.........【阅读全文】

阅读(3540) | 评论(0) | 转发(0)

发布时间:2016-06-20 15:19:35

 foreach (Control c in this.Controls)       c.Enabled = false;参考网址:http://zhidao.baidu.com/link?url=T9wkzy_Mes2azMx8W9guZ0PYwvRJByicosVv8RICxq8020WRErVf5jZvKjZ5tPxxx6E49qYq-BaQXI3bQZYc__......【阅读全文】

阅读(2483) | 评论(0) | 转发(0)

发布时间:2016-06-20 15:15:09

public static List<CLocalTabStruct.ScreenLableItem> GetXmlLabelNameList(string fileFullName)         {            List<CLocalTabStruct.ScreenLableItem> listLabelItem = n.........【阅读全文】

阅读(2333) | 评论(0) | 转发(0)

发布时间:2016-06-17 14:43:47

效果图: 同时滚动和选中两个DGV的行。 关键代码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Reflection; namespace Sync.........【阅读全文】

阅读(2361) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:29

学无止境啊,到我的博客看看吧

回复  |  举报

lixinhai062016-12-01 16:14

大牛

回复  |  举报

dyli20002015-04-02 23:14

meng1623338942:有好多我要学习的东西啊、】

互相学习

回复  |  举报

dyli20002015-04-02 23:14

华冠一锅3:博客不错,交个朋友

好说好说

回复  |  举报

华冠一锅32015-04-02 13:12

博客不错,交个朋友

回复  |  举报
留言热议
请登录后留言。

登录 注册