摘要: using System; namespace Siia.WxPlatform.Web.Weixin.Helpers { /// <summary> /// 微信 API 工具类 /// </summary> public class ApiUtility { public static int G 阅读全文
posted @ 2020-04-17 16:52 SmilePastaLi 阅读(571) 评论(0) 推荐(0)
摘要: git config --global alias.lg "log --graph --pretty=format:'%Creset%h %Cgreen%cd %C(yellow)%cn %Creset %s %b %N' --date=format:'[%y/%m/%d %H:%M:%S]'" 效 阅读全文
posted @ 2020-03-24 10:52 SmilePastaLi 阅读(175) 评论(0) 推荐(0)
摘要: Microsoft office 2019 官方简体中文版 免费下载 http://www.win7w.com/win10zhuangjiruanjian/14588.html Microsoft Office 2019激活工具 http://www.win7w.com/win10jihuo/147 阅读全文
posted @ 2020-03-03 13:04 SmilePastaLi 阅读(168) 评论(0) 推荐(0)
摘要: /// <summary> /// 转化工具类 /// </summary> public class GPSTransToAMap { //椭球参数 static double pi = 3.14159265358979324; static double a = 6378245.0; static double ee = 0.00669342162296594323; /// <summary 阅读全文
posted @ 2019-12-26 09:37 SmilePastaLi 阅读(4494) 评论(0) 推荐(0)
摘要: api,FormData上传调用: 阅读全文
posted @ 2019-12-25 13:57 SmilePastaLi 阅读(195) 评论(0) 推荐(0)
摘要: 出现问题:没有出现这个下拉箭头,按一下F12就有了. 解决方案:按F12后,改变窗口大小,会触发时间resize,手动执行了一下resize就可以出现了 $(window).resize(); //渲染表单后,手动执行resize事件,解决layui tab 折叠箭头失效的问题 阅读全文
posted @ 2019-09-02 09:53 SmilePastaLi 阅读(1431) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace Siia.Veima.Host.Uti... 阅读全文
posted @ 2019-08-14 10:18 SmilePastaLi 阅读(3581) 评论(0) 推荐(0)
摘要: public class CacheHelper { //缓存容器 private static Dictionary CacheDictionary = new Dictionary(); /// /// 添加缓存 /// public static void Add(string k... 阅读全文
posted @ 2019-08-01 15:32 SmilePastaLi 阅读(320) 评论(0) 推荐(0)
摘要: HttpGet: HttpPost: 阅读全文
posted @ 2019-08-01 15:00 SmilePastaLi 阅读(263) 评论(0) 推荐(0)
摘要: Startup.cs文件: 登录: 特性: 需要认证:[Authorize] 忽略认证:[AllowAnonymous] 阅读全文
posted @ 2019-07-31 17:33 SmilePastaLi 阅读(1015) 评论(0) 推荐(0)