import React, {Component} from 'react'import {View, Text, TouchableOpacity, FlatList, RefreshControl,ActivityIndicator} from 'react-native'import * as ...
分类:
其他好文 时间:
2020-07-10 14:58:29
阅读次数:
141
官方地址:https://wiki.connect.qq.com/qq%E7%99%BB%E5%BD%95 添加 open_sdk_xxxx_lite.jar 必要权限 <uses-permission android:name="android.permission.INTERNET" /> <u ...
分类:
移动开发 时间:
2020-07-10 11:28:57
阅读次数:
155
Doctor命令检查所需环境 @2019年11月18日,React Native v新增了一个环境检查和诊断命令行,可以帮助新手修复环境,输出环境依赖报告。 先建好的一个React Native项目,命令行切换到该目录,执行下面的检查命令: npx react-native doctor ...
分类:
其他好文 时间:
2020-07-10 09:43:36
阅读次数:
53
错误1: Error from server (InternalError): error when creating "service.yaml": Internal error occurred: failed calling webhook "webhook.serving.knative.d ...
分类:
移动开发 时间:
2020-07-09 15:17:10
阅读次数:
177
单生成树(STP/RSTP)的弊端? 1,不能做负载分担 例如下图,为了实现流量分担,需要配置两条上行链路为Trunk链路,允许通过所有的VLAN;SW1和SW2之间的链路也配置为Trunk链路,允许通过所有VLAN。VLAN2的三层接口配置在SW1上,VLAN3的三层接口配置在SW2上。 如果SW ...
分类:
其他好文 时间:
2020-07-08 13:43:49
阅读次数:
81
教程 Flutter 和桌面应用的最新进展 译】Flutter vs React Native vs Native:深度性能比较 Flutter 中的图文混排与原理解析 告别 Flutter Channel,调用 Native API 仅需一行代码! Flutter 核心原理与混合开发模式 我们用 ...
分类:
其他好文 时间:
2020-07-08 13:06:24
阅读次数:
61
交换机CPU的功能 1.管理已配置的软件协议,例如: – 生成树协议(STP) – 路由协议,例如OSPF和EIGRP – 热备路由协议(HSRP) – 思科发现协议(CDP) – 端口聚合协议(PAgP) – VLAN中继协议(VTP) – 动态中继协议(DTP) 2.将配置/动态条目编程到硬件A ...
分类:
其他好文 时间:
2020-07-07 20:21:45
阅读次数:
232
一、原生java整合elasticsearch的API地址 https://www.elastic.co/guide/en/elasticsearch/client/java-api/6.2/java-docs.html 二、Spring Data的官网 http://projects.spring ...
分类:
编程语言 时间:
2020-07-07 17:49:14
阅读次数:
79
将代码放在index.js 中 AppRegistry.registerComponent('App', () => App)之前 //关闭其中某些yellow警告 console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Pl ...
分类:
其他好文 时间:
2020-07-05 19:30:50
阅读次数:
85
ideaj环境配置 add dependency: opencv341.jar System.loadLibrary(Core.NATIVE_LIBRARY_NAME); run/debug configurations: VM options: -Djava.library.path="openc ...
分类:
编程语言 时间:
2020-07-05 19:21:56
阅读次数:
72