09 2019 档案
摘要:
阅读全文
摘要:更新 2019-03-03 修复修改角色bug 2019-01-13 新增权限控制到按钮 2019-01-12 修改二级固定菜单为无限级导航菜单 2019-01-11 更新登录样式、新增数据备份与后台日志 2019-01-05 更新列表界面 2019-12-30 更新登录样式 有需要源码的朋友可以联
阅读全文
摘要:/** * 正数查找字符串n次出现的位置 * @param $str * @param $find * @param $n * @return bool|int */ function str_n_pos($str, $find, $n = 1) { $pos_val = 0; for ($i = 1; $i <= $n; $i++) { $pos = strpos($str, $find); $
阅读全文
摘要:一、下载layer http://layer.layui.com/ 二、效果图 三、代码
阅读全文
摘要:一、目录结构 二、具体代码 MemcacheCluster.php memcached.php MY_Controller.php index.php
阅读全文
摘要:一、下载 http://static.runoob.com/download/memcached-win64-1.4.4-14.zip 二、安装 memcached <1.4.5 版本安装 1、解压下载的安装包到指定目录。 2、在 1.4.5 版本以前 memcached 可以作为一个服务安装,使用
阅读全文