摘要: /// /// 解决伪随机问题 /// public static void Random() { int t = 0; for (int i = 0; i < 10; i++) { byte[] bytes = new byte[4]; System.Security.Cryptography.RNGCryptoServiceProvider rng = new System.Securi... 阅读全文
posted @ 2018-10-13 13:07 紅人 阅读(879) 评论(2) 推荐(0) 编辑
摘要: /// /// 图片水印 /// /// 服务器图片相对路径 /// 保存文件名 /// 水印文件相对路径 /// 图片水印位置 0=不使用 1=左上 2=中上 3=右上 4=左中 9=右下 /// 附加水印图片质量,0-100 /// 水印的透明... 阅读全文
posted @ 2018-10-13 12:48 紅人 阅读(1162) 评论(1) 推荐(0) 编辑