会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不解凡忧
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
···
9
下一页
2016年9月22日
Yii常用路径说明
原作者地址:http://www.kuitao8.com/20140520/2483.shtml//framework路径 Yii::getFrameworkPath(); //protected/runtime Yii::app()->getRuntimePath(); //在view中得到当前c
Read More
posted @ 2016-09-22 10:31 不解凡忧
Views(670)
Comments(0)
Diggs(0)
2016年9月20日
PHP-redis中文文档
PHP-redis中文文档 原文地址:http://www.cnblogs.com/weafer/archive/2011/09/21/2184059.html phpredis是php的一个扩展,效率是相当高有链表排序功能,对创建内存级的模块业务关系 很有用;以下是redis官方提供的命令使用技巧
Read More
posted @ 2016-09-20 16:13 不解凡忧
Views(372)
Comments(0)
Diggs(0)
2016年9月13日
PHP 判断客户端是IOS还是Android
<?php if(strpos($_SERVER['HTTP_USER_AGENT'], 'iPhone')||strpos($_SERVER['HTTP_USER_AGENT'], 'iPad')){ echo 'systerm is IOS'; }else if(strpos($_SERVER[
Read More
posted @ 2016-09-13 10:33 不解凡忧
Views(7656)
Comments(0)
Diggs(0)
2016年8月30日
yii2.0 网址重写
Read More
posted @ 2016-08-30 18:40 不解凡忧
Views(181)
Comments(0)
Diggs(0)
2016年8月19日
yiii 框架登录 判断是否是游客模式及未登录状态
原地址:http://blog.csdn.net/a553181867/article/details/50987388 最近在利用Yii 2.0框架进行项目后台的编写,遇到的第一个问题是用户登陆,包括利用cookie,session登陆等等,笔者从源码角度结合实例为各位详细解析如何编写一个完整的用
Read More
posted @ 2016-08-19 11:03 不解凡忧
Views(4427)
Comments(0)
Diggs(0)
2016年8月12日
yii框架分页
Read More
posted @ 2016-08-12 17:40 不解凡忧
Views(176)
Comments(0)
Diggs(0)
2016年8月2日
php实现数字格式化,数字每三位加逗号的功能函数
原地址:http://www.jb51.net/article/73781.htm php实现数字格式化,数字每三位加逗号的功能函数,具体代码如下: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2
Read More
posted @ 2016-08-02 13:23 不解凡忧
Views(422)
Comments(0)
Diggs(0)
2016年7月26日
php array_udiff_uassoc比较数组的键值与值
php array_udiff_uassoc 用于带索引检查计算数组的差集,用回调函数比较数据和索引。本文章通过实例向大家介绍array_udiff_uassoc函数的使用方法。需要的码农可以参考一下。 定义和用法 array_udiff_uassoc() 函数用于比较两个(或更多个)数组的键名和键
Read More
posted @ 2016-07-26 11:34 不解凡忧
Views(4162)
Comments(0)
Diggs(0)
2016年7月25日
php--数组函数array
1.array_combine array_combine是一种函数,通过合并两个数组来创建一个新数组,其中的一个数组是键名,另一个数组的值为键值。如果其中一个数组为空,或者两个数组的元素个数不同,则该函数返回 false。 2.array_column array_column — 返回数组中指定
Read More
posted @ 2016-07-25 10:39 不解凡忧
Views(166)
Comments(0)
Diggs(0)
2016年7月23日
安装Postman
原文地址:http://blog.csdn.net/ouyang111222/article/details/45743831 ** (一)安装篇 ** Postman是一款功能强大的网页调试与发送网页HTTP请求的Chrome插件,在这里对postman就不过多的介绍了。前几天安装了一下,本来很简
Read More
posted @ 2016-07-23 17:34 不解凡忧
Views(433)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
···
9
下一页
公告