会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
立里青争
博客园
首页
新随笔
联系
管理
订阅
01 2019 档案
获取00时间戳
摘要:1 $hou_time=strtotime(date("24:00:00",time())); 2 var_dump($hou_time);
阅读全文
posted @
2019-01-17 14:38
PHP小媛
阅读(190)
评论(0)
推荐(0)
yii框架中获取添加数据后的id值
摘要:1 Yii::$app->db->createCommand()->insert('month4_user',['openid'=>$openid,'integ'=>0])->execute(); 2 $id=Yii::$app->db->getLastInsertID(); 3 var_dump($id);
阅读全文
posted @
2019-01-17 14:37
PHP小媛
阅读(3305)
评论(0)
推荐(0)
wdcp环境redis的位置
摘要:
阅读全文
posted @
2019-01-11 11:06
PHP小媛
阅读(228)
评论(0)
推荐(0)
linux环境安装filephp扩展
摘要:网址 :https://blog.csdn.net/m_nanle_xiaobudiu/article/details/80838424
阅读全文
posted @
2019-01-10 14:05
PHP小媛
阅读(206)
评论(0)
推荐(0)
yii框架中使用gii的用法
摘要:首先在config文件中的 main-local.php中添加一句
阅读全文
posted @
2019-01-03 18:35
PHP小媛
阅读(876)
评论(0)
推荐(0)
lanmp环境中创建个软连接
摘要:进入default,创建关于框架的链接 然后编辑配置文件 这样就可以在线上访问了。
阅读全文
posted @
2019-01-03 14:12
PHP小媛
阅读(237)
评论(0)
推荐(1)
lanmp环境中php版本的升级为7.1
摘要:查看php版本的信息 vim ./lib/phps.sh 设置权限 chmod 755 ./lib/phps.sh 下载版本 ./lib/phps.sh 7.1.4 查看版本 php -v 查看时如果没有升级成功,则断开然后再连接,再查看。
阅读全文
posted @
2019-01-03 11:18
PHP小媛
阅读(252)
评论(0)
推荐(0)
lanmp中环境变量的更改方法
摘要:1、vim /etc/profile 改成: export PATH=$PATH:/www/wdlinux/phps/71/bin/ 然后运行: source /etc/profile
阅读全文
posted @
2019-01-03 10:47
PHP小媛
阅读(139)
评论(0)
推荐(0)
公告