摘要:
ImageAttributes ImgAtt = new ImageAttributes(); ; ImgAtt.SetWrapMode(System.Drawing.Drawing2D.WrapMode.TileFlipXY); m_graphics.DrawImage(image, new Sy 阅读全文
摘要:
今天一大早起来,做ios的开发,发现了一下错误:A valid provisioning profile for this executable was not found 错误的产生是在开发模式下产生的,在生产模式下没有这个问题(我用的是企业证书) 后来网上查了N多资料,PP文件也重新下载来,还是 阅读全文