08 2017 档案

摘要:网站的瓶颈 主要集中在数据库 ,用缓存(直接操作内存) 存储计算机的内存,如果一旦服务器断电,数据都将清空 内存:memcached redis基于文档:mongodb memcache:基于内存的高性能的分布式的内存管理系统(C语言,PHP的一个扩展) 键值对的存储 使用memcache的客户端: 阅读全文
posted @ 2017-08-26 18:21 虚无缥缈的云 阅读(283) 评论(0) 推荐(0)
摘要:教程及文档: https://www.jianshu.com/p/abcca5aa3ad6 http://www.phpunit.cn/manual/current/zh_cn/phpunit-book.html#installation.requirements https://phpunit.r 阅读全文
posted @ 2017-08-23 08:38 虚无缥缈的云 阅读(284) 评论(0) 推荐(0)
摘要:php检测: 安装: linux 安装redis以及配置redis开机自启 ps -ef |grep redis 查看进程 netstat -aup|grep 6379 查看端口 windows下php7.1安装redis扩展以及redis测试使用全过程 redis中文文档 redis中文文档2 r 阅读全文
posted @ 2017-08-22 11:16 虚无缥缈的云 阅读(372) 评论(0) 推荐(0)
摘要:body{height:100%;background-image:url(./img/background.png);} 宽度同理 body的高度适应屏幕大小设置成 height:100%; 前提条件是他的父元素html也要设置成height:100%; html和body的关系: html具有默 阅读全文
posted @ 2017-08-18 13:52 虚无缥缈的云 阅读(716) 评论(0) 推荐(0)
摘要:手册类型比较表 阅读全文
posted @ 2017-08-11 14:51 虚无缥缈的云 阅读(198) 评论(0) 推荐(0)
摘要:主题中获取文件 if ($ADMIN->fulltree) { $name = 'theme_boost/preset'; // $title = get_string('preset', 'theme_boost');//【该设置的标题】主题预设 //[对该设置描述]选择一个预设来明显的改变主题的 阅读全文
posted @ 2017-08-07 17:04 虚无缥缈的云 阅读(181) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2017-08-04 16:45 虚无缥缈的云 阅读(9) 评论(0) 推荐(0)