2023年4月6日
摘要: // to enable tooltips with the default configuration $('[data-bs-toggle="tooltip"]').tooltip() // to initialize tooltips with given configuration $('[ 阅读全文
posted @ 2023-04-06 13:39 嬉戏_人间 阅读(132) 评论(0) 推荐(0)
  2023年3月28日
摘要: AccessToken:2小时过期,最好后台存数据库,不要频繁获取 jsapi_ticket:分两种,要分别获取,获取方式一样,获取地址不一样 Signature签名算法:需要完整的网页url,包括参数,不然签名不一致 wx.config和wx.agentConfig:最好是先注入wx.config 阅读全文
posted @ 2023-03-28 14:31 嬉戏_人间 阅读(57) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <title>工资条</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0 阅读全文
posted @ 2023-03-28 14:14 嬉戏_人间 阅读(243) 评论(0) 推荐(0)
摘要: using System; using System.Data; using System.Configuration; using System.Collections.Generic; using System.Web; using System.Web.Security; using Syst 阅读全文
posted @ 2023-03-28 14:05 嬉戏_人间 阅读(315) 评论(0) 推荐(0)
摘要: using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> 阅读全文
posted @ 2023-03-28 13:44 嬉戏_人间 阅读(228) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Web; /// <summary>// 阅读全文
posted @ 2023-03-28 13:39 嬉戏_人间 阅读(183) 评论(0) 推荐(0)
摘要: using System; using System.IO; using System.Net; using System.Text; public class HttpHelper { /// <summary> /// 发起一个HTTP请求(以POST同步方式) /// </summary> / 阅读全文
posted @ 2023-03-28 13:30 嬉戏_人间 阅读(38) 评论(0) 推荐(0)