This week we are reading about the beginnings of Islam, and the simultaneous expansion of Christianity in the West. You may notice that the two overla ...
分类:
其他好文 时间:
2020-07-14 13:02:46
阅读次数:
101
本章节讲述的是怎样uniapp项目中实现在线预览文档功能。 web端: app端: 直接上干货:web-view组件,uinApp文档中有,不知道的朋友可以去官网查看哦。 web-view: <template> <web-view :src="link"></web-view> </templat ...
分类:
移动开发 时间:
2020-07-14 01:00:01
阅读次数:
674
<input type="button" value="去B页面bai" onclick="javascript:window.location.href ='B.jsp';"><input type="button" value="返回duzhiA页面" onclick="javascript:h ...
分类:
其他好文 时间:
2020-07-14 00:59:44
阅读次数:
99
编写脚本文件 #!/bin/bash #chkconfig: 22345 10 90 #description: Start and Stop redis REDISPORT=6379 EXEC=/usr/local/soft/redis5/bin/redis-server CLIEXEC=/usr ...
分类:
其他好文 时间:
2020-07-14 00:34:31
阅读次数:
331
集合类 他们都在 java.util包里 Iterator(迭代器) Collection List (有序可重复) ArrayList(常用) add remove contains size LinkedList(常用) getFirst() getLast() removeFirst() ad ...
分类:
编程语言 时间:
2020-07-13 21:43:45
阅读次数:
78
一、三种分页模式 1 PageNumberPagination from rest_framework.pagination import PageNumberPagination,LimitOffsetPagination,CursorPagination class Mypagination(P ...
分类:
其他好文 时间:
2020-07-13 20:04:39
阅读次数:
68
在开发中,我们从服务器请求到了很多数据,并传到了整个页面的大组件,但是有一部分数据是使用小组件来展示。这个时候我们不要让小组件再次发起网络请求,而是由父组件传数据给子组件。1.父传子通过props(属性)向子组件传递数据,props的值有两种方式方法1:字符串数组,数组中的字符串就是传递时的名称。父... ...
分类:
其他好文 时间:
2020-07-13 14:07:44
阅读次数:
57
I do not believe such a quality as chance exists. Every incident that happens must be a link in chain.我不相信有运气这种东西,每件意外发生都有其连锁关系。 电路原理 —— 电路基本概念和电路定律(2 ...
分类:
其他好文 时间:
2020-07-13 13:46:31
阅读次数:
65
1. Vue 官网引用的是 animate.css 3.5 版本 <link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css"> 2. 不能引用 animate.css 最新版 ...
分类:
Web程序 时间:
2020-07-13 11:45:39
阅读次数:
490
1 序列化入门 class RoleSerializer(serializers.Serializer): id = serializers.IntegerField() title = serializers.CharField() label = serializers.CharField() ...
分类:
其他好文 时间:
2020-07-13 11:29:15
阅读次数:
47