2019-11-14 07:46:18
26
0
0
# react-native-amap3d, 官网: https://github.com/qiuxiang/react-native-amap3d
> [`React Native 高德地图组件的使用(react-native-amap3d)`](https://blog.csdn.net/sinat_17775997/article/details/77847371)
## 安装依赖
>
2019-11-14 07:46:18
64
0
0
>
参考: https://www.jianshu.com/p/8db9a3fe0694
参考: [React Native调试技巧与心得](https://www.cnblogs.com/gaosheng-221/p/6954434.html)
参考: [使用模拟器调试react-native步骤(安卓机)](https://www.cnblogs.com/zhangzonghua/p/re
2019-11-14 07:46:18
15
0
0
## [React-Native 快速入门指南](https://www.zybuluo.com/hopefrontEnd/note/1357037#222-rest%E5%8F%82%E6%95%B0)
## **未找到解决方法的问题: **
- `react-native` 使用 `tsx` 如何支持修饰器(RN0.59暂时发现github上有很多人有这问题, 还未解决)
- `react
2019-11-14 07:45:14
55
0
0
1.
## Motion Design (动画)
#### [官网](https://motion.ant.design/index-cn)
> 使用 Ant Motion 能够快速在 React 框架中使用动画。
我们提供了单项,组合动画,以及整套解决方案。
2.
## Ant Design Landing (首页模板)
#### [官网](https
2019-11-14 07:45:12
52
0
0
> 关于 ctrl+鼠标左键无法识别别名路径的问题
> https://www.cnblogs.com/xiashan17/p/8258267.html
## vscode里面提示: `"type aliases" 只能在 .ts 文件中使用`
解决: 删除它或者禁用vscode插件: `@builtin TypeScript and JavaScript Language Features`
2019-11-14 07:45:12
16
0
0
> https://segmentfault.com/a/1190000011779959
****
> 代码静态类型检查插件: Flow Language Support
## 方法代码块的注释生成方法
> 插件: Document This
> 使用: 将光标放置于function上面, 快捷键是`Ctrl+Alt+D`加`Ctrl+Alt+D`
## 在文件头部添加注释文本信息
2019-11-14 07:41:52
59
0
0
## **安装docker**
### 1.通过包管理器安装
```
#由于apt官方库里的docker版本可能比较旧,所以先卸载可能存在的旧版本
sudo apt-get remove docker docker-engine docker-ce docker.io
#更新apt包索引
sudo apt-get update
#安装以下包以使apt可以通过HTTPS使用存储库(reposito
2019-11-14 07:41:52
66
0
0
## idea的下载到 [官网](https://www.jetbrains.com/idea/) 下载即可,其中旗舰版(`UItimate`)拥有更实用功能, jrb 11(`OpenJDK 11`) 比 jrb 8(`OpenJDK 8`) 快
## [idea激活](http://idea.lanyus.com/)
> 复制激活码激活
> 在`hosts`(路径在 `C:\Windows
2019-11-14 07:41:50
17
0
0
## 免费广告拦截程序
> Adblock Plus
## 可以打开本地Axure生成的原型
> Axure RP Extension for Chrome
## React(两件套)
> React Developer Tools + Redux DevTools
## Vue
> Vue.js devtools
## WEB前端助手
> FeHelper
## 滑词翻译
> 有
2019-11-14 07:41:48
73
0
0
> 参考: https://www.jianshu.com/p/ee4a2a9e7e30
## **搭建gitlab**
### docker拉取gitlab
```
docker pull gitlab/gitlab-ce
```
### 启动gitlab
```
# 注:
# -v 和 --volume一样, 后面参数[主机目录绝对路径:容器目录]
# --detach 和 -d一样
17/19