码迷,mamicode.com
首页 >  
搜索关键字:remember    ( 442个结果
writing: Farewell my princess
adapted from poj 2482 Fleeting time does not blur the memory of you. Has it really been three years since i first saw you? I still remember, vividly, ...
分类:其他好文   时间:2020-06-03 17:25:52    阅读次数:89
iOS
//忘记密码页面 self.loginButtonTitleLabel.text = NSLocalizedString(@"remember_password_tip", nil); self.pageTitle.text = NSLocalizedString(@"forgot_password ...
分类:移动开发   时间:2020-06-03 15:23:39    阅读次数:93
Centos---Redis安装与使用
1.redis安装 1.下载安装包 将redis-5.0.2.tar.gz放到opt目录下 2.解压源码包 [root@CentOS7 opt]# tar -zxvf redis-5.0.2.tar.gz #解压会生成一个redis-5.0.5的目录 3.安装GCC依赖 [root@CentOS7 ...
分类:其他好文   时间:2020-05-15 15:57:00    阅读次数:66
request中的POST类型及展示
对于post请求,body里面的数据类型分为四类,最常用的是第一种。 1、application/json; {"input1":"aaa","input2":"bbb","remember":false} 2、application/x-www-form-urlencoded;(浏览器原生表单) ...
分类:其他好文   时间:2020-05-15 15:56:26    阅读次数:72
Spring Boot 整合 Shiro 实现登录认证与权限控制
本文首发于:https://antoniopeng.com用户角色权限数据库设计数据库这里以MySQL为例创建数据库所需表如下:user:用户表role:角色表perm:权限菜单表user_role:用户与角色关联的中间表role_prem:角色与权限菜单关联的中间表执行数据库脚本/*NavicatPremiumDataTransferSourceServer:127.0.0.1SourceSer
分类:编程语言   时间:2020-04-19 09:12:32    阅读次数:70
G1垃圾回收器
垃圾回收器的发展历程 背景 01、G1解决的问题 G1垃圾回收器是04年正式提出,12开始正式支持,在17年作为JDK9默认的垃圾处理器。 在04年的时候,java程序堆的内存越来越大,从而导致程序中可存活的活对象越来越多,因此GC的STW时间越来越长。这是G1要解决的主要问题:STW带来的停顿时间 ...
分类:其他好文   时间:2020-04-11 09:26:48    阅读次数:81
tp5 数据库迁移工具 migrate&seed
tp5.0时使用migrate工具,composer安装 composer require topthink/think-migration=1.* 注意,tp5.0对应1版本的migration工具,tp5.1及以上对应2版本的migration工具 查看指令 php think 创建migrat ...
分类:数据库   时间:2020-04-08 19:21:02    阅读次数:233
How to make Egit remember password and username?
Go to the Git Perspective -> Expand your Project -> Expand Remotes -> Expand the remote you want to save your password. Right-click on the Fetch or Pu ...
分类:其他好文   时间:2020-04-01 14:52:18    阅读次数:69
Java 操作 Redis 五种数据类型
项目添加依赖 <!-- Redis 依赖 --> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>2.9.0</version> </dependency> Java 怎么连接 ...
分类:编程语言   时间:2020-03-22 17:44:49    阅读次数:89
COMP2401
COMP2401 - Assignment #4(Due: Sun. Mar 15, 2020 @ 6pm)In this assignment, you will gain practice dynamically allocating/freeing memory as well as work ...
分类:其他好文   时间:2020-03-08 19:38:57    阅读次数:73
442条   上一页 1 2 3 4 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!