- 昵称:51助手
- 博龄:6年5个月26天
- 粉丝:122
- 关注:108
- +关注
搜索
文章分类
博客档案
discuz短信息数据表
摘要:pre_common_member_grouppm群发短消息用户记录表字段类型空默认注释uidmediumint(8)否0会员idgpmidsmallint(6)否消息idstatustinyint(1)否00=未读 1=已读 -1=删除datelineint(10)否0阅读时间pre_common_grouppm群发短消息表X2以上字段类型空默认注释ids
jQuery获取元素尺寸及位置一些方法
摘要:返回或设置文档的滚动条的垂直位置。jQuery(window).scrollTop() jQuery(window).scrollTop(offset)网页工作区域高度jQuery(window).height()整个网页文档的高度jQuery(document).height()某个元素相对于document文档的
php html生成海报图片
摘要:方法/** * 生成宣传海报 * @param array 参数,包括图片和文字 * @param string $filename 生成海报文件名,不传此参数则不生成文件,直接输出图片 *&nb
Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in pr
摘要:jquery-ui 拖动元素过快报错解决方法添加样式更改将滑动报错的标签样式添加: touch-action: none;或者设置全局公共样式: *{touch-action: none;}touch-action :当你触摸并按住触摸目标时候,禁止或显示系统默认菜单。 touch-action有两种取值:none:系统默认菜单被禁用&n
bootstrap3 position: sticky; 失效
摘要:失效原因有2个一个是父级以及以上的祖级有overflow:hidden属性,如果有需要改成 overflow: visible还有一个原因是,父级高度需要大于吸顶对象高度bootstrap 页面布局 如col-lg-3 是以float做浮动的,高度等于吸顶对象高度,所以导至position: sticky无效
解决FirewallD is not running
摘要:通过systemctl status firewalld查看firewalld状态,发现当前是dead状态,即防火墙未开启。执行命令,即可实现取消firewalld的锁定systemctl unmask firewalld通过systemctl start firewalld开启防火墙,没有任何提示即开启成功。再需要锁定firewalld时执行命令syste