乐逍遥

博客园 首页 新随笔 联系 订阅 管理

2007年7月10日 #

摘要: byte[] aaa= null; SqlConnection conn= new SqlConnection(); conn.ConnectionString = System.Configuration.ConfigurationSettings.AppSettings[0]; string queryStr = "select top 1 photo from table2(... 阅读全文
posted @ 2007-07-10 10:32 乐逍遥 阅读(272) 评论(0) 推荐(0)

摘要: /// /// 将照片转换为二进制数组 /// /// /// private byte[] PhotoToArray( string path ) { FileStream stream = new FileStream( path , FileMode.Open , FileAccess.Read ) ; byte[] bufferPhoto =new byte[... 阅读全文
posted @ 2007-07-10 10:31 乐逍遥 阅读(820) 评论(4) 推荐(0)