上一页 1 ··· 4 5 6 7 8 9 下一页

2016年4月15日

yii2 利用小部件生成后台左边菜单栏

摘要: yii2 利用小部件生成后台左边菜单栏 阅读全文

posted @ 2016-04-15 20:04 *孤独的夜行者* 阅读(2525) 评论(0) 推荐(0) 编辑

Yii数据库操作增删改查-[增加\查询\更新\删除 AR模式]

摘要: Yii数据库操作增删改查-[增加\查询\更新\删除 AR模式] 阅读全文

posted @ 2016-04-15 16:14 *孤独的夜行者* 阅读(377) 评论(0) 推荐(0) 编辑

2016年4月13日

jQuery轮播图

摘要: jQuery 轮播图 阅读全文

posted @ 2016-04-13 09:27 *孤独的夜行者* 阅读(260) 评论(0) 推荐(0) 编辑

2016年4月9日

遍历数据列显示

摘要: 控制器层 public function actionList(){ //实例化模型层 $area_model = new AreaModel; $team_model = new YueModel; //取出区域表的id和所有数据,队表数据 $a_ids = $area_model->find() 阅读全文

posted @ 2016-04-09 08:40 *孤独的夜行者* 阅读(143) 评论(0) 推荐(0) 编辑

2016年4月7日

页面静态化

摘要: 控制器: //页面静态化(缓存) public function behaviors() { return [ [ 'class' => 'yii\filters\PageCache', 'only' => ['list'], 'duration' => 60, 'variations' => [ 阅读全文

posted @ 2016-04-07 19:04 *孤独的夜行者* 阅读(146) 评论(0) 推荐(0) 编辑

yii2 生成PDF格式的文件

摘要: 1 .先把mpdf-development.zip解压的类文件夹放到vendor目录里面,重命名为mpdf 2 .在vendor/composer/autoload_namespaces.php里面添加 'mPDF' => array($vendorDir . '/mpdf'),(看看是几层目录) 阅读全文

posted @ 2016-04-07 19:03 *孤独的夜行者* 阅读(1806) 评论(0) 推荐(0) 编辑

Apache 的ab测试

摘要: Apache 的ab测试 A/B测试 A/B测试是一种新兴的网页优化方法,可以用于增加转化率注册率等网页指标。。 A/B测试的目的在于通过科学的实验设计、采样样本代表性、流量分割与小流量测试等方式来获得具有代表性的实验结论,并确信该结论在推广到全部流量可信。 如何使用Apache的ab工具进行网站性 阅读全文

posted @ 2016-04-07 18:55 *孤独的夜行者* 阅读(233) 评论(0) 推荐(0) 编辑

简陋的自动保存

摘要: yii2 自动保存 控制器 <?php namespace frontend\controllers; use Yii; class SaveController extends \yii\web\Controller { public $enableCsrfValidation = false; 阅读全文

posted @ 2016-04-07 18:54 *孤独的夜行者* 阅读(171) 评论(0) 推荐(0) 编辑

发送邮箱

摘要: yii2 发送邮箱 1.在qq邮箱中 设置--账户--POP3/SMTP服务 把它开启,需要发送短信,会给你一个验证码,这个验证码就是密码 2.在main-local.php的components中添加一下代码 'mailer' => [ 'class' => 'yii\swiftmailer\Ma 阅读全文

posted @ 2016-04-07 18:51 *孤独的夜行者* 阅读(180) 评论(0) 推荐(0) 编辑

无限级分类

摘要: yii2 递归无限级分类 模型层 <?php namespace frontend\models; use Yii; /** * This is the model class for table "region". * * @property integer $region_id * @prope 阅读全文

posted @ 2016-04-07 18:43 *孤独的夜行者* 阅读(167) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 下一页

导航