07 2007 档案
把图片保存到数据库的实现
摘要:/// /// 将照片转换为二进制数组 /// /// /// private byte[] PhotoToArray( string path ) { FileStream stream = new FileStream( path , FileMode.Open , FileAccess.Read ) ; byte[] bufferPhoto =new byte[s...
阅读全文
浙公网安备 33010602011771号