使用接口的形式发送数据 一 、json server 提供假数据接口 1. json server 作用 : 根据指定的 JSON 文件, 提供假数据接口 2. 地址 : "json server" 3. 使用步骤 js 1. 全局安装 json server : 2. 准备一个json数据 3. ...
分类:
移动开发 时间:
2020-03-18 13:27:10
阅读次数:
73
Given a string s and a string t, check if s is subsequence of t. You may assume that there is only lower case English letters in both s and t. t is po ...
分类:
其他好文 时间:
2020-03-18 11:13:53
阅读次数:
47
SA安全联盟介绍
IKE协议的介绍
主模式详细报文介绍
DH算法介绍
分类:
其他好文 时间:
2020-03-17 00:06:40
阅读次数:
586
所有文章 https://www.cnblogs.com/lay2017/p/12485081.html 正文 上一篇文章中,我们看了看DefaultCoordinator作为分布式事务的协调者,关于全局事务begin的流程。 DefaultCoordinator把begin的核心实现交付给了Def ...
分类:
其他好文 时间:
2020-03-16 23:57:07
阅读次数:
96
-- 数据库的操作 -- 链接数据库 mysql -uroot -p mysql -uroot -pmysql -- 退出数据库 exit/quit/ctrl+d -- sql语句最后需要有分号;结尾 -- 显示数据库版本 select version(); -- 显示时间 select now() ...
分类:
数据库 时间:
2020-03-16 13:01:44
阅读次数:
62
本篇文章主要分别讲一下setInterval,setTimeout,setImmediate,requestAnimationFrame的使用及注意事项。 一、 setInterval 重复执行定时器,每隔一段时间就会去执行指定的函数。重复的执行。 语法:如下 参数:要执行的函数:当时间到了就会去执 ...
分类:
其他好文 时间:
2020-03-16 09:17:17
阅读次数:
77
$("#paginationDiv").bs_pagination({ currentPage:pageNo,//当前页 rowsPerPage:pageSize,//每页显示条数 totalRows:data.totalRows,//总条数 totalPages: totalPages,//总页数 ...
分类:
其他好文 时间:
2020-03-15 15:00:33
阅读次数:
65
前端小白一枚,通过接触一段时间的 weex,谈下自己的想法和其中遇到的问题 现在先来说下碰到的问题: 在一个页面中是 video 列表,要根据滚动来控制该哪个视频来播放 tab 页面里面有不同的数据列表,各个 tab 页面的刷新和加载状态无法重置问题 .... 遇到的两个大的问题,里面还有诸多的小问 ...
分类:
移动开发 时间:
2020-03-15 11:30:44
阅读次数:
74
【GTS Fail】GtsSecurityHostTestCases testNoExemptionsForSocketsBetweenCoreAndVendorBan 【问题描述】 Gts 7.0 r4工具报出失败项 GtsSecurityHostTestCases com.google.andr ...
分类:
其他好文 时间:
2020-03-14 23:38:03
阅读次数:
54
Payment 时间限制: 1 Sec 内存限制: 128 MB 题目描述 In the Kingdom of AtCoder, only banknotes are used as currency. There are 10100+1 kinds of banknotes, with the v ...
分类:
其他好文 时间:
2020-03-14 21:45:00
阅读次数:
48