摘要:
把bitmap转换为base64的数据流。 bitmap有一个Save重载方法,传入Stream和图片格式即可。 System.Drawing.Bitmap bitMap = getbitmap(); System.IO.MemoryStream ms = new System.IO.MemoryS 阅读全文
摘要:
今天去访问写好的API时,显示一个异常:Multiple action were found that match the request in Web Api。 打开原始API接口文件查看: 再去查看API配置文件: 默认API路由,只是简单设为api/{controller},现同Insus.N 阅读全文