11 2020 档案

摘要:computed: { computeCols () { // 隐藏列 let columns = this.tableColumns if (this.searchForm.Type '' || this.searchForm.Type 0) { columns = columns.filter( 阅读全文
posted @ 2020-11-24 17:24 春夏秋冬的千山万水 阅读(147) 评论(0) 推荐(0)
摘要:创建型模式:创建型模式就是用来描述怎么创建的对象的,比如最常见的单例模式 工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式 结构型模式:用于描述如何将类或对象按某种组合成更大的结构 适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式 行为型模式:用于描述类或对象之间相 阅读全文
posted @ 2020-11-18 15:10 春夏秋冬的千山万水 阅读(257) 评论(0) 推荐(0)
摘要:public static class StringHelper { /// <summary> /// 返回缩略图路径 /// </summary> /// <param name="filePath">原图路径</param> /// <param name="width">缩略图宽</para 阅读全文
posted @ 2020-11-12 14:37 春夏秋冬的千山万水 阅读(98) 评论(0) 推荐(0)
摘要:/// <summary> /// 小程序秘钥 /// </summary> /// <param name="wxLogin"></param> /// <returns></returns> [AllowUser] [HttpPost] public ResultResponse<bool> G 阅读全文
posted @ 2020-11-12 13:55 春夏秋冬的千山万水 阅读(368) 评论(0) 推荐(0)
摘要:public class WxHelper { //微信小程序 private static string _appid = ConfigurationManager.AppSettings["wxAPPID"]; private static string _appSecret = Configu 阅读全文
posted @ 2020-11-12 13:49 春夏秋冬的千山万水 阅读(122) 评论(0) 推荐(0)
摘要:<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>拍照2</title> </head> <body> <button id="btnDoCapture">拍照</button> <br /> <video i 阅读全文
posted @ 2020-11-12 12:02 春夏秋冬的千山万水 阅读(225) 评论(0) 推荐(0)