上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: C CBD(Component-based Development)基于构件的开发CBSE(Component-based Software Engineering)基于构件的软件工程 D DO(Digital Information-Oriented)面向数字信息 DFD(Data Flow Di 阅读全文
posted @ 2022-04-24 16:05 艺洁 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: 一、在module的providers区域里,为pipe维护具体的实现类 二、如果不想改动module.ts,可选择直接在组件中注入 阅读全文
posted @ 2022-04-15 14:39 艺洁 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 1、安装相关插件 npm install file-saver --savenpm install @types/file-saver --save-dev 一、xlsx(虽然强大,但是默认不支持改变样式,想要支持改变样式,需要使用它的收费版本。) 1、安装 npm install xlsx --s 阅读全文
posted @ 2022-04-14 17:10 艺洁 阅读(742) 评论(0) 推荐(0) 编辑
摘要: //新增 <insert id="insertSelectiveList" useGeneratedKeys="true" parameterType="java.util.List"> insert into common_user (user_id, user_account, user_nam 阅读全文
posted @ 2021-05-25 09:32 艺洁 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 下载并引用spreadJs 定义全局变量,初始化表格控件 var $this = this;this.spread_obj; $this.spread_obj = new GC.Spread.Sheets.Workbook(document.getElementById('xxx')); funct 阅读全文
posted @ 2021-03-26 16:47 艺洁 阅读(835) 评论(1) 推荐(0) 编辑
摘要: [HttpGet] [Route("GetPurchaseItemWord")] public IHttpActionResult Get_PurchaseItemWord(string id) { #region 文件流 var model = _purchaseRepository.Get(id 阅读全文
posted @ 2020-10-27 09:30 艺洁 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 之前一直用mui.fire调用自定义事件以达到监听目标窗口的目的。 页面为双webview,页面跳转时 mui.openWindow({ url: '../choose/food-choose-content.html', id: 'food-choose.html', show: { autoSh 阅读全文
posted @ 2020-09-21 16:40 艺洁 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 工具类 package com.panchina.util; import com.alibaba.druid.util.StringUtils; import com.aliyun.oss.HttpMethod; import com.aliyun.oss.OSS; import com.aliy 阅读全文
posted @ 2020-07-16 09:29 艺洁 阅读(759) 评论(0) 推荐(0) 编辑
摘要: let OSS = require('ali-oss'); let config = { region: 'oss-cn-hangzhou', //你的Region 注意 这个只要 空间名 不要 http:// 和 .aliyunoss.com !! //secure: true, accessKe 阅读全文
posted @ 2020-07-13 16:24 艺洁 阅读(853) 评论(0) 推荐(0) 编辑
摘要: 下载WxValidate.js import WxValidate from '../../../utils/WxValidate.js' Page({ data: { show: true, mask: false, activityId:'', name: "", tel: "", }, onR 阅读全文
posted @ 2020-07-08 14:08 艺洁 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页