ScrollView的refreshControl属性用于下拉刷新,只能用于垂直视图,即horizontal不能为true。 1.创建自定义CKRefresh.js刷新组件 1 import React,{Component} from 'react'; 2 import { 3 View, 4 T ...
分类:
其他好文 时间:
2021-01-12 11:22:43
阅读次数:
0
创建SpringBoot项目 创建一个普通的SpringBoot项目,然后引入依赖,既然要跟数据库打交道,connector肯定不能少 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId ...
分类:
编程语言 时间:
2021-01-12 11:06:33
阅读次数:
0
拍照演示 DevExpressVCL 组件之一 TdxCameraControl Object Hierarchy Properties Methods Events 一个摄像头控件 Unit dxCameraControl Syntax TdxCameraControl = class(TdxCu ...
HTML5基础 HTML5中新增的布局标签 html 1990 html4.0.1 1997 html5 2008 稳定版 2012年 新增的结构标签 (更加语义化) header标签 <header>这里是头部区</header> footer标签 <footer>这里是页脚区</footer> ...
分类:
其他好文 时间:
2021-01-11 11:18:51
阅读次数:
0
下面的链接下载对应版本的xdebug. https://xdebug.org/download/historical 源码安装:https://xdebug.org/docs/install#linux Installation From Source Obtain You can download ...
分类:
其他好文 时间:
2021-01-11 10:33:04
阅读次数:
0
1 1847 2 System 4 Memory 6 % Processor Time 10 File Read Operations/sec 12 File Write Operations/sec 14 File Control Operations/sec 16 File Read Bytes ...
1.筛选 (1)源地址和目的地址筛选:ip.addr==ip (2)源地址筛选:ip.src==ip (3)目的地址筛选:ip.dst==ip (4)协议筛选:直接填写协议,注意要小写 (5)源地址加协议;ip.src==ip && http 2. Packet Details Pane(数据包详细 ...
分类:
其他好文 时间:
2021-01-08 10:44:56
阅读次数:
0
【C#MVC】 使用HttpWebRequest访问外部API,并返回json信息 (Access_Key) 在c#中调用外部API或者自己系统的API都是很简单的,这里提供使用HttpWebRequest的方式访问外部API,自定义了头部Access_key. 若外部系统没有此安全验证,可以去掉。 ...
分类:
数据库 时间:
2021-01-07 11:46:05
阅读次数:
0
ubuntu18.04基于win10双系统的安装 分区 查看系统BIOS模式 win+R, 输入msinfo32, 得到系统信息,这里我的BIOS模式是传统模式(MBR),所以这里以MBR为例 下载ubuntu系统 链接: https://www.ubuntu.com/download/deskto ...
分类:
编程语言 时间:
2021-01-06 12:46:10
阅读次数:
0
1.gitee 新建仓库,复制仓库HTTPS连接 2.打开IDEA,File->New->Project from Version Control->git,输入第一步复制的仓库地址,点击Clone 3.创建微服务模块,可以首先导入web和openfeign依赖 4.将任意模块的pom复制到父文件, ...
分类:
其他好文 时间:
2021-01-06 12:34:55
阅读次数:
0