上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页

redis-过期时间、访问限制与缓存

摘要: 原文:http://www.tuicool.com/articles/baaUJ3 过期时间: EXPIRE命令返回1表示成功,返回0表示键值不存在或设置失败。 #查看剩余时间ttl session:27e7a ttl命令在键不存在或被删除之后,会返回-2,在没有为键设置生存时间(即永久存在,建一个 阅读全文
posted @ 2017-03-07 11:38 rigidwang 阅读(4729) 评论(0) 推荐(0)

spring mvc 执行过程

摘要: 阅读全文
posted @ 2017-02-23 23:20 rigidwang 阅读(112) 评论(0) 推荐(0)

spring mvc controller 接收参数

摘要: http://www.cnblogs.com/luxh/archive/2013/03/14/2960152.html 阅读全文
posted @ 2017-02-23 17:39 rigidwang 阅读(102) 评论(0) 推荐(0)

iframe隐藏浏览器滚动条

摘要: <body class="full-height-layout" > <!--右侧部分开始--> <div id="page-wrapper" class="gray-bg dashbard-1"> <!--row 样式 将此div向右移动-15px ,正好盖住浏览器滚动条--> <div clas 阅读全文
posted @ 2017-02-14 23:01 rigidwang 阅读(445) 评论(0) 推荐(0)

media

摘要: media class 主要用于用户评论以及聊天等,包括如下主要样式 media well: media-left:此样式会向左飘逸,从而和media-body里面的内容保持在一样 media-body media-heading 阅读全文
posted @ 2017-01-31 00:10 rigidwang 阅读(169) 评论(0) 推荐(0)

data-dismiss 用法

摘要: data-dismiss:可取消属性,属于h5属性,html标签如果定义该属性,则单击该标签后可以将该标签的值指向的元素消失,例如以上代码中 点击稍后处理button可以将第二层div消失,因为该div上有alert css 属性 阅读全文
posted @ 2017-01-30 17:03 rigidwang 阅读(2638) 评论(0) 推荐(0)

form 元素横向排列

摘要: 联系dd ... 阅读全文
posted @ 2017-01-30 09:07 rigidwang 阅读(795) 评论(0) 推荐(0)

mysql5.6 主从同步

摘要: 主库IP:192.168.220.3 从库IP:192.168.220.4 1、主库配置编辑my.cnf: 2、主库mysql创建同步账号 grant replication slave on *.* to slave@192.168.220.4 indentified by 'qwe123' fl 阅读全文
posted @ 2017-01-04 11:11 rigidwang 阅读(218) 评论(0) 推荐(0)

linux 路由

摘要: 阅读全文
posted @ 2016-11-17 21:51 rigidwang 阅读(117) 评论(0) 推荐(0)

centos iptables

摘要: 1.查看本机关于IPTABLES的设置情况iptables -L -niptables --listmore /etc/sysconfig/iptablesservice iptables status #查看状态 2.清除原有规则iptables -Fiptables -X 保存规则/etc/rc 阅读全文
posted @ 2016-11-17 15:13 rigidwang 阅读(140) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页