Category Archives: 架构运维

架构设计运维优化相关,

SSL握手协议

SSL又叫“安全套接层(Secure Sockets Layer)协议”,是一种 … Continue reading

Posted in 架构运维 | Leave a comment

SSL协议(HTTPS) 握手、工作流程详解(双向HTTPS流程)

SSL协议的工作流程: 服务器认证阶段:1)客户端向服务器发送一个开始信息“He … Continue reading

Posted in 架构运维 | Tagged , | Leave a comment

PHP7和HHVM的性能之争

PHP语言的排名变化 根据“TIOBE编程语言排行榜”(榜单虽然统计方式有局限, … Continue reading

Posted in PHP服务器脚本, 架构运维 | 1 Comment

putty,出现Software caused connection abort的解决方法

在使用putty远程传输大文件的时候经常会遇到错误Software caused … Continue reading

Posted in 架构运维 | Leave a comment

Https通讯原理

https是基于安全目的的Http通道,其安全基础由SSL层来保证。最初由net … Continue reading

Posted in 架构运维 | Leave a comment

预防SQL注入漏洞函数

仅仅代表我的观点.不怕见笑.有问题请大家指教!我想如果你是牛人,那这个已经不是值 … Continue reading

Posted in 架构运维 | Leave a comment

保护IIS服务器的15个技巧

通常地,大多数Web站点的设计目标都是:以最易接受的方式,为访问者提供即时的信息 … Continue reading

Posted in 架构运维 | Leave a comment

用IIS建立高安全性Web服务器

因为IIS(即Internet Information Server)的方便性和 … Continue reading

Posted in 架构运维 | Leave a comment

win10 浏览器主页被篡改城搜狗的修改方法

很多人在使用老毛桃通过ghost来安装系统的时候会ie主页会被篡改,比如很流氓的 … Continue reading

Posted in 架构运维 | Leave a comment

nginx+apache实现反向代理与负载均衡

前言:谈到Linux下的web生产环境,大家就会想到apache这个开源服务器软 … Continue reading

Posted in 架构运维 | Tagged , | Leave a comment

nginx下 minify的使用

在nginx下面使用minify和apache区别不大,但是重写规则需要改一下[ … Continue reading

Posted in PHP服务器脚本, 架构运维 | Leave a comment

js 添加图片缩放按钮

[php] <?php header("Content-type … Continue reading

Posted in 架构运维 | Tagged , | Leave a comment

windows8 硬盘读写%100的解决方法

相信很多同学已经在使用windows8的sp版,也许有的人会觉得win8有些“卡 … Continue reading

Posted in 架构运维 | Tagged , , | Leave a comment

nginx下fast-cgi模式PATHINFO支持

PATH_INFO是一个CGI 1.1的标准,经常用来做为传参载体. 比如, 我 … Continue reading

Posted in 架构运维 | Leave a comment

mysql(percona5.6.10 server version)配置文件my.cnf的说明

这篇文章只是简单的和大家说一下新版本配置文件的一些改动,现在很多网路上的资料其实 … Continue reading

Posted in 架构运维 | Tagged , | Leave a comment

nginx HttpRewriteModule

url重写以及url的重定向对于seo有很好的作用,我想大家应该都很清楚,很多人 … Continue reading

Posted in 架构运维 | Leave a comment

改进InnoDB存储引擎log_sys->mutex以此提升性能

InnoDB存储引擎支持组提交。即当一个事务在进行提交时允许其他事务的重做日志写 … Continue reading

Posted in 数据库技术, 架构运维 | Tagged , | Leave a comment

semi-sync replicaiton的一个“有趣”bug

上周MySQL 5.6.13发布,“貌似”Oracle又开始拥抱社区,有些bug … Continue reading

Posted in 数据库技术, 架构运维 | Tagged , , | Leave a comment

MySQL子查询(一)—— EXISTS与IN

EXISTS是一个非常强大的谓词,它允许数据库高效地检查指定查询是否产生某些行。 … Continue reading

Posted in 数据库技术, 架构运维 | Tagged , | Leave a comment

使用XDebug分析php程序,分析程序性能瓶颈,利用eclipse对php进行debug调试

本文主要针对XDebug进行讲解,相信很多同学对这个并不陌生,而且也听说过另一个 … Continue reading

Posted in 架构运维 | Tagged , , | Leave a comment

eclipse 卸载插件

对于eclipse相信很多用喜欢,因为他有很丰富的插件挂载系统,对于怎么安装就不 … Continue reading

Posted in 架构运维 | Tagged , , | Leave a comment

centos编译安装nginx1.5.2,php5.5.1.mysql5.6.10,percona5.6.10

前面有几篇文章是讲了在linux下面搭建lamp或者lnmp环境的,我们大都是使 … Continue reading

Posted in 架构运维 | Tagged , , , | Leave a comment