摘要:
*用PHP写出显示客户端IP与服务器IP的代码: *语句include和require的区别是什么?为避免多次包含同一文件,可用什么语句代替它们? *对于大流量的网站,您采用什么样的方法来解决访问量问题。 *简述单点登录的原理. 阅读全文
摘要:
在yii框架下建一个控制器 文件/controllers/OpensslController.php 代码如下. 有备注 <?php namespace app\controllers; use \yii\web\Controller; class OpensslencodeController e 阅读全文
摘要:
数据库基本概念 根据已有的表创建新表: A:create table tab_new like tab_old (使用旧表创建新表) B:create table tab_new as select col1,col2… from tab_old definition only 几个简单的基本的sq 阅读全文
摘要:
一、安装LNMP之前要安装EPEL,以便安装源以外的软件,如Nginx,phpMyAdmin等。 二、安装Nginx 三、修改nginx的配置 四、设置图片,以及访问错误的时候跳转 Copyright ©2017cnn . All Rights Reserved. 阅读全文