阿里巴巴的iconfont是一个很好的图标库,海量的素材可以快速满足开发人员日常对图标的诉求,我们采用symbol引用,官方介绍 创建SvgIcon组件 创建icons文件夹 src跟目录下创建icons文件夹,里面创建svg文件夹和index.js文件 image.png image.png sv ...
分类:
其他好文 时间:
2019-10-22 22:09:29
阅读次数:
237
Adding Icons to Generated Executables Prepare a proper icon file. https://www.iconfinder.com/ Convert the downloaded png file to an icon file. https:/ ...
分类:
编程语言 时间:
2019-10-13 17:16:43
阅读次数:
76
sublime用了好多年一直没有换掉 它的体积小运行启动快用着一直很顺手,而且也有不少的插件可以去安装, 而相对于vscode 开始觉得他启动慢有点笨重的感觉,可能是我电脑原因用着卡卡的所以一直没换成这个, 但是现在大部分前端开发人员都在用这个 于是又用上了一段时间,特别喜欢它的可以整理文件夹折叠 ...
分类:
其他好文 时间:
2019-10-11 01:22:58
阅读次数:
82
<template> <div class="icons"> icons </div> </template> <script> export default { name: 'HomeIcons' } </script> <style lang="stylus"> .icons onerflow ... ...
分类:
移动开发 时间:
2019-10-10 11:15:46
阅读次数:
147
一、引入uni-indexed-list、uni-icons组件 从uni-app插件市场下载或从HBuilder X提供的hello uni-app模板中复制 二、页面中引用 三、对请求获得的数据处理,最终要和官方模板提供的数据结构类似,如下 3.1、模拟数据 3.2、提取数据中name字段的首字 ...
分类:
移动开发 时间:
2019-10-04 23:09:16
阅读次数:
129
本文链接:https://blog.csdn.net/learn8more/article/details/837436551. FontAwesome (墨刀内置图标库):http://fortawesome.github.io/Font-Awesome/icons/ 2. Ionicons(iO ...
分类:
移动开发 时间:
2019-10-04 13:03:12
阅读次数:
185
在pubspec.yaml下添加flame插件,并通过flutter packages get命令下载插件,或者使用Visual Studio Code保存文件会自动下载插件。 dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 f ...
分类:
其他好文 时间:
2019-09-08 22:39:36
阅读次数:
181
摘要:《软件工程与 VSTS》勘误表 尽管再三校对,还是发现了零星的漏网之鱼....请大家多多包涵。我把所有发现的错误和修正整理在这边,若您有发现任何 bugs,也欢迎告知。 以下 bugs 只有在一刷的版本出现,二刷(2007年5月)的时候皆已修正。 勘误(Erra... ...
分类:
其他好文 时间:
2019-09-06 12:39:55
阅读次数:
96
在上次的代码中添加: AppNavigators.js import React from 'react'; //只要在页面中使用了基础组件 都需要导入这句话 不然会报错 import {Button,Platform} from 'react-native'; import { createSta ...
分类:
其他好文 时间:
2019-09-01 16:29:43
阅读次数:
95