码迷,mamicode.com
首页 >  
搜索关键字:reactnative react-native react native 刷新图片 base64    ( 14554个结果
Java BIO、NIO、AIO
网络编程的基本模型是Client/Server模型,也就是两个进程之间进行相互通信,其中服务端提供位置信息(绑定的IP地址和监听端口),客户端通过连接操作向服务端监听的地址发起连接请求,通过三次握手建立连接,如果连接建立成功,双方就可以通过网络套接字(Socket)进行通信。 IO的方式通常分为几种 ...
分类:编程语言   时间:2020-05-01 10:42:46    阅读次数:56
[React Testing] Mock react-transition-group in React Component Tests with jest.mock
There are some situations where you want to focus your tests on a particular component and not any of its children. There are other situations where y ...
分类:其他好文   时间:2020-05-01 01:32:17    阅读次数:93
[Ant Design] Warning: Instance created by `useForm` is not connected to any Form element. Forget to pass `form` prop?
问题描述 antd: 4.2.0, react: 16.13.1 Modal 中使用 Form ,使用 React Hooks const [form] = Form.useForm(); 创建实例时,会出现以下警告。 原因 Modal 挂载的 HTML 节点默认为 document.body,页面 ...
分类:其他好文   时间:2020-05-01 01:13:12    阅读次数:734
十年经验大牛浅谈自动化测试与测试用例的编写
今天聊得是自动化测试与测试用例的编写,首先来聊一聊框架(Framework)。 框架是工程学上一个非常重要的概念。在计算机和软件工程领域,我们可以轻松列举出一些耳熟能详的框架。例如,Windows软件开发框架.NET,Web开发框架React JS、 Angular JS、Python Django ...
分类:其他好文   时间:2020-04-30 21:14:19    阅读次数:55
[React Testing] Improve Test Confidence with the User Event Module
The User Event module is part of the Testing Library family of tools and lets you fire events on DOM nodes that more closely resemble the way your use ...
分类:其他好文   时间:2020-04-30 19:32:54    阅读次数:70
MySQL 连接出现 Authentication plugin 'caching_sha2_password' cannot be loaded
在使用Navicat Premium 12连接MySQL数据库时会出现Authentication plugin 'caching_sha2_password' cannot be loaded的错误。 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password,而 ...
分类:数据库   时间:2020-04-30 17:50:37    阅读次数:106
FlatList列表组件的使用
PaymentChannelScreen.js /** *Created by lixingru on 2020/4/14 */ import React, { Component, PureComponent } from 'react'; import { StyleSheet, Text, I ...
分类:其他好文   时间:2020-04-30 17:05:31    阅读次数:88
通过binlog统计DML操作的次数
解析分析线上30分中26G的binlog,排查阿里云RDS主库插入ROWS和监控数据不匹配问题。解析binlog汇总到一起:foriinls/mnt/bi/;do/opt/software/mysql-8.0.19-linux-glibc2.12-x86_64/bin/mysqlbinlog-v--base64-output=decode-rows$i>>all_decoded.sql
分类:其他好文   时间:2020-04-30 15:23:31    阅读次数:69
svg-base64(data:image/svg+xml;)png转图片
```html Document ``` ...
分类:其他好文   时间:2020-04-30 15:20:13    阅读次数:200
React 富文本编辑 braft-editor
推荐一种react-富文本编辑器,braft-editor braft-editor的github:https://github.com/margox/braft-editor braft-editor的文档:https://www.yuque.com/braft-editor/be/lzwpnr ...
分类:其他好文   时间:2020-04-30 13:42:33    阅读次数:514
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!