码迷,mamicode.com
首页 >  
搜索关键字:refresh    ( 1347个结果
vue 图片滑动登录
前言 最近在研究图片滑动解锁 登录,说是要用阿里的那个验证,但是还是想自己手写下这个Demo 效果图是这样的: 本来是想用canvas 来实现的,但是类,后来还想用css 和图片来代替canvas 其实思路就这样的: 那个缺陷的滑块位置 是随机的 根据 图片的宽高 产生 随机 数当然是定位 : le ...
分类:其他好文   时间:2019-11-23 12:21:38    阅读次数:87
通过获取页面栈来刷新页面
// 刷新上一个页面 __refreshBeforePage(){ let beforePage = getCurrentPages().shift() //上一个页面实例对象,getCurrentPages()获取到当前页面栈 if (beforePage == undefined || befo ...
分类:其他好文   时间:2019-11-22 10:27:50    阅读次数:79
How to upgrade SUSE Linux OS/Patch
UseZyppertoolstoupgradeSUSELinuxSP/patchInstallzypper-mirationplugszypperinzypper-migration-pluginmakesuresystemispatchedtocurrentpatchlevelzypperpatchMigratefromSPtonewSPzyppermigrationExecuting‘
分类:系统相关   时间:2019-11-21 12:30:54    阅读次数:128
SpringBoot 源码解析 (六)----- Spring Boot的核心能力 - 内置Servlet容器源码分析(Tomcat)
Spring Boot默认使用Tomcat作为嵌入式的Servlet容器,只要引入了spring-boot-start-web依赖,则默认是用Tomcat作为Servlet容器: <dependency> <groupId>org.springframework.boot</groupId> <ar ...
分类:编程语言   时间:2019-11-21 11:41:38    阅读次数:70
Spring/Spring学习 自动装配@Autowired 和 @Resource
@Autowired 以下内容转自 Spring框架使用@Autowired自动装配引发的讨论 问题分析 前提:@Autowired是根据类型(byType)进行自动装配的 在默认情况下只使用 @Autowired 注解进行自动注入时,Spring 容器中匹配的候选 Bean 数目必须有且仅有一个。 ...
分类:编程语言   时间:2019-11-20 12:19:26    阅读次数:77
微信小程序下拉刷新无法弹回
在下拉刷新函数使用 wx.stopPullDownRefresh() ...
分类:微信   时间:2019-11-18 12:35:00    阅读次数:123
user 启动报错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'objectMapperConfigurer' defined in class path resource [spring ...
分类:其他好文   时间:2019-11-15 20:44:08    阅读次数:43
Spring Cloud Zuul路由规则动态更新
背景 Spring Cloud Zuul 作为微服务的网关,请求经过zuul路由到内部的各个service,由于存在着新增/修改/删除服务的路由规则的需求,zuul的路由规则的动态变更功能 提供了 无须重启zuul网关,即可实时更新,现有如下几种方式: 一、基于refresh + config-se ...
分类:编程语言   时间:2019-11-14 18:21:36    阅读次数:91
Handle Refresh Token Using ASP.NET Core 2.0 And JSON Web Token
来源: https://www.c-sharpcorner.com/article/handle-refresh-token-using-asp-net-core-2-0-and-json-web-token/ In this article , you will learn how to deal ...
分类:Web程序   时间:2019-11-12 13:17:19    阅读次数:71
ApplicationContext refresh 过程及一些重要的 processor 解析
回顾 "上文" 其实我们已经实现了一个简单的 它具的功能有 注册 Bean 到容器,通过限定名获取 Bean 可以拦截 Bean 初始化前后的处理 可以在 Bean 属性注入后和即将销毁时做一些逻辑处理 解决了循环依赖 其实总结起来它实现的方法就是:加载 Bean 定义、实例化 Bean,很简单吧 ...
分类:移动开发   时间:2019-11-10 13:16:31    阅读次数:94
1347条   上一页 1 ... 15 16 17 18 19 ... 135 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!