会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
warrenwt
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
35
下一页
2020年4月9日
深入理解一段长的sql语句
摘要: 经过前段时间搞报表项目自己写sql的能力大大提升,下面这段是自己写的分析一下 select id as teacher_id,sum(leave_time) as total_leave_time from ( select ui.id,l.uid,(endtime-starttime) as le
阅读全文
posted @ 2020-04-09 17:31 蜗牛使劲冲
阅读(11)
评论(0)
推荐(0)
2020年3月7日
php安装swoole扩展
摘要: 参考:https://www.jianshu.com/p/462013f18177 git clone https://gitee.com/swoole/swoole.git mv /swoole /usr/local phpize ./configure --with-php-config=/us
阅读全文
posted @ 2020-03-07 10:03 蜗牛使劲冲
阅读(11)
评论(0)
推荐(0)
2020年3月5日
sh脚本编写
摘要: 参考:https://www.runoob.com/linux/linux-shell.html(菜鸟) #!/bin/bash :<<EOF 以下是测试的sh语法,注意=两边不能有空格 EOF #echo "nihao \c"后面的\c是不换行的意思 myName="wt123" #注意下面变量的
阅读全文
posted @ 2020-03-05 18:09 蜗牛使劲冲
阅读(11)
评论(0)
推荐(0)
2020年1月22日
rabbitmq的linux安装和php扩展
摘要: 参考:https://www.cnblogs.com/potato-chip/p/9983832.html(安装) https://blog.csdn.net/lchmyhua88/article/details/88928569(php扩展前半部分) https://blog.csdn.net/w
阅读全文
posted @ 2020-01-22 13:42 蜗牛使劲冲
阅读(32)
评论(0)
推荐(0)
设置环境变量及重启服务器生效问题
摘要: 参考:https://blog.csdn.net/qq_35571554/article/details/82850563 有时候安装好了软件我们需要设置成环境变量,怎么设置呢?如下 vim /etc/profile // 然后底部加上你的软件路径 export PATH="/usr/local/n
阅读全文
posted @ 2020-01-22 11:23 蜗牛使劲冲
阅读(20)
评论(0)
推荐(0)
设置开机自启之systemctl方式
摘要: 参考:https://www.cnblogs.com/downey-blog/p/10473939.html 之前没有研究过一直感觉有好几种方式开机自启搞得乱七八糟的,今个好好整理了一下,决定采用systemctl方式自启,这种是官方最近比较倡导的方式 方式一:在rc.local脚本中添加方式二:将
阅读全文
posted @ 2020-01-22 10:17 蜗牛使劲冲
阅读(25)
评论(0)
推荐(0)
2019年12月26日
mongodb安装(另php扩展安装)
摘要: 参考:https://www.jianshu.com/p/3a7be1ce380c https://www.runoob.com/mongodb/mongodb-linux-install.html (主要) https://blog.csdn.net/u010615629/article/deta
阅读全文
posted @ 2019-12-26 16:23 蜗牛使劲冲
阅读(22)
评论(0)
推荐(0)
2019年12月18日
laravel任务调度小记
摘要: 参考:https://learnku.com/docs/laravel/5.8/scheduling/3924#scheduling-artisan-commands (文档) https://www.jianshu.com/p/99baaffcec18 原理:就是crontab增加个以每分钟或者每
阅读全文
posted @ 2019-12-18 18:00 蜗牛使劲冲
阅读(21)
评论(0)
推荐(0)
2019年12月17日
本地win电脑安装vm+vagrant作为开发环境
摘要: 参考:https://www.jianshu.com/p/2207f730e64e https://blog.csdn.net/u010886217/article/details/91464139 作为买不起苹果用户,win的老粉丝用win开发实在坑太多了😥,同事帮助下电脑安装了vagrant虚
阅读全文
posted @ 2019-12-17 13:43 蜗牛使劲冲
阅读(15)
评论(0)
推荐(0)
2019年12月8日
Dockerfile尝试lnmp(更新中)
摘要: 参考:https://blog.51cto.com/13917261/2174203【简单的nginx】 https://blog.51cto.com/7834466/2341381【搭建lnmp】 https://blog.csdn.net/zisefeizhu/article/details/8
阅读全文
posted @ 2019-12-08 20:29 蜗牛使劲冲
阅读(9)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
35
下一页
公告