摘要: 【问题描述】 在 UiPath (2019.3.0 Community Edition) 使用 Excel Application Scope + Read Cell 读取 Exce l时报错 这个问题从 4/8/2019 17:47 起,到今天 4/15/2019 17:06,困扰了我一周,终于解 阅读全文
posted @ 2019-04-15 17:35 coco1989 阅读(2486) 评论(0) 推荐(0) 编辑
摘要: 【问题描述】 用 UiPath (2019.3.0 Community Edition) 编写了一个Tool,用 While 循环把整数从 10 ,每次循环+1,一直加到100,并利用 Append Text (UiPath.Word.Activities.DocumentAppendText) 把 阅读全文
posted @ 2019-04-05 19:13 coco1989 阅读(750) 评论(0) 推荐(0) 编辑
摘要: 【问题描述】 用 UiPath (2019.3.0 Community Edition) 编写了一个非常简单的Tool,但是运行的时候出现了异常,下图是 Designer panel 的 workflow 和 异常截图 以下是详细的报错信息: 问题关键点: Newtonsoft.Json.JsonS 阅读全文
posted @ 2019-04-02 14:42 coco1989 阅读(1377) 评论(0) 推荐(0) 编辑
摘要: 【出现的问题】Port 4200 is already in use. Use '--port' to specify a different port. 【解决方法】针对 Windows,通过关闭正在占用 4200 端口的 Anjular 程序,来释放 4200 端口 第一步,在 Terminal 阅读全文
posted @ 2019-02-11 14:13 coco1989 阅读(1909) 评论(0) 推荐(0) 编辑
摘要: 【出现的问题】 TS2339: property 'of' does not exist on type 'typeof Observable' 【解决方法】(如下代码粉色标记) 首先 import { of } from 'rxjs'; - 见下方【参考】(1) 和 import {delay} 阅读全文
posted @ 2018-08-09 16:23 coco1989 阅读(6807) 评论(0) 推荐(0) 编辑
摘要: 【出现的问题】ng: Can't bind to 'ngModel' since it isn't a known property of 'input'. 【解决方法】导入 FormsModule 到 app.module.ts (如下代码粉色标记) 【参考】 https://stackoverf 阅读全文
posted @ 2018-07-27 14:27 coco1989 阅读(1566) 评论(0) 推荐(0) 编辑
摘要: 【出现的问题】TS2339: Property 'debounceTime' does not exist on type 'Observable<any>'. 【解决方法】 第一步,在 Terminal 更新 Angular 第二步,fix the rxjs 第三步,修改代码,不再使用deboun 阅读全文
posted @ 2018-07-26 14:34 coco1989 阅读(3758) 评论(2) 推荐(2) 编辑
摘要: 【出现的问题】ng:No provider for ControlContainer 【解决方法】 第一步,在 app.module.ts 最上边添加 第二步,在 app.module.ts 下边的 imports: 里边添加 FormsModule 【参考】 https://techoverflo 阅读全文
posted @ 2018-07-26 14:12 coco1989 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 【出现问题的语句】 【解决方法】 Disable的方法: open tslint.json find the "no-inferrable-types" attribute add ignore-properties to its array 【参考】 https://stackoverflow.c 阅读全文
posted @ 2018-07-03 10:48 coco1989 阅读(3289) 评论(0) 推荐(0) 编辑
摘要: 1 2 AAA 3 BBB 4 CCC 5 1 .container { 2 text-align: right; 3 border:1px solid green; 4 } 5 .content { 6 display: inline-block; 7 border:1px solid red; 8 } 阅读全文
posted @ 2018-06-27 14:36 coco1989 阅读(162) 评论(0) 推荐(0) 编辑