bootstrap easyui RunJS JSFiddle codepen Gist
摘要: //首先给出一个函数;用来将图片保存到内存中 private Image ReturnImage(string strPhotoPath){FileStream fstream = new FileStream(strPhotoPath, FileMode.OpenOrCreate, FileAccess.Read);byte[] byData = new byte[fstream.Length];fstream.Read(byData, 0, System.Convert.ToInt32(fstream.Length));fstream.Close();System.IO.MemoryStr 阅读全文
posted @ 2012-08-09 18:03 lvyafei 阅读(450) 评论(0) 推荐(0) 编辑
摘要: View Code 1 #region 像素-英寸-厘米-DPI-转换 2 3 double 英寸厘米 = 2.54; 4 double 厘米英寸 = 0.393700787; 5 /// <summary> 6 /// 英寸转厘米 7 /// </summary> 8 /// <param name="英寸"></param> 9 /// <returns>厘米</returns>10 public double 英寸转厘米(double 英寸)11 ... 阅读全文
posted @ 2012-08-09 16:44 lvyafei 阅读(512) 评论(0) 推荐(0) 编辑
博客地址:lvyafei 返回顶部   返回顶部   返回顶部 站长QQ,点击这里给我发消息
无觅关联推荐,快速提升流量