- 博客(34)
- 收藏
- 关注
原创 展示表格数据
获取text文件接口 // 获取指定样式文件 isStyleExist(areacode: number, name: string, filename: string): Promise<boolean> { let url = `${this.url}/style/${name}/${areacode}/${filename}`; let options: Object = { responseType: 'text' }; return
2022-04-06 10:16:13 116
原创 angular编译内存不足的问题An unhandled exception occurred: Call retries were exceeded
Generating ES5 bundles for differential loading...An unhandled exception occurred: Call retries were exceeded
2022-01-21 09:55:32 2415
原创 angular样式绑定
style.propertyName[style.Css属性名] = ‘Css属性值变量’/‘css属性值’// app.component.tsexport class AppComponent { fontSize = '32px';}// app.component.html<div [style.fontSize]="fontSize" [style.color]="'red'">styleBinding</div>ngStyle[ngStyle]
2022-01-13 10:02:36 331
原创 如何保证一个系统只有一个用户可以登录(api.service.ts、app.config.ts)
甲乙同时使用同一用户名、密码登录系统。甲先登录,乙后登录,当乙登陆后,在定时器设定时间内,甲登录信息失效!
2022-01-12 10:00:51 468
原创 js的几种去重方法
1、include去重仅限数组格式,对象格式不可以 if (!this.cTypeList.includes(element["cTypestation"])) { this.cTypeList.push(element["cTypestation"]); }2、set去重 建立map表public map = new Map<number, string>() //初始化查询 表格数据 refresh()
2022-01-11 16:14:02 3965
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人