码迷,mamicode.com
首页 >  
搜索关键字:remember    ( 442个结果
SublimeText3常用操作
文件打开历史记录:"hot_exit": false,"remember_open_files": false
分类:其他好文   时间:2016-01-18 11:49:22    阅读次数:119
Chapter 2 Java Basic Grammar
Thisweek, we hava studied chapter2 Java Basic Grammar. I painted a draw to help myself to remember this chapter better.
分类:编程语言   时间:2016-01-17 12:14:52    阅读次数:206
Laravel Cache 使用
在项目中使用 laravel 的 cache 时,使用下面形式方法:1 $value = Cache::remember('users', $minutes, function() {2 return DB::table('users')->get();3 });但是,发现如果获取的数据为空...
分类:系统相关   时间:2016-01-15 14:30:57    阅读次数:3547
Meteor:关闭所有tab时退出登录
功能描述:在浏览器退出时(所有tab关闭时)退出登录需求来源:支持类似传统网页登录时的remember me选项背景:Meteor应用中,用户登录后,会在浏览器的localStorage保存resume token, 所以下次再使用该浏览器打开同一meteor应用时,会自动登录。有时,我们希望应用支...
分类:其他好文   时间:2016-01-06 00:20:52    阅读次数:124
Sublime Text 2中关闭记住上次打开的文件
每次编辑一个文件,Crtl+w好累,有木有?如果关闭Sublime Text记住上次打开的文件这个功能呢?1.打开Sublime Text 2—【Preferences】—【settings—user】添加以下代码"hot_exit": false,"remember_open_files": fa...
分类:其他好文   时间:2015-12-27 14:43:50    阅读次数:242
jquery.cookie.js实现cookie记住用户名和密码
记得导入 先看表单里面的内容,有一个checkbox复选框 记住我 登 录 1.判断checkbox是否被选中,若选中,则将存储cookie: if ($("#remember_me").attr("checked")) { $.cookie(...
分类:Web程序   时间:2015-12-23 15:56:06    阅读次数:151
java多线程编码注意事项
Sole purpose of using concurrency is to produce scalable and faster program. But always remember, speed comes after correctness. Your Java program mus...
分类:编程语言   时间:2015-12-21 17:37:16    阅读次数:352
模拟登录新浪微博(接上篇)
模拟登录新浪微博 模拟登录新浪微博1. 新浪微博登录机制输入用户名密码发送给服务器服务器验证成功返回Cookies与正常页面2. 分析需要提交的数据Mobile(用户名)Password(密码)remember(是...
分类:其他好文   时间:2015-12-20 19:23:14    阅读次数:261
centos7 connect internet
First, if it can not connect to internet1. input 'su' to enter root2. ls /etc/sysconfig/network-scripts/3. remember the name of file ifcfg-enXXXXX4.ge...
分类:Web程序   时间:2015-12-18 18:49:27    阅读次数:140
LeetCode "Super Ugly Number" !
A classic type of problem: multi-pointer marching algorithm. For each pointer of each prime, we need to remember where it is in the ugly sequence, so ...
分类:其他好文   时间:2015-12-16 09:25:56    阅读次数:207
442条   上一页 1 ... 29 30 31 32 33 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!