码迷,mamicode.com
首页 >  
搜索关键字:avatar    ( 259个结果
laravel order by
orderBy(\DB::Raw('case when avatar_id = 0 then 0 else 1 end')) Doctor::join('users', 'doctors.user_id', '=', 'users.id') ->with('user') ->withCount('s... ...
分类:其他好文   时间:2019-09-30 19:42:59    阅读次数:84
element中el-upload
<el-upload class="avatar-uploader" ref="uploadImg" action list-type="picture-card" :http-request="uploadImg" :before-upload="beforeUploadImg" :on-remo ...
分类:其他好文   时间:2019-09-29 15:41:22    阅读次数:130
Django框架(十一)——Auth模块
Auth模块 一、什么是auth模块 Auth模块是Django自带的用户认证模块 Auth模块是Django自带的用户认证模块,可以实现包括用户注册、用户登录、用户认证、注销、修改密码等功能。默认使用 auth_user 表来存储用户数据。 二、Auth模块使用 1.创建超级用户 (creates ...
分类:其他好文   时间:2019-09-25 22:33:34    阅读次数:111
QQ第三方授权登录OAuth2.0实现(Java)
准备材料 1.已经备案好的域名 2.服务器(域名和服务器为统一主体或域名已接入服务器) 3.QQ号 4.开发流程:https://wiki.connect.qq.com/%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C_oauth2 0 创建应用 1.访问 https://c ...
分类:编程语言   时间:2019-09-24 17:55:37    阅读次数:114
VueMusic-13歌手列表
1.歌手列表 <template> <div class="artists"> <ul class="list"> <router-link tag="li" :to="{name:'ArtistsDetails',params:{avatar:item.avatar_s500,name:item. ...
分类:其他好文   时间:2019-08-31 19:19:25    阅读次数:65
mpvue 小程序获取用户信息
登录 methods: { getUserInfo: function(e) { console.log(e) wx.setStorageSync("nickname", e.mp.detail.userInfo.nickName); wx.setStorageSync("avatarUrl", e... ...
分类:微信   时间:2019-08-30 21:01:59    阅读次数:349
【Django】重写auth_user表 -- 2019-08-08 18:03:33
原文: http://106.13.73.98/__/151/ python from django.db import models from django.contrib import auth from django.core.exceptions import PermissionDenie ...
分类:其他好文   时间:2019-08-08 18:54:15    阅读次数:95
缓动公式
functionUIUtil.EaseOut(t,b,c,d)ift>dthent=dendlocalx=t/d;returnb+(c-b)*(1-(x-1)^2)--偶数幂用上面这个--returnb+(c-b)*(1-(1-x)^3)--奇数幂用下面这个endfunctionUIUtil.EaseInOut(t,b,c,d)ift>dthent=dendift<d/2then
分类:其他好文   时间:2019-08-08 17:31:49    阅读次数:84
R语言入门1:安装R和RStudio
R语言入门1:安装R和RStudio 曹务强 中科院遗传学博士研究生 曹务强 中科院遗传学博士研究生 曹务强 中科院遗传学博士研究生 曹务强 曹务强 曹务强 中科院遗传学博士研究生 中科院遗传学博士研究生 中科院遗传学博士研究生 9 人赞同了该文章 1. Windows安装R 在Windows系统上 ...
分类:编程语言   时间:2019-08-07 12:04:07    阅读次数:125
页面自适应与rem
rem 是一种相对的尺度,相对于根元素设置的font-size,但不能简单粗暴的直接对根元素设置字号来决定1rem的大小。
分类:其他好文   时间:2019-07-18 18:03:17    阅读次数:135
259条   上一页 1 ... 5 6 7 8 9 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!