摘要:
<template> <view class="my-userinfo-container"> <!-- 头像和昵称区域 --> <view class="top-box"> <image :src="form.headimgurl" class="avatar"></image> <view cl 阅读全文
摘要:
后面代码需要用到的参数、方法、类 private string WeChatRedirectUrl = "www.test.com";//需要被授权的页面地址 //对页面进行授权重新返回的新地址,新地址包含code private string WeChatOauth2Url = @"https:/ 阅读全文
摘要:
//操作Cookies function CookiesModel() { var _This = this; this.get = function (name) { var cookie = document.cookie; name += '='; var i = 0; while (i 0 ? dom... 阅读全文
摘要:
//拿一个8位数的随机数 string randomNumber=GetCode(8); public string GetCode(int length) { char[] chars = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' }; 阅读全文
摘要:
请先引用: using System.Net.Mail;using System.Net; 阅读全文
摘要:
1、需要先引用ThoughtWorks.QRCode.dll 2、然后添加 using ThoughtWorks.QRCode.Codec;using System.Drawing;using System.IO; 阅读全文
摘要:
$("#ZB").attr("ondrawsummarycell", "ondrawsummarycell"); // ZBMX需要替换为子表对应控件的控件编号 汇总数据 $("#ZB").attr("ondrawcell", "ondrawcell"); // ZBMX需要替换为子表对应控件的控件编号 绘制表格 //绘制表格 function ondrawcell(e) { ... 阅读全文