apache默认是用自带的mod_php模块运行php,现在我们介绍使用fastcgi来执行php脚本。先说下fastcgi的优点:Fastcgi的优点:从稳定性上看, fastcgi是以独立的进程池
fly-zomm-img.min.js html代码: divid=testimgsrc=images/1.jpgimgsrc=images/2.jpgdivimgsrc=images/3.jpgimgsrc=images/4.jpg/divimgsrc=images/5.jpgimgclass=hidesrc=images/6.j...
找到配置文件ueditor.config.js,大概 365 行,添加 rel 属性 a:[target,href,title,class,style,rel], 找到 dialogs/link/link.html,搜索 lang_input_target ,后面添加新的一个tr trtdcolspan=2labelfor=rel添...
hmac.class.php classHmac{function__construct($key,$method=md5){if(!in_array($method,[sha1,md5])){die(Unsupportedhashfunction.$method);}$this-_func=$method;if(strlen($k...
Copy text to the clipboard shouldn't be hard. It shouldn't require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn't depend on Fla...
centos 使用 yum 安装最新版 nginx 方法 (参考文档 https://nginx.org/en/linux_packages.html#RHEL-CentOS)
在设计用户注册登陆系统的时候,密码的安全传输一直是一个需要特别引起注意的地方,很多网站包括大型网站依然还是采用明文传输密码的方式,安全隐患需要注意。当然,为了防止第三人的恶意窃听,不少网站已经启用了HTTPS的加密传输。
apache winnt_accept: Asynchronous AcceptEx failed 导致时常卡住解决办法 - 李关生的技术记录
1 、在php的目录下,找到libeay32.dll,libssh2.dll,ssleay32.dll这三个文件,复制(或剪切)粘贴到 c:\windows\system32里面; 2、 重启apache,OK!
索引 索引是特殊数据结构:定义在查找时作为查找条件的字段,索引实现在存储引擎。 索引可以降低服务需要扫描的数据量,减少了IO次数 索引可以帮助服务器避免排序和使用临时表 索引可以帮助将随机I/O转为顺序I/O 但是占用额外空间,影响插入速度 索引类型 B + Tree 索引:顺序存储,每一个叶子节点到根的距离都是相同的,左前缀索引,...