码迷,mamicode.com
首页 >  
搜索关键字:soft link    ( 20674个结果
History 3 : First Civilizations
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实现在线预览office文件,web端也可以。---web-view组件
本章节讲述的是怎样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
centos8 设置 redis 开机自启动
编写脚本文件 #!/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基础09-集合类
集合类 他们都在 java.util包里 Iterator(迭代器) Collection List (有序可重复) ArrayList(常用) add remove contains size LinkedList(常用) getFirst() getLast() removeFirst() ad ...
分类:编程语言   时间:2020-07-13 21:43:45    阅读次数:78
drf-分页
一、三种分页模式 1 PageNumberPagination from rest_framework.pagination import PageNumberPagination,LimitOffsetPagination,CursorPagination class Mypagination(P ...
分类:其他好文   时间:2020-07-13 20:04:39    阅读次数:68
Vue之父子组件的通信
在开发中,我们从服务器请求到了很多数据,并传到了整个页面的大组件,但是有一部分数据是使用小组件来展示。这个时候我们不要让小组件再次发起网络请求,而是由父组件传数据给子组件。1.父传子通过props(属性)向子组件传递数据,props的值有两种方式方法1:字符串数组,数组中的字符串就是传递时的名称。父... ...
分类:其他好文   时间:2020-07-13 14:07:44    阅读次数:57
电路原理 —— 电路基本概念和电路定律(2)
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
关于 Vue 引用 animate.css 动画 不起作用的问题(版本兼容性)神坑
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
Django Rest framework 序列化
1 序列化入门 class RoleSerializer(serializers.Serializer): id = serializers.IntegerField() title = serializers.CharField() label = serializers.CharField() ...
分类:其他好文   时间:2020-07-13 11:29:15    阅读次数:47
20674条   上一页 1 ... 61 62 63 64 65 ... 2068 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!