摘要: 效果: 代码: /* 打开审批弹窗*/ openAudit(row) { this.$confirm('请确认审核结果', '审核', { distinguishCancelAndClose: true, confirmButtonText: '审核通过', cancelButtonText: '未 阅读全文
posted @ 2023-03-21 09:25 高长缨 阅读(193) 评论(0) 推荐(0)
摘要: 1.NuGet包管理器 安装 Qiniu 2. 1 public HttpResult UploadVideoTo7new() 2 { 3 Mac mac = new Mac("AccessKey", "SecretKey"); 4 // 上传文件名 5 string key = "video"; 阅读全文
posted @ 2021-12-15 11:33 高长缨 阅读(371) 评论(0) 推荐(0)
摘要: 1 /// <summary> 2 /// 生成带二维码的海报 3 /// </summary> 4 /// <param name="haibao">背景海报地址</param> 5 /// <param name="qrcodeurl">生成二维码的链接</param> 6 /// <retur 阅读全文
posted @ 2021-12-14 17:57 高长缨 阅读(326) 评论(0) 推荐(0)
摘要: using ThoughtWorks.QRCode.Codec; 1 QRCodeEncoder codeEncoder = new QRCodeEncoder(); 2 3 Bitmap image = codeEncoder.Encode("二维码链接", Encoding.UTF8); 4 5 阅读全文
posted @ 2021-12-14 17:05 高长缨 阅读(261) 评论(0) 推荐(0)
摘要: 1 <script src="/js/jquery-2.1.4.min.js"></script> 2 <script src="/js/jweixin-1.0.0.js"></script> 3 <script src="/js/exif.js"></script> 4 <script> 5 $( 阅读全文
posted @ 2021-12-13 16:07 高长缨 阅读(290) 评论(0) 推荐(0)
摘要: 1 <div class="active"> 2 <div class="tixing">文本超出啦要滚动显示呀~文本超出啦要滚动显示呀~文本超出啦要滚动显示呀~</div> 3 </div> 仅使用css: <style> .active{ color:red; display:block; wi 阅读全文
posted @ 2021-10-15 15:56 高长缨 阅读(344) 评论(0) 推荐(0)