普华永道(PwC) 长期招聘各种软件开发,管理岗位,可全年在家办公, 全年假期优厚。有意者可邮件联系 julia_faneast@163.com 职位简介
摘要: 1. 利用ai (adobe illustrator 工具)制作一个svg 2. https://www.iconfont.cn/help/detail?spm=a313x.7781069.1998910419.d1c73b2de&helptype=draw&step= 阅读全文
posted @ 2019-02-27 14:54 julia_faneast 阅读(2229) 评论(0) 推荐(0) 编辑
摘要: 文章转载于:https://www.cnblogs.com/hjvsdr/p/6639649.html step 1:找到阿里巴巴矢量图标库官网https://www.iconfont.cn,然后注册登录,或者用github登录也行,此步骤跳过; step 2:找到图标管理->我的项目->然后新建项 阅读全文
posted @ 2019-02-26 17:12 julia_faneast 阅读(11459) 评论(1) 推荐(0) 编辑
摘要: 当选择policy scan type 去做verascan时,针对 window.location.href我们得到了 cross-Site-Script 和 Insufficient Input Validation 的错误。具体代码如下: 解决方法: 1. 2. 阅读全文
posted @ 2019-02-18 16:11 julia_faneast 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 下面有一个文档详细介绍Angular 中的事件列表: https://github.com/angular/angular/blob/master/packages/compiler/src/schema/dom_element_schema_registry.ts#L78。 星号代表的是事件 (n 阅读全文
posted @ 2019-01-21 11:17 julia_faneast 阅读(2299) 评论(0) 推荐(0) 编辑
摘要: 通常,从服务器上请求图片,js文件或者response时,可能请求的内容很大,甚至达到几兆,几十兆的时候。此时,如果网络不好,那么加载速度是很慢的。这时,我们可能会想到要去压缩请求的内容。 我们一提到压缩,可能就会想到http请求压缩。 Accept-Encoding (在http request 阅读全文
posted @ 2018-12-13 21:55 julia_faneast 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 直接在控制台中输入上面的一句话就可以得到你想要的 阅读全文
posted @ 2018-12-13 15:23 julia_faneast 阅读(441) 评论(0) 推荐(0) 编辑
摘要: Angular6 + Typescript项目中用到了一个包含到jquery里面的插件 fontIconPicker https://github.com/fontIconPicker/fontIconPicker https://codeb.it/fonticonpicker/ 首先根据githu 阅读全文
posted @ 2018-12-11 21:32 julia_faneast 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 在Angular CLI 创建的angular项目中,如何引入css文件呢? 如果直接在index.html中引入,比如下面的代码 你将会得到如下错误 解决方法: 同理,引入assets 或者 js文件方法也类似。 "assets"属性里面设置引入的图片等;"styles"属性里面设置全局引入的 c 阅读全文
posted @ 2018-12-11 19:53 julia_faneast 阅读(2268) 评论(0) 推荐(0) 编辑
摘要: 在typescript里面怎么使用require方法呢? 如果什么都不做,直接在项目里面使用,会得到以下错误: 以下方法可以解决上面的错误: 那么为什么要做第二步呢?其实做不做第二步是要分情况的。想要解释这个问题我们就需要先了解 @types, typeRoots 和 types 三者是什么意思,它 阅读全文
posted @ 2018-12-11 18:19 julia_faneast 阅读(2331) 评论(0) 推荐(0) 编辑
摘要: flex width flex-grow flex-basis flex-shrink 阅读全文
posted @ 2018-12-02 16:46 julia_faneast 阅读(921) 评论(0) 推荐(0) 编辑